From 921b710d20369bdd8d4082b2cf9e79eda3143cb4 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 9 May 2016 10:51:50 -0500 Subject: [PATCH] Update to 0.31 - fix buffer overflow --- .gitignore | 1 + pgpdump.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3376d09..0e11a9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pgpdump-0.28.tar.gz /pgpdump-0.29.tar.gz /pgpdump-0.30.tar.gz +/pgpdump-0.31.tar.gz diff --git a/pgpdump.spec b/pgpdump.spec index b9bdab9..42b44c6 100644 --- a/pgpdump.spec +++ b/pgpdump.spec @@ -1,5 +1,5 @@ Name: pgpdump -Version: 0.30 +Version: 0.31 Release: 1%{?dist} Summary: PGP packet visualizer License: MIT @@ -29,6 +29,9 @@ OpenPGP (RFC 4880) and PGP version 2 (RFC 1991). %{_mandir}/man1/pgpdump.1* %changelog +* Mon May 09 2016 Nick Bebout - 0.31-1 +- Update to 0.31 - fix buffer overflow + * Wed Apr 27 2016 Nick Bebout - 0.30-1 - Update to 0.30 diff --git a/sources b/sources index bb19f05..4be6ce7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dacd5a6609bd6014847095848d71d3c3 pgpdump-0.30.tar.gz +a68e04a73a01c050bc83343bb0dd2ba0 pgpdump-0.31.tar.gz