Accepting request 523293 from home:msmeissn:branches:network

- bind-openssl11.patch: add a patch for enabling
  openssl 1.1 support (builds for 1.0 and 1.1 openssl).
  (bsc#1042635)

OBS-URL: https://build.opensuse.org/request/show/523293
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=219
This commit is contained in:
OBS User mrdocs 2017-09-14 01:12:46 +00:00 committed by Git OBS Bridge
parent dcab876062
commit efc0e572f3
3 changed files with 3469 additions and 0 deletions

3458
bind-openssl11.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 11 15:43:38 UTC 2017 - meissner@suse.com
- bind-openssl11.patch: add a patch for enabling
openssl 1.1 support (builds for 1.0 and 1.1 openssl).
(bsc#1042635)
-------------------------------------------------------------------
Tue Aug 1 12:59:39 UTC 2017 - jcnengel@gmail.com

View File

@ -48,6 +48,9 @@ Patch101: runidn.diff
Patch102: idnkit-powerpc-ltconfig.patch
Patch103: bind-CVE-2017-3135.patch
Patch104: bind-CVE-2017-3142-and-3143.patch
Patch200: bind-openssl11.patch
BuildRequires: krb5-devel
BuildRequires: libcap-devel
BuildRequires: libjson-c-devel
@ -387,6 +390,7 @@ Name Domain (BIND) DNS server is found in the package named bind.
%patch102 -p1
%patch103 -p1
%patch104 -p1
%patch200 -p1
# use the year from source gzip header instead of current one to make reproducible rpms
year=$(perl -e 'sysread(STDIN, $h, 8); print (1900+(gmtime(unpack("l",substr($h,4))))[5])' < %{S:0})