Commit Graph

33 Commits

Author SHA256 Message Date
Dominique Leuenberger
733bd2d54b Accepting request 1001227 from server:dns
OBS-URL: https://build.opensuse.org/request/show/1001227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=18
2022-09-06 11:00:50 +00:00
e7613c3461 Accepting request 1000969 from home:stroeder:network
- use HTTPS URLs for URL and Source
- new version 1.8.3

OBS-URL: https://build.opensuse.org/request/show/1000969
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=45
2022-09-05 09:07:45 +00:00
Dominique Leuenberger
77940e8688 Accepting request 950786 from server:dns
- new version 1.8.1
  + 1.8.1 2021-12-03
    * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
      needs to larger.
    * Undo PR#123 fix ldns.pc installation when building out-of-source
  + 1.8.0 2021-11-26
    * bugfix #38: Print "line" before line number when printing
      zone parse errors. Thanks Petr Špaček.
    * bugfix: Revert unused variables in ldns-config removal patch.
    * bugfix #50: heap Out-of-bound Read vulnerability in
      rr_frm_str_internal reported by pokerfacett.
      (bsc#1195057, CVE-2020-19860)
    * bugfix #51: Heap Out-of-bound Read vulnerability in
      ldns_nsec3_salt_data reported by pokerfacett.
      (bsc#1195058, CVE-2020-19861)
    * Fix memory leak in examples/ldns-testns handle_tcp routine.
    * Detect fixed time memory compare for openssl 0.9.8.
    * Fix compile warning by variable initialisation for older gcc.
    * Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not
      available on tvOS.
    * Fix for #93: fix packaging/libldns.pc Makefile rule.
    * ZONEMD support in ldns-signzone and ldns-verify-zone
    * ldns-testns can answer several queries over one tcp connection,
      if they arrive within 100msec of each other.
    * Fix so that ldns-testns does not leak sockets if the read fails.
    * SVCB and HTTPS draft rrtypes.
      Enable with --enable-rrtype-svcb-https.
    * bugfix #117: Assertion failure with DNSSEC validating of 
      non existence of RR types at the root.  Thanks ZjYwMj
    * Set NSEC(3) ttls to the minimum of the MINIMUM field of the SOA
      record and the TTL of the SOA itself. draft-ietf-dnsop-nsec-ttl
    * bugfix #119: Let example tools read longer RR's than
      LDNS_MAX_LINELEN
    * Add SVCPARAMS to python ldns_rdf_type2str function.
    * PR #134 Miscellaneous spelling fixes. Thanks jsoref!
    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l properly return
      the $INCLUDE not implemented error.
    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l count the line
      number for an empty line after a comment.
    * Fix #135: Fix compile with OpenSSL-3.0.0-beta2.
    * PR #107: Added ldns_pkt2buffer_wire_compress() to make dname 
      compression optional when converting packets to wire format.
      Thanks Eli Lindsey
    * Option to ldns-keygen to create symlinks with known names 
      (i.e. without the key id) to the created files.
      Thanks Andreas Schulze
    * Fix #121: Correct handling of centimetres by LOC parser.
      Thanks Felipe Gasper
    * PR #126: Link with libldns.la in Makefile.in.
      Thanks orbea
    * PR #127: Addes option -Q to drill to give short answer.
      Thanks niknah
    * PR #133: Update m4 files for python modules.
      Thanks Petr Menšík
    * Bufix CAA value fields may be empty: Thanks Robert Mortimer
    * PR #108: Fix for ldns-compare-zones net detecting when first zone
      has a RRset that shrinks from two to one RRs, or grows from one
      to two RRs. Thanks Emilio Caballero
    * Fix #131: Drill sig chasing breaks with gcc-11 and
      strict-aliasing. Thanks Stanislav Levin
    * Fix #130: Unless $TLL is defined, ttl defaults to the last
      explicitly stated value. Thanks Benno
    * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc
    * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0
      Thanks Daniel J. Luke
    * Let ldns-signzone warn for high NSEC3 iteration counts.
      Thanks Andreas Schulze

old: openSUSE:Factory/ldns
new: server:dns/ldns rev None
Index: ldns.changes
===================================================================
--- ldns.changes (revision 16)
+++ ldns.changes (revision 44)
@@ -1,4 +1,75 @@
 -------------------------------------------------------------------
+Fri Dec  3 18:15:35 UTC 2021 - Michael Ströder <michael@stroeder.com>
+
+- new version 1.8.1
+  + 1.8.1 2021-12-03
+    * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
+      needs to larger.
+    * Undo PR#123 fix ldns.pc installation when building out-of-source
+  + 1.8.0 2021-11-26
+    * bugfix #38: Print "line" before line number when printing
+      zone parse errors. Thanks Petr Špaček.
+    * bugfix: Revert unused variables in ldns-config removal patch.
+    * bugfix #50: heap Out-of-bound Read vulnerability in
+      rr_frm_str_internal reported by pokerfacett.
+      (bsc#1195057, CVE-2020-19860)
+    * bugfix #51: Heap Out-of-bound Read vulnerability in
+      ldns_nsec3_salt_data reported by pokerfacett.
+      (bsc#1195058, CVE-2020-19861)
+    * Fix memory leak in examples/ldns-testns handle_tcp routine.
+    * Detect fixed time memory compare for openssl 0.9.8.
+    * Fix compile warning by variable initialisation for older gcc.
+    * Fix #92: ldns-testns.c:429:15: error: 'fork' is unavailable: not
+      available on tvOS.
+    * Fix for #93: fix packaging/libldns.pc Makefile rule.
+    * ZONEMD support in ldns-signzone and ldns-verify-zone
+    * ldns-testns can answer several queries over one tcp connection,
+      if they arrive within 100msec of each other.
+    * Fix so that ldns-testns does not leak sockets if the read fails.
+    * SVCB and HTTPS draft rrtypes.
+      Enable with --enable-rrtype-svcb-https.
+    * bugfix #117: Assertion failure with DNSSEC validating of 
+      non existence of RR types at the root.  Thanks ZjYwMj
+    * Set NSEC(3) ttls to the minimum of the MINIMUM field of the SOA
+      record and the TTL of the SOA itself. draft-ietf-dnsop-nsec-ttl
+    * bugfix #119: Let example tools read longer RR's than
+      LDNS_MAX_LINELEN
+    * Add SVCPARAMS to python ldns_rdf_type2str function.
+    * PR #134 Miscellaneous spelling fixes. Thanks jsoref!
+    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l properly return
+      the $INCLUDE not implemented error.
+    * Fix that ldns-read-zone and ldns_zone_new_frm_fp_l count the line
+      number for an empty line after a comment.
+    * Fix #135: Fix compile with OpenSSL-3.0.0-beta2.
+    * PR #107: Added ldns_pkt2buffer_wire_compress() to make dname 
+      compression optional when converting packets to wire format.
+      Thanks Eli Lindsey
+    * Option to ldns-keygen to create symlinks with known names 
+      (i.e. without the key id) to the created files.
+      Thanks Andreas Schulze
+    * Fix #121: Correct handling of centimetres by LOC parser.
+      Thanks Felipe Gasper
+    * PR #126: Link with libldns.la in Makefile.in.
+      Thanks orbea
+    * PR #127: Addes option -Q to drill to give short answer.
+      Thanks niknah
+    * PR #133: Update m4 files for python modules.
+      Thanks Petr Menšík
+    * Bufix CAA value fields may be empty: Thanks Robert Mortimer
+    * PR #108: Fix for ldns-compare-zones net detecting when first zone
+      has a RRset that shrinks from two to one RRs, or grows from one
+      to two RRs. Thanks Emilio Caballero
+    * Fix #131: Drill sig chasing breaks with gcc-11 and
+      strict-aliasing. Thanks Stanislav Levin
+    * Fix #130: Unless $TLL is defined, ttl defaults to the last
+      explicitly stated value. Thanks Benno
+    * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc
+    * Fix #143: EVP_PKEY_base_id became a macro with OpenSSL > 3.0
+      Thanks Daniel J. Luke
+    * Let ldns-signzone warn for high NSEC3 iteration counts.
+      Thanks Andreas Schulze
+
+-------------------------------------------------------------------
 Tue Aug  6 10:24:54 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
 
 - new version 1.7.1
Index: ldns.spec
===================================================================
--- ldns.spec (revision 16)
+++ ldns.spec (revision 44)
@@ -1,7 +1,7 @@
 #
 # spec file for package ldns
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define libname libldns3
 Name:           ldns
-Version:        1.7.1
+Version:        1.8.1
 Release:        0
 Summary:        A library for developing the Domain Name System
 License:        BSD-3-Clause
@@ -79,6 +79,7 @@
 Summary:        Perl bindings for ldns
 Group:          Development/Languages/Perl
 Requires:       %{libname} >= %{version}
+%libperl_requires
 
 %description -n perl-DNS-LDNS
 Perl bindings for the ldns library.
@@ -167,6 +168,7 @@
 %{_mandir}/man1/ldns*.1%{?ext_man}
 
 %files -n %{libname}
+%license LICENSE
 %{_libdir}/libldns.so.*
 
 %files devel
@@ -175,7 +177,6 @@
 %{_libdir}/libldns.so
 %{_libdir}/pkgconfig/ldns.pc
 %{_mandir}/man3/ldns*.3%{?ext_man}
-%license LICENSE
 %doc libdns.vim README*
 
 %files -n perl-DNS-LDNS
Index: ldns-1.8.1.tar.gz
===================================================================
Binary file ldns-1.8.1.tar.gz (revision 44) added
Index: ldns-1.8.1.tar.gz.asc
===================================================================
--- ldns-1.8.1.tar.gz.asc (added)
+++ ldns-1.8.1.tar.gz.asc (revision 44)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE3DTuXbJBe8wVHlEA5fj4IS93pJgFAmGpy0EACgkQ5fj4IS93
+pJiTCQ//ehWgkLaurOloIad7r3D5UZI2KFlo23tJia5VDGDChG6YPzT7SR68kVB/
+Y1w7JEv+5wknKsbZxgVyW6F2JiG1q0HzOXhlnAshK9Xar1XU86ujcFSSOrMmXCvX
+xKwt+ZILuiwyEOtOMczXm8uyk7d6zgFgF0AkJ0yP+vuU5zMvLCIkNzyqxCxPYKER
+BfYOC9MI/vHptxtE4U26olo3odfzjmjhUSvKPsOBWvZWTSCXAVjH+q33+RA2aVrB
+UdFgCy4yOdoUsK8HGunoSyNzzqtJIj67x9wG4f6tRIWsiAWHtdM2Di0pM8UeS0hP
+HyByQv9QhShLJX7A8FC45uIOYaqq0P8uPPVrYePhF60g0CoWp20XmNdT9PZ6lTiw
+gI8THBX4qoo/RjQXRnP8k2OkaP/ScHaDmeH+IuGMG1SIeV4kYpLLIRiQ9kBftrW/
+rrPXtYY6wWZcHd412ii5V976I4txQnbE726/fA9Uyuehh9S2mmwz/iqy3RH9bcl/
+lPoodXUg+q5cH7Z1bHsE8kRp3gPUhX3FCiqWeHkW1aoRtjtDJYNuIFf4WENbkivw
+cGDFNXNTetUEhriHbpJ/yA/HNbVL9BhD/KXPGaNj6TE1qbluInFI8gG1FPfO9Nkk
+j00l7gzhTwc8h2NlWpjRe7mbkKptnqaD8kH79/RCiccRS+9kCVQ=
+=EwyF
+-----END PGP SIGNATURE-----
Index: ldns-1.7.1.tar.gz
===================================================================
Binary file ldns-1.7.1.tar.gz (revision 16) deleted
Index: ldns-1.7.1.tar.gz.asc
===================================================================
--- ldns-1.7.1.tar.gz.asc (revision 16)
+++ ldns-1.7.1.tar.gz.asc (deleted)
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE3DTuXbJBe8wVHlEA5fj4IS93pJgFAl07F1AACgkQ5fj4IS93
-pJg+LxAAh0Z8DcUO/GVLIoNqpJcSW7/kuKrOH4a58WtXVsmRYYQQEVrf5TwA8wsS
-7sYdVGbpAbM3FLs9cKe8scTr/3aM+P5VFR6e+n+Zad1k321ro7fjZT7uzPrH4rFH
-Sj19hexW1nkTqCZL1lL3zvPc4zX20U2ucVQL1sXkPJZek5DES4MD4J1Y/b/zfvPG
-llhlaRrsfvJKflDgqia4FvrproUjujItbAIQu1V0ItczqVOAoTnH6PuWz7jAJfPK
-CN2OB2R+yfS27C1+tkUt5ld8TakevvjQ16rtF39akL4/Jhl7EA9B+Hp2x3MnxwYB
-wkenY0wzkmqh5JmAG8IdF0c2PCLqv+EZcFf0Q5s+RYB3F7I4lxS5DjNlpPOyLoa9
-ISYLFHQ+Et2gAv5SoWm/vixtkqaM1SaX1eR/gIIF01DThB1jew639wZzv7v5wCus
-LsaBWEW55AjWVzFNVucp9D3l+fX8IBYVzJTv0+VZT6tmoaIvoC1A/I2pFmkwVy/n
-z5yiUyIoh9D0YSAg8u4JEjC9cHhsAzz6J5JtI74wmRUCsTyLv2CV0fV6bXm9nQdY
-vIXbVarv5YiOaV6QoCC/2YlFnZov0qUO+96io96e8jIpAyCBrfIn/F0U/WySIjr+
-yifbaVuvj4HXa7tsu/hG+QgmxYfHFWIIq7CiWN4N1YsNuVq/ElM=
-=IvBt
------END PGP SIGNATURE-----

OBS-URL: https://build.opensuse.org/request/show/950786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=17
2022-02-03 22:15:54 +00:00
ba5d5e1833 (bsc#1195057, CVE-2020-19860)
(bsc#1195058, CVE-2020-19861)

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=44
2022-02-02 16:35:53 +00:00
e1c2a5dfe0 Accepting request 935581 from home:stroeder:network
Changes:
- because of upstream's soname bump libname is set to libldns5
- new version 1.8.1

Please review whether I correctly understood the soname bump.

See also:
https://github.com/NLnetLabs/ldns/issues/146
bc9d017f6f

OBS-URL: https://build.opensuse.org/request/show/935581
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=43
2022-02-02 11:35:32 +00:00
Dominique Leuenberger
060a6f6afb Accepting request 723051 from server:dns
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/723051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=16
2019-08-16 13:29:00 +00:00
65d353f1cb fix
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=41
2019-08-06 10:35:36 +00:00
8d234336b8 - new version 1.7.1
https://open.nlnetlabs.nl/pipermail/ldns-users/2019-July/000946.html
  * Support for DNSSEC algorithms ED25519 and ED448
    when compiled with OpenSSL 1.1.1
  * An -I option to ldns-notify to specify a source IP address
    to send to notify from.
  * Complete OpenSSL engine support with ldns-signzone
    contributed by Vadim Penzin
  * security fixes CVE-2017-1000231 (boo#1068711), CVE-2017-1000232 (boo#1068709)
- add keyring and signature

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=40
2019-08-06 10:35:11 +00:00
Dominique Leuenberger
0a7dcc2f30 Accepting request 708388 from server:dns
OBS-URL: https://build.opensuse.org/request/show/708388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=15
2019-06-13 20:32:42 +00:00
Dominique Leuenberger
a338949ab5 Accepting request 708387 from home:dimstar:Factory
- Add ldns-swig4.0.patch: Fix build wih SWIG 4.0 (boo#1135750).

OBS-URL: https://build.opensuse.org/request/show/708387
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=38
2019-06-07 14:32:14 +00:00
Dominique Leuenberger
899790fcaa Accepting request 562480 from server:dns
OBS-URL: https://build.opensuse.org/request/show/562480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=14
2018-01-16 08:30:49 +00:00
Marguerite Su
5310f8a438 Accepting request 562455 from openSUSE:Factory:Staging:O
- Switch directly to python3 in order for us to proceed with py2
  obsoletion for future releases
  * Upstream sadly can build only against one of the two

OBS-URL: https://build.opensuse.org/request/show/562455
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=36
2018-01-08 11:28:58 +00:00
Dominique Leuenberger
adfebda980 Accepting request 542906 from server:dns
OBS-URL: https://build.opensuse.org/request/show/542906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=13
2017-11-26 09:34:50 +00:00
Marguerite Su
275502985e Accepting request 542444 from home:vitezslav_cizek:branches:server:dns
- disable DANE verification when building with openssl < 1.1 to fix
  build on distributions that have openssl 1.0.x

OBS-URL: https://build.opensuse.org/request/show/542444
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=34
2017-11-19 10:40:10 +00:00
b2ac1c4465 Accepting request 520326 from home:jengelh:branches:server:dns
- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/520326
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=33
2017-09-04 07:44:23 +00:00
0fdc4ce69e Accepting request 517554 from home:pmonrealgonzalez:branches:server:dns
- Update to version 1.7.0 
  * Ldns built with openssl-1.1.0 [bsc#1042653]
  * Fix #551 change Regent to Copyright holder in BSD license in some of
    the headings of the file, to match the opensource.org BSD license.
  * -e option makes ldns-compare-zones exit with status code 2 on difference
  * Filter out specified RR types with ldns-read-zone -e and -E options
  * bugfix #563: Correct DNSKEY from DSA private key.
  * bugfix #562: ldns-keygen match DSA key maximum size with library.
    And check keysizes with all algorithms.
  * ldns-verify-zone accepts only one single zonefile as argument.
  * bugfix #573: ldns-keygen write private keys with mode 0600.
  * Fix configure to make ldns compile with LibreSSL 2.0
  * drill now also accepts dig style -y option
    (-y <[algo:]name:key> i.s.o. -y <name:key[:algo]>)
  * OPENPGPKEY draft rr types. Enable with: --enable-rrtype-openpgpkey
  * bugfix #608: Correct comment about escaped characters
  * CDS and CDNSKEY rr type from RFC 7344. --enable-rrtype-cds configure
    option removed
  * fix: Memory leak in ldns_pkt_rr_list_by_name()
  * fix: Memory leak in ldns_dname2buffer_wire_compress()
  * bugfix #613: Allow tab as whitespace too in last rdata field of types
    of variable length.
  * bugfix: strip trailing whitespace from $ORIGIN lines in zone files
  * Let ldns-keygen output .ds files only for KSK keys
  * Parse RFC7218 TLSA mnemonics, but do not output them
  * Let ldns-dane use SPKI as the default selector i.s.o. Cert
  * bugfix: Fit left over NSEC3s once more before adding empty non terminals
  * bugfix #605: Determine default trust anchor location at compile time
  * bugfix #697: Double free with ldns-dane create
  * bugfix #623: Do not redefine bool type and boolean values

OBS-URL: https://build.opensuse.org/request/show/517554
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=32
2017-08-24 08:27:35 +00:00
Dominique Leuenberger
61d8c0e4c4 Accepting request 396540 from server:dns
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/396540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=12
2016-05-23 14:36:14 +00:00
0ea1f5d38e - disable python because the bindings dont match the old python
version either

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=30
2016-05-10 22:52:31 +00:00
f34ce5d950 - disable perl on sle11 as it needs at least 5.14.2
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=29
2016-05-10 22:44:30 +00:00
0d6ec885cf - fix building on SLE11 by disabling gost
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=28
2016-05-10 22:26:31 +00:00
Dominique Leuenberger
d2c0d2ba09 Accepting request 328336 from server:dns
1

OBS-URL: https://build.opensuse.org/request/show/328336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=11
2015-09-03 16:02:56 +00:00
Marguerite Su
0eb04b89bc Accepting request 328306 from home:dimstar:Factory
- Add ldns-perl-5.22.patch: Fix build with perl 5.22.

OBS-URL: https://build.opensuse.org/request/show/328306
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=26
2015-09-01 14:42:56 +00:00
Stephan Kulow
e9ac418dc6 Accepting request 236338 from server:dns
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/236338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=9
2014-06-06 12:36:28 +00:00
ff570ab817 - update to 1.6.17
- enable rrtype-ninfo, rrtype-rkey, rrtype-cds, rrtype-uri, rrtype-ta
- build pyldnsx bindings
- build perl bindings
- pass the path to our CA store

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=24
2014-05-27 22:06:18 +00:00
Stephan Kulow
d43a425a3d Accepting request 171367 from server:dns
Fix tar archive problem

OBS-URL: https://build.opensuse.org/request/show/171367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=7
2013-04-18 12:59:14 +00:00
luce johann
1aa5eeb46c OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=22 2013-04-17 22:04:12 +00:00
luce johann
0d1df67c5c OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=21 2013-04-17 22:04:03 +00:00
luce johann
e652549f0f OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=20 2013-04-17 22:02:40 +00:00
cf5737b48c Accepting request 149434 from home:jluce2:DNSSEC
Update in 1.6.16

OBS-URL: https://build.opensuse.org/request/show/149434
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=19
2013-02-06 12:36:46 +00:00
Stephan Kulow
7445c30ceb Accepting request 104272 from server:dns
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/104272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=4
2012-02-14 18:01:44 +00:00
b1f1c6e7bb Accepting request 99589 from home:dimstar:branches:server:dns
- Add openssl-devel Requires to -devel package: dnssec.h includes
  ssl.h, which in turn is provided by openssl-devel. Without this
  Requires, depending packages need to be aware of underlying
  implementations of ldns.

OBS-URL: https://build.opensuse.org/request/show/99589
OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=17
2012-02-12 21:42:49 +00:00
Stephan Kulow
6710d2e496 Accepting request 95239 from server:dns
- new version 1.6.11
  * new ldnsx python module
  * fix heap overflow (bnc#720277, CVE-2011-3581)

OBS-URL: https://build.opensuse.org/request/show/95239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=3
2011-12-14 13:33:46 +00:00
Sascha Peilicke
9455cf9284 Accepting request 71311 from server:dns
Copy from server:dns/ldns based on submit request 71311 from user dec16180

OBS-URL: https://build.opensuse.org/request/show/71311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldns?expand=0&rev=1
2011-06-07 14:43:07 +00:00