diff options
author | trevor <trevor@FreeBSD.org> | 2001-09-06 17:01:35 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-09-06 17:01:35 +0000 |
commit | bd49dd4830bae65f187ac916d7406c276ba153b5 (patch) | |
tree | 03e6df7f58cf283bc2a78fd503c4dfa3bbff284f /security/pad | |
parent | 3ddf454839f1765e0fb7403c75f8d9352b722488 (diff) | |
download | FreeBSD-ports-bd49dd4830bae65f187ac916d7406c276ba153b5.zip FreeBSD-ports-bd49dd4830bae65f187ac916d7406c276ba153b5.tar.gz |
Downgrade to 0.7. I believe the newer version may be insecure in
its use of tempnam(), but I have not written a patch to correct
it. I told the author about this on 23 September. The port was
updated without my knowledge. Add PORTEPOCH.
Diffstat (limited to 'security/pad')
-rw-r--r-- | security/pad/Makefile | 3 | ||||
-rw-r--r-- | security/pad/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile index 216eb6d..2a13590 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -6,7 +6,8 @@ # PORTNAME= pad -PORTVERSION= 1.0.4 +PORTEPOCH= 1 +PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= http://www.lammah.com/pad/ EXTRACT_SUFX= .tgz diff --git a/security/pad/distinfo b/security/pad/distinfo index af269c7..70873f8 100644 --- a/security/pad/distinfo +++ b/security/pad/distinfo @@ -1 +1 @@ -MD5 (pad-1.0.4.tgz) = 932bba65320f5d3e0d8d24be5b94bf5c +MD5 (pad-0.7.tgz) = 6ca3c9e8b7a536a0adfe8e6efbdb9155 |