Commit Graph

262 Commits

Author SHA256 Message Date
918e706647 - the README file is not a directory, drop the dir attribute
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=121
2013-07-17 12:09:28 +00:00
67378e3874 - moved dnssec-* helpers to bind-utils package. bnc#813911
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=119
2013-06-27 09:27:34 +00:00
7f803cee73 - Updated to current rate limiting + rpz patch from
http://ss.vix.su/~vjs/rrlrpz.html

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=118
2013-06-26 12:27:48 +00:00
8591e27de2 - Updated to 9.9.3-P1
Various bugfixes and some feature fixes. (see CHANGES files)
  Security and maintenance issues: 
  -	[security]	Caching data from an incompletely signed zone could
			trigger an assertion failure in resolver.c [RT #33690]
  -	[security]	Support NAPTR regular expression validation on
			all platforms without using libregex, which
			can be vulnerable to memory exhaustion attack
			(CVE-2013-2266). [RT #32688]
  -	[security]	RPZ rules to generate A records (but not AAAA records)
			could trigger an assertion failure when used in
			conjunction with DNS64 (CVE-2012-5689). [RT #32141]
  -	[bug]		Fixed several Coverity warnings.
			Note: This change includes a fix for a bug that
			was subsequently determined to be an exploitable
			security vulnerability, CVE-2012-5688: named could
			die on specific queries with dns64 enabled.
			[RT #30996]
  -	[maint]		Added AAAA for D.ROOT-SERVERS.NET.
  -	[maint]		D.ROOT-SERVERS.NET is now 199.7.91.13.

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=115
2013-06-26 10:50:27 +00:00
e2db8fe61f Accepting request 174818 from devel:ARM:AArch64:Factory
- Use updated config.guess/sub in the embedded idnkit sources

OBS-URL: https://build.opensuse.org/request/show/174818
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=113
2013-05-08 13:45:12 +00:00
eec4a4f40d - Updated to 9.9.2-P2 (bnc#811876)
Fix for: https://kb.isc.org/article/AA-00871 CVE-2013-2266
  * Security Fixes
    Removed the check for regex.h in configure in order to disable regex
    syntax checking, as it exposes BIND to a critical flaw in libregex
    on some platforms. [RT #32688]
- added gpg key source verification

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=111
2013-03-27 12:36:47 +00:00
d414c6c46e OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=108 2012-12-06 15:46:13 +00:00
636c118d37 - Updated to 9.9.2-P1 (bnc#792926)
https://kb.isc.org/article/AA-00828
  * Security Fixes
    Prevents named from aborting with a require assertion failure on
    servers with DNS64 enabled.  These crashes might occur as a result of
    specific queries that are received.  (Note that this fix is a subset
    of a series of updates that will be included in full in BIND 9.8.5
    and 9.9.3 as change #3388, RT #30996).  [CVE-2012-5688] [RT #30792]
    A deliberately constructed combination of records could cause
    named to hang while populating the additional section of a
    response. [CVE-2012-5166] [RT #31090]
    Prevents a named assert (crash) when queried for a record whose
    RDATA exceeds 65535 bytes.  [CVE-2012-4244]  [RT #30416]
    Prevents a named assert (crash) when validating caused by using
    "Bad cache" data before it has been initialized. [CVE-2012-3817]
    [RT #30025]
    A condition has been corrected where improper handling of zero-length
    RDATA could cause undesirable behavior, including termination of
    the named process. [CVE-2012-1667]  [RT #29644]
    ISC_QUEUE handling for recursive clients was updated to address a race
    condition that could cause a memory leak. This rarely occurred with
    UDP clients, but could be a significant problem for a server handling
    a steady rate of TCP queries. [CVE-2012-3868]  [RT #29539 & #30233]
New Features
    Elliptic Curve Digital Signature Algorithm keys and signatures in
    DNSSEC are now supported per RFC 6605. [RT #21918]
    Introduces a new tool "dnssec-checkds" command that checks a zone to
    determine which DS records should be published in the parent zone,
    or which DLV records should be published in a DLV zone, and queries
    the DNS to ensure that it exists. (Note: This tool depends on python;

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=107
2012-12-06 08:05:49 +00:00
4161728e00 - added a ratelimiting (draft RFC) patch from Paul Vixie.
see http://www.redbarn.org/dns/ratelimits
  suggested by Stefan Schaefer <stefan@invis-server.org>

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=105
2012-11-18 18:12:17 +00:00
d0bcf798bc Accepting request 141301 from home:msmeissn:branches:network
OBS-URL: https://build.opensuse.org/request/show/141301
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=102
2012-11-14 14:01:06 +00:00
96ef1056ef freshed patches
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=101
2012-11-14 10:31:31 +00:00
d3e988aaee - updated to 9.9.2
https://kb.isc.org/article/AA-00798
  Security:
  * A deliberately constructed combination of records could cause
    named to hang while populating the additional section of a
    response. [CVE-2012-5166] [RT #31090]
  * Prevents a named assert (crash) when queried for a record whose
    RDATA exceeds 65535 bytes.  [CVE-2012-4244]  [RT #30416]
  * Prevents a named assert (crash) when validating caused by using "Bad
    cache" data before it has been initialized. [CVE-2012-3817]  [RT #30025]
  * A condition has been corrected where improper handling of zero-length
    RDATA could cause undesirable behavior, including termination of the
    named process. [CVE-2012-1667]  [RT #29644]
  * ISC_QUEUE handling for recursive clients was updated to address a race
    condition that could cause a memory leak. This rarely occurred with
    UDP clients, but could be a significant problem for a server handling
    a steady rate of TCP queries. [CVE-2012-3868]  [RT #29539 & #30233]
  New Features
  * Elliptic Curve Digital Signature Algorithm keys and signatures in
    DNSSEC are now supported per RFC 6605. [RT #21918]
  * Introduces a new tool "dnssec-checkds" command that checks a zone
    to determine which DS records should be published in the parent zone,
    or which DLV records should be published in a DLV zone, and queries
    the DNS to ensure that it exists. (Note: This tool depends on python;
    it will not be built or installed on systems that do not have a python
    interpreter.)  [RT #28099]
  * Introduces a new tool "dnssec-verify" that validates a signed zone,
    checking for the correctness of signatures and NSEC/NSEC3 chains.
    [RT #23673]
  * Adds configuration option "max-rsa-exponent-size <value>;" that can

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=100
2012-11-14 10:25:52 +00:00
c9d0046524 - Specially crafted DNS data can cause a lockup in named.
CVE-2012-5166, bnc#784602.
- 9.9.1-P4

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=98
2012-10-19 12:14:00 +00:00
a16486cc98 - Named could die on specially crafted record.
[RT #30416] (bnc#780157) CVE-2012-4244
- 9.9.1-P3
- updated dnszone-schema.txt from upstream.

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=96
2012-09-15 16:23:25 +00:00
Uwe Gansert
9d3afd5a9e security fix
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=94
2012-07-26 09:55:26 +00:00
Uwe Gansert
9aea24ec0b Accepting request 127699 from home:babelworx:ldig:branches:network
license update: ISC
ISC is generally seen as the correct license for bind

OBS-URL: https://build.opensuse.org/request/show/127699
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=93
2012-07-12 07:46:55 +00:00
Uwe Gansert
6b1a93e719 VUL-0: bind remote DoS via zero length rdata field
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=89
2012-06-04 15:26:08 +00:00
Uwe Gansert
8a196b5476 version 9.9.1
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=87
2012-05-22 08:08:00 +00:00
Uwe Gansert
766b6fb925 assertion failure fix added
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=85
2012-05-10 11:45:20 +00:00
Uwe Gansert
91f038d7f6 version 9.9.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=83
2012-05-04 15:07:18 +00:00
Uwe Gansert
a40cfc49bd Accepting request 104301 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104301
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=81
2012-02-13 13:54:04 +00:00
Uwe Gansert
a3097226b3 Accepting request 98618 from home:lmuelle:branches:network
- Ensure to create the required dir or sym link in /var/run; (bnc#738156).
- Cache lookup could return RRSIG data associated with nonexistent
  records, leading to an assertion failure. CVE-2011-4313; (bnc#730995).

OBS-URL: https://build.opensuse.org/request/show/98618
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=80
2012-01-03 15:16:12 +00:00
Uwe Gansert
d4710ab62f Accepting request 91958 from home:fteodori:branches:network
OBS-URL: https://build.opensuse.org/request/show/91958
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=76
2011-11-17 13:46:40 +00:00
Pavol Rusnak
5d9eec831c Accepting request 85954 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/85954
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=69
2011-10-03 11:38:53 +00:00
Lars Vogdt
68b70aa623 Accepting request 82899 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82899
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=68
2011-10-02 00:09:30 +00:00
Uwe Gansert
2c942a86bd 9.8.1
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=62
2011-09-05 08:24:07 +00:00
OBS User buildservice-autocommit
ecc7b8fc2d Updating link to change in openSUSE:Factory/bind revision 69.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=6b0160c50b5a7e6bd5d52b0d08e13023
2011-09-01 14:59:03 +00:00
Ralf Haferkamp
184ce3adff Accepting request 80345 from home:rhafer:branches:network
bnc#710430

OBS-URL: https://build.opensuse.org/request/show/80345
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=60
2011-09-01 09:58:02 +00:00
OBS User buildservice-autocommit
c61a563321 Updating link to change in openSUSE:Factory/bind revision 67.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=20b08d2f06a5b3973a78780597820b73
2011-08-03 14:09:08 +00:00
Uwe Gansert
2aaf0b182b version 9.8.0-P4
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=58
2011-07-05 14:12:05 +00:00
Uwe Gansert
8748c87af2 fixed SLE10 build
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=57
2011-06-10 14:09:53 +00:00
Uwe Gansert
8253ee2640 version to 9.8.0-P2
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=56
2011-06-07 14:38:49 +00:00
OBS User buildservice-autocommit
32d56c34f2 Updating link to change in openSUSE:Factory/bind revision 65.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=01f79c1cc7a94bd86f871022b16673b2
2011-05-26 08:22:01 +00:00
Pavol Rusnak
53283310fb Accepting request 71091 from home:elvigia:branches:network
- Build with -DNO_VERSION_DATE to avoid timestamps in binaries.

OBS-URL: https://build.opensuse.org/request/show/71091
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=54
2011-05-24 15:52:01 +00:00
Pavol Rusnak
c233137225 Accepting request 70688 from home:msmeissn:branches:network
add update-desktop-utils to buildrequires for desktop file

OBS-URL: https://build.opensuse.org/request/show/70688
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=52
2011-05-20 13:34:53 +00:00
Uwe Gansert
9472436310 version to 9.8.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=51
2011-05-05 15:02:32 +00:00
Uwe Gansert
87ef585a4f bind-chrootenv requires bind now
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=50
2011-04-15 11:24:35 +00:00
OBS User buildservice-autocommit
6e6006119d Updating link to change in openSUSE:Factory/bind revision 62.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=4b0202a003690eb6889799a5aab33cdd
2011-02-24 11:36:18 +00:00
Uwe Gansert
796b7a3cb6 fixed security issue (bnc#674431)
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=47
2011-02-24 10:17:20 +00:00
bf38bca620 - ifdef the sysvinit specific prereqs for openSUSE 11.4 and later
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=46
2011-01-05 15:58:35 +00:00
OBS User buildservice-autocommit
006052e4e5 Updating link to change in openSUSE:Factory/bind revision 59.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=6ccca8d07b016878b9eac609fcf71be6
2010-12-19 14:17:35 +00:00
fb1221a33a Accepting request 55676 from home:coolo:branches:openSUSE:Factory
looks good

OBS-URL: https://build.opensuse.org/request/show/55676
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=44
2010-12-16 14:32:05 +00:00
Uwe Gansert
4207cef43a Accepting request 55394 from home:mvyskocil:branches:network
OBS-URL: https://build.opensuse.org/request/show/55394
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=43
2010-12-09 15:33:29 +00:00
OBS User buildservice-autocommit
27f61a6c69 Updating link to change in openSUSE:Factory/bind revision 57.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=4a76a7e3e1b27542698dd8579df63a8f
2010-12-05 22:06:57 +00:00
Uwe Gansert
35409ae5b9 security fixes
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=41
2010-12-02 16:48:21 +00:00
OBS User buildservice-autocommit
d0847e119f Updating link to change in openSUSE:Factory/bind revision 55.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=5b2e2b251d8fa363febbaa9e4c505cd1
2010-11-23 13:54:25 +00:00
OBS User buildservice-autocommit
3fcb4563d6 Updating link to change in openSUSE:Factory/bind revision 53.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=f6ef7a74758303589805ea123097d93d
2010-11-23 13:00:14 +00:00
Uwe Gansert
c1b812b3d8 added gssapi (bnc#618023)
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=37
2010-11-23 11:53:22 +00:00
Uwe Gansert
789e266dc9 version update
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=36
2010-10-13 07:45:36 +00:00
OBS User buildservice-autocommit
baf7a897f0 Updating link to change in openSUSE:Factory/bind revision 51.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=5af4f2a8f6a922f8064d1bdd55fb8b14
2010-07-30 13:59:46 +00:00
Uwe Gansert
a9308d7db5 chrooted bind failed to start (bnc#625019)
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=34
2010-07-26 13:33:44 +00:00
OBS User autobuild
75fa96f20f Accepting request 41829 from network
checked in (request 41829)

OBS-URL: https://build.opensuse.org/request/show/41829
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=33
2010-06-22 08:45:37 +00:00
Uwe Gansert
57b1fdb320 9.7.1
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=31
2010-06-21 10:46:01 +00:00
OBS User buildservice-autocommit
3073b44921 Updating link to change in openSUSE:Factory/bind revision 47.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=1c3b36091782f154a38f1e806db1d10e
2010-05-25 08:21:13 +00:00
OBS User autobuild
b4badead06 Accepting request 40419 from network
checked in (request 40419)

OBS-URL: https://build.opensuse.org/request/show/40419
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=30
2010-05-25 08:21:12 +00:00
Uwe Gansert
c4191156c8 update to P2
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=29
2010-05-20 08:18:26 +00:00
OBS User buildservice-autocommit
bf771fc6d8 Updating link to change in openSUSE:Factory/bind revision 46.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=85136d9e75b817aec198006beb045e7f
2010-05-03 19:15:33 +00:00
OBS User autobuild
8e492a2c84 Accepting request 39284 from network
checked in (request 39284)

OBS-URL: https://build.opensuse.org/request/show/39284
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=28
2010-05-03 19:15:31 +00:00
Uwe Gansert
e94dabdce3 Accepting request 39247 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/bind via accept of submit request 39247 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/39247
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=27
2010-05-03 08:38:57 +00:00
OBS User buildservice-autocommit
10e3427e7a Updating link to change in openSUSE:Factory/bind revision 45.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=f8b70814ea62eec997879f6cdb429e72
2010-04-13 19:20:44 +00:00
OBS User autobuild
8698661c2f Accepting request 37088 from network
checked in (request 37088)

OBS-URL: https://build.opensuse.org/request/show/37088
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=26
2010-04-13 19:20:43 +00:00
Uwe Gansert
cb8f633ea0 Accepting request 33443 from home:jengelh:dns
Copy from home:jengelh:dns/bind via accept of submit request 33443 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/33443
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=25
2010-04-01 10:17:51 +00:00
OBS User buildservice-autocommit
cdaa911b92 Updating link to change in openSUSE:Factory/bind revision 43.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=f48d15be89c60ddd0c2c0290aa828335
2010-02-18 12:47:25 +00:00
OBS User autobuild
7d569cec9a checked in (request 32791)
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=23
2010-02-18 12:47:24 +00:00
Uwe Gansert
4025391a66 version 9.7.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=22
2010-02-17 11:29:05 +00:00
OBS User buildservice-autocommit
513c09cb7d Updating link to change in openSUSE:Factory/bind revision 42.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=92eee835a1471cb1b01ec33538e5770f
2010-01-21 09:42:30 +00:00
OBS User autobuild
7bd82c674f checked in (request 30072)
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=21
2010-01-21 09:42:29 +00:00
Uwe Gansert
8ba5a56d97 three security fixes
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=20
2010-01-20 09:05:38 +00:00
OBS User buildservice-autocommit
f680be0e24 Updating link to change in openSUSE:Factory/bind revision 41.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=a6d031c7d60bb802a41a98615faf39f9
2010-01-07 11:54:38 +00:00
OBS User autobuild
92820730f2 checked in
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=19
2010-01-07 11:54:37 +00:00
Stephan Kulow
d564937bc7 Accepting request 26869 from home:jengelh:branches:network
Copy from home:jengelh:branches:network/bind via accept of submit request 26869 revision 6.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/26869
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=17
2009-12-20 16:28:59 +00:00
OBS User buildservice-autocommit
3cf37ac1bd Updating link to change in openSUSE:Factory/bind revision 40.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=27f0111712e2d158ed649ba9c4e99656
2009-11-27 11:56:16 +00:00
OBS User autobuild
0ba3754719 checked in
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=16
2009-11-27 11:56:10 +00:00
Uwe Gansert
697efdaae1 security fix bnc#558260
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=15
2009-11-25 08:58:14 +00:00
OBS User buildservice-autocommit
4eb14b4e9b Updating link to change in openSUSE:Factory/bind revision 39.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=89564da484bcce29301febf4e3d3cdcd
2009-11-23 10:11:08 +00:00
OBS User buildservice-autocommit
0b8ce55d75 Updating link to change in openSUSE:Factory/bind revision 38.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=88bdcdfb25c71a77b35530eb552ebeed
2009-11-18 10:29:42 +00:00
Uwe Gansert
a7f421df17 fixed apparmor profile (bnc#544181)
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=11
2009-11-18 10:01:42 +00:00
OBS User buildservice-autocommit
1b05d9a056 Updating link to change in openSUSE:Factory/bind revision 35.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=0d35d5fe80a2557da41ae1095aefceb0
2009-10-02 21:29:24 +00:00
OBS User autobuild
dd995fd441 Accepting request 17349 from network
Copy from network/bind based on submit request 17349 from user ug

OBS-URL: https://build.opensuse.org/request/show/17349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=34
2009-08-13 15:20:21 +00:00
OBS User unknown
67509c2b00 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=33 2009-07-03 14:59:08 +00:00
OBS User unknown
325b61fe32 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=32 2009-06-19 21:37:16 +00:00
OBS User unknown
992e37fde7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=31 2009-04-23 18:47:40 +00:00
OBS User unknown
5098d942ff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=30 2009-03-08 23:17:57 +00:00
OBS User unknown
9a5a7d09cb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=29 2009-02-20 20:39:04 +00:00
OBS User unknown
b7b04187b7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=28 2009-02-06 19:40:10 +00:00
OBS User unknown
abf6039f1c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=27 2008-12-15 11:19:27 +00:00
OBS User unknown
24bab5824b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=26 2008-11-28 13:46:39 +00:00
OBS User unknown
6f5634b64a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=25 2008-11-17 15:41:47 +00:00
OBS User unknown
ffce7b466b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=24 2008-11-02 14:34:25 +00:00
OBS User unknown
1877236618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=23 2008-10-06 14:23:31 +00:00
OBS User unknown
d06a697798 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=22 2008-09-05 17:59:29 +00:00
OBS User unknown
6bc1f56562 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=21 2008-08-25 23:46:45 +00:00
OBS User unknown
c9b43f56fd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=20 2008-08-13 21:21:12 +00:00
OBS User unknown
7ac4fa5cb2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=19 2008-07-27 09:54:20 +00:00
OBS User unknown
36f3cb6a7b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=18 2008-07-21 21:25:45 +00:00
OBS User unknown
2d7ed1ab97 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=17 2008-07-15 21:05:20 +00:00
OBS User unknown
53a9b16f38 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=16 2008-05-06 16:52:31 +00:00
OBS User unknown
37eac15e2f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=15 2008-04-10 11:08:39 +00:00
OBS User unknown
f3b3210d5f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=14 2008-02-28 00:49:17 +00:00
OBS User unknown
1d0da49c5c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=13 2007-12-06 16:10:28 +00:00
OBS User unknown
5b3dcf52da OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=12 2007-08-09 16:01:16 +00:00
OBS User unknown
a3bd10432a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=11 2007-05-26 22:10:23 +00:00
OBS User unknown
9c161131f1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=10 2007-05-17 09:22:28 +00:00
OBS User unknown
2769c77d07 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=9 2007-05-06 15:11:27 +00:00
OBS User unknown
e51dc1b15d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=8 2007-03-30 14:26:57 +00:00
OBS User unknown
0bb114ffee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=7 2007-03-29 13:06:39 +00:00
OBS User unknown
691a93b067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=6 2007-03-06 08:01:35 +00:00
OBS User unknown
3ab0aa4547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=5 2007-03-02 08:16:36 +00:00
OBS User unknown
6d06c0e706 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=4 2007-01-26 00:09:59 +00:00
OBS User unknown
ef34d19725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=3 2007-01-19 14:23:41 +00:00
OBS User unknown
4bfd8e419c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=2 2007-01-04 00:53:22 +00:00
OBS User unknown
312459de0c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=1 2006-12-18 23:15:14 +00:00