FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 10:37 PM BST
Port details
gnupg1 1.4.12 security on this many watch lists=24 search for ports that depend on this port An older version of this port was marked as vulnerable.
The GNU Privacy Guard
Maintained by: kuriyama@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Dec 2006 08:37:20
License: not specified in port


GnuPG is a complete and free replacement for PGP.

Because it does not use the patented IDEA algorithm, it can be used
without any restrictions.  GnuPG is an RFC2440 (OpenPGP) compliant
application.

WWW: http://www.gnupg.org/

kuriyama@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: ftp/curl, devel/gettext

Required by:
for Build

for Run

To install the port: cd /usr/ports/security/gnupg1/ && make install clean
To add the package: pkg_add -r gnupg1


Configuration Options
===> The following configuration options are available for gnupg-1.4.12:
     LDAP=off (default) "LDAP keyserver interface"
     LIBICONV=off (default) "use libiconv"
     LIBUSB=off (default) "use libusb"
     SUID_GPG=off (default) "install GPG with suid"
     NLS=on (default) "Native Language Support"
     CURL=on (default) "use libcurl for the keyserver interface"
===> Use 'make config' to modify these settings

Master Sites:
http://gnupg.org.favoritelinks.net/gnupg/
http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/gnupg/
http://dotsrc.org/gnupg/
ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/gnupg/
ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/
ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/gnupg/
ftp://mirror.cict.fr/gnupg/gnupg/
http://artfiles.org/gnupg.org/gnupg/
ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/
ftp://ftp.crysys.hu/pub/gnupg/gnupg/
ftp://ftp.hi.is/pub/mirrors/gnupg/gnupg/
http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/gnupg/
http://gpg-mirror.5coluna.com/ftp/gnupg/
ftp://ftp.sunet.se/pub/security/gnupg/gnupg/
ftp://mirror.switch.ch/mirror/gnupg/gnupg/
http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/
ftp://ftp.gnupg.org/gcrypt/gnupg/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
31 Jan 2012 00:56:24
Original commit files touched by this commit  1.4.12
kuriyama search for other commits by this committer
- Upgrade to 1.14.12 (minor bugfixes).
29 Jan 2012 14:44:06
Original commit files touched by this commit  1.4.11
kuriyama search for other commits by this committer
- Fix build on 10-current (i386) [1]
- Fix build with clang by using CFLAGS+=-std=c89.

PR:             ports/163898 [1]
Submitted by:   swills [1]
09 Nov 2011 15:26:04
Original commit files touched by this commit  1.4.11
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
29 Oct 2011 10:03:08
Original commit files touched by this commit  1.4.11
miwi search for other commits by this committer
- Fix build on FreeBSD 10

Reported by:    pointyhat
03 Jul 2011 14:03:52
Original commit files touched by this commit  1.4.11
ohauer search for other commits by this committer
-remove MD5
19 Oct 2010 00:36:14
Original commit files touched by this commit  1.4.11
kuriyama search for other commits by this committer
- Upgrade to 1.4.11 (minor bugfixes).

References:    
http://lists.gnupg.org/pipermail/gnupg-announce/2010q4/000303.html
02 Jun 2010 01:56:47
Original commit files touched by this commit  1.4.10_2
linimon search for other commits by this committer
Attempt to fix build on powerpc.

Hat:            portmgr
31 May 2010 02:01:56
Original commit files touched by this commit  1.4.10_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
03 Apr 2010 10:44:36
Original commit files touched by this commit  1.4.10_1
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
04 Sep 2009 10:06:46
Original commit files touched by this commit  1.4.10
kuriyama search for other commits by this committer
- Upgrade to 1.4.10.
09 Mar 2009 17:15:43
Original commit files touched by this commit  1.4.9_2
  Sanity Test Failure
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
23 Jan 2009 15:43:14
Original commit files touched by this commit  1.4.9_2
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.
06 Jan 2009 17:59:31
Original commit files touched by this commit  1.4.9_1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.4.9_1
rafan search for other commits by this committer
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 View all of this commit message)
11 Aug 2008 12:27:53
Original commit files touched by this commit  1.4.9_1
kuriyama search for other commits by this committer
Fix plist with NOPORTDOCS.

Reported by:    QA Tindy (itetcu)
06 Jun 2008 14:01:07
Original commit files touched by this commit  1.4.9_1
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)
26 Apr 2008 23:51:41
Original commit files touched by this commit  1.4.9
miwi search for other commits by this committer
- 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
12 Jan 2008 08:53:44
Original commit files touched by this commit  1.4.8
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Upgrade to 1.4.8 (GPL3).

PR:             ports/118894
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
04 Oct 2007 06:00:24
Original commit files touched by this commit  1.4.7_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.4.7_1
 This port version is marked as vulnerable.
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
19 May 2007 20:32:57
Original commit files touched by this commit  1.4.7_1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
06 Mar 2007 09:06:19
Original commit files touched by this commit  1.4.7
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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
25 Dec 2006 03:49:00
Original commit files touched by this commit  1.4.6_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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>
09 Dec 2006 08:36:48
Original commit files touched by this commit  1.4.6
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- 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. :-)

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.255 seconds.