non port: security/gnupg/Makefile |
Number of commits found: 254 (showing only 100 on this page) |
Thursday, 14 May 2015
|
10:15 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
 |
Monday, 13 Apr 2015
|
02:55 kuriyama
- Add CPE information [1].
- Fix accidentally linking devel/readline if installed [2].
# I'm working on 2.1.3 update, but it requires LDAP header even if
# disabled. Stay tuned (or patches are welcome).
PR: ports/198849 [1], ports/198036 and ports/198354 [2]
Submitted by: shun.fbsd.pr@dropcut.net [1], amdmi3 and jf@fahrner.name [2]
 |
Wednesday, 18 Feb 2015
|
22:31 kuriyama
- Upgrade to 2.1.2 (bugfixes).
 |
Monday, 16 Feb 2015
|
20:48 zi
- Fix version requirement for security/libgpg-error BUILD_DEPEND
 |
Friday, 2 Jan 2015
|
18:46 pi
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
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)
 |
Sunday, 28 Dec 2014
|
14:04 kuriyama
- Upgrade to 2.1.1 and various fixes.
Sorry for mess at introducing 2.1.0. This branch is *modern* release,
and please use security/gnupg{1,20} for stable gpg. Patches are welcome
to use DEFAULT_VERSIONS. :-)
PR: ports/195489, ports/195931, ports/195459, ports/196301
Submitted by: rakuco, Matthew West <freebsd@r.zeeb.org>, Phil Pennock
<freebsd@phil.spodhuis.org>, tijl
 |
Saturday, 22 Nov 2014
|
09:55 kuriyama
- Turn pinentry dependency mandatory, not option. [1]
- Remove gpg-zip.1.gz manpage which command is not installed. [2]
PR: ports/194788 [1], ports/195229 [2]
Submitted by: donaldcallen@gmail.com [1], crest@sahiro.org [2]
 |
Thursday, 20 Nov 2014
|
05:11 kuriyama
- Upgrade security/gnupg to 2.1.0 (modern release) and copy previous
as security/gnupg20 (stable release).
- Set PINENTRY as default option.
 |
Tuesday, 16 Sep 2014
|
13:44 amdmi3
- Drop .la files for security/libksba, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
 |
Thursday, 14 Aug 2014
|
22:16 kuriyama
- Upgrade to 2.0.26 (minor fixes).
 |
Tuesday, 5 Aug 2014
|
22:13 tijl
Bump PORTREVISION on more ports that depend on libgcrypt after the update
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)
 |
Thursday, 24 Jul 2014
|
18:34 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
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)
 |
Monday, 30 Jun 2014
|
22:44 kuriyama
- Upgrade to 2.0.25 (bugfix).
- Fix STD_SOCKET option argument [1].
PR: ports/191150 [1]
Submitted by: mazhe@alkumuna.eu [1]
 |
Tuesday, 24 Jun 2014
|
14:42 kuriyama
- Upgrade to 2.0.24 (security).
- Explicitly depends on libgpg-error>=1.11 [1]
- Turn on PINENTRY option by default [2]
(I don't like this, but by popular demand for years...)
Submitted by: dereckson@gmail.com [1], sbruno [2]
PR: ports/138424 [1], ports/189394 [2]
 |
Tuesday, 3 Jun 2014
|
16:57 sunpoet
- Convert to new LIB_DEPENDS format
- Use USES=tar:bzip2
Approved by: portmgr (blanket)
 |
12:19 kuriyama
- Upgrade to 2.0.23 (minor enhancement).
 |
Monday, 2 Dec 2013
|
12:05 mat
Fix KDNS option.
Reported by: geoffroy desvernay
Pointy hat to: mat
 |
Friday, 29 Nov 2013
|
15:16 mat
Convert to new options framekwork.
maintainer timeout.
PR: ports/183955
Submitted by: mat
 |
Thursday, 14 Nov 2013
|
05:37 eadler
Fix build with KDNS: --with-adns must be passed to configure.
PR: ports/183113
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Approved by: maintainer timeout (3 weeks)
 |
Sunday, 6 Oct 2013
|
15:04 antoine
Fix staging:
- add man pages to the plist
- remove pkg-install and pkg-message from post-install
(the gpg symlink creation was violating stage)
- re-add INFO to Makefile
- use @mode instead of chmod to allow packaging setuid as user
While here, USE_GMAKE->USES=gmake, use OPTIONS_SUB instead of PLIST_SUB
and use %%PORTDOCS%% for help files as they do not exist with --disable-doc
Approved by: Jun Kuriyama (maintainer)
 |
Saturday, 5 Oct 2013
|
09:34 kuriyama
- Upgrade 2.0.22 (security, VuXML entry will follow).
- Pet portlint about pkg-plist.
- Use $STAGEDIR.
- Turn setuid knob to OptionsNG [1]
PR: ports/181495 [1]
Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1]
 |
Friday, 20 Sep 2013
|
22:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
 |
Monday, 19 Aug 2013
|
13:29 kuriyama
- Upgrade to 2.0.21 (minor improvements).
 |
Thursday, 11 Jul 2013
|
16:26 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
 |
Saturday, 11 May 2013
|
01:38 kuriyama
- Upgrade to 2.0.20.
 |
Friday, 3 May 2013
|
16:36 ehaupt
Chase security/libgcrypt update
 |
Monday, 29 Apr 2013
|
16:43 rene
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
 |
Saturday, 27 Apr 2013
|
18: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
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Thursday, 27 Dec 2012
|
14:04 kuriyama
- Fix with NOPORTDOCS=yes [1,2]
- Fix CURL option handled incorrectly [3,4]
PR: ports/170543 [1], ports/171848 [2], ports/171370 [3], ports/174075 [4]
Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1], Konstantinos
Koukopoulos <koukopoulos@gmail.com> [2], John Marshall
<john.marshall@riverwillow.com.au> [3], Phil Pennock <phil.pennock@globnix.org>
[4]
 |
Monday, 13 Aug 2012
|
14:17 kuriyama
Revert previous tty patch until matured.
 |
Sunday, 5 Aug 2012
|
09:41 kuriyama
- Convert to OptionsNG.
- Don't install gpg-zip.1 manpage as gpg-zip script is not installed
[1].
- Fix /dev/tty brokenness [2].
PR: ports/170327 [1], ports/170269 [2]
Submitted by: Alfred Bartsch <bartsch@dssgmbh.de> [1],
Ben Cottrell <tamino@wolfhut.org> [2]
 |
Friday, 4 May 2012
|
11:07 kuriyama
- Add optional dependency on security/pinentry port.
I'd like to keep this port (and package built on pointyhat) having
simple dependencies. So this knob is off by default.
PR: ports/156287, ports/164333
Submitted by: Joseph Olatt <joji@eskimo.com>, Oliver Herold <oh@fixmbr.de>
 |
Tuesday, 27 Mar 2012
|
10:03 kuriyama
- Upgrade to 2.0.19.
Feature safe: yes
 |
Monday, 26 Sep 2011
|
14:49 kuriyama
- Fix libcurl detection.
PR: ports/160535
Submitted by John Marshall <john.marshall@riverwillow.com.au>
 |
Friday, 5 Aug 2011
|
00:35 kuriyama
- Upgrade to 2.0.18:
- Support the SSH confirm flag and show SSH fingerprints in ssh
related pinentries.
- Improved dirmngr/gpgsm interaction for OCSP.
- Allow generation of card keys up to 4096 bit.
- Improve for port:
- Remove patch that was incorporated into this release.
- Remove redundant BUILD_DEPENDS.
- Patching should be done in a -patch target. Silence the REINPLACE.
Submitted by: dougb
PR: ports/159520
 |
Thursday, 14 Jul 2011
|
08:19 dougb
Add a patch to handle an ABI change relative to libgcrypt 1.5
Confirmed upstream:
http://lists.gnupg.org/pipermail/gnupg-users/2011-July/042333.html
PR: ports/158674
Submitted by: Mark Atkinson <atkin901@gmail.com>
Approved by: early maintainer timeout/portmgr (pav)
 |
Sunday, 3 Jul 2011
|
11:40 swills
- Chase the libgcrypt shared lib version
 |
Sunday, 27 Mar 2011
|
19:03 dougb
Update libksba to 1.2.0, and update dependent ports.
The patch also adds a verify target for the PGP signature
of the distfile.
Noteworthy changes in version 1.2.0 (2011-03-01)
------------------------------------------------
* New functions to allow the creation of X.509 certificates.
This release adds features required by the GnuPG 2.1 development
version.
PR: ports/155506
Submitted by: me
Approved by: maintainer timeout
 |
Tuesday, 8 Feb 2011
|
03:40 dougb
Version 2.0.17 was released on 2011-01-13:
What's New
===========
* Allow more hash algorithms with the OpenPGP v2 card.
* The gpg-agent now tests for a new gpg-agent.conf on a HUP.
* Fixed output of "gpgconf --check-options".
* Fixed a bug where Scdaemon sends a signal to Gpg-agent running in
non-daemon mode.
* Fixed TTY management for pinentries and session variable update
problem.
* Minor bug fixes.
For the port:
Camellia stopped being a configure option in 2.0.12
Fix minor typo for GPGSM OPTION
Minor plist update for 2.0.17
files/patch-keybox-blob.c seems to be no longer needed [2]
PR: ports/153984
Submitted by: me
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [2]
Approved by: maintainer timeout (24 days)
Feature safe: yes
 |
Friday, 14 Jan 2011
|
07:42 dougb
Fix the shared library version number for libassuan to reflect what
the authors intended by adding:
USE_AUTOTOOLS= libtool
USE_GNOME= ltverhack
to security/libassuan/Makefile.
Update the libassuan shared library version number and/or bump
PORTREVISION in the dependent ports.
Requested by: ale
Feature safe: yes
 |
Wednesday, 22 Dec 2010
|
19:16 dougb
Update libassuan to version 2.0.1:
* Input and output notification handler can now really access the
parsed fd as stated in the manual.
* Cleaned up the logging.
Bump PORTREVISION and libassuan version number in related ports
 |
Thursday, 16 Dec 2010
|
14:16 glarkin
- Chase libksba shlib version bump in directly-dependent ports
Reported by: ale and others via private email
Another pointy to: glarkin
 |
02:34 glarkin
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin
 |
Friday, 19 Nov 2010
|
03:34 kuriyama
- Fix WITH_SUID_GPG knob.
PR: 152359
Submitted by: sunpoet
 |
Tuesday, 27 Jul 2010
|
01:25 wxs
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 |
Friday, 23 Jul 2010
|
13:43 kuriyama
- Fix $LICENSE_FILE [1].
- Fix realloc bug in GPGSM (not affected GPG itself) [2].
PR: ports/148817 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1]
Security:
http://lists.gnupg.org/pipermail/gnupg-announce/2010q3/000302.html [2]
 |
Tuesday, 20 Jul 2010
|
14:01 kuriyama
- Upgrade to 2.0.16.
- Add license info.
PR: ports/148756
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 |
Thursday, 17 Jun 2010
|
21:33 dougb
Update to version 2.0.15, which has the following changes:
* New command --passwd for GPG.
* Fixes a regression in 2.0.14 which prevented unprotection of new
or changed gpg-agent passphrases.
* Make use of libassuan 2.0 which is available as a DSO.
For the port:
* Since libassuan is now a shared lib, move it LIB_DEPENDS
* Remove now-spurious CONFLICTS
Approved by: maintainer
 |
Monday, 14 Jun 2010
|
05:17 dougb
Fix port name on the LEFT side of the : for BUILD_DEPENDS
While I'm here update to the current version of libassuan-1 (1.0.5)
 |
00:42 dougb
Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15
Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it
is necessary to have a stopgap measure while ports that depend on libassuan
can be updated. In conversation with the maintainers of the dependent ports
it was originally considered ideal to prepare updates for the ports first,
then upgrade everything to libassuan 2.x en masse. Since no action has
arisen on that front, go with plan B:
Copy security/libassuan to security/libassuan-1, and update the dependent
ports accordingly. Because this is (intended to be) a _temporary_ measure,
and because no updates for libassuan 1.x are anticipated, and because the
hope is that it can be removed sooner rather than later, it's a copy instead
of a repocopy.
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
 |
Saturday, 16 Jan 2010
|
06:27 kuriyama
- Unbreak on 9-current (utmpx).
PR: ports/142865, ports/142871
Submitted by: garga, keramida
Tested on: 9-current, 8.0
 |
Tuesday, 22 Dec 2009
|
08:24 kuriyama
- Upgrade to 2.0.14.
 |
Saturday, 5 Sep 2009
|
15:22 kuriyama
- Upgrade to 2.0.13.
 |
Wednesday, 17 Jun 2009
|
14:59 kuriyama
- Upgrade to 2.0.12.
- Turn on Camellia option (rfc5581 published).
PR: ports/135668
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 |
Monday, 9 Mar 2009
|
17:15 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
 |
Wednesday, 4 Mar 2009
|
14:27 kuriyama
Upgrade to 2.0.11 (minor fixes).
 |
Friday, 23 Jan 2009
|
15:43 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.
 |
Tuesday, 20 Jan 2009
|
23:49 kuriyama
- Add notice about CAMELLIA option (for testing only) [1].
- Turn CAMELLIA off by default for above reason.
Suggested by: dougb [1]
 |
Tuesday, 13 Jan 2009
|
01:24 kuriyama
Upgrade to 2.0.10.
PR: ports/130430
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Announcement:
https://lists.gnupg.org/pipermail/gnupg-announce/2009q1/000284.html
 |
Tuesday, 6 Jan 2009
|
13:01 rafan
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
 |
Sunday, 27 Jul 2008
|
15:13 timur
Make WITHOUT_NLS actually work
 |
Friday, 6 Jun 2008
|
14:01 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)
 |
Saturday, 26 Apr 2008
|
23:48 miwi
- Update to 2.0.9
Notes:
This update fixes a possible security vulnerability involving
memory corruption from importing malicious keys.
PR: 122114/122349
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> / Nick Barkas
<snb@threerings.net>
Approved by: maintainer timeout
Security:
http://www.vuxml.org/freebsd/30394651-13e1-11dd-bab7-0016179b2dd5.html
 |
Tuesday, 4 Mar 2008
|
22:57 kuriyama
- Upgrade to 2.0.8.
- Change dependency versions.
- NLS option back again.
- Make GPGSM option off by default (to avoid ldap dependency in package).
PR: ports/118895
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 |
Thursday, 28 Feb 2008
|
21:47 arved
Chase libgcrypt library version
 |
Saturday, 13 Oct 2007
|
11:10 kuriyama
- Add a note "require LDAP" in GPGSM knob for $OPTIONS. This may help
to reduce confusion when "WITHOUT_LDAP and WITH_GPGSM selected, but
OpenLDAP dependency exists" situcation.
PR: ports/116558
Reported by: Jo Rhett <jrhett@netconsonance.com>
 |
Monday, 3 Sep 2007
|
04:31 novel
Backout the commit with addition of pinentry as a run dependency because
it needs discussion.
 |
Sunday, 2 Sep 2007
|
11:08 novel
Add RUN_DEPEND on security/pinentry because gpg is almost useless
without it.
PR: 115760
Submitted by: novel
Approved by: maintainer timeout (1 week, linimon ok)
 |
Monday, 13 Aug 2007
|
07:57 novel
Resurrect handy WITH_SUID_GPG knob.
PR: 114926
Submitted by: novel
Approved by: maintainer timeout
 |
Monday, 23 Jul 2007
|
09:36 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
 |
Saturday, 16 Jun 2007
|
03:20 kuriyama
Upgrade to 2.0.4 (maintainance release with a few minor enhancements).
PR: ports/113676
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 |
Friday, 30 Mar 2007
|
01:05 kuriyama
- Fix breakage on WITHOUT_NLS=t condition by forcing --enable-nls in
configure args which I fogot in previous commit.
Reported by: kris
 |
Thursday, 8 Mar 2007
|
21:20 kuriyama
- Upgrade to 2.0.3 (including same safety belt as of 1.4.7).
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html
 |
14:12 jylefort
Track libgpg-error shlib version change.
 |
Saturday, 3 Feb 2007
|
03:08 kuriyama
- Upgrade to 2.0.2.
 |
Sunday, 14 Jan 2007
|
07:27 kuriyama
Fix breakage.
 |
07:03 kuriyama
- Make GPGSM dependency optional (then we can use this port without LDAP
dependency). [1]
- Remove libpth hack in configure since this problem was fixed in 2.0.1. [2]
- Remove silly conflict detections which breaks BATCH building [2],[3]
- Check libassuan package version (to avoid using old lib) [4]
PR: ports/107185 (I'm still working on NLS problem) [2],
ports/107349 [3]
Submitted by: Brian Minard <bminard@flatfoot.ca> [1],
dougb [2],
Ulrich Spoerlein <uspoerlein@gmail.com> [3],
Ian Lister <freebsd-ports@lister.dnsalias.net> [4]
 |
Monday, 25 Dec 2006
|
03:00 kuriyama
- Force USE_GETTEXT=YES (remove from OPTIONS) because 2.0.x cannot be
compiled without libintl.so (I didn't notice this by hidden
dependencies).
PR: ports/107089
Investigated with: Roland Smith <rsmith@xs4all.nl>
 |
Thursday, 21 Dec 2006
|
15:13 lofi
gnupg-devel and gnupg-2.x conflict.
 |
13:31 kuriyama
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
 |
Wednesday, 13 Dec 2006
|
12:41 roam
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
 |
Friday, 8 Dec 2006
|
09:25 kuriyama
- Unbreak locale.
PR: ports/106456
Submitted by: jjuanino@gmail.com
 |
Thursday, 7 Dec 2006
|
00:34 kuriyama
- Upgrade to 1.4.6 (including security fix).
Security: CVE-2006-6235
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000491.html
 |
Monday, 27 Nov 2006
|
22:37 kuriyama
Fix buffer overflow.
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html
 |
Thursday, 5 Oct 2006
|
13:37 roam
Fix GnuPG's hidden dependency on cURL - add cURL support to OPTIONS and
either explicitly depend on it, or disable it in the configure options.
PR: 103427
Silence from: kuriyama (maintainer)
 |
Thursday, 7 Sep 2006
|
02:19 kuriyama
- Fix WITH_LIBICONV to work correctly.
- Add WITH_USB to OPTIONS.
PR: ports/101311
Submitted by: Helge Oldach <gnupgaug06@oldach.net>
 |
Thursday, 17 Aug 2006
|
19:39 garga
- Remove NOPORTDOCS from OPTIONS since the correct is check NOPORTDOCS and
not WITH(OUT)_NOPORTDOCS
- Use PORTDOCS and clean pkg-plist
- Add NLS to OPTIONS as on by default and move the check after
bsd.port.pre.mk
- Add --with-ldap=${LOCALBASE} because it was not finding ldap libs without
this
PR: ports/101318
Submitted by: garga
Approved by: maintainer timeout (14 days)
 |
Wednesday, 2 Aug 2006
|
01:34 kuriyama
- Upgrade to 1.4.5.
(fixes 2 more possible memory allocation attacks).
- Enable OPTIONS [1].
Security:
http://lists.gnupg.org/pipermail/gnupg-announce/2006q3/000229.html
PR: ports/93540 [1]
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [1]
 |
Sunday, 25 Jun 2006
|
23:32 kuriyama
- Upgrade to 1.4.4.
(fixes user ID handling bug).
Security:
http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html
 |
Monday, 3 Apr 2006
|
12:57 kuriyama
- Upgrade to 1.4.3.
- Handle hidden dependency on libusb (1).
Submitted by: Peter Pentchev <roam@ringlet.net> (1)
 |
Thursday, 9 Mar 2006
|
22:44 kuriyama
Update to 1.4.2.2.
Security: GnuPG does not detect injection of unsigned data
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000216.html
Probbed by: simon
Approved by: portmgr (erwin)
 |
Wednesday, 15 Feb 2006
|
08:56 kuriyama
Upgrade to 1.4.2.1.
Security: False positive signature verification in GnuPG
References:
http://lists.gnupg.org/pipermail/gnupg-announce/2006q1/000211.html
Prodded by: simon
 |
Friday, 16 Dec 2005
|
02:16 kuriyama
Fix the problem in --batch mode.
Obtained from:
http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/trunk/g10/keygen.c?rev=3853&r1=3852&r2=3853
PR: ports/90105
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
 |
Monday, 1 Aug 2005
|
11:17 kuriyama
Fix build failure on 4.x.
Reported by: "Sander Holthaus - Orange XL" <info@orangexl.com>
 |
Sunday, 31 Jul 2005
|
22:31 kuriyama
Upgrade to 1.4.2.
PR: ports/84289
Submitted by: Vasil Dimov <vd@datamax.bg>
 |
Sunday, 24 Apr 2005
|
04:42 kuriyama
Upgrade to 1.4.1.
PR: ports/80157
Submitted by: Vasil Dimov <vd@datamax.bg>
Kindly knocked by: dougb
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Number of commits found: 254 (showing only 100 on this page) |