svn commit: r359019 - head/security/gnupg1

Jun Kuriyama kuriyama at FreeBSD.org
Mon Jun 23 23:09:07 UTC 2014


Author: kuriyama
Date: Mon Jun 23 23:09:05 2014
New Revision: 359019
URL: http://svnweb.freebsd.org/changeset/ports/359019
QAT: https://qat.redports.org/buildarchive/r359019/

Log:
  - 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

Modified:
  head/security/gnupg1/Makefile
  head/security/gnupg1/distinfo
  head/security/gnupg1/pkg-plist

Modified: head/security/gnupg1/Makefile
==============================================================================
--- head/security/gnupg1/Makefile	Mon Jun 23 23:02:45 2014	(r359018)
+++ head/security/gnupg1/Makefile	Mon Jun 23 23:09:05 2014	(r359019)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	1.4.16
-PORTREVISION=	2
+PORTVERSION=	1.4.17
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gnupg

Modified: head/security/gnupg1/distinfo
==============================================================================
--- head/security/gnupg1/distinfo	Mon Jun 23 23:02:45 2014	(r359018)
+++ head/security/gnupg1/distinfo	Mon Jun 23 23:09:05 2014	(r359019)
@@ -1,4 +1,4 @@
-SHA256 (gnupg-1.4.16.tar.bz2) = 7b3b748e6aaa338092a0b26b1730cd9355765b55e3684f58dd70f9a1b00f4a2f
-SIZE (gnupg-1.4.16.tar.bz2) = 3656752
-SHA256 (gnupg-1.4.16.tar.bz2.sig) = dac6f454d6593c955914324c9df04885696ed3e93f62b7f624095533a80b1035
-SIZE (gnupg-1.4.16.tar.bz2.sig) = 287
+SHA256 (gnupg-1.4.17.tar.bz2) = e6dd9d19d62dc434d354076d1f7cea11e87934ff2a0912aa806f848dda0a7b5b
+SIZE (gnupg-1.4.17.tar.bz2) = 3648762
+SHA256 (gnupg-1.4.17.tar.bz2.sig) = 4a144a873de65fc25f1e376ff5f258a76f17870d1cd3e9b894a1ac139f1d4c04
+SIZE (gnupg-1.4.17.tar.bz2.sig) = 287

Modified: head/security/gnupg1/pkg-plist
==============================================================================
--- head/security/gnupg1/pkg-plist	Mon Jun 23 23:02:45 2014	(r359018)
+++ head/security/gnupg1/pkg-plist	Mon Jun 23 23:09:05 2014	(r359019)
@@ -9,7 +9,6 @@ libexec/gnupg/gpgkeys_hkp
 @dirrm libexec/gnupg
 man/man1/gpg-zip.1.gz
 man/man1/gpg.1.gz
-man/man1/gpg.ru.1.gz
 man/man1/gpgv.1.gz
 man/man7/gnupg.7.gz
 %%NLS%%share/locale/be/LC_MESSAGES/gnupg.mo


More information about the svn-ports-head mailing list