Update to pgpdump-0.29.
ok ajacoutot@
This commit is contained in:
parent
d839bef2d9
commit
6a006f924d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2013/10/11 23:50:53 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2014/11/23 09:45:56 benoit Exp $
|
||||
|
||||
COMMENT= PGP packet visualizer
|
||||
|
||||
DISTNAME= pgpdump-0.26
|
||||
DISTNAME = pgpdump-0.29
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://www.mew.org/~kazu/proj/pgpdump/
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (pgpdump-0.26.tar.gz) = pr7vDJTgU9lacKzEo55cSA==
|
||||
RMD160 (pgpdump-0.26.tar.gz) = o75jx6fHJG6UlU6UX3OruZkR51o=
|
||||
SHA1 (pgpdump-0.26.tar.gz) = N83OtqcikZ9zCB+g02TEfGowxl8=
|
||||
SHA256 (pgpdump-0.26.tar.gz) = a5TIZHzDFrZMarLiaCe/NTCooKHoCHambOvtTivpiV4=
|
||||
SIZE (pgpdump-0.26.tar.gz) = 55341
|
||||
SHA256 (pgpdump-0.29.tar.gz) = YhXZr4Bjmf7HPYFzXPIM6RAzp6iagsQxjE0WWQg/9mM=
|
||||
SIZE (pgpdump-0.29.tar.gz) = 62779
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2009/01/27 02:04:58 okan Exp $
|
||||
--- Makefile.in.orig Wed Jan 28 22:17:01 2004
|
||||
+++ Makefile.in Sun Jan 25 15:52:01 2009
|
||||
@@ -3,7 +3,7 @@ exec_prefix = @exec_prefix@
|
||||
$OpenBSD: patch-Makefile_in,v 1.6 2014/11/23 09:45:56 benoit Exp $
|
||||
--- Makefile.in.orig Fri Aug 1 05:36:50 2014
|
||||
+++ Makefile.in Sat Nov 22 23:36:54 2014
|
||||
@@ -3,7 +3,7 @@
|
||||
bindir = @bindir@
|
||||
mandir = @mandir@/man1
|
||||
mandir = @mandir@
|
||||
LIBS = @LIBS@
|
||||
-CFLAGS = @CFLAGS@ -O
|
||||
+CFLAGS = @CFLAGS@
|
||||
-CFLAGS = @CFLAGS@ -O -Wall
|
||||
+CFLAGS = @CFLAGS@ -Wall
|
||||
LDFLAGS = @LDFLAGS@
|
||||
VERSION = `git tag | tail -1 | sed -e 's/v//'`
|
||||
|
||||
RM = rm -f
|
||||
|
Loading…
x
Reference in New Issue
Block a user