psybnc: 2.3.1 -> 2.3.2-7

This commit is contained in:
Thomas Penteker 2008-07-06 21:49:58 +02:00
parent b5e8b28c50
commit 907676f655
4 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
a82fce0bdcb656ec6d1ccb059e2d814a Makefile-patch 1d9582c3e8f929ac9f7344ad62161c26 Makefile-patch
514362b6b3cafe3abf098138239eb58b makefile.out-patch 8402aeec6006b211411a8f1b4f8a4062 makefile.out-patch
9d4ee3631dfc470b1cd78d93137e00bd p_global.h-patch 9d4ee3631dfc470b1cd78d93137e00bd p_global.h-patch
dc274ab0faf1f550be8a034fc3e4d742 p_string.c-patch dc274ab0faf1f550be8a034fc3e4d742 p_string.c-patch
27c0970a0945fd345c86dc27eda2d711 psyBNC2.3.1.tar.gz c475f14b1b3a9280a123142e6e344dd8 psyBNC-2.3.2-7.tar.gz
ab204d6001a150c1d0e0845913433088 psybnc.conf ab204d6001a150c1d0e0845913433088 psybnc.conf
78e3ff1b4c17884678e74de5a7a912ea psybnc.rc 78e3ff1b4c17884678e74de5a7a912ea psybnc.rc
456dd8f5d467370fe908d7711f3c0ef6 ssl.cnf 456dd8f5d467370fe908d7711f3c0ef6 ssl.cnf

View File

@ -1,5 +1,5 @@
--- psybnc/Makefile 2002-07-08 08:09:25.000000000 +1000 --- Makefile.old 2008-07-06 21:32:41.098720735 +0200
+++ Makefile 2005-04-14 02:42:19.000000000 +1000 +++ Makefile 2008-07-06 21:35:42.359207661 +0200
@@ -13,9 +13,6 @@ @@ -13,9 +13,6 @@
@$(CC) -I. -o makesalt tools/makesalt.c @$(CC) -I. -o makesalt tools/makesalt.c
@./makesalt @./makesalt

View File

@ -5,9 +5,9 @@
# Depends on: # Depends on:
name=psybnc name=psybnc
version=2.3.1 version=2.3.2-7
release=1 release=1
source=(http://www.psybnc.at/download/final/psyBNC$version.tar.gz \ source=(http://www.psybnc.at/download/beta/psyBNC-$version.tar.gz \
Makefile-patch psybnc.rc makefile.out-patch \ Makefile-patch psybnc.rc makefile.out-patch \
p_string.c-patch p_global.h-patch psybnc.conf ssl.cnf) p_string.c-patch p_global.h-patch psybnc.conf ssl.cnf)

View File

@ -1,5 +1,5 @@
--- psybnc/makefile.out 2005-04-14 02:37:04.000000000 +1000 --- makefile.out.old 2008-07-06 21:45:39.562573400 +0200
+++ makefile.out 2005-04-14 02:39:50.000000000 +1000 +++ makefile.out 2008-07-06 21:45:47.258552001 +0200
@@ -10,21 +10,5 @@ @@ -10,21 +10,5 @@
all: $(OBJS) all: $(OBJS)
$(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS) $(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS)
@ -19,6 +19,6 @@
- @echo "Generating fingerprint .." - @echo "Generating fingerprint .."
- @/usr/bin/openssl x509 -subject -dates -fingerprint -noout \ - @/usr/bin/openssl x509 -subject -dates -fingerprint -noout \
- -in key/psybnc.cert.pem - -in key/psybnc.cert.pem
- @echo psyBNC2.3.1-Linux ready. Please read the README before you run psybnc. - @echo psyBNC2.3.2-7-Linux ready. Please read the README before you run psybnc.
include ./targets.mak include ./targets.mak