SHA256
1
0
forked from pool/bind

Accepting request 545259 from home:scarabeus_iv:branches:network

- Add back init scripts, systemd units aren't ready yet

- Add python3-bind subpackage to allow python bind interactions

- Sync configure options with RH package and remove unused ones
  * Enable python3
  * Enable gssapi
  * Enable dnssec scripts

- Drop idnkit from the build, the bind uses libidn since 2007 to run
  all the resolutions in dig/etc. bsc#1030306
- Add patch to make sure we build against system idn:
  * bind-99-libidn.patch
- Refresh patch:
  * pie_compile.diff
- Remove patches that are unused due to above:
  * idnkit-powerpc-ltconfig.patch
  * runidn.diff

- drop bind-openssl11.patch (merged upstream)

- Remove systemd conditionals as we are not building on sle11 anyway
- Force the systemd to be base for the initscript deployment

- Bump up version of most of the libraries
- Rename the subpackages to match the version updates
- Add macros for easier handling of the library package names
- Drop more unneeded patches
  * dns_dynamic_db.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/545259
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=224
This commit is contained in:
2017-11-24 16:29:49 +00:00
committed by Git OBS Bridge
parent 6c11f8d877
commit b264302d00
19 changed files with 794 additions and 6053 deletions

View File

@@ -4,6 +4,75 @@ Thu Nov 23 13:38:07 UTC 2017 - rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
-------------------------------------------------------------------
Wed Nov 22 13:13:26 UTC 2017 - vcizek@suse.com
- Add back init scripts, systemd units aren't ready yet
-------------------------------------------------------------------
Thu Nov 21 14:30:52 UTC 2017 - tchvatal@suse.com
- Add python3-bind subpackage to allow python bind interactions
-------------------------------------------------------------------
Thu Nov 21 13:41:38 UTC 2017 - tchvatal@suse.com
- Sync configure options with RH package and remove unused ones
* Enable python3
* Enable gssapi
* Enable dnssec scripts
-------------------------------------------------------------------
Thu Nov 21 12:54:35 UTC 2017 - tchvatal@suse.com
- Drop idnkit from the build, the bind uses libidn since 2007 to run
all the resolutions in dig/etc. bsc#1030306
- Add patch to make sure we build against system idn:
* bind-99-libidn.patch
- Refresh patch:
* pie_compile.diff
- Remove patches that are unused due to above:
* idnkit-powerpc-ltconfig.patch
* runidn.diff
-------------------------------------------------------------------
Thu Nov 21 12:11:08 UTC 2017 - vcizek@suse.com
- drop bind-openssl11.patch (merged upstream)
-------------------------------------------------------------------
Thu Nov 17 11:35:29 UTC 2017 - tchvatal@suse.com
- Remove systemd conditionals as we are not building on sle11 anyway
- Force the systemd to be base for the initscript deployment
-------------------------------------------------------------------
Tue Nov 15 08:43:05 UTC 2017 - vcizek@suse.com
- Bump up version of most of the libraries
- Rename the subpackages to match the version updates
- Add macros for easier handling of the library package names
- Drop more unneeded patches
* dns_dynamic_db.patch (upstream)
-------------------------------------------------------------------
Tue Nov 14 11:17:03 UTC 2017 - tchvatal@suse.com
- Update to 9.11.2 release:
* Many changes compared to 9.10 see the README file for in-depth listing
* For detailed changes with issues see CHANGES file
* Fixes for CVE-2017-3141 CVE-2017-3140 CVE-2017-3138 CVE-2017-3137
CVE-3136 CVE-2016-9778
* OpenSSL 1.1 support
- Remove support for some old distributions and cleanup the spec file
to require only what is really needed
- Switch to systemd (bsc#1053808)
- Remove german from the postinst messages
- Remove patches merged upstream:
* bind-CVE-2017-3135.patch
* bind-CVE-2017-3142-and-3143.patch
- Refresh named.root with another update
-------------------------------------------------------------------
Mon Nov 13 14:20:43 UTC 2017 - mpluskal@suse.com
@@ -49,7 +118,7 @@ Fri Jun 30 07:12:50 UTC 2017 - sflees@suse.de
-------------------------------------------------------------------
Sat May 20 11:46:44 UTC 2017 - dimstar@opensuse.org
a- Fix named init script to dynamically find the location of the
- Fix named init script to dynamically find the location of the
openssl engines (boo#1040027).
-------------------------------------------------------------------