aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-20 08:08:35 +0800
committerpat <pat@FreeBSD.org>2001-12-20 08:08:35 +0800
commit3ce11b576559785660d2a1a6e83668ea3245fe5b (patch)
treeb36617581637022c84b368e8036aad0fde82e587 /sysutils
parentac0e1c561cfba6a5701117f1623fe0b6b6120ec8 (diff)
downloadfreebsd-ports-graphics-3ce11b576559785660d2a1a6e83668ea3245fe5b.tar.gz
freebsd-ports-graphics-3ce11b576559785660d2a1a6e83668ea3245fe5b.tar.zst
freebsd-ports-graphics-3ce11b576559785660d2a1a6e83668ea3245fe5b.zip
Update to 0.98p2 which fixes a local buffer overflow exploit
resulting in priviledge escalation PR: 33003, 33020 Submitted by: corecode <corecode@corecode.ath.cx>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmcube-gdk/Makefile2
-rw-r--r--sysutils/wmcube-gdk/distinfo2
-rw-r--r--sysutils/wmcube-gdk/files/patch-wmcube.c10
3 files changed, 2 insertions, 12 deletions
diff --git a/sysutils/wmcube-gdk/Makefile b/sysutils/wmcube-gdk/Makefile
index e1123af997f..6a3092c55f8 100644
--- a/sysutils/wmcube-gdk/Makefile
+++ b/sysutils/wmcube-gdk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wmcube
-PORTVERSION= 0.98p1
+PORTVERSION= 0.98p2
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
PKGNAMESUFFIX= -gdk
diff --git a/sysutils/wmcube-gdk/distinfo b/sysutils/wmcube-gdk/distinfo
index d740c356760..35a4954449d 100644
--- a/sysutils/wmcube-gdk/distinfo
+++ b/sysutils/wmcube-gdk/distinfo
@@ -1 +1 @@
-MD5 (wmcube-gdk-0.98p1.tar.gz) = fc4ac69f0f9c9abe974f634df37d3f7c
+MD5 (wmcube-gdk-0.98p2.tar.gz) = 6e8be3ed2a8ab6d3fc6bb748c220d376
diff --git a/sysutils/wmcube-gdk/files/patch-wmcube.c b/sysutils/wmcube-gdk/files/patch-wmcube.c
deleted file mode 100644
index 6c8479ff0ea..00000000000
--- a/sysutils/wmcube-gdk/files/patch-wmcube.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- wmcube.c.orig Thu Aug 16 13:04:38 2001
-+++ wmcube.c Thu Aug 16 13:05:00 2001
-@@ -38,7 +38,6 @@
- #include <math.h>
-
- /* forgotten includes */
--#include <getopt.h>
- #include <dirent.h>
-
- #include <sys/wait.h>