Commit Graph

117 Commits

Author SHA256 Message Date
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
Stephan Kulow
ce4b4f2c77 Accepting request 136984 from 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+ (forwarded request 136982 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/136984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=41
2012-10-04 17:36:50 +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
Stephan Kulow
3361436322 Accepting request 126390 from 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/126390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=40
2012-06-28 13:26:26 +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
Stephan Kulow
b6382faa2d Accepting request 116034 from network
update to 2.61 (forwarded request 115976 from pbleser)

OBS-URL: https://build.opensuse.org/request/show/116034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=38
2012-05-07 20:44:52 +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
Stephan Kulow
efb49865d7 Accepting request 108378 from network
- some dhcp fixes
- Add Lua integration
- Set TOS on DHCP sockets
- Improve start-up speed when reading large hosts files
- Fix problem if dnsmasq is started without the stdin
- Allow the TFP server or boot server in --pxe-service
- Support DHCPv6. Support is there for the sort of things
  the existing v4 server does, including tags, options, 
  static addresses and relay support
- Support IPv6 router advertisements
- Fix long-standing wrinkle with --localise-queries that
  could result in wrong answers when DNS packets arrive
  via an interface other than the expected one
- 2.60

OBS-URL: https://build.opensuse.org/request/show/108378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=37
2012-03-08 18:42:40 +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
Stephan Kulow
9166f0b6ec Accepting request 103393 from network
- added correct group for tftp
  (bnc#738905)

- Use systemd macros correctly 
- build with PIE and full RELRO.

- --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. 

- removed systemd config for pre-12.1

- Must be of type forking and change uid to dnsmasq 

- Add systemd startup script

OBS-URL: https://build.opensuse.org/request/show/103393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=36
2012-02-10 16:12:50 +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
Stephan Kulow
31a1dc7470 Accepting request 88858 from network
- dnsmasq still announced itself as 2.59-RC1
  no other code changes than just the correct version string

OBS-URL: https://build.opensuse.org/request/show/88858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=35
2011-10-21 14:04: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
Stephan Kulow
41ff67ecca Accepting request 88625 from network
- fixed binding to IPv6 link-local addresses
  (regression from 2.58)
- 2.59

OBS-URL: https://build.opensuse.org/request/show/88625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=33
2011-10-19 11:39:09 +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
Lars Vogdt
560d6ce9f1 Accepting request 85435 from network
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build (forwarded request 83269 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/85435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=32
2011-10-02 07:57:21 +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
Sascha Peilicke
7294b566ef Accepting request 80418 from network
- Support scope-ids in IPv6 addresses of nameservers from
  /etc/resolv.conf and in --server options
- Fix bug which resulted in truncated files and timeouts for
  some TFTP transfers
- Allow the TFTP-server address in --dhcp-boot to be a
  domain-name which is looked up in /etc/hosts
- Tweak the behaviour of --domain-needed
- Add support for Linux conntrack connection marking
- Don't return NXDOMAIN to an AAAA query if we have CNAME
  which points to an A record only
- logging fixes
- many DHCP fixes and features (see Changelog)
- update to 2.58

OBS-URL: https://build.opensuse.org/request/show/80418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=31
2011-09-01 13:07:29 +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
Sascha Peilicke
30d9e78431 Autobuild autoformatter for 66993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=30
2011-05-05 08:40:27 +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
Sascha Peilicke
cb0f18c8e4 Accepting request 66993 from network
OBS-URL: https://build.opensuse.org/request/show/66993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=29
2011-05-05 08:40:13 +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
9aadcbbfe2 Accepting request 41241 from network
Copy from network/dnsmasq based on submit request 41241 from user ug

OBS-URL: https://build.opensuse.org/request/show/41241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=25
2010-06-09 16:01:36 +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 autobuild
c8d91c0520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=24 2010-03-18 14:42:44 +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 autobuild
21a2c83aa2 Accepting request 30370 from network
Copy from network/dnsmasq based on submit request 30370 from user ug

OBS-URL: https://build.opensuse.org/request/show/30370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=23
2010-01-27 16:33:24 +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 autobuild
71b056602e Accepting request 24805 from network
Copy from network/dnsmasq based on submit request 24805 from user ug

OBS-URL: https://build.opensuse.org/request/show/24805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=22
2009-11-23 11:03:11 +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
77b4d1e54d Accepting request 24474 from network
Copy from network/dnsmasq based on submit request 24474 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=21
2009-11-16 11:55:19 +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
OBS User autobuild
287a98dd79 Accepting request 19412 from network
Copy from network/dnsmasq based on submit request 19412 from user ug

OBS-URL: https://build.opensuse.org/request/show/19412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=19
2009-09-02 16:37:16 +00:00
OBS User unknown
dde1930a7e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=18 2009-06-19 23:34:12 +00:00