notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: security/gnupg/Makefile

Number of commits found: 254 (showing only 100 on this page)

«  1 | 2 | 3  »  

Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Monday, 13 Apr 2015
02:55 kuriyama search for other commits by this committer
- 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]
Original commitRevision:383891 
Wednesday, 18 Feb 2015
22:31 kuriyama search for other commits by this committer
- Upgrade to 2.1.2 (bugfixes).
Original commitRevision:379323 
Monday, 16 Feb 2015
20:48 zi search for other commits by this committer
- Fix version requirement for security/libgpg-error BUILD_DEPEND
Original commitRevision:379107 
Friday, 2 Jan 2015
18:46 pi search for other commits by this committer
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)
Original commitRevision:376062 
Sunday, 28 Dec 2014
14:04 kuriyama search for other commits by this committer
- 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
Original commitRevision:375723 
Saturday, 22 Nov 2014
09:55 kuriyama search for other commits by this committer
- 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]
Original commitRevision:373043 
Thursday, 20 Nov 2014
05:11 kuriyama search for other commits by this committer
- Upgrade security/gnupg to 2.1.0 (modern release) and copy previous
  as security/gnupg20 (stable release).
- Set PINENTRY as default option.
Original commitRevision:372835 
Tuesday, 16 Sep 2014
13:44 amdmi3 search for other commits by this committer
- Drop .la files for security/libksba, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:368312 
Thursday, 14 Aug 2014
22:16 kuriyama search for other commits by this committer
- Upgrade to 2.0.26 (minor fixes).
Original commitRevision:364873 
Tuesday, 5 Aug 2014
22:13 tijl search for other commits by this committer
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)
Original commitRevision:364143 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
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)
Original commitRevision:362835 
Monday, 30 Jun 2014
22:44 kuriyama search for other commits by this committer
- Upgrade to 2.0.25 (bugfix).
- Fix STD_SOCKET option argument [1].

PR:		ports/191150 [1]
Submitted by:	mazhe@alkumuna.eu [1]
Original commitRevision:359936 
Tuesday, 24 Jun 2014
14:42 kuriyama search for other commits by this committer
- 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]
Original commitRevision:359088 
Tuesday, 3 Jun 2014
16:57 sunpoet search for other commits by this committer
- Convert to new LIB_DEPENDS format
- Use USES=tar:bzip2

Approved by:	portmgr (blanket)
Original commitRevision:356379 
12:19 kuriyama search for other commits by this committer
- Upgrade to 2.0.23 (minor enhancement).
Original commitRevision:356333 
Monday, 2 Dec 2013
12:05 mat search for other commits by this committer
Fix KDNS option.

Reported by:	geoffroy desvernay
Pointy hat to:	mat
Original commitRevision:335479 
Friday, 29 Nov 2013
15:16 mat search for other commits by this committer
Convert to new options framekwork.

maintainer timeout.

PR:		ports/183955
Submitted by:	mat
Original commitRevision:335188 
Thursday, 14 Nov 2013
05:37 eadler search for other commits by this committer
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)
Original commitRevision:333739 
Sunday, 6 Oct 2013
15:04 antoine search for other commits by this committer
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)
Original commitRevision:329582 
Saturday, 5 Oct 2013
09:34 kuriyama search for other commits by this committer
- 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]
Original commitRevision:329429 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Monday, 19 Aug 2013
13:29 kuriyama search for other commits by this committer
- Upgrade to 2.0.21 (minor improvements).
Original commitRevision:324990 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Saturday, 11 May 2013
01:38 kuriyama search for other commits by this committer
- Upgrade to 2.0.20.
Original commitRevision:317847 
Friday, 3 May 2013
16:36 ehaupt search for other commits by this committer
Chase security/libgcrypt update
Original commitRevision:317220 
Monday, 29 Apr 2013
16:43 rene search for other commits by this committer
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)
Original commitRevision:316831 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- 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
Original commitRevision:316683 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 27 Dec 2012
14:04 kuriyama search for other commits by this committer
- 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]
Original commitRevision:309542 
Monday, 13 Aug 2012
14:17 kuriyama search for other commits by this committer
Revert previous tty patch until matured.
Original commit
Sunday, 5 Aug 2012
09:41 kuriyama search for other commits by this committer
- 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]
Original commit
Friday, 4 May 2012
11:07 kuriyama search for other commits by this committer
- 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>
Original commit
Tuesday, 27 Mar 2012
10:03 kuriyama search for other commits by this committer
- Upgrade to 2.0.19.

Feature safe:   yes
Original commit
Monday, 26 Sep 2011
14:49 kuriyama search for other commits by this committer
- Fix libcurl detection.

PR:             ports/160535
Submitted by    John Marshall <john.marshall@riverwillow.com.au>
Original commit
Friday, 5 Aug 2011
00:35 kuriyama search for other commits by this committer
- 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
Original commit
Thursday, 14 Jul 2011
08:19 dougb search for other commits by this committer
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)
Original commit
Sunday, 3 Jul 2011
11:40 swills search for other commits by this committer
- Chase the libgcrypt shared lib version
Original commit
Sunday, 27 Mar 2011
19:03 dougb search for other commits by this committer
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
Original commit
Tuesday, 8 Feb 2011
03:40 dougb search for other commits by this committer
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
Original commit
Friday, 14 Jan 2011
07:42 dougb search for other commits by this committer
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
Original commit
Wednesday, 22 Dec 2010
19:16 dougb search for other commits by this committer
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
Original commit
Thursday, 16 Dec 2010
14:16 glarkin search for other commits by this committer
- Chase libksba shlib version bump in directly-dependent ports

Reported by:            ale and others via private email
Another pointy to:      glarkin
Original commit
02:34 glarkin search for other commits by this committer
- Chase security/libksba shlib version bump

Requested by:   kwm
Pointyhat to:   glarkin
Original commit
Friday, 19 Nov 2010
03:34 kuriyama search for other commits by this committer
- Fix WITH_SUID_GPG knob.

PR:             152359
Submitted by:   sunpoet
Original commit
Tuesday, 27 Jul 2010
01:25 wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Friday, 23 Jul 2010
13:43 kuriyama search for other commits by this committer
- 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]
Original commit
Tuesday, 20 Jul 2010
14:01 kuriyama search for other commits by this committer
- Upgrade to 2.0.16.
- Add license info.

PR:             ports/148756
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Thursday, 17 Jun 2010
21:33 dougb search for other commits by this committer
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
Original commit
Monday, 14 Jun 2010
05:17 dougb search for other commits by this committer
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)
Original commit
00:42 dougb search for other commits by this committer
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.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Saturday, 16 Jan 2010
06:27 kuriyama search for other commits by this committer
- Unbreak on 9-current (utmpx).

PR:             ports/142865, ports/142871
Submitted by:   garga, keramida
Tested on:      9-current, 8.0
Original commit
Tuesday, 22 Dec 2009
08:24 kuriyama search for other commits by this committer
- Upgrade to 2.0.14.
Original commit
Saturday, 5 Sep 2009
15:22 kuriyama search for other commits by this committer
- Upgrade to 2.0.13.
Original commit
Wednesday, 17 Jun 2009
14:59 kuriyama search for other commits by this committer
- Upgrade to 2.0.12.
- Turn on Camellia option (rfc5581 published).

PR:             ports/135668
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Monday, 9 Mar 2009
17:15 stas search for other commits by this committer
- 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
Original commit
Wednesday, 4 Mar 2009
14:27 kuriyama search for other commits by this committer
Upgrade to 2.0.11 (minor fixes).
Original commit
Friday, 23 Jan 2009
15:43 roam search for other commits by this committer
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.
Original commit
Tuesday, 20 Jan 2009
23:49 kuriyama search for other commits by this committer
- Add notice about CAMELLIA option (for testing only) [1].
- Turn CAMELLIA off by default for above reason.

Suggested by:   dougb [1]
Original commit
Tuesday, 13 Jan 2009
01:24 kuriyama search for other commits by this committer
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
Original commit
Tuesday, 6 Jan 2009
13:01 rafan search for other commits by this committer
- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:              ports/127478
Original commit
Sunday, 27 Jul 2008
15:13 timur search for other commits by this committer
Make WITHOUT_NLS actually work
Original commit
Friday, 6 Jun 2008
14:01 edwin search for other commits by this committer
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)
Original commit
Saturday, 26 Apr 2008
23:48 miwi search for other commits by this committer
- 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
Original commit
Tuesday, 4 Mar 2008
22:57 kuriyama search for other commits by this committer
- 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>
Original commit
Thursday, 28 Feb 2008
21:47 arved search for other commits by this committer
Chase libgcrypt library version
Original commit
Saturday, 13 Oct 2007
11:10 kuriyama search for other commits by this committer
- 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>
Original commit
Monday, 3 Sep 2007
04:31 novel search for other commits by this committer
Backout the commit with addition of pinentry as a run dependency because
it needs discussion.
Original commit
Sunday, 2 Sep 2007
11:08 novel search for other commits by this committer
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)
Original commit
Monday, 13 Aug 2007
07:57 novel search for other commits by this committer
Resurrect handy WITH_SUID_GPG knob.

PR:             114926
Submitted by:   novel
Approved by:    maintainer timeout
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Saturday, 16 Jun 2007
03:20 kuriyama search for other commits by this committer
Upgrade to 2.0.4 (maintainance release with a few minor enhancements).

PR:             ports/113676
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Friday, 30 Mar 2007
01:05 kuriyama search for other commits by this committer
- Fix breakage on WITHOUT_NLS=t condition by forcing --enable-nls in
  configure args which I fogot in previous commit.

Reported by:    kris
Original commit
Thursday, 8 Mar 2007
21:20 kuriyama search for other commits by this committer
- 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
Original commit
14:12 jylefort search for other commits by this committer
Track libgpg-error shlib version change.
Original commit
Saturday, 3 Feb 2007
03:08 kuriyama search for other commits by this committer
- Upgrade to 2.0.2.
Original commit
Sunday, 14 Jan 2007
07:27 kuriyama search for other commits by this committer
Fix breakage.
Original commit
07:03 kuriyama search for other commits by this committer
- 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]
Original commit
Monday, 25 Dec 2006
03:00 kuriyama search for other commits by this committer
- 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>
Original commit
Thursday, 21 Dec 2006
15:13 lofi search for other commits by this committer
gnupg-devel and gnupg-2.x conflict.
Original commit
13:31 kuriyama search for other commits by this committer
- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:      dougb, lofi
Original commit
Wednesday, 13 Dec 2006
12:41 roam search for other commits by this committer
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
Original commit
Friday, 8 Dec 2006
09:25 kuriyama search for other commits by this committer
- Unbreak locale.

PR:             ports/106456
Submitted by:   jjuanino@gmail.com
Original commit
Thursday, 7 Dec 2006
00:34 kuriyama search for other commits by this committer
- Upgrade to 1.4.6 (including security fix).

Security:       CVE-2006-6235
References:    
http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000491.html
Original commit
Monday, 27 Nov 2006
22:37 kuriyama search for other commits by this committer
Fix buffer overflow.

References:    
http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000241.html
Original commit
Thursday, 5 Oct 2006
13:37 roam search for other commits by this committer
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)
Original commit
Thursday, 7 Sep 2006
02:19 kuriyama search for other commits by this committer
- Fix WITH_LIBICONV to work correctly.
- Add WITH_USB to OPTIONS.

PR:             ports/101311
Submitted by:   Helge Oldach <gnupgaug06@oldach.net>
Original commit
Thursday, 17 Aug 2006
19:39 garga search for other commits by this committer
- 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)
Original commit
Wednesday, 2 Aug 2006
01:34 kuriyama search for other commits by this committer
- 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]
Original commit
Sunday, 25 Jun 2006
23:32 kuriyama search for other commits by this committer
- Upgrade to 1.4.4.
  (fixes user ID handling bug).

Security:      
http://lists.gnupg.org/pipermail/gnupg-announce/2006q2/000226.html
Original commit
Monday, 3 Apr 2006
12:57 kuriyama search for other commits by this committer
- Upgrade to 1.4.3.
- Handle hidden dependency on libusb (1).

Submitted by:   Peter Pentchev <roam@ringlet.net> (1)
Original commit
Thursday, 9 Mar 2006
22:44 kuriyama search for other commits by this committer
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)
Original commit
Wednesday, 15 Feb 2006
08:56 kuriyama search for other commits by this committer
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
Original commit
Friday, 16 Dec 2005
02:16 kuriyama search for other commits by this committer
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>
Original commit
Monday, 1 Aug 2005
11:17 kuriyama search for other commits by this committer
Fix build failure on 4.x.

Reported by:    "Sander Holthaus - Orange XL" <info@orangexl.com>
Original commit
Sunday, 31 Jul 2005
22:31 kuriyama search for other commits by this committer
Upgrade to 1.4.2.

PR:             ports/84289
Submitted by:   Vasil Dimov <vd@datamax.bg>
Original commit
Sunday, 24 Apr 2005
04:42 kuriyama search for other commits by this committer
Upgrade to 1.4.1.

PR:             ports/80157
Submitted by:   Vasil Dimov <vd@datamax.bg>
Kindly knocked by:      dougb
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit

Number of commits found: 254 (showing only 100 on this page)

«  1 | 2 | 3  »