diff options
author | trevor <trevor@FreeBSD.org> | 2001-09-07 01:01:35 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-09-07 01:01:35 +0800 |
commit | bd49dd4830bae65f187ac916d7406c276ba153b5 (patch) | |
tree | 03e6df7f58cf283bc2a78fd503c4dfa3bbff284f /security/pad/Makefile | |
parent | 3ddf454839f1765e0fb7403c75f8d9352b722488 (diff) | |
download | freebsd-ports-gnome-bd49dd4830bae65f187ac916d7406c276ba153b5.tar.gz freebsd-ports-gnome-bd49dd4830bae65f187ac916d7406c276ba153b5.tar.zst freebsd-ports-gnome-bd49dd4830bae65f187ac916d7406c276ba153b5.zip |
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/Makefile')
-rw-r--r-- | security/pad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile index 216eb6d48e08..2a135903627d 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 |