checked in
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=7
This commit is contained in:
parent
a30edcad0b
commit
20f81eec5c
3
dnsmasq-2.50.tar.bz2
Normal file
3
dnsmasq-2.50.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4032ceb033190c80b26e52679c37742734a840bdd311f392c737d20cc7b1d582
|
||||
size 313044
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a02b9ccd585e7b0a728f1ca06f54d121765fa640fec1cecd1cb261b73432410d
|
||||
size 319925
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 16:07:32 CET 2009 - ug@suse.de
|
||||
|
||||
* Add support for internationalised DNS.
|
||||
|
||||
* Add two more environment variables for lease-change scripts:
|
||||
First, DNSMASQ_SUPPLIED_HOSTNAME; this is set to the hostname
|
||||
supplied by a client, even if the actual hostname used is
|
||||
over-ridden by dhcp-host or dhcp-ignore-names directives.
|
||||
Also DNSMASQ_RELAY_ADDRESS which gives the address of
|
||||
a DHCP relay, if used.
|
||||
|
||||
* Fix regression which broke echo of relay-agent
|
||||
options. Thanks to Michael Rack for spotting this.
|
||||
|
||||
* Don't treat option 67 as being interchangeable with
|
||||
dhcp-boot parameters if it's specified as
|
||||
dhcp-option-force.
|
||||
|
||||
* Make the code to call scripts on lease-change compile-time
|
||||
optional. It can be switched off by editing src/config.h
|
||||
or building with "make COPTS=-DNO_SCRIPT".
|
||||
|
||||
* Make the TFTP server cope with filenames from Windows/DOS
|
||||
which use '\' as pathname separator. Thanks to Ralf for
|
||||
the patch.
|
||||
|
||||
* Warn if an IP address is duplicated in /etc/ethers.
|
||||
|
||||
* Teach --conf-dir to take an option list of file suffices
|
||||
which will be ignored when scanning the directory. Useful
|
||||
for backup files etc. Thanks to Helmut Hullen for the
|
||||
suggestion.
|
||||
|
||||
* Add new DHCP option named tftpserver-address
|
||||
|
||||
* Don't do any PXE processing, even for clients with the
|
||||
correct vendorclass, unless at least one pxe-prompt or
|
||||
pxe-service option is given.
|
||||
|
||||
* Limit the blocksize used for TFTP transfers to a value
|
||||
which avoids packet fragmentation, based on the MTU of the
|
||||
local interface. Many netboot ROMs can't cope with
|
||||
fragmented packets.
|
||||
|
||||
* Honour dhcp-ignore configuration for PXE and proxy-PXE
|
||||
requests.
|
||||
|
||||
* 2.51
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 19:09:13 UTC 2009 - coolo@novell.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: dnsmasq
|
||||
Summary: Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
|
||||
Version: 2.51
|
||||
Version: 2.50
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@ -34,7 +34,7 @@ Patch1: group_and_isc.diff
|
||||
Patch2: chuser.diff
|
||||
Patch3: manpage.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: dbus-1-devel pkg-config libidn libidn-devel
|
||||
BuildRequires: dbus-1-devel pkg-config
|
||||
|
||||
%description
|
||||
Dnsmasq is a lightweight, easy-to-configure DNS forwarder and DHCP
|
||||
@ -63,7 +63,7 @@ echo "#define HAVE_DBUS" >> src/config.h
|
||||
%build
|
||||
mv po/no.po po/nb.po
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%{__make} %{?jobs:-j%jobs} AWK=gawk all-i18n
|
||||
%{__make} %{?jobs:-j%jobs} AWK=gawk
|
||||
|
||||
%pre
|
||||
if ! /usr/bin/getent passwd dnsmasq >/dev/null; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user