]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
up to 2.81 auto/th/dnsmasq-2.81-1
authorJan Palus <atler@pld-linux.org>
Sun, 12 Apr 2020 19:05:47 +0000 (21:05 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 12 Apr 2020 19:05:47 +0000 (21:05 +0200)
dnsmasq-nettle-3.5.patch [deleted file]
dnsmasq.spec

diff --git a/dnsmasq-nettle-3.5.patch b/dnsmasq-nettle-3.5.patch
deleted file mode 100644 (file)
index cbcb5cd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- dnsmasq-2.80/src/crypto.c~ 2018-10-18 20:21:55.000000000 +0200
-+++ dnsmasq-2.80/src/crypto.c  2019-06-27 09:32:24.587948846 +0200
-@@ -294,7 +294,7 @@
-         if (!(key_256 = whine_malloc(sizeof(struct ecc_point))))
-           return 0;
-         
--        nettle_ecc_point_init(key_256, &nettle_secp_256r1);
-+        nettle_ecc_point_init(key_256, nettle_get_secp_256r1());
-       }
-       
-       key = key_256;
-@@ -307,7 +307,7 @@
-         if (!(key_384 = whine_malloc(sizeof(struct ecc_point))))
-           return 0;
-         
--        nettle_ecc_point_init(key_384, &nettle_secp_384r1);
-+        nettle_ecc_point_init(key_384, nettle_get_secp_384r1());
-       }
-       
-       key = key_384;
index 9692114b50c678821759fb1921903f441471d295..2c5fcf1eb8fd3a51e58513a09a36785d47b5525e 100644 (file)
@@ -4,17 +4,16 @@
 Summary:       A lightweight caching server (DNS, DHCP)
 Summary(pl.UTF-8):     Lekki buforujący serwer nazw (DNS) i DHCP
 Name:          dnsmasq
-Version:       2.80
-Release:       3
+Version:       2.81
+Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 #Source0:      http://thekelleys.org.uk/dnsmasq/test-releases/%{name}-%{version}%{_rc}.tar.gz
 Source0:       http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz
-# Source0-md5: 1f071fd11454e1cffea73bdadcf70b21
+# Source0-md5: e43808177a773014b5892ccba238f7a8
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.service
-Patch0:                %{name}-nettle-3.5.patch
 URL:           http://www.thekelleys.org.uk/dnsmasq/doc.html
 BuildRequires: gettext-tools
 BuildRequires: gmp-devel
@@ -64,7 +63,6 @@ małe wykorzystanie zasobów i łatwa konfiguracja.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 %build
 %{__make} all-i18n \
This page took 0.040169 seconds and 4 git commands to generate.