Commit Graph

120 Commits

Author SHA256 Message Date
Ismail Dönmez
86a5b874df Accepting request 323445 from home:StefanBruens:branches:network
This is a kind request to update dnsmasq from version 2.72 to 2.75.

2.73 contains a security related fix - CVE-2015-3294

The upstream changelog is contained in the rpm changelog.

OBS-URL: https://build.opensuse.org/request/show/323445
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=75
2015-08-16 16:23:15 +00:00
Rusmir Duško
5f6b4d8c52 Accepting request 312327 from home:elvigia:branches:network
- dnsmasq.service: Order Before=nss-lookup.target  and 
  Wants=nss-lookup.target as this service may provide
  name resolution even for the localhost.

OBS-URL: https://build.opensuse.org/request/show/312327
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=74
2015-06-17 05:06:46 +00:00
Andrey Karepin
8df28a2525 Accepting request 298167 from home:abergmann:branches:network
- Move trust-anchors.conf into /etc/dnsmasq.d to be AppArmor conform.
  (bnc#908137)

OBS-URL: https://build.opensuse.org/request/show/298167
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=72
2015-04-24 08:43:40 +00:00
fee64a2aaa Accepting request 280028 from home:jirislaby:branches:network
better msg

OBS-URL: https://build.opensuse.org/request/show/280028
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=70
2015-01-06 10:58:42 +00:00
Ismail Dönmez
991e52c43e Accepting request 266624 from home:dimstar:branches:network
- Fix symlink of rcFOO to /usr/sbin/service, resolving a dangling
  symlink lint warning (and remove the same from rpmlintrc).

OBS-URL: https://build.opensuse.org/request/show/266624
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=68
2014-12-29 11:59:12 +00:00
2123e32b0d Accepting request 266355 from home:nemysis:branches:network
Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/266355
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=67
2014-12-29 08:46:59 +00:00
80c82d8487 Accepting request 260440 from home:seife:branches:network
fix logging, PrivateDevices=yes kills it (bnc#902511, bnc#904537)

OBS-URL: https://build.opensuse.org/request/show/260440
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=65
2014-11-10 16:14:27 +00:00
Reinhard Max
746d5ca9b6 Accepting request 246498 from home:dsterba:branches:network
Enable DNSSEC for dnsmasq. I've been testing it for a few days, all ok.

The pending SR 246184 is for devel->Factory, thus I'm not superseding it

OBS-URL: https://build.opensuse.org/request/show/246498
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=63
2014-08-26 12:34:11 +00:00
Reinhard Max
dd98fa455b Accepting request 245716 from home:msmeissn:branches:network
- actually build with relro and pie. (bnc#893057)

OBS-URL: https://build.opensuse.org/request/show/245716
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=62
2014-08-25 08:27:14 +00:00
Reinhard Max
a3cec7836a Accepting request 243762 from home:vwallfahrer:branches:network
- Removed Suse and all other OS/Distribution related subdirs from 
  contrib, so only the rest gets packaged. The subdirs are not 
  necessary anymore (bnc#889028).  

- Removed README.SUSE file, it was to confusing and not necessary (bnc#889972). 
  Information is already present in the upstream documentation.
- Split up vendor-files.tar.bz2 into single files
- Comply with systemd packaging guidlines

OBS-URL: https://build.opensuse.org/request/show/243762
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=60
2014-08-06 11:50:45 +00:00
Reinhard Max
02afb350f8 Accepting request 236965 from home:dirkmueller:branches:network
- license update: GPL-2.0 or GPL-3.0
  correct license is dual GPL-2.0 or GPL-3.0; please add COPYING-v3-file to
  RPM.

- update to 2.71:
    Subtle change to error handling to help DNSSEC validation 
    when servers fail to provide NODATA answers for 
    non-existent DS records.
    Tweak code which removes DNSSEC records from answers when
    not required. Fixes broken answers when additional section
    has real records in it. Thanks to Marco Davids for the bug 
    report.
    Fix DNSSEC validation of ANY queries. Thanks to Marco Davids
    for spotting that too.
    Fix total DNS failure and 100% CPU use if cachesize set to zero,
    regression introduced in 2.69. Thanks to James Hunt and
    the Ubuntu crowd for assistance in fixing this.
    Fix crash, introduced in 2.69, on TCP request when dnsmasq
    compiled with DNSSEC support, but running without DNSSEC
    enabled. Thanks to Manish Sing for spotting that one.
    Fix regression which broke ipset functionality. Thanks to 
    Wang Jian for the bug report.
    Implement dynamic interface discovery on *BSD. This allows
    the contructor: syntax to be used in dhcp-range for DHCPv6
    on the BSD platform. Thanks to Matthias Andree for
    valuable research on how to implement this.
    Fix infinite loop associated with some --bogus-nxdomain
    configs. Thanks fogobogo for the bug report.
    Fix missing RA RDNS option with configuration like
    --dhcp-option=option6:23,[::] Thanks to Tsachi Kimeldorfer

OBS-URL: https://build.opensuse.org/request/show/236965
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=58
2014-06-12 13:39:16 +00:00
c8bad6f701 Accepting request 227618 from home:elvigia:branches:network
- dnsmasq.service: Set PrivateDevices=yes so we run in a 
  separate namespace with the bare minimum device nodes isolated
  from the host.

OBS-URL: https://build.opensuse.org/request/show/227618
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=56
2014-03-27 13:05:09 +00:00
a347d7fed3 - reintroduced /sbin/rcdnsmasq as /sbin/service link.
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=54
2013-04-22 11:35:55 +00:00
91f4bc157f Accepting request 172606 from home:elvigia:branches:network
- Do not order after syslog.target which it is neither 
  required not recommended and currently no longer even exists.

OBS-URL: https://build.opensuse.org/request/show/172606
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=53
2013-04-22 11:29:22 +00:00
03dffd0f57 Accepting request 163896 from home:coolo:branches:openSUSE:Factory
- sync /srv/tftpboot directory attributes with atftp package

OBS-URL: https://build.opensuse.org/request/show/163896
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=52
2013-04-15 15:20:23 +00:00
21482efb3a Accepting request 162549 from home:elvigia:branches:network
- remove all sysvinit support

OBS-URL: https://build.opensuse.org/request/show/162549
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=51
2013-04-04 08:35:14 +00:00
Ismail Dönmez
830ab95923 Accepting request 158731 from home:vuntz:branches:network
Create a utils subpackage to include DHCP lease management utils

OBS-URL: https://build.opensuse.org/request/show/158731
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=49
2013-03-12 18:56:12 +00:00
37f6a0f603 Accepting request 156101 from home:rmilasan:branches:network
- Install dnsmasq.service accordingly (/usr/lib/systemd for 12.3
  and up or /lib/systemd for older versions).

OBS-URL: https://build.opensuse.org/request/show/156101
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=47
2013-02-24 11:24:40 +00:00
Reinhard Max
7229644eaa Accepting request 145505 from home:toganm:branches:network
- Update to version 2.65. For other changes relating to other
  versions in between please see the  CHANGELOG
  *  Fix regression which broke forwarding orgf queries sent via
    TCP which are not for A and AAAA and which were directed to
    non-default servers. Thanks to Niax for the bug reportst.
    Fix failure to build with DHCP support excluded. Thanks to 
    Gustavo Zacarias for the patch.
    
    Fix nasty regression in 27.64 which completely broke cacheing.
- renamed group_and_isc.diff to group_and_isc.patch rebasinp to -p1
  level as outlined in the documentation at
  http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines

OBS-URL: https://build.opensuse.org/request/show/145505
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=45
2012-12-14 15:55:14 +00:00
Sascha Peilicke
74eb74b475 Accepting request 136982 from home:babelworx:ldig:branches:network
license update: GPL-2.0
Most of the source code files give a choice of either GPL-2.0 or GPL-3.0 (not GPL-2.0+). The website states that the COPYING file in the distribution is the official license - in this case it is GPL-2.0. This is consistent with what Fedora state about the package. Accordingly, I^d be ok with License: GPL-2.0 or License: (GPL-2.0 or GPL-3.0) but not License: GPL-2.0+

OBS-URL: https://build.opensuse.org/request/show/136982
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=43
2012-10-04 07:58:43 +00:00
Uwe Gansert
056d903ad3 enhanced README.SUSE
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=42
2012-08-03 13:02:25 +00:00
ff3792b091 Accepting request 125865 from home:elvigia:branches:network
- Update to version 2.62, misc bugfixes 
- Fix CFLAGS/LDFLAGS usage
- fix the small cache size problem in a different way by tweaking
  the build config instead.

- The default cache size is way too small (150 entries) use a sane
  default of 2000 as used in *WRT embeeded routers which is still
  very conservative for a desktop/server machine.
- use async logging

OBS-URL: https://build.opensuse.org/request/show/125865
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=40
2012-06-28 06:18:18 +00:00
1434c8ca55 Accepting request 115976 from home:pbleser:branches:network
update to 2.61

OBS-URL: https://build.opensuse.org/request/show/115976
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=38
2012-04-30 11:58:32 +00:00
Uwe Gansert
79157fa819 patches fixed
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=36
2012-03-06 09:48:01 +00:00
Uwe Gansert
dd13a63b48 patch fixed
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=35
2012-03-06 09:39:04 +00:00
Uwe Gansert
88103b0d33 version 2.60
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=34
2012-03-06 09:26:51 +00:00
Uwe Gansert
057a9ef8e7 tftp user is needed too
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=31
2012-02-08 16:16:51 +00:00
Uwe Gansert
67215239bf added tftp group (bnc#738905)
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=30
2012-02-08 16:00:07 +00:00
Uwe Gansert
c6ed0facf8 Accepting request 102948 from home:elvigia:branches:network
- Use systemd macros correctly 
- build with PIE and full RELRO.

OBS-URL: https://build.opensuse.org/request/show/102948
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=29
2012-02-07 15:24:59 +00:00
Uwe Gansert
138204aee2 Accepting request 100647 from home:elvigia:branches:network
- --enable-dbus must be explicit in systemd unit
- default user is provided in config file or takes defaults on 
  group_and_isc.diff

- dnsmasq has dbus support, use it for systemd service.

OBS-URL: https://build.opensuse.org/request/show/100647
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=28
2012-01-19 15:28:49 +00:00
Uwe Gansert
123bb2c55a removed systemd config for pre-12.1
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=27
2011-11-25 13:14:46 +00:00
Uwe Gansert
3fb76e5890 Accepting request 93543 from home:elvigia:branches:network
- Must be of type forking and change uid to dnsmasq 

- Add systemd startup script

OBS-URL: https://build.opensuse.org/request/show/93543
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=26
2011-11-25 11:00:57 +00:00
Uwe Gansert
fa92f9222a 2.59 version string fix
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=23
2011-10-20 14:00:35 +00:00
Uwe Gansert
9104e79a25 2.59
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=20
2011-10-18 21:14:37 +00:00
Stephan Kulow
038650146e Accepting request 83269 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83269
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=18
2011-09-29 11:46:33 +00:00
Uwe Gansert
cb44a9e996 version 2.58
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=16
2011-08-26 19:15:37 +00:00
OBS User buildservice-autocommit
992db9cfbf Updating link to change in openSUSE:Factory/dnsmasq revision 30.0
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=fa31a3ce407e88989baf1034ea6c07e6
2011-05-05 08:40:27 +00:00
Uwe Gansert
c59dca9e5a version 2.57
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=14
2011-03-02 08:56:26 +00:00
OBS User autobuild
a8ea7cc957 Accepting request 41241 from network
checked in (request 41241)

OBS-URL: https://build.opensuse.org/request/show/41241
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=13
2010-06-09 16:01:35 +00:00
Uwe Gansert
8f358f7cfb 2.55
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=12
2010-06-08 07:32:36 +00:00
Uwe Gansert
8d7a59a5e3 2.53
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=11
2010-06-07 09:52:15 +00:00
OBS User buildservice-autocommit
4cfeda5b3e Updating link to change in openSUSE:Factory/dnsmasq revision 24.0
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=553fb6593778c8b309942f5f69598b9e
2010-03-18 14:42:44 +00:00
OBS User buildservice-autocommit
095efe8d2f Updating link to change in openSUSE:Factory/dnsmasq revision 23.0
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=79b9260ba7bcbb53d0756e6ef3e182ac
2010-01-27 16:33:24 +00:00
OBS User autobuild
690c55f36c checked in (request 30370)
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=9
2010-01-27 16:33:23 +00:00
Uwe Gansert
c21729b049 2.52
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=8
2010-01-25 08:34:23 +00:00
OBS User buildservice-autocommit
23291d73ba Updating link to change in openSUSE:Factory/dnsmasq revision 22.0
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=f1d0d51ecc0564e9a5a1bf0a32c0cc84
2009-11-23 11:03:11 +00:00
OBS User autobuild
20f81eec5c checked in
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=7
2009-11-23 11:03:10 +00:00
Uwe Gansert
a30edcad0b 2.51
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=6
2009-11-20 15:21:33 +00:00
OBS User autobuild
94ba292376 checked in
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=5
2009-11-16 11:55:18 +00:00
Uwe Gansert
83c667e355 Accepting request 23679 from home:coolo:branches:openSUSE:Factory:branched
Copy from home:coolo:branches:openSUSE:Factory:branched/dnsmasq via accept of submit request 23679 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/23679
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=4
2009-11-04 09:16:02 +00:00