]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
nettle: Update to 3.8.1
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 14:48:21 +0000 (14:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2022 14:48:21 +0000 (14:48 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
nettle/nettle.nm

index 3306894137fdeb741bca30f2fc2c97e8b01c8da5..253119d0389fe1ff898cfe5239b4d4973be6d6ad 100644 (file)
@@ -4,13 +4,13 @@
 ###############################################################################
 
 name       = nettle
-version    = 3.4.1
+version    = 3.8.1
 release    = 1
 
 groups     = System/Libraries
 url        = http://www.lysator.liu.se/~nisse/nettle/
 license    = LGPL
-summary    = A low-level cryptographic library.
+summary    = A low-level cryptographic library
 
 description
        Nettle is a cryptographic library that is designed to fit easily in
@@ -28,33 +28,12 @@ build
        end
 
        configure_options += \
-               --enable-shared
-
-       enable_fat = 0
-
-       # Does not work. Binaries are immediately crashing
-       #if "%{DISTRO_ARCH}" == "x86_64"
-       #       enable_fat = 1
-       #end
-
-       if "%{DISTRO_PLATFORM}" == "arm"
-               enable_fat = 1
-       end
-
-       if "%{enable_fat}" == "1"
-               configure_options += \
-                       --enable-fat
-       end
+               --enable-shared \
+               --enable-fat
 
        test
                make check
        end
-
-       install_cmds
-               # Fix library permissions.
-               chmod 755 %{BUILDROOT}%{libdir}/libhogweed.so.*
-               chmod 755 %{BUILDROOT}%{libdir}/libnettle.so.*
-       end
 end
 
 packages