aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/gnupg1: Build with -fcommonNiclas Zeising2020-08-201-0/+1
| | | | | | | | | | | | | With llvm 11, builds are using -fno-common by default. I've tried to fix gnupg1 to build with this, but it is qyite hard and requires a lot of patches. In the meantime, upstream code has changed significantly, and gnupg1 is old, so just switch it to use -fcommon instead, to make it build. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=545570
* Unmute some build commandsAdam Weinberger2020-07-151-1/+1
| | | | Notes: svn path=/head/; revision=542249
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+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
* Update gnupg1 to security release 1.4.23Adam Weinberger2018-06-122-4/+4
| | | | | | | | | | PR: 228936 Submitted by: Dani MFH: 2018Q2 Security: CVE-2017-7526 Notes: svn path=/head/; revision=472250
* Update to 1.4.22.Adam Weinberger2017-07-202-5/+4
| | | | | | | | MFH: 2017Q3 Security: CVE-2017-7526 Notes: svn path=/head/; revision=446260
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Restore the link from gpg to gpg2 on uninstallation, removed in r431058.Tijl Coosemans2017-01-102-1/+2
| | | | | | | | | | When gnupg is installed, installing gnupg1 overwrites the link. Uninstall should restore the link so the system is back in the same state. Approved by: adamw (maintainer) Notes: svn path=/head/; revision=431096
* Standardize the COMMENT and pkg-descr with the other gnupg ports.Adam Weinberger2017-01-104-15/+14
| | | | | | | | | | | | | | | Readline for everyone instead of it sometimes showing up and never being recorded. Don't link gpg to gpg2 on uninstallation. This is not a good idea. The gnupg{,20} ports handle creating that symlink. Remove the .sig file from distinfo. PORTREVISION bump for the dependency and plist changes. Notes: svn path=/head/; revision=431058
* Oops.Adam Weinberger2016-10-311-1/+1
| | | | | | | Notified by: pi Notes: svn path=/head/; revision=425027
* Improve the compiler check by using USES=compiler and not applyingAdam Weinberger2016-10-311-3/+3
| | | | | | | | | | it blindly to 10+. PR: 213932 Reported by: dewayne heuristicsystems com au Notes: svn path=/head/; revision=425012
* Enable the CAMELLIA cipher and noexecstack (support for which getsAdam Weinberger2016-10-301-6/+7
| | | | | | | | auto-detected). While here, fix a few Makefile nits and provide a better COMMENT. Notes: svn path=/head/; revision=424966
* A number of simplifications and improvements.Adam Weinberger2016-10-305-84/+17
| | | | | | | | | | | | | | | | - Don't download the unusued signature - Use the standard ICONV knob instead of LIBICONV - Improve option descriptions and proper capitalization - Handle the SUID chmod in the plist instead of the Makefile - Simplify CFLAGS modification and skip the unnecessary -std=c89 addition - Don't patch docs installation out, just let pkg DTRT - Switch WWW to https No PORTREVISION bump because most of these changes are NOOPs, except the WWW change which isn't worth forcing a rebuild for. Notes: svn path=/head/; revision=424964
* Complete the adoption of options helpers, remove old cruft,Adam Weinberger2016-09-172-26/+20
| | | | | | | | | | and take maintainership. PR: 212352 Approved by: maintainer timeout Notes: svn path=/head/; revision=422332
* - Add LICENSEDmitry Marakasov2016-09-082-44/+28
| | | | | | | | | | | - While here, convert to options helpers and new test framework PR: 207449 Submitted by: dewayne@heuristicsystems.com.au Approved by: maintainer timeout (kuriyama, 6 months) Notes: svn path=/head/; revision=421567
* - Upgrade to 1.4.21 (security, predictable bits in some situation).Jun Kuriyama2016-08-182-5/+6
| | | | | | | References: https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html Notes: svn path=/head/; revision=420375
* Rename all files containing a : in their filename.Mathieu Arnold2016-06-175-23/+23
| | | | | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight Notes: svn path=/head/; revision=417041
* 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
* Fix signature. The signature cannot have been correct; it was 50% the size ofAdam Weinberger2015-12-241-2/+2
| | | | | | | all other signatures. Notes: svn path=/head/; revision=404380
* - Upgrade to 1.4.20 (minor fixes).Jun Kuriyama2015-12-232-5/+5
| | | | Notes: svn path=/head/; revision=404276
* security/gnupg1: fix build on armMichael Moll2015-11-271-0/+39
| | | | | | | | | PR: 197793 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Approved by: kuriyama (maintainer, timeout) Notes: svn path=/head/; revision=402488
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* security/gnupg1: add CPE informationBartek Rutkowski2015-04-141-1/+2
| | | | | | | | | | - Maintainer's timeout (kuriyama@FreeBSD.org) PR: 198850 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=383984
* - Upgrade to 1.4.19 (with SCA fix).Jun Kuriyama2015-02-285-28/+28
| | | | Notes: svn path=/head/; revision=380145
* Do not install gnupg(7) manpage to allow installing in parallel of regular gnupgBaptiste Daroussin2014-11-272-3/+2
| | | | | | | | | | People using spamassing can now still use it while having anything else using newer gnupg With hat: portmgr Notes: svn path=/head/; revision=373488
* Cleanup plistAntoine Brodin2014-11-131-1/+0
| | | | Notes: svn path=/head/; revision=372514
* net/openldap24-*:Tijl Coosemans2014-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* - Upgrade to 1.4.18 (bugfix).Jun Kuriyama2014-06-302-5/+5
| | | | Notes: svn path=/head/; revision=359937
* - Upgrade to 1.4.17 (security fix).Jun Kuriyama2014-06-233-7/+5
| | | | | | | | | | | This release includes a *security fix* to stop a possible DoS using garbled compressed data packets which can be used to put gpg into an infinite loop. References: http://lists.gnupg.org/pipermail/gnupg-announce/2014q2/000344.html Notes: svn path=/head/; revision=359019
* Fix fatal error at exit regarding missing trustdb although key is imported.Jun Kuriyama2014-05-292-1/+16
| | | | | | | | | Submitted by: des, philip References: https://bugs.gnupg.org/gnupg/issue1622 References: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=23191d7851eae2217ecdac6484349849a24fd94a Notes: svn path=/head/; revision=355706
* Bump PORTREVISION, forgotten in previous commit.Guido Falsi2014-03-251-0/+1
| | | | | | | Noticed by: mat Notes: svn path=/head/; revision=349132
* - Really disable iconv support when LIBICONV option is not selected [1]Guido Falsi2014-03-251-6/+3
| | | | | | | | | | | | | | | | | This fixes build on 10 and head when libiconv is installed and LIBICONV option is disabled While here: - Convert to USES gmake and USES tar [2] - Convert to new LIB_DEPENDS format [2] Reported by: Mike Harding <mvharding@gmail.com> (via email) Approved by: portmgr (bapt, implicit) [1] Approved by: implicit portmgr@ blanket approval [2] Notes: svn path=/head/; revision=349108
* - Stage supportMartin Wilke2014-02-052-10/+10
| | | | Notes: svn path=/head/; revision=342704
* - Upgrade to 1.4.16 (security fix).Jun Kuriyama2013-12-182-5/+5
| | | | | | | References: http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000337.html Notes: svn path=/head/; revision=336839
* Fixup pkgname.Mathieu Arnold2013-12-051-1/+1
| | | | | | | | | PR: ports/184444 Submitted by: mat Approved by: portmgr (bapt) Notes: svn path=/head/; revision=335659
* Revert NO_STAGE because packaging failure with PKGNG.Jun Kuriyama2013-10-051-2/+6
| | | | Notes: svn path=/head/; revision=329469
* - Upgrade to 1.4.15 (security, VuXML entry will follow).Jun Kuriyama2013-10-052-11/+7
| | | | | | | - Use $STAGEDIR. Notes: svn path=/head/; revision=329430
* 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
* - Upgrade to 1.4.14.Jun Kuriyama2013-07-252-6/+6
| | | | | | | | | Security: http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html I'll write vuxml entry later. Notes: svn path=/head/; revision=323640
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - convert ports to USES= gettextJason Helfman2013-04-301-1/+1
| | | | | | | Approved by: portmgr (bapt@) Notes: svn path=/head/; revision=316883
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-19/+16
| | | | Notes: svn path=/head/; revision=316749
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+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
* Fix a long standing bug of lib/charset.alias being overwritten, modified, ↵Baptiste Daroussin2013-03-181-0/+1
| | | | | | | | | | | | | | | | | 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
* - Fix build on more recent current.Jun Kuriyama2012-12-271-3/+7
| | | | | | | | PR: ports/173678 Submitted by: swills Notes: svn path=/head/; revision=309541
* - Upgrade to 1.4.13 (minor bugfixes).Jun Kuriyama2012-12-214-33/+29
| | | | Notes: svn path=/head/; revision=309335
* - Upgrade to 1.14.12 (minor bugfixes).Jun Kuriyama2012-01-315-29/+30
| | | | Notes: svn path=/head/; revision=290143
* - Fix build on 10-current (i386) [1]Jun Kuriyama2012-01-292-0/+12
| | | | | | | | | | - Fix build with clang by using CFLAGS+=-std=c89. PR: ports/163898 [1] Submitted by: swills [1] Notes: svn path=/head/; revision=290030