diff options
author | 2003-02-20 16:54:10 +0000 | |
---|---|---|
committer | 2003-02-20 16:54:10 +0000 | |
commit | 7381b403aa0558950a518a3590efc2de5cf56fce (patch) | |
tree | af2a6b53774f224f1e6a607aa442d894247e9fe9 /net-irc/bitchx/files | |
parent | possible fix added (diff) | |
download | gentoo-2-7381b403aa0558950a518a3590efc2de5cf56fce.tar.gz gentoo-2-7381b403aa0558950a518a3590efc2de5cf56fce.tar.bz2 gentoo-2-7381b403aa0558950a518a3590efc2de5cf56fce.zip |
Security update
Diffstat (limited to 'net-irc/bitchx/files')
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.18-dupver.patch | 11 | ||||
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.18-r5-gentoo.diff | 31 | ||||
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff | 14 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.19-r4 | 1 |
4 files changed, 15 insertions, 42 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.18-dupver.patch b/net-irc/bitchx/files/bitchx-1.0.18-dupver.patch deleted file mode 100644 index fb8847138c13..000000000000 --- a/net-irc/bitchx/files/bitchx-1.0.18-dupver.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNd BitchX/source/modules.c BitchX/source/modules.c.new ---- BitchX/source/modules.c Thu Apr 4 20:08:15 2002 -+++ BitchX/source/modules.c.new Thu Apr 4 20:08:27 2002 -@@ -65,7 +65,6 @@ - - Function_ptr global_table[NUMBER_OF_GLOBAL_FUNCTIONS] = { NULL }; - extern int read_sockets(); --extern unsigned long bitchx_numver; - extern int identd; - - extern int (*dcc_open_func) (int, int, unsigned long, int); diff --git a/net-irc/bitchx/files/bitchx-1.0.18-r5-gentoo.diff b/net-irc/bitchx/files/bitchx-1.0.18-r5-gentoo.diff deleted file mode 100644 index 034b395952d9..000000000000 --- a/net-irc/bitchx/files/bitchx-1.0.18-r5-gentoo.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff -ur BitchX.orig/configure BitchX/configure ---- BitchX.orig/configure Mon Jan 8 01:24:22 2001 -+++ BitchX/configure Tue Apr 17 18:33:57 2001 -@@ -7030,7 +7030,8 @@ - - echo "$as_me:7031: checking for ZVT" >&5 - echo $ECHO_N "checking for ZVT... $ECHO_C" >&6 -- ZVT_LIBS="`$GNOME_CONFIG $gnome_config_args --libs-only-l zvt`" -+ ZVT_CFLAGS="`$GNOME_CONFIG $gnome_config_args --cflags gnome`" -+ ZVT_LIBS="`$GNOME_CONFIG $gnome_config_args --libs zvt`" - if test x"$ZVT_LIBS" != x""; then - echo "$as_me:7035: result: yes" >&5 - echo "${ECHO_T}yes" >&6 -@@ -7097,8 +7098,6 @@ - G_CFLAGS="$GLIB_CFLAGS $GTK_CFLAGS $GDK_IMLIB_CFLAGS $ZVT_CFLAGS" - G_LIBS="$GLIB_LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS $ZVT_LIBS" - fi -- CFLAGS="$CFLAGS $G_CFLAGS" -- LIBS="$G_LIBS $LIBS" - VERSION="gtk$VERSION" - _VERSION_="gtk$_VERSION_" - -@@ -11944,6 +11943,8 @@ - SHLIB_SUFFIX=".so" - fi - -+CFLAGS="$CFLAGS $G_CFLAGS" -+LIBS="$G_LIBS $LIBS" - if test x"$GCC" = x"yes" -a -z "`echo "$CFLAGS" | grep \\\-Wall`"; then - CFLAGS="$CFLAGS -Wall" - fi diff --git a/net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff b/net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff new file mode 100644 index 000000000000..fa7eb1217ad0 --- /dev/null +++ b/net-irc/bitchx/files/bitchx-1.0.19-r4-gentoo.diff @@ -0,0 +1,14 @@ +--- source/funny.c 2003-02-20 16:37:07.000000000 +0000 ++++ source/funny.c 2003-02-20 16:39:13.000000000 +0000 +@@ -261,6 +261,11 @@ + channel = Args[1]; + line = Args[2]; + ++ if (channel == NULL || line == NULL) { ++ bitchsay("Invalid number of arguments for %s", __FUNCTION__); ++ return; ++ } ++ + ptr = line; + while (*ptr) + { diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.19-r4 b/net-irc/bitchx/files/digest-bitchx-1.0.19-r4 new file mode 100644 index 000000000000..733d621134c6 --- /dev/null +++ b/net-irc/bitchx/files/digest-bitchx-1.0.19-r4 @@ -0,0 +1 @@ +MD5 79431ff0880e7317049045981fac8adc ircii-pana-1.0c19.tar.gz 2533621 |