summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-05-06 23:34:41 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-05-06 23:34:41 +0000
commite79a43af11f2e16c510c1957762430a54787ce57 (patch)
tree6a503505fe781f08a3367a494736c94c9db98bb3 /app-crypt/trousers/files
parentStable on SPARC wrt bug #132183. (diff)
downloadgentoo-2-e79a43af11f2e16c510c1957762430a54787ce57.tar.gz
gentoo-2-e79a43af11f2e16c510c1957762430a54787ce57.tar.bz2
gentoo-2-e79a43af11f2e16c510c1957762430a54787ce57.zip
version bump
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'app-crypt/trousers/files')
-rw-r--r--app-crypt/trousers/files/digest-trousers-0.2.63
-rw-r--r--app-crypt/trousers/files/trousers-0.2.6-as-needed.patch9
2 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/trousers/files/digest-trousers-0.2.6 b/app-crypt/trousers/files/digest-trousers-0.2.6
new file mode 100644
index 000000000000..2b1901d9e0b1
--- /dev/null
+++ b/app-crypt/trousers/files/digest-trousers-0.2.6
@@ -0,0 +1,3 @@
+MD5 7cb6572ef371be4043bd64b90270b365 trousers-0.2.6.tar.gz 1415115
+RMD160 c0f530932be9a56de747a1160a4ef36822d1c637 trousers-0.2.6.tar.gz 1415115
+SHA256 87a240d54989f242c788ffc62c42476e10a9ba4abddb6e2a697a43bfd2d791c6 trousers-0.2.6.tar.gz 1415115
diff --git a/app-crypt/trousers/files/trousers-0.2.6-as-needed.patch b/app-crypt/trousers/files/trousers-0.2.6-as-needed.patch
new file mode 100644
index 000000000000..d196a96f73de
--- /dev/null
+++ b/app-crypt/trousers/files/trousers-0.2.6-as-needed.patch
@@ -0,0 +1,9 @@
+--- trousers-0.2.6.orig/src/tcsd/Makefile.am 2006-02-24 09:29:59.000000000 +1100
++++ trousers-0.2.6/src/tcsd/Makefile.am 2006-05-07 09:03:05.000000000 +1000
+@@ -2,5 +2,4 @@
+
+ tcsd_SOURCES=svrside.c tcsd_wrap.c tcsd_conf.c tcsd_threads.c platform.c
+ tcsd_CFLAGS=-DAPPID=\"TCSD\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
+-tcsd_LDADD=../tcs/libtcs.a ../tddl/libtddl.a
+-tcsd_LDFLAGS=-lpthread -lcrypto
++tcsd_LDADD=../tcs/libtcs.a ../tddl/libtddl.a -lpthread -lcrypto