[packages/dnsmasq] up to 2.81

atler atler at pld-linux.org
Sun Apr 12 21:06:12 CEST 2020


commit b9d84b6e95db1e05b9ba915a06b19514541a9ba4
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 12 21:05:47 2020 +0200

    up to 2.81

 dnsmasq-nettle-3.5.patch | 20 --------------------
 dnsmasq.spec             |  8 +++-----
 2 files changed, 3 insertions(+), 25 deletions(-)
---
diff --git a/dnsmasq.spec b/dnsmasq.spec
index 9692114..2c5fcf1 100644
--- a/dnsmasq.spec
+++ b/dnsmasq.spec
@@ -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 \
diff --git a/dnsmasq-nettle-3.5.patch b/dnsmasq-nettle-3.5.patch
deleted file mode 100644
index cbcb5cd..0000000
--- a/dnsmasq-nettle-3.5.patch
+++ /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;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dnsmasq.git/commitdiff/b9d84b6e95db1e05b9ba915a06b19514541a9ba4



More information about the pld-cvs-commit mailing list