non port: security/libssh/Makefile |
SVNWeb
|
Number of commits found XX: 64 |
Sun, 13 Sep 2020
|
[ 19:43 sunpoet ] 
548519 security/libssh/Makefile
548519 security/libssh/distinfo
548519 security/libssh/pkg-descr
548519 security/libssh/pkg-plist
Update to 0.9.5
- Remove STATIC option
- Use INSTALL_WRKSRC instead of CONFIGURE_WRKSRC in post-install:
- Sort PLIST
- Reformat pkg-descr
- Update WWW
Changes: https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.9.5
https://www.libssh.org/2020/09/10/libssh-0-9-5/
|
Mon, 22 Jun 2020
|
[ 19:34 sunpoet ] 
539906 security/libssh/Makefile
Take maintainership
|
Sun, 21 Jun 2020
|
[ 15:36 salvadore ] 
539770 cad/z88/Makefile
539770 devel/upnp/Makefile
539770 emulators/i386-wine-devel/Makefile
539770 emulators/i386-wine/Makefile
539770 games/chessx/Makefile
539770 games/dreamchess/Makefile
539770 games/lugaru/Makefile
539770 math/blitz++/Makefile
539770 math/cddlib/Makefile
539770 math/cocoalib/Makefile
(Only the first 10 of 25 ports in this commit are shown above. )
Drop ports maintainership
Approved by: gerald (mentor)
|
Sun, 19 Apr 2020
|
[ 13:30 salvadore ] 
532111 security/libssh/Makefile
532111 security/libssh/distinfo
532111 security/libssh/pkg-plist
security/libssh: Update to 0.9.4
Security release to fix CVE-2020-1730.
Exp-run by: antoine
PR: 245572
Reviewed by: tcberner
Approved by: gerald (mentor)
Security: CVE-2020-1730
Differential Revision: https://reviews.freebsd.org/D24374
|
Tue, 31 Dec 2019
|
[ 13:02 meta ] 
521615 cad/z88/Makefile
521615 devel/upnp/Makefile
521615 games/chessx/Makefile
521615 games/dreamchess/Makefile
521615 graphics/djvulibre/Makefile
521615 graphics/libwmf/Makefile
521615 math/blitz++/Makefile
521615 math/cddlib/Makefile
521615 math/cocoalib/Makefile
521615 math/frobby/Makefile
(Only the first 10 of 23 ports in this commit are shown above. )
multiple ports: Update MAINTAINER
as he got FreeBSD.org account.
PR: 243002
Submitted by: salvadore
|
Fri, 20 Dec 2019
|
[ 20:40 tcberner ] 
520523 security/libssh/Makefile
520523 security/libssh/distinfo
520523 security/libssh/pkg-plist
security/libssh: Update to 0.9.3
PR: 242594
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
|
Sat, 7 Dec 2019
|
[ 21:30 tcberner ] 
519242 security/libssh/Makefile
519242 security/libssh/distinfo
519242 security/libssh/pkg-plist
security/libssh: Update to 0.9.2
PR: 241761
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
|
Tue, 5 Nov 2019
|
[ 02:09 meta ] 
516766 security/libssh/Makefile
security/libssh: Assign to submitter
While here, pet portlint and clean option section by using OPT_CMAKE_BOOL.
PR: 241716
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] 
516744 archivers/gzip/Makefile
516744 comms/minicom/Makefile
516744 converters/mmencode/Makefile
516744 databases/gdbm/Makefile
516744 deskutils/gcal/Makefile
516744 deskutils/ljclive/Makefile
516744 devel/cppi/Makefile
516744 devel/cscope/Makefile
516744 devel/gindent/Makefile
516744 devel/opencvs/Makefile
(Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Fri, 25 Jan 2019
|
[ 21:14 mi ] 
491205 security/libssh/Makefile
491205 security/libssh/distinfo
491205 security/libssh/pkg-plist
Upgrade from 0.8.4 to the currently-latest 0.8.6. The changelog
can be found here:
https://git.libssh.org/projects/libssh.git/tree/ChangeLog?h=libssh-0.8.6
PR: 233632
Submitted by: Steve Wills
Approved by: maintainer timeout
|
[ 21:02 mi ] 
491204 security/libssh/Makefile
491204 security/libssh/files
491204 security/libssh/files/patch-src_libcrypto-compat.h
491204 security/libssh/pkg-descr
491204 security/libssh/pkg-plist
Remove any mention of SSH1 -- it is no longer provided by the code,
but trying to enable the port's option causes the port to fail to
package.
Add a shim to allow compiling against LibreSSL
PR: 233346, 232437
Submitted by: Arrigo Marchiori, Franco Fichtner
Approved by: maintainer timeout
|
Sat, 19 Jan 2019
|
[ 07:15 dinoex ] 
490704 security/libssh/Makefile
- add option GSSAPI
PR: 233171
Approved by: (maintainer timeout)
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] 
488341 CHANGES
488341 Mk/Uses/cmake.mk
488341 accessibility/jovie-kde4/Makefile
488341 accessibility/kaccessible-kde4/Makefile
488341 accessibility/kmag-kde4/Makefile
488341 accessibility/kmag/Makefile
488341 accessibility/kmousetool-kde4/Makefile
488341 accessibility/kmousetool/Makefile
488341 accessibility/kmouth-kde4/Makefile
488341 accessibility/kmouth/Makefile
(Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Sun, 9 Dec 2018
|
[ 06:08 tobik ] 
487022 security/libssh/Makefile
security/libssh builds fine with OpenSSL 1.1.1 after r482279
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/libssh-0.8.4.log
PR: 228895
|
Sat, 10 Nov 2018
|
[ 10:09 mat ] 
484599 Mk/Scripts/qa.sh
484599 Mk/Uses/ssl.mk
484599 Mk/bsd.default-versions.mk
484599 audio/cpp-xmms2/Makefile
484599 audio/p5-xmms2/Makefile
484599 audio/py-xmms2/Makefile
484599 audio/raop_play/Makefile
484599 audio/umurmur/Makefile
484599 benchmarks/polygraph/Makefile
484599 comms/trustedqsl/Makefile
(Only the first 10 of 86 ports in this commit are shown above. )
security/openssl-devel was removed, but there is a security/openssl111 now.
|
Wed, 17 Oct 2018
|
[ 08:39 johans ] 
482279 security/libssh/Makefile
482279 security/libssh/distinfo
482279 security/libssh/pkg-plist
Update to 0.8.4 (security update)
https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/
PR: 232344
Submitted by: pi@
|
Thu, 29 Mar 2018
|
[ 14:53 mat ] 
465899 lang/phantomjs/Makefile
465899 mail/opendkim/Makefile
465899 multimedia/librtmp/Makefile
465899 net/liboauth/Makefile
465899 net/qt4-network/Makefile
465899 net/qt5-network/Makefile
465899 security/botan110/Makefile
465899 security/dsniff/Makefile
465899 security/krb5-116/Makefile
465899 security/libssh/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
Mark some ports broken with openssl-devel.
Sponsored by: Absolight
|
Sun, 30 Apr 2017
|
[ 19:05 johans ] 
439836 security/libssh/Makefile
439836 security/libssh/distinfo
439836 security/libssh/pkg-plist
Update to libssh 0.7.5 (bugfix release)
|
Thu, 30 Mar 2017
|
[ 19:41 johans ] 
437325 security/libssh/Makefile
437325 security/libssh/distinfo
Update to libssh 0.7.4
https://www.libssh.org/2017/02/03/libssh-0-7-4/
PR: 218230
Submitted by: Iblis Lin
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] 
436248 audio/xmms2/Makefile
436248 benchmarks/postal/Makefile
436248 chinese/qterm/Makefile
436248 databases/mongodb32-tools/Makefile
436248 databases/pgpool-II-33/Makefile
436248 databases/pgpool/Makefile
436248 devel/ace/Makefile
436248 dns/mydns-ng/Makefile
436248 ftp/wzdftpd/Makefile
436248 games/libggz/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] 
412349 russian/bugzilla44/Makefile
412349 russian/emkatic/Makefile
412349 russian/gd/Makefile
412349 russian/p5-Convert-Cyrillic/Makefile
412349 russian/p5-Lingua-DetectCyrillic/Makefile
412349 russian/p5-Text-Hyphen-RU/Makefile
412349 russian/p5-XML-Parser-encodings/Makefile
412349 russian/rubygem-russian/Makefile
412349 science/InsightToolkit/Makefile
412349 science/R-cran-DCluster/Makefile
(Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 2 Mar 2016
|
[ 13:15 johans ] 
409932 security/libssh/Makefile
409932 security/libssh/distinfo
409932 security/libssh/pkg-plist
Update libssh to 0.7.3
Includes security update:
https://www.libssh.org/2016/02/23/libssh-0-7-3-security-and-bugfix-release/
|
Sun, 20 Sep 2015
|
[ 12:56 johans ] 
397366 security/libssh/Makefile
397366 security/libssh/distinfo
- Update to 0.7.2 (bugfix release) [1]
- Switch MASTER_SITE as the original one is down
PR: 203171 [1]
Submitted by: rakuco
|
Thu, 14 May 2015
|
[ 12:02 johans ] 
386324 security/libssh/Makefile
386324 security/libssh/distinfo
386324 security/libssh/pkg-plist
Update to libssh 0.7.0
|
Sun, 10 May 2015
|
[ 20:25 rakuco ] 
386027 security/libssh/Makefile
386027 security/libssh/distinfo
386027 security/libssh/pkg-plist
Update to 0.6.5 to fix CVE-2015-3146 (null pointer dereference).
This release also fixed the bug in 0.6.4 that prevented the GCRYPT option
from working.
PR: 200106
Approved by: johans
MFH: 2015Q2
Security: 0b040e24-f751-11e4-b24d-5453ed2e2b49
|
Sat, 11 Apr 2015
|
[ 16:01 johans ] 
383813 security/libssh/Makefile
383813 security/libssh/distinfo
383813 security/libssh/pkg-plist
- Update to libssh 0.6.4 (security and bugfix release)
https://www.libssh.org/2014/12/19/libssh-0-6-4-security-and-bugfix-release/
- This version does not compile with gcrypt: force use of openssl
- Adopt port
MFH: 2015Q2
|
Wed, 25 Mar 2015
|
[ 08:30 marino ] 
382200 security/aide/Makefile
382200 security/clamav/Makefile
382200 security/clamcour/Makefile
382200 security/clamsmtp/Makefile
382200 security/clamsmtp/files/patch-configure
382200 security/cryptlib/Makefile
382200 security/cryptlib/files/patch-makefile
382200 security/cryptlib/files/patch-tools_getlibs.sh
382200 security/cryptopp/Makefile
382200 security/fakeroot/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
|
Sat, 21 Feb 2015
|
[ 22:06 marino ] 
379559 security/libssh/Makefile
devel/libssh: Remove -pedantic-error flags and reset port
This port breaks if it violates standards according to the -pedantic flag.
Accord to gcc-5, it indeed does with dozens of warnings like this:
/wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33:
error: ISO C does not support '__FUNCTION__' predefined identifier
[-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__)
The maintainer has been MIA for over a year with PRs on 8 ports. I'm not
waiting for this one to time out too. While here, reset MAINTAINER.
PR: 197785
Submitted by: marino
Approved by: maintainer reset
|
Fri, 2 Jan 2015
|
[ 18:46 pi ] 
376062 audio/ario/Makefile
376062 audio/gogglesmm/Makefile
376062 audio/pianobar/Makefile
376062 comms/svxlink/Makefile
376062 databases/freetds/Makefile
376062 databases/libgda4/Makefile
376062 databases/libgda5/Makefile
376062 databases/xtrabackup/Makefile
376062 devel/ccrtp/Makefile
376062 devel/gsoap/Makefile
(Only the first 10 of 104 ports in this commit are shown above. )
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Oct 2014
|
[ 08:33 rakuco ] 
371727 security/libssh/Makefile
Add USES=cpe, as requested by des and rea.
MFH: 2014Q4
|
Wed, 29 Oct 2014
|
[ 22:16 rakuco ] 
371716 security/libssh/Makefile
371716 security/libssh/distinfo
371716 security/libssh/files
371716 security/libssh/pkg-plist
Update to 0.6.3 to fix CVE-2014-0017.
While here, get rid of a lot of cruft:
- Use an https in MASTER_SITES and stop using a snapshot URL for the
tarballs.
- Switch to an out-of-source CMake build with USES=cmake:outsource, and get
rid of all the messing around with CMAKE_SOURCE_PATH and *_WRKSRC.
- Move the LICENSE block to the right place to pet portlint.
- Explicitly set CMAKE_ARGS with some options which we were already
implicitly assuming to be set.
- Disable examples and tests via CMAKE_ARGS instead of using an ugly sed
call.
- Do not pass WITH_OPENSSL=ON/OFF to CMake, this has no effect in the build
system.
- Stop gratuitously including bsd.port.options.mk.
- Remove sed calls and patches related to the libssh_threads. I fixed some
of the problems a few releases ago upstream, and the things I've removed
now just look unnecessary.
PR: 187595
Approved by: fluffy (implicit, and 230 days of timeout)
MFH: 2014Q4
Security: f8c88d50-5fb3-11e4-81bd-5453ed2e2b49
|
Tue, 5 Aug 2014
|
[ 22:13 tijl ] 
364143 UPDATING
364143 archivers/freetar/Makefile
364143 archivers/zipper/Makefile
364143 audio/cddb-bundle/Makefile
364143 audio/gnustep-cdplayer/Makefile
364143 audio/mpdcon/Makefile
364143 databases/libgda4/Makefile
364143 databases/libgda5-ui/Makefile
364143 databases/libgda5/Makefile
364143 databases/sqlclient/Makefile
(Only the first 10 of 119 ports in this commit are shown above. )
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports)
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] 
363371 archivers/file-roller/Makefile
363371 audio/amarok-kde4/Makefile
363371 audio/freedesktop-sound-theme/Makefile
363371 audio/ipod-sharp/Makefile
363371 audio/lastfm-desktop/Makefile
363371 audio/liquidsoap/Makefile
363371 biology/crux/Makefile
363371 biology/pymol/Makefile
363371 comms/gammu-devel/Makefile
363371 comms/gtkmmorse/Makefile
(Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 12 Feb 2014
|
[ 09:34 fluffy ] 
343869 security/libssh/Makefile
343869 security/libssh/distinfo
343869 security/libssh/files/patch-ConfigureChecks.cmake
343869 security/libssh/pkg-plist
- Update to 0.6.1 maintenance release
- Make static libs optional
- Remove patch merged upstream
|
Thu, 16 Jan 2014
|
[ 03:27 fluffy ] 
339888 security/libssh/Makefile
339888 security/libssh/distinfo
339888 security/libssh/files
339888 security/libssh/files/patch-ConfigureChecks.cmake
339888 security/libssh/files/patch-src__threads__CMakeLists.txt
339888 security/libssh/pkg-plist
- Update libssh to 0.6.0 security release
- Fix threaded library [1]
Submitted by: rakuco@ via libssh mailing list [1]
|
Tue, 14 Jan 2014
|
[ 12:39 fluffy ] 
339683 security/libssh/Makefile
339683 security/libssh/pkg-plist
- Install threaded library too..
|
Tue, 7 Jan 2014
|
[ 10:02 fluffy ] 
338993 security/libssh/Makefile
- Support staging
|
Sun, 24 Nov 2013
|
[ 08:28 fluffy ] 
334710 security/libssh/Makefile
334710 security/libssh/distinfo
334710 security/libssh/pkg-plist
- Update libssh to 0.5.5 stable release
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] 
327769 security/ADMsmb/Makefile
327769 security/ADMsnmp/Makefile
327769 security/R-cran-ROAuth/Makefile
327769 security/R-cran-digest/Makefile
327769 security/aescrypt/Makefile
327769 security/aespipe/Makefile
327769 security/afterglow/Makefile
327769 security/aide/Makefile
327769 security/aimsniff/Makefile
327769 security/amap/Makefile
(Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 3 May 2013
|
[ 16:36 ehaupt ] 
317220 audio/ario/Makefile
317220 audio/gogglesmm/Makefile
317220 audio/libmtp/Makefile
317220 audio/pianobar/Makefile
317220 comms/libimobiledevice/Makefile
317220 comms/qtel/Makefile
317220 databases/drizzle/Makefile
317220 databases/libgda4/Makefile
317220 deskutils/chmsee/Makefile
317220 devel/gsoap/Makefile
(Only the first 10 of 95 ports in this commit are shown above. )
Chase security/libgcrypt update
|
Fri, 29 Mar 2013
|
[ 19:33 cs ] 
315566 security/aescrypt/Makefile
315566 security/aespipe/Makefile
315566 security/afterglow/Makefile
315566 security/aide/Makefile
315566 security/amavis-stats/Makefile
315566 security/amavisd-new/Makefile
315566 security/arm/Makefile
315566 security/avcheck/Makefile
315566 security/bfbtester/Makefile
315566 security/botan/Makefile
(Only the first 10 of 94 ports in this commit are shown above. )
- Remove A/An in COMMENT
- Trim Header where applicable
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] 
314960 archivers/laszip/Makefile
314960 astro/qlandkartegt/Makefile
314960 astro/stellarium/Makefile
314960 audio/acoustid-fingerprinter/Makefile
314960 audio/aften/Makefile
314960 audio/alure/Makefile
314960 audio/amarok-kde4/Makefile
314960 audio/arss/Makefile
314960 audio/audex/Makefile
314960 audio/ccaudio2/Makefile
(Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Tue, 5 Mar 2013
|
[ 17:07 miwi ] 
313460 audio/libumidi/Makefile
313460 audio/lingot/Makefile
313460 audio/mangler/Makefile
313460 audio/mpdbrowser/Makefile
313460 audio/snack/Makefile
313460 deskutils/cairo-dock-plugins/Makefile
313460 deskutils/gdesklets/Makefile
313460 deskutils/global-menu/Makefile
313460 deskutils/moregroupware/Makefile
313460 deskutils/wyrd/Makefile
(Only the first 10 of 46 ports in this commit are shown above. )
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm
|
Tue, 19 Feb 2013
|
[ 13:12 fluffy ] 
312560 net/freerdp/Makefile
312560 net/remmina-applet/Makefile
312560 net/remmina-plugins/Makefile
312560 net/remmina/Makefile
312560 security/libssh/Makefile
312560 www/lightsquid/Makefile
- Adopt ports from avl@ to myself by his request
Approved by: maintainer via IM
|
Wed, 18 Apr 2012
|
[ 23:56 avl ]
1.19 security/libssh/Makefile
1.16 security/libssh/distinfo
1.2 security/libssh/files/patch-include_libssh_libssh.h
1.15 security/libssh/pkg-plist
- Update to 0.5.2
|
Sun, 3 Jul 2011
|
[ 11:40 swills ]
1.34 audio/gogglesmm/Makefile
1.4 comms/libimobiledevice/Makefile
1.4 databases/drizzle/Makefile
1.35 databases/libgda4/Makefile
1.29 deskutils/chmsee/Makefile
1.5 devel/libvirt/Makefile
1.11 devel/libzrtpcpp/Makefile
1.7 devel/srecord/Makefile
1.26 emulators/fuse/Makefile
1.19 emulators/libspectrum/Makefile
(Only the first 10 of 49 ports in this commit are shown above. )
- Chase the libgcrypt shared lib version
|
Thu, 27 Jan 2011
|
[ 09:36 avl ]
1.17 security/libssh/Makefile
1.15 security/libssh/distinfo
- Update to 0.4.8
- Remove BSD license, this library is distributed under LGPL21 license
Feature safe: yes
|
Thu, 30 Dec 2010
|
[ 03:13 avl ]
1.16 security/libssh/Makefile
1.14 security/libssh/distinfo
1.2 security/libssh/files/patch-libssh_socket.c
1.14 security/libssh/pkg-plist
- Update to 0.4.7
- The libssh library is distributed under LGPL21 license
|
Sun, 5 Dec 2010
|
[ 06:02 avl ]
1.15 security/libssh/Makefile
1.13 security/libssh/distinfo
1.1 security/libssh/files/patch-include_libssh_libssh.h
1.1 security/libssh/files/patch-libssh_socket.c
1.13 security/libssh/pkg-plist
- Install a static version of the library [1]
- Fix slow response in Remmina SSH [2]
- Remove MD5 checksum from distinfo
PR: ports/151653 [1]
Submitted by: Ronald F.Guilmette <rfg AT tristatelogic.com> [1]
Obtained from: libssh git [2]
|
Sun, 12 Sep 2010
|
[ 13:37 avl ]
1.14 security/libssh/Makefile
1.12 security/libssh/distinfo
1.12 security/libssh/pkg-plist
- Update to 0.4.6
|
Thu, 5 Aug 2010
|
[ 02:51 avl ]
1.13 security/libssh/Makefile
1.11 security/libssh/distinfo
1.11 security/libssh/pkg-plist
- Update to 0.4.5
- Add license information
|
Tue, 27 Jul 2010
|
[ 01:25 wxs ]
1.26 deskutils/chmsee/Makefile
1.10 devel/libzrtpcpp/Makefile
1.6 devel/srecord/Makefile
1.24 emulators/fuse/Makefile
1.17 emulators/libspectrum/Makefile
1.28 games/libggz/Makefile
1.22 graphics/telak/Makefile
1.6 irc/irssi-otr/Makefile
1.42 mail/wmbiff/Makefile
1.8 misc/metalink-tools/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
Fri, 11 Jun 2010
|
[ 00:13 avl ]
1.11 security/libssh/Makefile
1.10 security/libssh/distinfo
1.2 security/libssh/files/patch-libssh_auth.c
1.2 security/libssh/files/patch-libssh_channels1.c
1.10 security/libssh/pkg-plist
- Update to 0.4.4
|
Fri, 26 Mar 2010
|
[ 08:31 avl ]
1.10 security/libssh/Makefile
1.9 security/libssh/distinfo
1.1 security/libssh/files/patch-libssh_auth.c
1.1 security/libssh/files/patch-libssh_channels1.c
1.9 security/libssh/pkg-plist
- Update to 0.4.2
- Add option for SSH1 support
|
Sun, 14 Feb 2010
|
[ 04:23 avl ]
1.9 security/libssh/Makefile
1.8 security/libssh/distinfo
1.8 security/libssh/pkg-plist
- Update to 0.4.1
|
Mon, 14 Dec 2009
|
[ 02:05 avl ]
1.8 security/libssh/Makefile
1.7 security/libssh/distinfo
1.2 security/libssh/files/patch-CMakeLists.txt
1.3 security/libssh/pkg-descr
1.7 security/libssh/pkg-plist
- Update to 0.4.0
Thanks to: fluffy@
|
Thu, 17 Sep 2009
|
[ 22:27 avl ]
1.7 security/libssh/Makefile
1.6 security/libssh/distinfo
1.6 security/libssh/pkg-plist
- Update to 0.3.4
Approved by: tabthorpe, glarkin (mentors, implicit)
Feature safe: yes
|
Sat, 29 Aug 2009
|
[ 15:53 avl ]
1.6 security/libssh/Makefile
1.5 security/libssh/distinfo
1.5 security/libssh/pkg-plist
- Update to 0.3.3
Approved by: tabthorpe (mentor)
|
Thu, 20 Aug 2009
|
[ 18:01 tabthorpe ]
1.5 security/libssh/Makefile
1.4 security/libssh/distinfo
1.4 security/libssh/pkg-plist
- Update to 0.3.2
PR: ports/137549
Submitted by: Sylvio Cesar <scjamorim bsd.com.br>
Approved by: maintainer implicit
|
Wed, 15 Jul 2009
|
[ 13:54 avl ]
1.4 security/libssh/Makefile
1.3 security/libssh/distinfo
1.2 security/libssh/files/patch-cmake_Modules_DefineCompilerFlags.cmake
1.2 security/libssh/files/patch-libssh__agent.c
1.2 security/libssh/files/patch-libssh__auth.c
1.2 security/libssh/files/patch-libssh__buffer.c
1.2 security/libssh/files/patch-libssh__channels.c
1.2 security/libssh/files/patch-libssh__client.c
1.2 security/libssh/files/patch-libssh__crypt.c
1.2 security/libssh/files/patch-libssh__dh.c
(Only the first 10 of 19 ports in this commit are shown above. )
- Update to 0.3.1
Approved by: tabthorpe (mentor)
|
Mon, 13 Jul 2009
|
[ 12:57 avl ]
1.3 security/libssh/Makefile
1.2 security/libssh/distinfo
1.2 security/libssh/files/patch-Makefile.in
1.1 security/libssh/files/patch-cmake_Modules_DefineCompilerFlags.cmake
1.1 security/libssh/files/patch-libssh__agent.c
1.1 security/libssh/files/patch-libssh__auth.c
1.1 security/libssh/files/patch-libssh__buffer.c
1.1 security/libssh/files/patch-libssh__channels.c
1.1 security/libssh/files/patch-libssh__client.c
1.1 security/libssh/files/patch-libssh__crypt.c
(Only the first 10 of 22 ports in this commit are shown above. )
- Update to 0.3.0
Approved by: tabthorpe (mentor)
|
Thu, 28 May 2009
|
[ 20:44 avl ]
1.13 archivers/libdynamite/Makefile
1.20 archivers/liborange/Makefile
1.5 archivers/librtfcomp/Makefile
1.2 archivers/py-librtfcomp/Makefile
1.5 benchmarks/rubygem-railsbench/Makefile
1.12 comms/atslog/Makefile
1.3 databases/geoserver-mysql-plugin/Makefile
1.2 databases/ruby-sybct/Makefile
1.4 databases/rubygem-activerecord-jdbc-adapter/Makefile
1.4 databases/rubygem-activerecord-jdbcmysql-adapter/Makefile
(Only the first 10 of 84 ports in this commit are shown above. )
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor)
|
Sun, 12 Apr 2009
|
[ 17:47 lwhsu ]
1.1031 security/Makefile
1.1 security/libssh/Makefile
1.1 security/libssh/distinfo
1.1 security/libssh/files/patch-Makefile.in
1.1 security/libssh/files/patch-server.c
1.1 security/libssh/pkg-descr
1.1 security/libssh/pkg-plist
Add libssh 0.2, a library implementing the SSH1 and SSH2 protocol.
PR: ports/133657
Submitted by: Alexander Logvinov <ports at logvinov.com>
|
Number of commits found XX: 64 |