pkgsrc-WIP-changes archive

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

libimobiledevice-glue: Add pull-request URLs to patches



Module Name:	pkgsrc-wip
Committed By:	PHO <pho%cielonegro.org@localhost>
Pushed By:	pho
Date:		Sat Nov 8 15:20:33 2025 +0900
Changeset:	57124a4ed812464ad1d3798566c1f9b203048ddd

Modified Files:
	libimobiledevice-glue/distinfo
	libimobiledevice-glue/patches/patch-src_socket.c
	libimobiledevice-glue/patches/patch-src_utils.c
Added Files:
	libimobiledevice-glue/COMMIT_MSG
	libimobiledevice-glue/TODO

Log Message:
libimobiledevice-glue: Add pull-request URLs to patches

Also added TODO and COMMIT_MSG.

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

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

diffstat:
 libimobiledevice-glue/COMMIT_MSG                 | 4 ++++
 libimobiledevice-glue/TODO                       | 2 ++
 libimobiledevice-glue/distinfo                   | 4 ++--
 libimobiledevice-glue/patches/patch-src_socket.c | 1 +
 libimobiledevice-glue/patches/patch-src_utils.c  | 1 +
 5 files changed, 10 insertions(+), 2 deletions(-)

diffs:
diff --git a/libimobiledevice-glue/COMMIT_MSG b/libimobiledevice-glue/COMMIT_MSG
new file mode 100644
index 0000000000..6fe8328fa6
--- /dev/null
+++ b/libimobiledevice-glue/COMMIT_MSG
@@ -0,0 +1,4 @@
+misc/libimobiledevice-glue: Import libimobiledevice-glue-1.3.2
+
+Library with common code used by the libraries and tools around
+the libimobiledevice project.
diff --git a/libimobiledevice-glue/TODO b/libimobiledevice-glue/TODO
new file mode 100644
index 0000000000..3c7ae2e7c6
--- /dev/null
+++ b/libimobiledevice-glue/TODO
@@ -0,0 +1,2 @@
+The package is now complete. The only reason it's still in wip is that we
+have no consumers in the main pkgsrc tree atm.
diff --git a/libimobiledevice-glue/distinfo b/libimobiledevice-glue/distinfo
index 9e50b79179..310f97af64 100644
--- a/libimobiledevice-glue/distinfo
+++ b/libimobiledevice-glue/distinfo
@@ -3,5 +3,5 @@ $NetBSD$
 BLAKE2s (libimobiledevice-glue-1.3.2.tar.bz2) = 21da3cc0fa1a80616f87fb28ef0b00c1d6301be335f469a7f2d1ba3777d22f95
 SHA512 (libimobiledevice-glue-1.3.2.tar.bz2) = d12b853dedec39a28c34c19dc1a2d26e81d9aba0e64d9c7ed03aa921feee5613598a30e9c51bd79d9ec840399a97091525fc5e4c5ac4b20d68ea8c96a35fc7d1
 Size (libimobiledevice-glue-1.3.2.tar.bz2) = 338101 bytes
-SHA1 (patch-src_socket.c) = 44ff0856f92923d802f4ed9a7caa4578f917e122
-SHA1 (patch-src_utils.c) = a2f7bd1ae225b07f95501e4abd71bbe7e6d9379d
+SHA1 (patch-src_socket.c) = c02428ce4e09a096a44046c6159add59222a6893
+SHA1 (patch-src_utils.c) = b762d108d635e8ababe485f987dc87cb13b15cc6
diff --git a/libimobiledevice-glue/patches/patch-src_socket.c b/libimobiledevice-glue/patches/patch-src_socket.c
index d9f5c54e26..33eaecd4a5 100644
--- a/libimobiledevice-glue/patches/patch-src_socket.c
+++ b/libimobiledevice-glue/patches/patch-src_socket.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 Add NetBSD support.
+https://github.com/libimobiledevice/libimobiledevice-glue/pull/52
 
 --- src/socket.c.orig	2025-07-31 18:18:24.287306854 +0000
 +++ src/socket.c
diff --git a/libimobiledevice-glue/patches/patch-src_utils.c b/libimobiledevice-glue/patches/patch-src_utils.c
index da8313b543..ea0e506935 100644
--- a/libimobiledevice-glue/patches/patch-src_utils.c
+++ b/libimobiledevice-glue/patches/patch-src_utils.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 Fix ctype(3) usage.
+https://github.com/libimobiledevice/libimobiledevice-glue/pull/52
 
 --- src/utils.c.orig	2025-07-31 18:18:48.354814064 +0000
 +++ src/utils.c


Home | Main Index | Thread Index | Old Index