Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.23_4 27 Jan 2024 00:30:42 |
Muhammad Moinur Rahman (bofh) |
security/gnupg1: Moved man to share/man
Approved by: portmgr (blanket) |
1.4.23_3 12 Aug 2023 01:37:48 |
Piotr Kubaj (pkubaj) |
security/gnupg1: drop GCC on powerpc
Binutils are necessary:
cc: error: unsupported argument '-mppc' to option 'Wa,' |
1.4.23_2 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.23_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.4.23_2 18 Nov 2021 01:01:30 |
Adam Weinberger (adamw) |
security/gnupg{,1}: Transfer maintainership to adridg |
1.4.23_2 16 Jun 2021 09:00:23 |
Piotr Kubaj (pkubaj) |
security/gnupg1: fix build on powerpc |
1.4.23_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.23_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.23_2 20 Aug 2020 23:10:01 |
zeising |
security/gnupg1: Build with -fcommon
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) |
1.4.23_2 15 Jul 2020 07:28:28 |
adamw |
Unmute some build commands |
1.4.23_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.4.23_1 10 Nov 2018 18:12:58 |
bapt |
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 |
1.4.23 12 Jun 2018 13:53:06 |
adamw |
Update gnupg1 to security release 1.4.23
PR: 228936
Submitted by: Dani
MFH: 2018Q2
Security: CVE-2017-7526 |
1.4.22 20 Jul 2017 12:20:18 |
adamw |
Update to 1.4.22.
MFH: 2017Q3
Security: CVE-2017-7526 |
1.4.21_4 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- 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 |
1.4.21_3 10 Jan 2017 15:42:12 |
tijl |
Restore the link from gpg to gpg2 on uninstallation, removed in r431058.
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) |
1.4.21_2 10 Jan 2017 02:48:53 |
adamw |
Standardize the COMMENT and pkg-descr with the other gnupg ports.
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. |
1.4.21_1 31 Oct 2016 21:09:02 |
adamw |
Oops.
Notified by: pi |
1.4.21_1 31 Oct 2016 16:24:59 |
adamw |
Improve the compiler check by using USES=compiler and not applying
it blindly to 10+.
PR: 213932
Reported by: dewayne heuristicsystems com au |
1.4.21_1 30 Oct 2016 23:23:23 |
adamw |
Enable the CAMELLIA cipher and noexecstack (support for which gets
auto-detected). While here, fix a few Makefile nits and provide a
better COMMENT. |
1.4.21 30 Oct 2016 21:20:29 |
adamw |
A number of simplifications and improvements.
- 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. |
1.4.21 17 Sep 2016 15:58:50 |
adamw |
Complete the adoption of options helpers, remove old cruft,
and take maintainership.
PR: 212352
Approved by: maintainer timeout |
1.4.21 08 Sep 2016 17:04:12 |
amdmi3 |
- Add LICENSE
- 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) |
1.4.21 18 Aug 2016 00:20:00 |
kuriyama |
- Upgrade to 1.4.21 (security, predictable bits in some situation).
References: https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html |
1.4.20 17 Jun 2016 23:28:05 |
mat |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight |
1.4.20 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4.20 24 Dec 2015 17:27:47 |
adamw |
Fix signature. The signature cannot have been correct; it was 50% the size of
all other signatures. |
1.4.20 23 Dec 2015 03:25:52 |
kuriyama |
- Upgrade to 1.4.20 (minor fixes). |
1.4.19 27 Nov 2015 17:52:56 |
mmoll |
security/gnupg1: fix build on arm
PR: 197793
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: kuriyama (maintainer, timeout) |
1.4.19 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
1.4.19 14 Apr 2015 08:24:07 |
robak |
security/gnupg1: add CPE information
- Maintainer's timeout (kuriyama@FreeBSD.org)
PR: 198850
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
1.4.19 28 Feb 2015 14:55:08 |
kuriyama |
- Upgrade to 1.4.19 (with SCA fix). |
1.4.18_2 27 Nov 2014 13:54:07 |
bapt |
Do not install gnupg(7) manpage to allow installing in parallel of regular gnupg
People using spamassing can now still use it while having anything else using
newer gnupg
With hat: portmgr |
1.4.18_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
1.4.18_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- 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 (Only the first 15 lines of the commit message are shown above ) |
1.4.18 30 Jun 2014 22:45:18 |
kuriyama |
- Upgrade to 1.4.18 (bugfix). |
1.4.17 23 Jun 2014 23:09:06 |
kuriyama |
- Upgrade to 1.4.17 (security fix).
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 |
1.4.16_2 29 May 2014 14:53:47 |
kuriyama |
Fix fatal error at exit regarding missing trustdb although key is imported.
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 |
1.4.16_1 25 Mar 2014 12:15:54 |
madpilot |
Bump PORTREVISION, forgotten in previous commit.
Noticed by: mat |
1.4.16 25 Mar 2014 07:24:42 |
madpilot |
- Really disable iconv support when LIBICONV option is not selected [1]
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] |
1.4.16 05 Feb 2014 13:58:42 |
miwi |
- Stage support |
1.4.16 18 Dec 2013 15:14:56 |
kuriyama |
- Upgrade to 1.4.16 (security fix).
References: http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000337.html |
1.4.15 05 Dec 2013 11:19:00 |
mat |
Fixup pkgname.
PR: ports/184444
Submitted by: mat
Approved by: portmgr (bapt) |
1.4.15 05 Oct 2013 15:41:25 |
kuriyama |
Revert NO_STAGE because packaging failure with PKGNG. |
1.4.15 05 Oct 2013 09:35:03 |
kuriyama |
- Upgrade to 1.4.15 (security, VuXML entry will follow).
- Use $STAGEDIR. |
1.4.14 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.4.14 25 Jul 2013 13:12:27 |
kuriyama |
- Upgrade to 1.4.14.
Security: http://lists.gnupg.org/pipermail/gnupg-announce/2013q3/000330.html
I'll write vuxml entry later. |
1.4.13_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- 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 |
1.4.13 30 Apr 2013 06:28:27 |
jgh |
- convert ports to USES= gettext
Approved by: portmgr (bapt@) |
1.4.13 28 Apr 2013 21:02:40 |
bapt |
Convert security to new options framework |
1.4.13 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.4.13 18 Mar 2013 11:40:04 |
bapt |
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 |
1.4.13 27 Dec 2012 13:57:57 |
kuriyama |
- Fix build on more recent current.
PR: ports/173678
Submitted by: swills |
1.4.13 21 Dec 2012 00:42:25 |
kuriyama |
- Upgrade to 1.4.13 (minor bugfixes). |
1.4.12 31 Jan 2012 00:56:24 |
kuriyama |
- Upgrade to 1.14.12 (minor bugfixes). |
1.4.11 29 Jan 2012 14:44:06 |
kuriyama |
- Fix build on 10-current (i386) [1]
- Fix build with clang by using CFLAGS+=-std=c89.
PR: ports/163898 [1]
Submitted by: swills [1] |
1.4.11 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.4.11 29 Oct 2011 10:03:08 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
1.4.11 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
1.4.11 19 Oct 2010 00:36:14 |
kuriyama |
- Upgrade to 1.4.11 (minor bugfixes).
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html |
1.4.10_2 02 Jun 2010 01:56:47 |
linimon |
Attempt to fix build on powerpc.
Hat: portmgr |
1.4.10_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.4.10_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
1.4.10 04 Sep 2009 10:06:46 |
kuriyama |
- Upgrade to 1.4.10. |
1.4.9_2 09 Mar 2009 17:15:43 |
stas |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
1.4.9_2 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
1.4.9_1 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.4.9_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.4.9_1 11 Aug 2008 12:27:53 |
kuriyama |
Fix plist with NOPORTDOCS.
Reported by: QA Tindy (itetcu) |
1.4.9_1 06 Jun 2008 14:01:07 |
edwin |
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) |
1.4.9 26 Apr 2008 23:51:41 |
miwi |
- Update to 1.4.9
Notes:
This update fixes a possible security vulnerability
involving memory corruption from importing malicious
keys.
PR: 122349 / 122155
Submitted by: Nick Barkas <snb@threerings.net> / Hirohisa Yamaguchi
<umq@ueo.co.jp>
Approved by: maintainer timeout
Security:
http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html |
1.4.8 12 Jan 2008 08:53:44 |
kuriyama |
- Upgrade to 1.4.8 (GPL3).
PR: ports/118894
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
1.4.7_1 04 Oct 2007 06:00:24 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.4.7_1 23 Jul 2007 09:36:52 |
rafan |
- 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 |
1.4.7_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.7 06 Mar 2007 09:06:19 |
kuriyama |
- Upgrade to 1.4.7.
Add safety seatbelt for inserting additional text in signed OpenPGP message.
References:
http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023687.html,
http://lists.gnupg.org/pipermail/gnupg-devel/2007-March/023686.html |
1.4.6_3 25 Dec 2006 03:49:00 |
kuriyama |
- I forgot to bump PORTREVISION to sync with security/gnupg as of
before 2.0 upgrade.
- Add a patch to fix info/dir entry in gnupg1.info [1].
- Recover symlink during removing this port after installing
security/gnupg (2.0) (I forgot to add this before...).
PR: ports/106819 [1]
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> |
1.4.6 09 Dec 2006 08:36:48 |
kuriyama |
- Chase security/gnupg upgrade (but still 1.4.6) after repocopy.
(not connected in ../Makefile)
- Tweak installation directory for documents to avoid conflict against
coming gnupg upgrade (2.0.1).
I'm still testing my patch to upgrade to 2.0.1, so please wait. :-) |