aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GCrypt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/p5-Crypt-GCrypt: Cosmetic changePo-Chuan Hsieh2021-04-181-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2015-10-191-3/+1
| | | | | | | - Pet portlint: fix diff header of patch files Notes: svn path=/head/; revision=399766
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Update to 1.26Sunpoet Po-Chuan Hsieh2014-06-081-6/+5
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Reformat pkg-descr Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog Notes: svn path=/head/; revision=357031
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-06-031-1/+1
| | | | Notes: svn path=/head/; revision=356412
* Reset maintainer on staged ports tooAntoine Brodin2014-06-031-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356403
* - add stage supportAndrej Zverev2014-01-301-3/+0
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341821
* 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 the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326996
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-6/+3
| | | | Notes: svn path=/head/; revision=317220
* - Update to 1.25 [1]Frederic Culot2011-09-301-2/+4
| | | | | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) - Reset PORTREVISION Changes: http://search.cpan.org/dist/Crypt-GCrypt/Changelog PR: ports/161125 [1] Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Notes: svn path=/head/; revision=282660
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-1/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* - Update to 1.24Wen Heping2010-02-101-2/+2
| | | | | | | | PR: ports/143719 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Notes: svn path=/head/; revision=249517
* - Update to 1.23Wen Heping2010-01-111-1/+1
| | | | | | | | PR: ports/142553 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Notes: svn path=/head/; revision=247572
* Update to 1.22Tilman Keskinoz2009-11-091-1/+1
| | | | | | | | PR: 140404 Submitted by: maintainer Notes: svn path=/head/; revision=244011
* - Update to 1.21Martin Wilke2009-02-091-2/+1
| | | | | | | | | PR: 131419 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=227953
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-2/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* 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
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208144
* - Update to 1.20Gabor Kovesdan2008-02-261-10/+4
| | | | | | | | | | | | - Better adjustment of dependencies - Style PR: ports/121011 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=207961
* - Update to 1.17Martin Wilke2007-10-301-4/+2
| | | | | | | | PR: 117659 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Notes: svn path=/head/; revision=202412
* Fix mismerge.Mark Linimon2007-09-091-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=199135
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-9/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.16Martin Wilke2007-05-271-1/+6
| | | | | | | | PR: 112600 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Notes: svn path=/head/; revision=192000
* Add p5-Crypt-GCrypt 1.15, perl interface to the GNU CryptographicCheng-Lung Sung2006-10-061-0/+37
library. PR: ports/103767 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org> Notes: svn path=/head/; revision=174630