pkgsrc-WIP-changes archive

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

libtatsu: Add TODO and COMMIT_MSG



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

Modified Files:
	libtatsu/DESCR
	libtatsu/Makefile
Added Files:
	libtatsu/COMMIT_MSG
	libtatsu/TODO

Log Message:
libtatsu: Add TODO and COMMIT_MSG

Also improved DESCR

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

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

diffstat:
 libtatsu/COMMIT_MSG | 11 +++++++++++
 libtatsu/DESCR      |  8 ++++++++
 libtatsu/Makefile   |  2 +-
 libtatsu/TODO       |  2 ++
 4 files changed, 22 insertions(+), 1 deletion(-)

diffs:
diff --git a/libtatsu/COMMIT_MSG b/libtatsu/COMMIT_MSG
new file mode 100644
index 0000000000..29ef70443b
--- /dev/null
+++ b/libtatsu/COMMIT_MSG
@@ -0,0 +1,11 @@
+misc/libtatsu: Import libtatsu-1.0.5
+
+Library handling the communication with Apple's Tatsu Signing Server (TSS).
+
+This library is part of the libimobiledevice project. The main purpose of
+this library is to allow creating TSS request payloads, sending them to
+Apple's TSS server, and retrieving and processing the response.
+
+The code was originally part of idevicerestore and has been split out to
+its own library, while obviously idevicerestore will remain the main
+consumer.
diff --git a/libtatsu/DESCR b/libtatsu/DESCR
index 4b10661ab6..39ba5b17de 100644
--- a/libtatsu/DESCR
+++ b/libtatsu/DESCR
@@ -1 +1,9 @@
 Library handling the communication with Apple's Tatsu Signing Server (TSS).
+
+This library is part of the libimobiledevice project. The main purpose of
+this library is to allow creating TSS request payloads, sending them to
+Apple's TSS server, and retrieving and processing the response.
+
+The code was originally part of idevicerestore and has been split out to
+its own library, while obviously idevicerestore will remain the main
+consumer.
diff --git a/libtatsu/Makefile b/libtatsu/Makefile
index cb75c657fb..7a2788d14d 100644
--- a/libtatsu/Makefile
+++ b/libtatsu/Makefile
@@ -8,7 +8,7 @@ EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/libimobiledevice/libtatsu/
-COMMENT=	Library handling the communication with Apple's Tatsu Signing Server (TSS)
+COMMENT=	Library handling the communication with Apple's Tatsu Signing Server
 LICENSE=	gnu-lgpl-v2.1
 
 GNU_CONFIGURE=	yes
diff --git a/libtatsu/TODO b/libtatsu/TODO
new file mode 100644
index 0000000000..3c7ae2e7c6
--- /dev/null
+++ b/libtatsu/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.


Home | Main Index | Thread Index | Old Index