summaryrefslogtreecommitdiff
path: root/app-arch/torrentzip/files
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-03-22 09:58:59 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-03-22 10:46:27 +0000
commit18442b46d92ef15528a84be181712231199ecb25 (patch)
tree12f92008528b8ed61e9d497d35e9ea5c3dd41b01 /app-arch/torrentzip/files
parentd44e7b516a5e5790d1871b45880d4d3730d6cf6c (diff)
downloadgentoo-18442b46d92ef15528a84be181712231199ecb25.tar.gz
gentoo-18442b46d92ef15528a84be181712231199ecb25.tar.xz
app-arch/torrentzip: Fix SRC_URI. Bump to EAPI 6. Bump to version 0.9
Also assign package to Alexander Miller <alex.miller@gmx.de>. Gentoo-Bug: https://bugs.gentoo.org/575338 Package-Manager: portage-2.2.26
Diffstat (limited to 'app-arch/torrentzip/files')
-rw-r--r--app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch b/app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch
new file mode 100644
index 00000000000..79df2ef2100
--- /dev/null
+++ b/app-arch/torrentzip/files/torrentzip-0.2-fix-perms.patch
@@ -0,0 +1,11 @@
+--- a/src/trrntzip.c
++++ b/src/trrntzip.c
+@@ -782,7 +782,7 @@
+
+ if (strstr (szTmpBuf, ".zip\0") && !(istat.st_mode & S_IWUSR))
+ {
+- chmod (direntp->d_name, S_IWUSR);
++ chmod (direntp->d_name, S_IWUSR | S_IRUSR);
+ mig.cEncounteredZips++;
+
+ if (!mig.fProcessLog)