summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-08-11 08:59:26 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-08-11 08:59:26 +0000
commit131452e03af36ae10570aa5c1e5d823e220a52bc (patch)
tree30eaf9f7caeb7d035fd276cdb749f989775ddf30 /sys-fs/unionfs/files
parentCreate /usr/aw symlink for compatibility and COM/bin/installKey runtime lib p... (diff)
downloadgentoo-2-131452e03af36ae10570aa5c1e5d823e220a52bc.tar.gz
gentoo-2-131452e03af36ae10570aa5c1e5d823e220a52bc.tar.bz2
gentoo-2-131452e03af36ae10570aa5c1e5d823e220a52bc.zip
Version bump thanks to Hakan Tandogan <hakan@gurkensalat.com> in bug 101324
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-fs/unionfs/files')
-rw-r--r--sys-fs/unionfs/files/digest-unionfs-1.0.131
-rw-r--r--sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch20
-rw-r--r--sys-fs/unionfs/files/unionfs-1.0.13-delbranch-fix.patch10
3 files changed, 11 insertions, 20 deletions
diff --git a/sys-fs/unionfs/files/digest-unionfs-1.0.13 b/sys-fs/unionfs/files/digest-unionfs-1.0.13
new file mode 100644
index 000000000000..d7407e115654
--- /dev/null
+++ b/sys-fs/unionfs/files/digest-unionfs-1.0.13
@@ -0,0 +1 @@
+MD5 1dca48ff260dacf890b8040a3cea55b3 unionfs-1.0.13.tar.gz 136808
diff --git a/sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch b/sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch
deleted file mode 100644
index ae1564d546ca..000000000000
--- a/sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- unionfs-1.0.11/file.c 2005-03-24 03:25:47.000000000 +0000
-+++ unionfs-1.0.11_malc/file.c 2005-03-26 21:32:16.000000000 +0000
-@@ -22,6 +22,7 @@
- #include "fist.h"
- #include "unionfs.h"
- #include <linux/dcache.h>
-+#include <linux/compat.h>
-
- /*******************
- * File Operations *
---- unionfs-1.0.11/locks.c 2005-03-24 03:25:47.000000000 +0000
-+++ unionfs-1.0.11_malc/locks.c 2005-03-26 21:33:10.000000000 +0000
-@@ -22,6 +22,7 @@
- #endif /* HAVE_CONFIG_H */
- #include "fist.h"
- #include "unionfs.h"
-+#include <linux/compat.h>
-
-
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
diff --git a/sys-fs/unionfs/files/unionfs-1.0.13-delbranch-fix.patch b/sys-fs/unionfs/files/unionfs-1.0.13-delbranch-fix.patch
new file mode 100644
index 000000000000..c354a56b8302
--- /dev/null
+++ b/sys-fs/unionfs/files/unionfs-1.0.13-delbranch-fix.patch
@@ -0,0 +1,10 @@
+--- /var/tmp/portage/unionfs-1.0.13/work/unionfs-1.0.13/xattr.c 2005-07-22 19:16:48.000000000 +0200
++++ ../xattr.c 2005-08-04 15:24:16.543918797 +0200
+@@ -133,7 +133,6 @@
+ /* Call the ioctl function */
+ err =
+ unionfs_ioctl_delbranch(dentry->d_inode,
+- NULL,
+ UNIONFS_IOCTL_DELBRANCH,
+ ival);
+ goto out;