summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2006-12-20 13:22:11 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2006-12-20 13:22:11 +0000
commit2094ad1b27a160f3babefe710763bd51e154ce34 (patch)
tree0594376bf1e8958ab989cb998b6b2cacc180b4a2 /net-libs/liblockfile/files
parentStable on sparc wrt security #158571 (diff)
downloadgentoo-2-2094ad1b27a160f3babefe710763bd51e154ce34.tar.gz
gentoo-2-2094ad1b27a160f3babefe710763bd51e154ce34.tar.bz2
gentoo-2-2094ad1b27a160f3babefe710763bd51e154ce34.zip
Add patch from bug #145450
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-libs/liblockfile/files')
-rw-r--r--net-libs/liblockfile/files/digest-liblockfile-1.06-r23
-rw-r--r--net-libs/liblockfile/files/liblockfile-orphan-file.patch19
2 files changed, 22 insertions, 0 deletions
diff --git a/net-libs/liblockfile/files/digest-liblockfile-1.06-r2 b/net-libs/liblockfile/files/digest-liblockfile-1.06-r2
new file mode 100644
index 000000000000..d33913ce9d1c
--- /dev/null
+++ b/net-libs/liblockfile/files/digest-liblockfile-1.06-r2
@@ -0,0 +1,3 @@
+MD5 2de88389da013488bfd31356523070c0 liblockfile_1.06.tar.gz 32007
+RMD160 704222295720c1b07e7474b49de1098cc5e2c997 liblockfile_1.06.tar.gz 32007
+SHA256 14f9690328318d11f9ba13a9356a2c008bdd169b7a817f38cb7f9eb32cf7240e liblockfile_1.06.tar.gz 32007
diff --git a/net-libs/liblockfile/files/liblockfile-orphan-file.patch b/net-libs/liblockfile/files/liblockfile-orphan-file.patch
new file mode 100644
index 000000000000..4a8c75ac4129
--- /dev/null
+++ b/net-libs/liblockfile/files/liblockfile-orphan-file.patch
@@ -0,0 +1,19 @@
+diff -ur liblockfile-1.06-orig/Makefile.in liblockfile-1.06/Makefile.in
+--- liblockfile-1.06-orig/Makefile.in 2006-11-28 06:19:09.000000000 +0100
++++ liblockfile-1.06/Makefile.in 2006-11-28 06:24:30.000000000 +0100
+@@ -5,6 +5,7 @@
+ #
+
+ VER = 1.0
++MVER = 1
+ NVER = 0.1
+
+ CFLAGS = @CFLAGS@ -I.
+@@ -55,6 +56,7 @@
+ install_shared: shared install_common
+ install -m 755 liblockfile.so \
+ $(ROOT)$(libdir)/liblockfile.so.$(VER)
++ ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so.$(MVER)
+ ln -s liblockfile.so.$(VER) $(ROOT)$(libdir)/liblockfile.so
+ if test "$(ROOT)" = ""; then @LDCONFIG@; fi
+