non port: security/gsasl/Makefile |
SVNWeb
|
Number of commits found: 90 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 4 Sep 2022
|
[ 15:24 Po-Chuan Hsieh (sunpoet) ] cc4fa70
security/gsasl: Update to 2.2.0
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Mon, 18 Jul 2022
|
[ 18:00 Po-Chuan Hsieh (sunpoet) ] 1a31911
security/gsasl: Update to 2.0.1
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
|
Tue, 21 Jun 2022
|
[ 20:57 Po-Chuan Hsieh (sunpoet) ] 9bc26d8
security/gsasl: Update to 2.0.0
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 7 Mar 2021
|
[ 22:12 sunpoet ]
Convert REINPLACE_CMD to patch file
|
Wed, 6 Jan 2021
|
[ 20:25 sunpoet ]
Update to 1.10.0
Changes: http://git.savannah.gnu.org/cgit/gsasl.git/tree/NEWS
https://lists.gnu.org/archive/html/info-gnu/2021-01/msg00000.html
|
Sun, 23 Feb 2020
|
[ 08:07 sunpoet ]
Split GSASL into gsasl (command-line utility) and libgsasl (library)
GNU SASL has been split into 2 ports:
- security/gsasl: the command-line utility
- security/libgsasl: the library
It was based on hrs@ patch.
Thanks to: hrs
|
Thu, 23 Jan 2020
|
[ 04:21 sunpoet ]
Clean up Makefile
|
Sun, 5 Jan 2020
|
[ 04:07 sunpoet ]
Update to 1.8.1
- Sort PLIST
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: http://git.savannah.gnu.org/cgit/gsasl.git/tree/NEWS
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00000.html
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (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.
|
Tue, 2 Apr 2019
|
[ 03:35 yuri ] (Only the first 10 of 50 ports in this commit are shown above. )
dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.
PR: 228048
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (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
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 3 Sep 2015
|
[ 14:09 amdmi3 ] (Only the first 10 of 62 ports in this commit are shown above. )
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
|
Fri, 2 Jan 2015
|
[ 18:46 pi ] (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 )
|
Sat, 30 Aug 2014
|
[ 18:18 tijl ] (Only the first 10 of 51 ports in this commit are shown above. )
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
|
Wed, 30 Jul 2014
|
[ 03:57 pi ] (Only the first 10 of 94 ports in this commit are shown above. )
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)
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Tue, 3 Jun 2014
|
[ 13:58 amdmi3 ]
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket
|
Sat, 11 Jan 2014
|
[ 10:11 johans ]
Use MASTER_SITES=GNU
|
[ 10:08 johans ]
Enable stage support
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (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)
|
Sat, 31 Aug 2013
|
[ 00:11 bapt ] (Only the first 10 of 15 ports in this commit are shown above. )
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
|
Fri, 3 May 2013
|
[ 16:36 ehaupt ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/libgcrypt update
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Mon, 18 Mar 2013
|
[ 11:40 bapt ] (Only the first 10 of 17 ports in this commit are shown above. )
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
Wed, 27 Jun 2012
|
[ 19:52 johans ]
Convert to new options framework
|
Sun, 3 Jun 2012
|
[ 13:53 johans ]
- Update gsasl to new stable release 1.8.0
- Remove patches that are no longer needed
- Note: shlib version got bumped
|
Mon, 3 Oct 2011
|
[ 21:27 johans ]
Previous commit was wrong.
Good news: gsasl can co-exist with security/heimdal,
It just needs to use the correct header files.
Broken tag has been removed again.
PR: ports/161247
Submitted by: Marcin Cieslak <saper@saper.info>
|
[ 21:11 johans ]
Note that gsasl doesn't build if security/heimdal is installed.
PR: ports/161247
Submitted by: Marcin Cieslak <saper@saper.info>
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sun, 3 Jul 2011
|
[ 11:40 swills ] (Only the first 10 of 49 ports in this commit are shown above. )
- Chase the libgcrypt shared lib version
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Tue, 17 May 2011
|
[ 07:19 johans ]
Fix plist
Reported by: pointyhat via erwin
|
Sun, 15 May 2011
|
[ 12:09 johans ]
Update gsasl to 1.6.1
|
Mon, 14 Mar 2011
|
[ 08:40 wen ] (Only the first 10 of 29 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of dns/libidn
|
Sun, 13 Mar 2011
|
[ 11:55 johans ]
Make hidden dependency on GnuTLS explicit
Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
|
Fri, 25 Feb 2011
|
[ 14:06 johans ]
- Update GNU SASL to version 1.6.0
- This includes shlib bump
- Grab maintainership
|
Tue, 28 Dec 2010
|
[ 08:11 linimon ]
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.
Hat: portmgr
|
Tue, 27 Jul 2010
|
[ 01:25 wxs ] (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>
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Fri, 23 Apr 2010
|
[ 11:40 krion ]
- Update MASTER_SITES
PR: ports/145730
Submitted by: sylvio@FreeBSD.org
|
Tue, 15 Dec 2009
|
[ 20:47 krion ]
Update to 1.4.0
Reported by: pluknet <pluknet@gmail.com>
|
Fri, 23 Oct 2009
|
[ 12:31 krion ]
Update to 1.3
PR: ports/139819
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Fri, 6 Feb 2009
|
[ 07:12 krion ]
Update to 0.2.29
|
Tue, 6 Jan 2009
|
[ 13:01 rafan ] (Only the first 10 of 29 ports in this commit are shown above. )
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
|
Tue, 26 Aug 2008
|
[ 20:28 krion ]
- Update to version 0.2.28
- Bump sh lib version on depending ports
PR: ports/126857
Submitted by: mm@FreeBSD.org
|
Fri, 6 Jun 2008
|
[ 14:01 edwin ] (Only the first 10 of 129 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Wed, 14 May 2008
|
[ 06:31 krion ]
Update to 0.2.26
|
Thu, 20 Mar 2008
|
[ 10:03 pav ] (Only the first 10 of 74 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Thu, 28 Feb 2008
|
[ 21:47 arved ] (Only the first 10 of 20 ports in this commit are shown above. )
Chase libgcrypt library version
|
Wed, 5 Sep 2007
|
[ 13:55 krion ]
Update to 0.2.21
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Fri, 1 Jun 2007
|
[ 08:20 krion ]
Update to 0.2.16
|
Sat, 18 Mar 2006
|
[ 23:02 krion ]
Update to 0.2.12
|
Sat, 12 Nov 2005
|
[ 18:52 pav ] (Only the first 10 of 27 ports in this commit are shown above. )
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
|
Mon, 24 Oct 2005
|
[ 08:22 krion ]
Update to 0.2.10
|
Sun, 16 Oct 2005
|
[ 11:24 krion ]
Update to 0.2.9
|
Sun, 28 Aug 2005
|
[ 10:53 krion ]
Update to 0.2.7
|
Tue, 8 Feb 2005
|
[ 15:16 krion ]
Update to version 0.2.5
|
Tue, 11 Jan 2005
|
[ 14:53 arved ] (Only the first 10 of 12 ports in this commit are shown above. )
Update libgcrypt to 1.2.1. Changes:
* made the code try to lock secure memory pool not only when running as
root,
* fixed type usage in Serpent,
* made the code mix the PID into the entropy pool for better protection
after a fork,
* fixed memory leak in RSA.
* fixed alignment problems in Rijndael,
* fixed memory leak in gcry_pk_sign(),
* fixed broken pointer access in gcry_ac_open(),
* updated the documentation,
* fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
|
Sat, 8 Jan 2005
|
[ 23:38 krion ]
Update to 0.2.4
|
Wed, 15 Dec 2004
|
[ 22:15 krion ]
Update to 0.2.3
|
Mon, 29 Nov 2004
|
[ 04:24 krion ]
Update to 0.2.2
|
Fri, 19 Nov 2004
|
[ 06:32 krion ]
Update to 0.2.1
|
Thu, 11 Nov 2004
|
[ 19:16 krion ]
Update to 0.2.0
|
Tue, 26 Oct 2004
|
[ 15:26 krion ]
Chase libraries for new devel/libidn version.
|
Wed, 11 Aug 2004
|
[ 08:27 krion ]
Update to 0.1.4
|
Wed, 4 Aug 2004
|
[ 07:59 krion ]
Update to 0.1.3
|
Sat, 17 Jul 2004
|
[ 12:58 krion ]
Update to 0.1.2
|
Mon, 28 Jun 2004
|
[ 07:58 krion ]
Update to version 0.1.1
|
[ 06:36 krion ]
Chase libraries for new devel/libidn version
|
Sat, 22 May 2004
|
[ 08:10 krion ]
- Chase libraries for new devel/libidn version
|
Mon, 3 May 2004
|
[ 13:57 arved ] (Only the first 10 of 21 ports in this commit are shown above. )
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba: (Only the first 15 lines of the commit message are shown above )
|
Sat, 17 Apr 2004
|
[ 06:22 krion ]
- Update to version 0.1.0
- Take maintainership
|
Sat, 3 Apr 2004
|
[ 18:09 pav ]
- Switch gcypt dependency to -devel port so it does not conflicts with gnutls
- Support WITHOUT_NLS knob
PR: ports/65092 (based on)
Submitted by: Herbert <herbert.skuhra@gmx.at>
|
Sun, 29 Feb 2004
|
[ 14:30 krion ]
- Chase libraries for new libidn version
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
[ 15:06 krion ]
- Update to version 0.0.14
PR: ports/61782
Submitted by: Ports Fury
|
Fri, 16 Jan 2004
|
[ 15:47 krion ]
- Update to version 0.0.12
PR: 61428
Submitted by: Ports Fury
|
Thu, 8 Jan 2004
|
[ 15:44 krion ]
- Update to version 0.0.11
PR: 61078
Submitted by: Ports Fury
|
Fri, 5 Dec 2003
|
[ 14:22 krion ]
- Update to version 0.0.10
PR: 59758
Submitted by: Ports Fury
|
Fri, 31 Oct 2003
|
[ 02:39 ijliao ]
introduce MASTER_SITE_GNU_ALPHA
|
Thu, 30 Oct 2003
|
[ 08:35 ijliao ]
add gsasl 0.0.8
GNU SASL Library
|
Number of commits found: 90 |