pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mount-zip: add URL to upstream pull request.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Dec 4 17:34:26 2021 +0100
Changeset:	9cc7b1e6954d65fbfcaf26a16c8baf218fe1239e

Modified Files:
	mount-zip/distinfo
	mount-zip/patches/patch-Makefile
	mount-zip/patches/patch-lib_extra__field.cc
	mount-zip/patches/patch-main.cc

Log Message:
mount-zip: add URL to upstream pull request.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9cc7b1e6954d65fbfcaf26a16c8baf218fe1239e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mount-zip/distinfo                          | 6 +++---
 mount-zip/patches/patch-Makefile            | 1 +
 mount-zip/patches/patch-lib_extra__field.cc | 1 +
 mount-zip/patches/patch-main.cc             | 2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/mount-zip/distinfo b/mount-zip/distinfo
index 82ea9dfb33..44aa3f3c27 100644
--- a/mount-zip/distinfo
+++ b/mount-zip/distinfo
@@ -3,6 +3,6 @@ $NetBSD$
 BLAKE2s (mount-zip-1.0.3.tar.gz) = d34c89835de46fa6761ba7869d27e1a6b837b91a413d3b23a179a7822378ca68
 SHA512 (mount-zip-1.0.3.tar.gz) = f18c24cedfb09edcf3b97d86e85fe8c3cd5d37fd024cfdff4c90fc7948e79fe719b6463c7bc35b8e1d582405c73f20ef6f6f4e05a67b5f07681a369a17ff6fa3
 Size (mount-zip-1.0.3.tar.gz) = 714641 bytes
-SHA1 (patch-Makefile) = e52cebe5be150433d1d6d197f3ebc61231aea520
-SHA1 (patch-lib_extra__field.cc) = 21158541a3d0521bae799a6cd61b508f596355f3
-SHA1 (patch-main.cc) = e5df658a5b33936c0b339561457f4c4e593ce74e
+SHA1 (patch-Makefile) = 4438f39bbe972a3f5d3b3c37faf8aec4389982dc
+SHA1 (patch-lib_extra__field.cc) = dac4dd8bd26e6893d5d9e2a88d8d5ccf29afc9e3
+SHA1 (patch-main.cc) = 384a6c461bfd40c8ad194b72b86310e1b44d18b0
diff --git a/mount-zip/patches/patch-Makefile b/mount-zip/patches/patch-Makefile
index 5cc610e58a..27c4e8fb9f 100644
--- a/mount-zip/patches/patch-Makefile
+++ b/mount-zip/patches/patch-Makefile
@@ -1,6 +1,7 @@
 $NetBSD$
 
 Honor CPPFLAGS; required on NetBSD.
+https://github.com/google/mount-zip/pull/1
 
 --- Makefile.orig	2021-12-02 15:21:15.664537142 +0000
 +++ Makefile
diff --git a/mount-zip/patches/patch-lib_extra__field.cc b/mount-zip/patches/patch-lib_extra__field.cc
index 191e9f8611..0675d066f8 100644
--- a/mount-zip/patches/patch-lib_extra__field.cc
+++ b/mount-zip/patches/patch-lib_extra__field.cc
@@ -1,6 +1,7 @@
 $NetBSD$
 
 Header does not exist on NetBSD.
+https://github.com/google/mount-zip/pull/1
 
 --- lib/extra_field.cc.orig	2021-11-28 04:14:07.000000000 +0000
 +++ lib/extra_field.cc
diff --git a/mount-zip/patches/patch-main.cc b/mount-zip/patches/patch-main.cc
index 09a84a3257..50f499ec79 100644
--- a/mount-zip/patches/patch-main.cc
+++ b/mount-zip/patches/patch-main.cc
@@ -2,6 +2,7 @@ $NetBSD$
 
 Hunk #0:
     O_PATH does not exist on NetBSD.
+https://github.com/google/mount-zip/pull/1
 
 Hunk #1, #2:
     Work around an issue in librefuse <fuse_opt.h>. It has been
@@ -15,6 +16,7 @@ Hunk #3:
     (wrongly) removed from librefuse. Use fuse_main() instead, especially when
     nothing special needs to be done while mounting a filesystem and entering a
     main loop.
+https://github.com/google/mount-zip/pull/1
 
     TODO: These two functions should be added back to librefuse, along with
     proper FUSE_USE_VERSION checks. Old applications are everywhere and it's


Home | Main Index | Thread Index | Old Index