aboutsummaryrefslogtreecommitdiff
path: root/security/gsasl
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=411990
* - Switch to options helpersDmitry Marakasov2015-09-031-6/+4
| | | | | | | | | | | - Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=395960
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Cleanup plistAntoine Brodin2014-11-131-2/+0
| | | | Notes: svn path=/head/; revision=372514
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=366659
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+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) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=362645
* - Convert security/gsasl to USES=libtool, drop .la filesDmitry Marakasov2014-06-032-4/+4
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=356368
* Use MASTER_SITES=GNUJohan van Selst2014-01-111-2/+1
| | | | Notes: svn path=/head/; revision=339416
* Enable stage supportJohan van Selst2014-01-113-144/+135
| | | | Notes: svn path=/head/; revision=339415
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Eradicate USE_GNOME=pkgconfig from securityBaptiste Daroussin2013-08-311-3/+2
| | | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix - Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325745
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317220
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Fix a long standing bug of lib/charset.alias being overwritten, modified, ↵Baptiste Daroussin2013-03-181-6/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=314556
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Convert to new options frameworkJohan van Selst2012-06-271-4/+6
| | | | Notes: svn path=/head/; revision=300111
* - Update gsasl to new stable release 1.8.0Johan van Selst2012-06-035-99/+8
| | | | | | | | - Remove patches that are no longer needed - Note: shlib version got bumped Notes: svn path=/head/; revision=298085
* Previous commit was wrong.Johan van Selst2011-10-031-5/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=282894
* Note that gsasl doesn't build if security/heimdal is installed.Johan van Selst2011-10-031-0/+4
| | | | | | | | PR: ports/161247 Submitted by: Marcin Cieslak <saper@saper.info> Notes: svn path=/head/; revision=282893
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* Fix plistJohan van Selst2011-05-172-0/+3
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=274214
* Update gsasl to 1.6.1Johan van Selst2011-05-152-4/+3
| | | | Notes: svn path=/head/; revision=274139
* - Bump PORTREVISION to chase the update of dns/libidnWen Heping2011-03-141-2/+2
| | | | Notes: svn path=/head/; revision=270856
* Make hidden dependency on GnuTLS explicitJohan van Selst2011-03-131-0/+2
| | | | | | | Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=270783
* - Update GNU SASL to version 1.6.0Johan van Selst2011-02-255-30/+24
| | | | | | | | - This includes shlib bump - Grab maintainership Notes: svn path=/head/; revision=269703
* Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-Mark Linimon2010-12-281-1/+1
| | | | | | | | | timeouts. Hat: portmgr Notes: svn path=/head/; revision=267047
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update MASTER_SITESKirill Ponomarev2010-04-231-3/+1
| | | | | | | | PR: ports/145730 Submitted by: sylvio@FreeBSD.org Notes: svn path=/head/; revision=253084
* Update to 1.4.0Kirill Ponomarev2009-12-153-5/+7
| | | | | | | Reported by: pluknet <pluknet@gmail.com> Notes: svn path=/head/; revision=245907
* Update to 1.3Kirill Ponomarev2009-10-236-11/+94
| | | | | | | | PR: ports/139819 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=243233
* Update to 0.2.29Kirill Ponomarev2009-02-064-6/+8
| | | | Notes: svn path=/head/; revision=227707
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-1/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* - Update to version 0.2.28Kirill Ponomarev2008-08-264-6/+8
| | | | | | | | | | - Bump sh lib version on depending ports PR: ports/126857 Submitted by: mm@FreeBSD.org Notes: svn path=/head/; revision=219242
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 0.2.26Kirill Ponomarev2008-05-143-5/+5
| | | | Notes: svn path=/head/; revision=213017
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208144
* Update to 0.2.21Kirill Ponomarev2007-09-054-5/+7
| | | | Notes: svn path=/head/; revision=198834
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Update to 0.2.16Kirill Ponomarev2007-06-016-36/+15
| | | | Notes: svn path=/head/; revision=192512
* Update to 0.2.12Kirill Ponomarev2006-03-183-8/+12
| | | | Notes: svn path=/head/; revision=157623
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Move IDN related ports from devel to dns category:Pav Lucistnik2005-11-121-1/+1
| | | | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus Notes: svn path=/head/; revision=148048
* Update to 0.2.10Kirill Ponomarev2005-10-242-3/+3
| | | | Notes: svn path=/head/; revision=146212