SF.net SVN: gar:[27046] csw/mgar/pkg/nettle/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jan 25 15:26:07 CET 2024
Revision: 27046
http://sourceforge.net/p/gar/code/27046
Author: dmichelsen
Date: 2024-01-25 14:26:06 +0000 (Thu, 25 Jan 2024)
Log Message:
-----------
nettle/trunk: Update to 3.6
Modified Paths:
--------------
csw/mgar/pkg/nettle/trunk/Makefile
csw/mgar/pkg/nettle/trunk/checksums
Modified: csw/mgar/pkg/nettle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nettle/trunk/Makefile 2024-01-09 14:57:20 UTC (rev 27045)
+++ csw/mgar/pkg/nettle/trunk/Makefile 2024-01-25 14:26:06 UTC (rev 27046)
@@ -2,7 +2,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = nettle
-VERSION = 3.5.1
+VERSION = 3.6
GARTYPE = v2
DESCRIPTION = A low-level cryptographic library
@@ -12,7 +12,7 @@
like LSH or GNUPG, or even in kernel space.
endef
-MASTER_SITES = ftp://ftp.gnu.org/gnu/nettle/
+MASTER_SITES = https://ftp.gnu.org/gnu/nettle/
DISTNAME = $(NAME)-$(VERSION)
DISTFILES = $(DISTNAME).tar.gz
@@ -24,29 +24,29 @@
#PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
-PACKAGES += CSWlibhogweed5
-PKGFILES_CSWlibhogweed5 += $(call pkgfiles_lib,libhogweed.so.5)
-SPKG_DESC_CSWlibhogweed5 += A low-level cryptographic library, libhogweed.so.5
-RUNTIME_DEP_PKGS_CSWlibhogweed5 += CSWlibgmp10
-RUNTIME_DEP_PKGS_CSWlibhogweed5 += CSWlibnettle7
-RUNTIME_DEP_PKGS_CSWlibhogweed5 += CSWlibgcc-s1
+PACKAGES += CSWlibhogweed6
+PKGFILES_CSWlibhogweed6 += $(call pkgfiles_lib,libhogweed.so.6)
+SPKG_DESC_CSWlibhogweed6 += A low-level cryptographic library, libhogweed.so.6
+RUNTIME_DEP_PKGS_CSWlibhogweed6 += CSWlibgmp10
+RUNTIME_DEP_PKGS_CSWlibhogweed6 += CSWlibnettle8
+RUNTIME_DEP_PKGS_CSWlibhogweed6 += CSWlibgcc-s1
-PACKAGES += CSWlibnettle7
-PKGFILES_CSWlibnettle7 += $(call pkgfiles_lib,libnettle.so.7)
-SPKG_DESC_CSWlibnettle7 += A low-level cryptographic library, libnettle.so.7
-RUNTIME_DEP_PKGS_CSWlibnettle7 += CSWlibgcc-s1
+PACKAGES += CSWlibnettle8
+PKGFILES_CSWlibnettle8 += $(call pkgfiles_lib,libnettle.so.8)
+SPKG_DESC_CSWlibnettle8 += A low-level cryptographic library, libnettle.so.8
+RUNTIME_DEP_PKGS_CSWlibnettle8 += CSWlibgcc-s1
PACKAGES += CSWlibnettle-dev
PKGFILES_CSWlibnettle-dev = $(PKGFILES_DEVEL)
SPKG_DESC_CSWlibnettle-dev = Development files for libnettle.so.7 and libhogweed.so.5
-RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibhogweed5
-RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibnettle7
+RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibhogweed6
+RUNTIME_DEP_PKGS_CSWlibnettle-dev += CSWlibnettle8
PACKAGES += CSWlibnettle-utils
SPKG_DESC_CSWlibnettle-utils = Utility programs for libnettle
# PKGFILES is catchall
-RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibhogweed5
-RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibnettle7
+RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibhogweed6
+RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibnettle8
RUNTIME_DEP_PKGS_CSWlibnettle-utils += CSWlibgmp10
# Use -shared instead of -G or we will get linker errors of the following form for amd64:
Modified: csw/mgar/pkg/nettle/trunk/checksums
===================================================================
--- csw/mgar/pkg/nettle/trunk/checksums 2024-01-09 14:57:20 UTC (rev 27045)
+++ csw/mgar/pkg/nettle/trunk/checksums 2024-01-25 14:26:06 UTC (rev 27046)
@@ -1 +1 @@
-0e5707b418c3826768d41130fbe4ee86 nettle-3.5.1.tar.gz
+c45ee24ed7361dcda152a035d396fe8a nettle-3.6.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list