summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/trousers/files')
-rw-r--r--app-crypt/trousers/files/digest-trousers-0.1.11-r11
-rw-r--r--app-crypt/trousers/files/digest-trousers-0.2.01
-rw-r--r--app-crypt/trousers/files/digest-trousers-0.2.31
-rw-r--r--app-crypt/trousers/files/trousers-0.2.3-ldadd.patch37
-rw-r--r--app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch (renamed from app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch)18
5 files changed, 44 insertions, 14 deletions
diff --git a/app-crypt/trousers/files/digest-trousers-0.1.11-r1 b/app-crypt/trousers/files/digest-trousers-0.1.11-r1
deleted file mode 100644
index 091d9b2bdf23..000000000000
--- a/app-crypt/trousers/files/digest-trousers-0.1.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3687784a2070a18ba27a91318261d93 trousers-0.1.11.tar.gz 1349939
diff --git a/app-crypt/trousers/files/digest-trousers-0.2.0 b/app-crypt/trousers/files/digest-trousers-0.2.0
deleted file mode 100644
index 53a59af91559..000000000000
--- a/app-crypt/trousers/files/digest-trousers-0.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 35c97c7cd8df050e1b4afaa7f8de6930 trousers-0.2.0.tar.gz 1363030
diff --git a/app-crypt/trousers/files/digest-trousers-0.2.3 b/app-crypt/trousers/files/digest-trousers-0.2.3
new file mode 100644
index 000000000000..216c6970b39b
--- /dev/null
+++ b/app-crypt/trousers/files/digest-trousers-0.2.3
@@ -0,0 +1 @@
+MD5 1e7a5e4c0026ca75700ea7eb896bd44c trousers-0.2.3.tar.gz 1407974
diff --git a/app-crypt/trousers/files/trousers-0.2.3-ldadd.patch b/app-crypt/trousers/files/trousers-0.2.3-ldadd.patch
new file mode 100644
index 000000000000..720e1ce73536
--- /dev/null
+++ b/app-crypt/trousers/files/trousers-0.2.3-ldadd.patch
@@ -0,0 +1,37 @@
+--- ./tools/Makefile.am.orig 2005-09-17 21:33:18.000000000 +1000
++++ ./tools/Makefile.am 2005-09-17 21:34:16.000000000 +1000
+@@ -1,9 +1,9 @@
+ noinst_PROGRAMS=ps_inspect ps_convert
+
+ ps_inspect_SOURCES=ps_inspect.c
+-ps_inspect_LDFLAGS=-L../src/tspi -ltspi
++ps_inspect_LDADD=../src/tspi/libtspi.la
+ ps_inspect_CFLAGS=-I../src/include
+
+ ps_convert_SOURCES=ps_convert.c
+-ps_convert_LDFLAGS=-L../src/tspi -ltspi
++ps_convert_LDADD=../src/tspi/libtspi.la
+ ps_convert_CFLAGS=-I../src/include
+--- src/trspi/Makefile.am.orig 2005-09-17 22:45:56.000000000 +1000
++++ src/trspi/Makefile.am 2005-09-17 22:46:48.000000000 +1000
+@@ -1,7 +1,7 @@
+-noinst_LIBRARIES=libtrousers.a
++noinst_LTLIBRARIES=libtrousers.la
+
+-libtrousers_a_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/crypto.c
+-libtrousers_a_CFLAGS=-DAPPID=\"TSPI\"
++libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/crypto.c
++libtrousers_la_CFLAGS=-DAPPID=\"TSPI\"
+
+ clean:
+ rm -f libtrousers.a *.o crypto/*/*.o
+--- src/tspi/Makefile.am.orig 2005-09-17 22:47:14.000000000 +1000
++++ src/tspi/Makefile.am 2005-09-17 22:48:13.000000000 +1000
+@@ -1,6 +1,6 @@
+ lib_LTLIBRARIES=libtspi.la
+
+-libtspi_la_LIBADD=../trspi/libtrousers.a
++libtspi_la_LIBADD=../trspi/libtrousers.la
+
+ # On setting -version-info, from the libtool manual:
+ #
diff --git a/app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch b/app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch
index 05455ff306e9..27d71151e074 100644
--- a/app-crypt/trousers/files/trousers-0.2.0-nouseradd.patch
+++ b/app-crypt/trousers/files/trousers-0.2.3-nouseradd.patch
@@ -1,12 +1,6 @@
---- Makefile.in.orig 2005-07-06 18:20:07.000000000 +1000
-+++ Makefile.in 2005-07-06 18:23:05.000000000 +1000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.8.3 from Makefile.am.
-+# Makefile.in generated by automake 1.8.5 from Makefile.am.
- # @configure_input@
-
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -357,8 +357,6 @@
+--- Makefile.am.orig 2005-07-30 19:33:46.000000000 +1000
++++ Makefile.am 2005-07-30 19:34:09.000000000 +1000
+@@ -9,8 +9,6 @@
/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
install-exec-hook:
@@ -15,9 +9,9 @@
/bin/chown tss:tss ${DESTDIR}/@sbindir@/tcsd
/bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
/bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm
---- Makefile.am.orig 2005-07-06 18:20:02.000000000 +1000
-+++ Makefile.am 2005-07-06 18:20:39.000000000 +1000
-@@ -9,8 +9,6 @@
+--- Makefile.in.orig 2005-07-30 19:33:52.000000000 +1000
++++ Makefile.in 2005-07-30 19:34:22.000000000 +1000
+@@ -369,8 +369,6 @@
/bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
install-exec-hook: