update to a version that exists, 2.7.6

- fix buffer oflow
This commit is contained in:
jasoni 2001-06-22 20:51:18 +00:00
parent 038a7952b3
commit 86de60f138
6 changed files with 39 additions and 17 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2001/04/07 19:44:19 jasoni Exp $
# $OpenBSD: Makefile,v 1.19 2001/06/22 20:51:18 jasoni Exp $
COMMENT= "color, low memory usage, xterm replacement"
DISTNAME= rxvt-2.7.3
DISTNAME= rxvt-2.7.6
CATEGORIES= x11
NEED_VERSION= 1.363
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
@ -17,9 +17,18 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
--enable-xgetdefault --enable-languages --enable-xim
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-utmp \
--enable-wtmp \
--with-xpm \
--enable-xpm-background \
--enable-transparency \
--enable-xgetdefault \
--enable-languages \
--enable-xim \
--enable-rxvt-scroll \
--enable-mousewheel
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (rxvt-2.7.3.tar.gz) = 86039d9db153001033c9c720b8539950
RMD160 (rxvt-2.7.3.tar.gz) = 40ea1678c3eb593333d2393356f065f012d54d62
SHA1 (rxvt-2.7.3.tar.gz) = f8a71a3e0ef783d75f0bed09295ee7f7a5d3309f
MD5 (rxvt-2.7.6.tar.gz) = 38ebb05ad29dd4e979743ec1d47be4dc
RMD160 (rxvt-2.7.6.tar.gz) = 76a1f18d0042af51cae10caae3414c4e6b77d7a0
SHA1 (rxvt-2.7.6.tar.gz) = c89c12d8024f3de9126d140282110b1486d42b2a

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig Tue Dec 21 05:07:54 1999
+++ Makefile.in Fri Jul 21 02:29:31 2000
@@ -9,7 +9,7 @@
--- Makefile.in.orig Thu Apr 12 07:45:06 2001
+++ Makefile.in Fri Jun 22 13:33:38 2001
@@ -9,7 +9,7 @@ VPATH = @srcdir@
first_rule: all
dummy:

View File

@ -1,6 +1,6 @@
--- doc/Makefile.in.orig Fri Jul 21 03:17:46 2000
+++ doc/Makefile.in Fri Jul 21 03:22:01 2000
@@ -38,7 +38,7 @@
--- doc/Makefile.in.orig Tue May 2 23:40:54 2000
+++ doc/Makefile.in Fri Jun 22 13:33:38 2001
@@ -38,7 +38,7 @@ DIST = Makefile.in README.greek README
#-------------------------------------------------------------------------

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_command_c,v 1.1 2001/06/22 20:51:19 jasoni Exp $
--- src/command.c.orig Thu Apr 5 03:52:39 2001
+++ src/command.c Fri Jun 22 13:36:57 2001
@@ -2796,7 +2796,7 @@ rxvt_tt_printf(rxvt_t *r, const char *fm
unsigned char buf[256];
va_start(arg_ptr, fmt);
- vsprintf(buf, fmt, arg_ptr);
+ vsnprintf(buf, sizeof(buf), fmt, arg_ptr);
va_end(arg_ptr);
rxvt_tt_write(r, buf, STRLEN(buf));
}

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PLIST,v 1.5 2000/07/21 07:35:07 brad Exp $
@comment $OpenBSD: PLIST,v 1.6 2001/06/22 20:51:19 jasoni Exp $
@mode 4755
bin/rxvt
@mode
lib/librxvt.a
lib/librxvt.la
man/man1/rxvt.1