aboutsummaryrefslogtreecommitdiff
path: root/security/shishi
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* 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
* 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
* Simplify plistBaptiste Daroussin2014-10-311-4/+1
| | | | Notes: svn path=/head/; revision=371864
* 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
* Remove deletion of LC_MESSAGES directories that are owned by devel/gettextMichael Gmelin2014-08-201-4/+0
| | | | | | | | Reviewed by: bdrewery Approved by: bdrewery Notes: svn path=/head/; revision=365430
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=364143
* - Update security/libtasn1 to 4.0Roman Bogorodskiy2014-07-281-1/+1
| | | | | | | | | | | | | - Add USES= libtool and set INSTALL_TARGET to install-strip - Drop useless bsd.port.options.mk include - Bump PORTREVISION of ports that depend on libtasn1 as shlib version has changed - Add an UPDATING entry for that Exp-run by: antoine Notes: svn path=/head/; revision=363113
* security/shishi: fix build with libgcrypt 1.6.xKurt Jaeger2014-07-272-0/+35
| | | | | | | | PR: 192164 Approved by: johans@FreeBSD.org (maintainer) Notes: svn path=/head/; revision=363080
* - 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 to USES=libtoolTijl Coosemans2014-07-072-17/+10
| | | | | | | | - Set MAKEINFOFLAGS instead of MAKEINFO - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361100
* Fix build on system built WITHOUT_INFOBaptiste Daroussin2014-06-251-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359209
* Enable stage support + minor cleanupsJohan van Selst2014-01-113-703/+700
| | | | Notes: svn path=/head/; revision=339421
* - Chase security/libtasn1 updateRoman Bogorodskiy2013-11-031-1/+1
| | | | | | | - Add UPDATING entry Notes: svn path=/head/; revision=332596
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* Update GNU shishi to 1.0.2Johan van Selst2013-04-296-326/+10
| | | | | | | Announcement http://lists.gnu.org/archive/html/info-gnu/2013-04/msg00002.html Notes: svn path=/head/; revision=316840
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add UPDATING entry for libtasn1 updateRoman Bogorodskiy2013-02-061-1/+1
| | | | | | | - Bump PORTREVISIONs for dependant ports Notes: svn path=/head/; revision=311783
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Add patch to fix getsubopt() parsingJohan van Selst2012-09-022-7/+257
| | | | | | | | | | | | Fixes setting of "realm-kdc" and "server-realm" http://lists.gnu.org/archive/html/help-shishi/2012-08/msg00073.html - Bump PORTREVISION - Reduce Makefile header Submitted by: Mats Erik Andersson <openbsd@gisladisker.se> Notes: svn path=/head/; revision=303539
* - [1] Fix the use of SRV resource queries via DNS;Johan van Selst2012-07-173-5/+65
| | | | | | | | | | | | caused by failure to detect resolv.h and res_query() http://lists.gnu.org/archive/html/help-shishi/2012-07/msg00001.html - Minor style cleanups - Bump PORTREVISION Submitted by: Mats Erik Andersson <openbsd@gisladisker.se> [1] Notes: svn path=/head/; revision=301018
* Convert to new options frameworkJohan van Selst2012-06-271-5/+7
| | | | Notes: svn path=/head/; revision=300111
* Update shishi to version 1.0.1Johan van Selst2012-03-313-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294041
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+3
| | | | | | | | | | | | - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - 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
* - Bump PORTREVISION to chase the update of dns/libidnWen Heping2011-03-141-2/+2
| | | | Notes: svn path=/head/; revision=270856
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* 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 shishi to 1.0.0Johan van Selst2010-05-245-28/+10
| | | | | | | | | - Update MASTER_SITE (GNU) - Remove custom patch (fixed upstream) - Note: shlib version bumped Notes: svn path=/head/; revision=254965
* Add forgotten dependency on gnutlsJohan van Selst2010-04-101-1/+3
| | | | Notes: svn path=/head/; revision=252535
* Add files/patch-lib_netio.c to fix build without starttls.Johan van Selst2010-04-021-0/+14
| | | | | | | Unfortunately this addition was forgotten in the previous commit. Notes: svn path=/head/; revision=252088
* Update to 0.0.43Johan van Selst2010-04-023-6/+7
| | | | Notes: svn path=/head/; revision=252077
* - Update to 0.0.42Johan van Selst2010-03-184-5/+22
| | | | | | | | - Add patch for FreeBSD <=7 where configure rejects our stat() but cannot use the included version either. Use ours anyway. Notes: svn path=/head/; revision=251199
* Pass maintainership to people that use it.Marcelo Araujo2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250236
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.0.40.Marcelo Araujo2009-06-185-19/+63
| | | | Notes: svn path=/head/; revision=236232
* - Update MASTER_SITES.Marcelo Araujo2009-02-271-3/+3
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=229193
* Chase libtasn1 shared library version bump.Roman Bogorodskiy2009-01-181-2/+2
| | | | Notes: svn path=/head/; revision=226372
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-3/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544