summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2006-10-18 15:17:02 +0000
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2006-10-18 15:17:02 +0000
commit758a7c1e14b20f693283385490ead8b9098c7f9a (patch)
treebe4e979c41ee6e0910e4fb8a7bab503bbbd235e7 /net-irc/psybnc/files
parentAdded ~sparc-fbsd keyword. (diff)
downloadhistorical-758a7c1e14b20f693283385490ead8b9098c7f9a.tar.gz
historical-758a7c1e14b20f693283385490ead8b9098c7f9a.tar.bz2
historical-758a7c1e14b20f693283385490ead8b9098c7f9a.zip
Fixed permissions on generated SSL certificates, fixes bug #150685
Package-Manager: portage-2.1.2_pre3-r2
Diffstat (limited to 'net-irc/psybnc/files')
-rw-r--r--net-irc/psybnc/files/digest-psybnc-2.3.2.7-r13
-rw-r--r--net-irc/psybnc/files/psybnc-2.3.2.7-r1-gentoo.diff11
2 files changed, 14 insertions, 0 deletions
diff --git a/net-irc/psybnc/files/digest-psybnc-2.3.2.7-r1 b/net-irc/psybnc/files/digest-psybnc-2.3.2.7-r1
new file mode 100644
index 000000000000..d521eb7e80b0
--- /dev/null
+++ b/net-irc/psybnc/files/digest-psybnc-2.3.2.7-r1
@@ -0,0 +1,3 @@
+MD5 c475f14b1b3a9280a123142e6e344dd8 psyBNC-2.3.2-7.tar.gz 312177
+RMD160 6a7311a3219fa005219a815bbbac188c315bd2b2 psyBNC-2.3.2-7.tar.gz 312177
+SHA256 be38468b374b0470a5728b154527019b7d613c90dc23a93053fda7cdd93f6519 psyBNC-2.3.2-7.tar.gz 312177
diff --git a/net-irc/psybnc/files/psybnc-2.3.2.7-r1-gentoo.diff b/net-irc/psybnc/files/psybnc-2.3.2.7-r1-gentoo.diff
new file mode 100644
index 000000000000..2b24e8693a1b
--- /dev/null
+++ b/net-irc/psybnc/files/psybnc-2.3.2.7-r1-gentoo.diff
@@ -0,0 +1,11 @@
+--- tools/autoconf.c 2004-05-07 01:33:25.956597616 +0200
++++ tools/autoconf.c 2004-05-07 01:33:43.075995072 +0200
+@@ -462,7 +462,7 @@
+ fprintf(makefile," @echo \"* for the sake of correct Cert-Checking *\"\n");
+ fprintf(makefile," @echo \"*******************************************\"\n");
+ fprintf(makefile," @echo \"Generating certificate request .. \"\n");
+- fprintf(makefile," @%s req -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin);
++ fprintf(makefile," @%s req -batch -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin);
+ fprintf(makefile," -keyout key/psybnc.key.pem -nodes\n");
+ fprintf(makefile," @echo \"Generating self-signed certificate .. \"\n");
+ fprintf(makefile," @%s req -x509 -days 365 -in key/psybnc.req.pem \\\n",sslbin);