pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libcanlock: Remove, used to update news/libcanlock
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Jul 6 12:18:31 2026 +0200
Changeset: 44ad24c4d1cbc82464ffd54a3e88e245125cab7a
Modified Files:
Makefile
Removed Files:
libcanlock/COMMIT_MSG
libcanlock/DESCR
libcanlock/Makefile
libcanlock/PLIST
libcanlock/TODO
libcanlock/buildlink3.mk
libcanlock/distinfo
Log Message:
libcanlock: Remove, used to update news/libcanlock
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44ad24c4d1cbc82464ffd54a3e88e245125cab7a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
libcanlock/COMMIT_MSG | 16 ----------------
libcanlock/DESCR | 8 --------
libcanlock/Makefile | 27 ---------------------------
libcanlock/PLIST | 12 ------------
libcanlock/TODO | 2 --
libcanlock/buildlink3.mk | 14 --------------
libcanlock/distinfo | 5 -----
8 files changed, 85 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ed716c49e2..e7e9f87f1a 100644
--- a/Makefile
+++ b/Makefile
@@ -2032,7 +2032,6 @@ SUBDIR+= libbsd-solaris10
SUBDIR+= libbtctl
SUBDIR+= libc++
SUBDIR+= libc++-abi
-SUBDIR+= libcanlock
SUBDIR+= libcdata
SUBDIR+= libcerror
SUBDIR+= libcfile
diff --git a/libcanlock/COMMIT_MSG b/libcanlock/COMMIT_MSG
deleted file mode 100644
index 5830698da0..0000000000
--- a/libcanlock/COMMIT_MSG
+++ /dev/null
@@ -1,16 +0,0 @@
-news/libcanlock: Update to 3.3.2
-
-3.3.2 2026-07-04
- Bugfix: Modified declaration of RFC5869HkdfResult() in header
- to match the function definition
- Bugfix: Modified definition of RFC2104HmacResult() to match
- the function declaration in header
- Add support for C23 memset_explicit() to cl_clear_secret()
- Add SPDX copyright and license identifiers for all files of
- the source tree. Note that the license terms are unchanged
- for all files that already contained such identifiers
- Some documentation files (like "README" and "ChangeLog")
- formerly had neither copyrights nor licenses assigned.
- No copyright and CC0-1.0 license are declared now
- Package is REUSE 3.3 conformant (according to "reuse lint"):
- <https://reuse.software/spec-3.3/>
diff --git a/libcanlock/DESCR b/libcanlock/DESCR
deleted file mode 100644
index c656195672..0000000000
--- a/libcanlock/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-libcanlock is a library for creating and verifying RFC 8315 Netnews
-Cancel-Locks. This implementation uses the recommended algorithm from
-Section 4 with HMAC based on the same hash function as <scheme>.
-
-A command line utility "canlock" is built together with the library.
-
-Additional header parsers (for the receiving side) are available in the
-package canlock-hp.
diff --git a/libcanlock/Makefile b/libcanlock/Makefile
deleted file mode 100644
index c2e361a013..0000000000
--- a/libcanlock/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libcanlock-3.3.2
-CATEGORIES= news
-MASTER_SITES= http://micha.freeshell.org/libcanlock/src/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= micha%NetBSD.org@localhost
-HOMEPAGE= https://micha.freeshell.org/libcanlock/
-COMMENT= Standalone RFC 8315 Netnews Cancel-Lock implementation
-LICENSE= icu AND modified-bsd
-
-FORCE_C_STD= c99
-USE_LIBTOOL= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-legacy-api
-CONFIGURE_ARGS+= --enable-pc-files
-CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/lib/pkgconfig
-# The header parsers are available as a separate package news/canlock-hp
-CONFIGURE_ARGS+= --disable-hp
-
-TEST_TARGET= test
-
-PKGCONFIG_OVERRIDE+= libcanlock-3.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libcanlock/PLIST b/libcanlock/PLIST
deleted file mode 100644
index 388f12c296..0000000000
--- a/libcanlock/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2021/12/03 10:50:56 micha Exp $
-bin/canlock
-include/libcanlock-3/canlock.h
-lib/libcanlock.la
-lib/pkgconfig/libcanlock-3.pc
-man/man1/canlock.1
-man/man3/cl_clear_secret.3
-man/man3/cl_get_key.3
-man/man3/cl_get_lock.3
-man/man3/cl_split.3
-man/man3/cl_verify.3
-man/man3/cl_verify_multi.3
diff --git a/libcanlock/TODO b/libcanlock/TODO
deleted file mode 100644
index 5576bd0250..0000000000
--- a/libcanlock/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-[X] Test with NetBSD 11
-[X] Wait for final release
diff --git a/libcanlock/buildlink3.mk b/libcanlock/buildlink3.mk
deleted file mode 100644
index c266971201..0000000000
--- a/libcanlock/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2023/08/21 13:29:44 micha Exp $
-
-BUILDLINK_TREE+= libcanlock
-
-.if !defined(LIBCANLOCK_BUILDLINK3_MK)
-LIBCANLOCK_BUILDLINK3_MK:=
-
-USE_CC_FEATURES+= c99
-
-BUILDLINK_API_DEPENDS.libcanlock+= libcanlock>=3.0.0
-BUILDLINK_PKGSRCDIR.libcanlock?= ../../wip/libcanlock
-.endif # LIBCANLOCK_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libcanlock
diff --git a/libcanlock/distinfo b/libcanlock/distinfo
deleted file mode 100644
index ccd56c32e9..0000000000
--- a/libcanlock/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.12 2024/05/31 10:47:15 micha Exp $
-
-BLAKE2s (libcanlock-3.3.2.tar.bz2) = c5e6e82cafe6dd7c799592686928cf636e978e861342871b3431c0fdbec56cd5
-SHA512 (libcanlock-3.3.2.tar.bz2) = 127db2bae573fbc18b05df1a0d59c4b607a6376c46f48bb38ee2051b2cd8d7080982dac44fd4384720f5beeeda965d2452863541e6f65ff3862e343b3cf39f98
-Size (libcanlock-3.3.2.tar.bz2) = 640366 bytes
Home |
Main Index |
Thread Index |
Old Index