Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.1,3 31 Oct 2024 19:56:19 |
Daniel Engberg (diizzy) |
security/libssh2: Backport upstream commits
Backport upstream commit 5d03b4f94ac6740e0085a6acda6fc417ca6ecc83 and
d4e43c7b69d10b6cfaaa53787addfd4beac7a3ce
References:
https://github.com/libssh2/libssh2/commit/5d03b4f94ac6740e0085a6acda6fc417ca6ecc83
https://github.com/libssh2/libssh2/commit/d4e43c7b69d10b6cfaaa53787addfd4beac7a3ce
Approved by: portmgr (blanket, build fix) |
1.11.1,3 31 Oct 2024 03:50:27 |
Daniel Engberg (diizzy) |
security/libssh2: Update to 1.11.1
* Update MASTER_SITES, use GitHub as primary and upstream main website as
fallback
* Fixes CVE-2023-48795
* Convert to CMake for faster builds and cleaner port Makefile
* Make static library option (non default)
* Enable OpenSSL support by default (optional)
PR: 282147
Approved by: portmgr (maintainer timeout, 2+ weeks) |
1.11.0_1,3 23 Jan 2024 13:47:40 |
Muhammad Moinur Rahman (bofh) |
security/libssh2: Impelled to share/man
Approved by: portmgr (blanket) |
1.11.0,3 31 May 2023 18:19:04 |
Sofian Brabez (sbz) |
security/libssh2: update to 1.11.0
Changes: https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.0
Changes: https://github.com/libssh2/libssh2/compare/libssh2-1.10.0...libssh2-1.11.0 |
1.10.0_1,3 24 Nov 2022 11:12:04 |
Felix Palmen (zirias) |
security/libssh2: Import upstream libressl-3.5 fix
Backport upstream commit instead of using own local patch. Also bump
port revision, it will change the binary when built with libressl.
Approved by: sbz (maintainer, timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37278 |
1.10.0,3 04 Nov 2022 11:13:13 |
Felix Palmen (zirias) |
security/libssh2: Fix build with libressl-3.5
Approved by: sbz (maintainer, timeout), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37045 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.10.0,3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.10.0,3 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.10.0,3 22 Dec 2021 15:00:58 |
Alexey Dokuchaev (danfe) |
security/libssh2: update the port to version 1.10.0 and hook the tests
PR: 260247 |
1.9.0_3,3 29 Aug 2021 18:49:06 |
Bernhard Froehlich (decke) |
security/libssh2: Add CPE information
Approved by: portmgr (blanket) |
1.9.0_3,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.0_3,3 08 Aug 2020 05:17:01 |
novel |
security/libssh2: fix the GCRYPT option
The port uses the old crypto configure flags:
--with-libgcrypt and --with-openssl. These flags
are no longer supported.
Besides from the obvious effect of the actual port configuration
not matching user intent, it also produces incorrect pkg-config
file for the given set of dependencies, and other ports that
depend on libssh2 fail when it's configured with GCRYPT=on.
Fix by using the proper configure arguments:
--with-crypto=libgcrypt and --with-crypto=openssl.
PR: 248164
Submitted by: dgilbert@eicat.ca (bug report), James French (patch)
Approved by: maintainer timeout |
1.9.0_2,3 14 Jul 2020 16:39:23 |
pkubaj |
security/libssh2: bump PORTREVISION after r542223
Reported by: zeising |
1.9.0_1,3 14 Jul 2020 15:29:52 |
pkubaj |
security/libssh2: fix build on GCC architectures and check-plist
Add USES=compiler:c11 to fix build on GCC architectures.
While here, also add two missing manpages to fix make check-plist. |
1.9.0_1,3 12 Jul 2020 08:43:27 |
antoine |
Unbreak
Reported by: pkg-fallout |
1.9.0,3 11 Jul 2020 18:03:28 |
sbz |
- Update to 1.9.0
PR: 246747
Reported by: freebsd at kal-host.com
Event: July 2020 Bugathon |
1.8.2,3 15 Sep 2019 09:38:16 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.8.2,3 02 Aug 2019 22:42:05 |
sbz |
- Switch MASTER_SITES to HTTPS
PR: 239081
Submitted by: Miyashita Touka <imagin8r at protonmail.com> |
1.8.2,3 30 Apr 2019 11:12:28 |
swills |
security/libssh2: Update to 1.8.2
Fixes broken userauth module in 1.8.1
PR: 237541
Submitted by: leres
Approved by: sbz (maintainer)
MFH: 2019Q2 |
1.8.1,3 18 Apr 2019 10:37:12 |
swills |
security/libssh2: update to 1.8.1
PR: 236711
Submitted by: Leonid Nevecherya <nevecherya@gmail.com>
Approved by: sbz (maintainer)
MFH: 2019Q2
Security: 6e58e1e9-2636-413e-9f84-4c0e21143628 |
1.8.0_1,3 31 Jan 2019 00:08:47 |
jkim |
Add support for ECDSA key exchange and SHA256 MAC.
Note these patches were cherry-piecked from the following upstream commits:
https://github.com/libssh2/libssh2/commit/bbc43cb
https://github.com/libssh2/libssh2/commit/aba34f5
https://github.com/libssh2/libssh2/commit/62b825c
Submitted by: Andrew Heybey <ath@heybey.org>
Reviewed by: sbz (maintainer) |
1.8.0,3 15 Feb 2018 14:41:29 |
brnrd |
security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3] |
1.8.0,3 15 Mar 2017 15:43:13 |
mat |
Remove last two occurrences of USE_OPENSSL.
Reported by: antoine
Sponsored by: Absolight |
1.8.0,3 03 Jan 2017 18:43:19 |
jbeich |
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking
if it was actually supported. |
1.8.0,2 14 Dec 2016 17:03:16 |
sbz |
- Update to 1.8.0
PR: 214914
Submitted by: Anton Yuzhaninov <citrin+pr at citrin.ru> |
1.7.0,2 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
1.7.0,2 18 Jun 2016 09:02:40 |
mat |
Fix with GCRYPT option on.
Submitted by: Craig Leres
Sponsored by: Absolight |
1.7.0,2 16 Jun 2016 13:23:13 |
mat |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
1.7.0,2 14 Apr 2016 00:41:35 |
sbz |
- Update to 1.7.0 |
1.6.0_1,2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.6.0_1,2 24 Sep 2015 18:56:31 |
feld |
security/libssh2: Fix pkgconfig
Update to 1.6.0 was breaking builds of libvirt, vlc, etc.
Submitted by: milios@ccsys.com
MFH: 2015Q3 |
1.6.0,2 22 Sep 2015 17:35:11 |
feld |
security/libssh2: Update to 1.6.0
This resolves a CVE
Approved by: ports-secteam (with hat)
MFH: 2015Q3
Security: 9770d6ac-614d-11e5-b379-14dae9d210b8
Security: CVE-2015-1782 |
1.4.3_6,2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
1.4.3_5,2 02 Jan 2015 18:46:34 |
pi |
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 ) |
1.4.3_4,2 28 Aug 2014 21:21:57 |
tijl |
security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc
devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip
devel/libvirt-glib:
- Convert to USES=libtool
Approved by: portmgr (implicit, bump unstaged port) |
1.4.3_3,2 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
1.4.3_2,2 07 Mar 2014 12:53:40 |
amdmi3 |
- Use new OPTIONS features
- Remove useless (with staging support) maintainer target
- Fix pkgconfig file
PR: 185891
Submitted by: amdmi3
Approved by: maintainer timeout |
1.4.3_1,2 21 Feb 2014 01:58:11 |
miwi |
- Stage support |
1.4.3_1,2 16 Jan 2014 17:06:35 |
rakuco |
Set LICENSE to a valid value |
1.4.3_1,2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.4.3_1,2 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
1.4.3,2 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
1.4.3,2 02 Dec 2012 17:12:51 |
sbz |
- Update to 1.4.3
Feature safe: yes |
1.4.2,2 09 Oct 2012 11:14:31 |
sbz |
- Fix Makefile header |
1.4.2,2 16 Jul 2012 10:47:28 |
sbz |
- Convert to OptionsNG |
1.4.2,2 11 Jun 2012 14:59:19 |
sbz |
- Update to 1.4.2 |
1.4.1,2 16 Apr 2012 08:38:45 |
sbz |
- Update to 1.4.1
Approved by: jadawin@, miwi@ (mentors, implicit) |
1.4.0_1,2 08 Feb 2012 06:58:34 |
sbz |
- Fix build when using GCRYPT KNOB
- Bump PORTREVISION
PR: ports/164835
Submitted by: Hirohisa Yamaguchi <umq at ueo.co.jp>
Approved by: jadawin@, miwi@ (mentors, implicit) |
1.4.0,2 03 Feb 2012 18:47:02 |
sbz |
- Update to 1.4.0
Approved by: jadawin@, miwi@ (mentors, implicit) |
1.3.0,2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.3.0,2 29 Oct 2011 10:03:08 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
1.3.0,2 08 Sep 2011 13:51:46 |
sbz |
- Update to 1.3.0
Approved by: jadawin@ (mentor) |
1.2.9,2 18 Aug 2011 22:38:48 |
sbz |
- Update to 1.2.9
- Update pkg-descr
- Make happy portlint
Approved by: miwi@ (mentor) |
1.2.8_2,2 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
1.2.8_1,2 29 Jun 2011 09:42:02 |
sbz |
- Fix version of pkg-config
- Bump PORTREVISION
PR: ports/158195
Submitted by: mandree@
Approved by: miwi@ (mentor) |
1.2.8,2 13 Apr 2011 11:45:03 |
sbz |
- Update to 1.2.8
- Add LICENSE
Approved by: jadawin@ (mentor) |
1.2.7,2 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
1.2.7,2 23 Aug 2010 18:57:13 |
jadawin |
- Update to 1.2.7
PR: ports/149799
Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com> |
1.2.6_1,2 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
1.2.6,2 14 Jun 2010 10:35:55 |
gahr |
- Update to 1.2.6
PR: 147846
Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer) |
1.2.5,2 16 Apr 2010 20:27:59 |
lx |
Update to 1.2.5 and hand maintainership to Sofian Brabez.
PR: ports/145760
Submitted by: sbrabez@gmail.com |
1.2.4,2 22 Feb 2010 22:00:14 |
lx |
Update to 1.2.4.
PR: ports/144202
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Feature safe: yes |
1.2.3,2 08 Feb 2010 21:16:33 |
lx |
Update to 1.2.3.
PR: ports/143542
Submitted by: Sofian Brabez |
1.2.2,2 08 Dec 2009 09:56:12 |
pav |
- Add TRACE and ZLIB options
PR: ports/140711
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer timeout (lx; 18 days) |
1.2.2,2 19 Nov 2009 19:59:42 |
lx |
Update to 1.2.2.
PR: ports/140626
Submitted by: David Naylor
Feature safe: yes |
1.2.1,2 06 Oct 2009 23:03:17 |
lx |
Remove @dirrmtry for libdata/pkgconfig directory. This directory is in
BSD.local.dist.
Submitted by: QAT
Feature safe: yes |
1.2.1,2 06 Oct 2009 21:38:18 |
lx |
Support libgcrypt, and update to 1.2.1, a bugfix release.
PR: ports/138473
Submitted by: Peter Wullinger
Feature safe: yes |
1.2,2 17 Aug 2009 22:57:47 |
lx |
Update to 1.2.
PR: 137760
Submitted by: Sofian Brabez
Approved by: maintainer |
1.1,2 03 Apr 2009 18:55:42 |
lx |
Update to 1.1.
PR: ports/133336
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: lx (maintainer) |
1.0,2 02 Feb 2009 01:34:45 |
lx |
Argh. So, the update notifier was wrong, and 0.2 is not a new release
(of course), but I was fooled because there's a separate project called
libssh which *did* just have a new release. 1.0 is the real update.
Pointed out by: J. Johnston |
0.2,1 31 Jan 2009 19:29:20 |
lx |
Include appropriate openssl headers. |
0.2,1 31 Jan 2009 06:36:18 |
lx |
Update to 0.2. |
0.18 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.18 11 Dec 2007 20:18:21 |
lx |
Update to 0.18. |
0.17 09 Aug 2007 04:16:27 |
lx |
Update to 0.17. |
0.15 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.15 08 Jul 2007 00:26:55 |
lx |
Updating to 0.15. |
0.14_1 07 Sep 2006 20:04:19 |
ehaupt |
- Provide a patch to fix a bug in the configure script that caused the include
and library directory flags to gcc to be wrong
- Bump PORTREVISION
PR: 102920
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) |
0.14 12 Jul 2006 04:32:41 |
clsung |
- Updating libssh2 to 0.14. Changes:
- Plug leaks in EVP cipher init/shutdown. (Selcuk Gueney)
- Allow socket_fd == 0 in libssh2_session_startup(). (puudeli)
- Swap ordering of packet_add/packet-inspection to avoid inspect after
- free. (Selcuk)
- Swap KEX_INIT ordering, send our KEX_INIT first.
- Add check for oportunistic KEX_INIT packets. Burn bad guess if necessary.
- Fix OpenSSL detection using pkg-config. (Dan Casey)
PR: ports/100127
Submitted by: maintainer (David Thiel) |
0.13 25 May 2006 21:57:24 |
pav |
- Adopt
PR: ports/97860
Submitted by: David Thiel <lx@redundancy.redundancy.org> |
0.13 02 May 2006 09:38:10 |
clsung |
- update to 0.13 |
0.12 18 Nov 2005 15:29:47 |
mnag |
Update to 0.12
Add SHA256
PR: 89239
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.11 13 Jul 2005 21:39:44 |
flz |
- Update to 0.11.
PR: ports/83401
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
0.10 16 Jun 2005 02:24:18 |
ahze |
- Update to 0.10
PR: ports/82280
Submitted by: Ports Fury |
0.8_1 23 Apr 2005 10:34:09 |
netchild |
Fix post-install target.
Noticed by: pointyhat (via kris) |
0.8 22 Apr 2005 20:09:20 |
netchild |
libssh2 is a library implementing the SSH2 protocol as defined by
Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10). |