aa5ea4b1f4
fix broken link
2022-03-15 06:27:35 +00:00
09991aa113
- modify source if-up.d.dhcpd-restart-hook: * fix option parsing * do not call /usr/libexec/dhcp/dhcpd directly, use systemd for it
2022-02-04 12:21:47 +00:00
4af0e07429
- Add a fallback definition for %make_build to fix build on SLE-12. - Handle sysusers with a bcond to improve readability and simplify removal once we don't have to support SLE-12 anymore. - bsc#1192020: Drop the obsolete dependency on "group(nogroup)".
2021-10-26 10:49:46 +00:00
8bd51ac456
- bsc#1186249: Remove remaining references to /etc/init.d from dhclient-script and if-up.d.dhcpd-restart-hook . - Use , instead of - or / as a separator in sed when dealing with path names.
2021-08-05 10:00:14 +00:00
29c242c033
auto commit by copy to link target
2021-05-31 07:43:40 +00:00
405256bb6c
- Add -fno-strict-aliasing to CFLAGS to avoid a segfault in dhcpd (boo#1186631).
2021-05-31 07:27:00 +00:00
6356f2b9b8
- Update to 4.4.2-P1: * CVE-2021-25217, bsc#1186382, dhcp-CVE-2021-25217.patch: A buffer overrun in lease file parsing code can be used to exploit a common vulnerability shared by dhcpd and dhclient. - Error out, if %version and %isc_version are not in sync.
2021-05-27 10:05:59 +00:00
27a648d68e
auto commit by copy to link target
2021-02-16 20:35:47 +00:00
b511aec595
- update to 4.4.2: * Please note that that ISC DHCP is now licensed under the Mozilla Public License, MPL 2.0. In general, the areas of focus for ISC DHCP 4.4 were: 1. Dynamic DNS additions 2. dhclient improvements 3. Support for dynamic shared libraries * Added the interface name to socket initialization failure log messages. Prior to this the log messages stated only the error reason without stating the target interface. * Corrected buffer pointer logic in dhcrelay functions that manipulate agent relay options. Thanks to Thomas Imbert of MSRC Vulnerabilities & Mitigations for reporting the issue. * Corrected unresolved symbol errors building relay_unittests when configured to build using libtool. * A new configuration parameter, ping-cltt-secs (v4 operation only), has been added to allow the user to specify the number of seconds that must elapse since CLTT before a ping check is conducted. Prior to this, the value was hard coded at 60 seconds. Please see the server man pages for a more detailed discussion. * A new configuration parameter, ping-timeout-ms (v4 operation only), has been added that allows the user to specify the amount of time the server waits for a ping-check response in milliseconds rather than in seconds (via ping-timeout). When greater than zero, the value of ping-timeout-ms will override the value of ping-timeout. Thanks to Jay Doran from Bluecat Networks for suggesting this feature. * An experimental tool called, Keama (KEA Migration Assistant), which helps translate ISC DHCP configurations to Kea configurations, is now included in the distribution. * Corrected a misuse of the BIND9 DDNS API which caused DDNS updates to be
2021-02-10 13:21:23 +00:00
374929a4f0
auto commit by copy to link target
2021-01-11 15:09:56 +00:00
72e16a83d3
- Don't create dhclient.leases in %post. It affects transactional updates and the files don't need to pre-exist (boo#1129951).
2020-09-17 13:03:05 +00:00
86d4a6267f
- Drop dependency on insser-compat
2020-09-14 07:47:24 +00:00
afd9c62c94
auto commit by copy to link target
2020-06-29 17:17:10 +00:00
d5aec33782
- The server package still requires insserv-compat: the .service files only call out to legacy sysv init scripts that are still sourcing /etc/rc.status (boo#1173440).
2020-06-29 05:31:47 +00:00
aec91098b5
auto commit by copy to link target
2020-06-26 17:46:34 +00:00
2b92433c87
- Fixes for %_libexecdir changing to /usr/libexec
2020-06-25 08:27:29 +00:00
860895ed27
- insserv is not required anymore
2020-06-25 03:41:10 +00:00
fa681c6185
auto commit by copy to link target
2020-04-29 16:44:10 +00:00
e6fef7e45e
- Use sysusers.d instead of shadow
2020-04-28 10:18:44 +00:00
0c5a6c49db
auto commit by copy to link target
2020-03-05 21:17:29 +00:00
f0f940227a
- Add -fcommon to CFLAGS to fix build with gcc10 (boo#1160262).
2020-03-02 16:33:34 +00:00
0f1c069890
auto commit by copy to link target
2020-01-30 07:30:25 +00:00
971aadb55f
- Change remaining systemd requires to weak dependencies, too. - Don't require net-tools with SLE15 or newer, it does not contain anything anymore we need - Get ride of coreutils dependency
2020-01-22 07:01:33 +00:00
1b7d06bddf
auto commit by copy to link target
2019-10-25 14:40:07 +00:00
2bec771223
- Make systemd a weak dependency as we don't want that in a container
2019-10-22 11:55:46 +00:00
bf628d934a
- bsc#1134078, CVE-2019-6470, dhcp-CVE-2019-6470.patch: DHCPv6 server crashes regularly. - Add compile option --enable-secs-byteorder to avoid duplicate lease warnings [bsc#1089524]. - bsc#1136572: Use IPv6 when called as dhclient6, dhcpd6, and dhcrelay6 (0021-dhcp-ip-family-symlinks.patch).
2019-10-15 13:56:51 +00:00
d8afcba25b
auto commit by copy to link target
2019-09-05 08:33:27 +00:00
9773ba3b75
- dhclient-script: replace host(1) with getent, which is more lightweight (part of glibc and does not pull in bind-utils)
2019-08-27 10:02:07 +00:00
0d0bd33f0d
Use FAT LTO objects in order to provide proper static library.
2019-08-07 11:53:08 +00:00
e5f79ae9c3
auto commit by copy to link target
2019-07-29 13:23:17 +00:00
080f9ba9a8
- Remove SuSEfirewall2 services since SuSEfirewall2 has been replaced by firewalld (which already provides a service for dhcp).
2019-07-22 08:30:41 +00:00
85288d97ae
auto commit by copy to link target
2019-05-17 19:35:46 +00:00
a5a805049d
- Add workaround to require insserv-compat until the package is converted to full systemd units (boo#1133632).
2019-05-17 06:41:13 +00:00
4f6ad4aa49
auto commit by copy to link target
2019-03-13 07:05:49 +00:00
10fde71438
- Drop use of $FIRST_ARG in .spec The use of $FIRST_ARG was probably required because of the %service_* rpm macros were playing tricks with the shell positional parameters. This is bad practice and error prones so let's assume that no macros should do that anymore and hence it's safe to assume that positional parameters remains unchanged after any rpm macro call.
2019-03-05 15:24:38 +00:00
dcc8fe3ee0
auto commit by copy to link target
2019-01-29 12:39:59 +00:00
c8101354e1
- Remove wrong path to documentation in the description of the server package
2019-01-21 16:51:49 +00:00
1da1bf93a4
auto commit by copy to link target
2018-07-04 19:49:11 +00:00
c89dddbe11
- Drop doc subpackage as we do not build on < SLE12 anyway so it evaluated always as true - Do not condition flags settings for codestreams that we are no longer building for - Use %license macro for license as mandated by new TW requirements
2018-06-26 07:02:03 +00:00
9396135843
auto commit by copy to link target
2018-03-24 14:12:24 +00:00
4fde769bc1
- Update to dhcp-4.3.6-P1: * CVE-2018-5733, bsc#1083303: reference count overflow in dhcpd. * CVE-2018-5732, bsc#1083302: buffer overflow bug in dhclient. * Plugged a socket descriptor leak in OMAPI * The server now allows the client identifier (option 61) to own leases in more than one subnet concurrently [ISC-Bugs #41358]. * When replying to a DHCPINFORM, the server will now include options specified at the pool scope, provided the ciaddr field of the DHCPINFORM is populated. [ISC-Bugs #43219] [ISC-Bugs #45051]. * When memory allocation fails in a repeated way the process writes "Run out of memory." on the standard error and exists with status 1 [ISC-Bugs #32744]. * The new lmdb (Lightning Memory DataBase) bind9 configure option is now disabled by default to avoid the presence of this library to be detected which can lead to a link failure. [ISC-Bugs #45069] * The linux interface discovery code has been modified to use getifaddrs() as is done for BSD and OS-X. [ISC-Bugs #28761] and others. * Fixed a bug in OMAPI that causes omshell to crash when a name-value pair with a zero length value is shipped in an object [ISC-Bugs #29108]. * On 64-bit platforms, dhclient now generates the correct value for the script environment variable, "expiry", the lease expiry value exceeds 0x7FFFFFFF [ISC-Bugs #43326]. * Common timer logic was modified to cap the maximum timeout values at 0x7FFFFFFF - 1 [ISC-Bugs #28038]. * DHCP6 FQDN option unpacking code now correctly handles values that contain spaces, special, or non-printable characters.
2018-03-08 12:53:43 +00:00
b5bf5be850
auto commit by copy to link target
2018-02-18 09:37:12 +00:00
54b35e7cb9
- add PIDFile= setting to dhcrelay.service, without this systemd stops the service immediately after starting
2018-02-15 11:29:40 +00:00
068e485692
auto commit by copy to link target
2018-02-02 20:20:08 +00:00
061edd1698
- Optimized if and when DNS client context and ports are initted (bsc#1073935) [+ 0022-Optimized-if-and-when-DNS-client-context-and-.patch]
2018-02-01 08:07:17 +00:00
13e0d82e39
auto commit by copy to link target
2017-12-23 10:16:32 +00:00
aa3be5e1f8
- Drop old sysvinit support from the spec file. All the supported openSUSE distributions are systemd based so there isn't much point in keeping sysvinit support and files around.
2017-12-15 10:00:06 +00:00
b105491daa
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
2017-11-24 09:37:35 +00:00
ffd95a4801
Sure.. I can keep on rebasing it.. I don't mind
2017-10-18 07:10:44 +00:00
800f19218e
use .gz year instead of current one to make build reproducible
2017-10-09 06:22:17 +00:00
3c58cbead3
auto commit by copy to link target
2017-07-08 08:27:37 +00:00
ad2fe13bc2
- fixed a typo in nis-servers option name breaking the config file introduced in previous change to workaround issues in NetworkManager parser. - Update to dhcp-4.3.5 - Corrected a bug which could cause the server to sporadically crash while loading lease files with the lease-id-format is set to "hex". Our thanks to Jay Ford, University of Iowa for reporting the issue. [ISC-Bugs #43185] - Eliminated a noisy, but otherwise harmless debug log statment that may appear during server startup when building with --enable-binary-leases and configuring multiple pools in a shared network. Thanks to Fernando Soto from BlueCat Networks for reporting the issue and supplying a patch. [ISC-Bugs #43262] - Fixed util/bindvar.sh error handling. [ISC-Bugs #41973] - Correct error message in relay to use remote id length instead of circuit id length. [ISC-Bugs #42556] - Add logic to test directory Makefiles to avoid copying Attfile(s) when building within the source tree. This eliminates a noisy but otherwise harmless error message when running "make check". [ISC-Bugs #41883] - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This corrects an issue where leases that were offered but not used by the client retained the client hostname from the original client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use the v6 instead of the v4 versions. Thanks to Denis Taranushin for
2017-07-06 13:49:46 +00:00
9fac5fb509
Possible solution to issues with NM 1.8.0
2017-07-06 11:11:18 +00:00
ad7437ac5c
auto commit by copy to link target
2017-03-18 18:49:05 +00:00
a5f7d47786
- Relax permission of dhclient-script for libguestfs(bsc#987170)
2017-03-16 09:00:54 +00:00