Группа :: Система/Серверы
Пакет: pdnsd
Главная Изменения Спек Патчи Загрузить Bugs and FR
26 апреля 2007 Grigory Batalov <bga at altlinux.ru> 1.2.5-alt0.M24.1
- Backport to Master 2.4.
- 1.2.5-par
- spec cleanup
- update patches
- fix alt-sock_path.patch (#10099)
- fix README.ALT packaging (#5342)
- updated to 1.2-par branch (by Paul Rombouts)
- updated patches
- built with recent autotools
- cryptic README.ALT
- new init script according to new rc scheme
- cache.c:
+ s/alt-chroot-disk-cache.patch/cache.patch/
+ keep cache file stream always open
+ eliminate the use of fseek on writes (Paul Rombouts) - main.c: command line parser reworked utilizing getopt_long(3)
- ipvers.h: remove stale glibc code
- configure.in: dropped some CFLAGS because they are in acconfig.h
- fixed alt-chroot-disk-cache.patch that could lead to crash
- pdnsd is no longer maintained by its author; going to start my own CVS repo
- Sisyphus release (works fine for me)
- doesnot build with automake-1.7; exact version specified for
automake (1.6) and autoconf (2.5) in BuildPreReq - minor fixes
- major revision; new features added; works now out of the box
- alt patches: now able to work in empty chrooted environment
+ droppriv patches: global chroot_dir config option, chroot code
+ protoent, chroot patches: open resources before chroot
+ global-sock_path: control socket path configurable; not finished
because can't link pdnsd-ctl against it
+ note that some features will not work when chrooted - debian patches:
+ changeable_ip: manipulate server ip via control socket
+ so_reuseaddr: smoother restart - default configuration file (supposed to be suitable for dialup):
+ chrooted to /var/empty
+ use {A,B}.ROOT-SERVERS.NET by default
+ changeble_ip enabled - /etc/ppp/ip-up.d/0pdnsd: change server ip whenever peer DNS is available
- PLD patch applied which claims to fix SIGTERM handling for threads
- init script: sleep 2 after killproc (still thread problems)
- Sisyphus candidate
- 1.1.7a
- init script rewritten
- custom PPP init scheme suggested (pdnsd.conf.in and pdnsd.ip-up.local)
- ALT Linux adoptions
- Make use of chkconfig for Red Hat (patch by Christian Engstler)
- Merged SuSE fixes by Christian Engstler
- Merged in a spec fix for mapage inclusion contributed by Sourav K.
Mandal
- Added some patches contributed by Bernd Leibing
- Added the distro for configure
- autoconf/automake modifications