Summary: A Bootp and DHCP client for automatic IP configuration. Summary(ja): 自動 IP 設定用 BOOTP / DHCP クライアント Name: pump Version: 0.8.24 Release: 5%{?_dist_release} Group: System Environment/Daemons License: MIT Source0: pump-%{version}.tar.gz Source10: pump-0.8.24-ja.po Patch10: pump-0.8.24-nowerror.patch Patch20: pump-0.8.24-reduce-timeout.patch Patch30: pump-0.8.24-reduce-retries.patch Patch40: pump-0.8.24-remove-unneeded-route.patch Patch50: pump-0.8.24-vine.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: bootpc, netconfig Requires: initscripts >= 3.92 BuildRequires: popt-devel BuildRequires: popt-static BuildRequires: newt-devel %description DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol) are protocols which allow individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from network servers. The overall purpose of DHCP and BOOTP is to make it easier to administer a large network. Pump is a combined BOOTP and DHCP client daemon, which allows your machine to retrieve configuration information from a server. You should install this package if you are on a network which uses BOOTP or DHCP. %description -l ja DHCP (Dynamic Host Configuration Protocol) と BOOTP (Boot Protocol) は, ネットワークサーバから各クライアント用のネットワーク情報 (IP アドレス, サブネットマスク,ブロードキャストアドレス等) を取得する為に使われる プロトコルです.この2つのプロトコルは大規模なネットワークの管理を 容易にする為に使われます. Pump はこの DHCP と BOOTP の2つのプロトコルに対応したクライアントデーモン で,これを使うことでサーバからクライアントの設定情報を取得することが 可能になります.BOOTP あるいは DHCP を使用するネットワークの場合, このパッケージをインストールして下さい. %package devel Summary: Development tools for sending dhcp requests Summary(ja): DHCP リクエストの為の開発ツール Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The pump-devel package provides system developers the ability to send bootp and dhcp requests from their programs. %description devel -l ja pump-devel パッケージには,BOOTP や DHCP 要求をプログラム開発者が 利用出来る様にするライブラリが収められています. %prep %setup -q %patch10 -p1 -b .nowerror %patch20 -p1 -b .reduce-timeout %patch30 -p1 -b .resuce-retries %patch40 -p1 -b .remove-unneeded-route %patch50 -p1 -b .vine cp -f %{SOURCE10} po/ja.po %build %__make %{?_smp_mflags} %install rm -rf ${RPM_BUILD_ROOT} %makeinstall RPM_BUILD_ROOT=${RPM_BUILD_ROOT} %find_lang %{name} %clean rm -rf ${RPM_BUILD_ROOT} %files -f %{name}.lang %defattr(-,root,root) %{_sbindir}/* %{_syssbindir}/pump %{_mandir}/*/* %files devel %defattr(-,root,root) %{_libdir}/libpump.a %{_includedir}/pump.h %changelog * Mon Jan 12 2015 Yoji TOYODA 0.8.24-5 - rebuild with VineSeed environment - add BuildRequires: popt-static * Fri May 27 2011 Yoji TOYODA 0.8.24-4 - add BuildRequires: popt-devel, newt-devel * Mon Apr 11 2011 Daisuke SUZUKI 0.8.24-3 - rebuild for Vine6 * Tue Aug 26 2008 Daisuke SUZUKI 0.8.24-2 - rebuild with newt-0.52 * Fri Aug 15 2008 Shu KONNO 0.8.24-1vl5 - applied new versioning policy, spec in utf-8 * Wed Sep 20 2006 Daisuke SUZUKI 0.8.24-0vl2 - add Patch40 to remove broken unneeded default route (revert to old pump's behavier) - update ja.po * Wed Mar 22 2006 Daisuke SUZUKI 0.8.24-0vl1 - new upstream release - drop Patch0-3 - add Patch10 to build failure - add Patch20 to reduce timeout from 30 to 10 - add Patch30 to reduce retries from 5 to 3 * Mon Jan 14 2002 Satoshi IWMAOTO - 0.8.11-1vl2 - add patch 0 - 3 from ReaHat Rawhide * Wed May 16 2001 MATSUBAYASHI 'Shaolin' Kohji - 0.8.11-1vl1 - rebuilt for Vine Linux - added Japanese summary and description - use better macros * Thu Mar 1 2001 Bill Nottingham - make netconfig much more sane (#30008, in essence) * Tue Feb 27 2001 Erik Troan - applied patch to use SO_BINDTODEVICE properly (weejock@ferret.lmh.ox.ac.uk) * Mon Feb 12 2001 Bill Nottingham - run ifup-post on lease renewal * Thu Feb 01 2001 Erik Troan - update secs field properly - don't reset interface flags we don't understand - added --win-client-id flag - cleaned up packet creation a bit - added --no-gateway * Tue Jan 9 2001 Matt Wilson - always set the src address of the broadcast to 0.0.0.0 * Mon Nov 20 2000 Erik Troan - lo device needs to have it's network route added * Fri Nov 10 2000 Bill Nottingham - don't pass a random length to accept() * Mon Oct 23 2000 Erik Troan - up scripts called for first interface information, and called even if pump failed * Wed Aug 30 2000 Bernhard Rosenkraenzer - Fix up the "search" entry scan so it works in Europe... * Wed Aug 16 2000 Matt Wilson - added a strerror(errno) to the "unable to set default route" syslog * Tue Aug 15 2000 Erik Troan - reverted always put the dhcp option type as the first code in the vendor field * Mon Aug 07 2000 Erik Troan - added .net to list of top level domains - don't crash on domains w/ no .'s in them - syslog if adding the default route fails * Sat Aug 05 2000 Erik Troan - net.c should use "pump.h", not * Fri Aug 04 2000 Erik Troan - use BINDTODEVICE - support nis domain names - always put the dhcp option type as the first code in the vendor field * Mon Jul 3 2000 Bill Nottingham - add some sanity checks in dhcp.c * Mon Jun 26 2000 Matt Wilson - defattr root for devel subpackage * Mon Jun 19 2000 Than Ngo - FHS fixes * Tue Mar 28 2000 Erik Troan - added pump-devel package * Thu Feb 24 2000 Erik Troan - set hw type properly (safford@watson.ibm.com) * Wed Feb 23 2000 Erik Troan - fixed # parsing (aaron@schrab.com) * Tue Feb 15 2000 Erik Troan - added script argument (Guy Delamarter ) - fixed bug in hostname passing (H.J. Lu) - fixed time displays to be in wall time, not up time (Chris Johnson) * Wed Feb 9 2000 Bill Nottingham - fix bug in netconfig - hitting 'back' causes bogus config files to get written * Thu Feb 03 2000 Erik Troan - added patch from duanev@io.com which improves debug messages and uses /proc/uptime rather time time() -- this should be correct for everything but systems that are suspended during their lease time, in which case we'll be wrong - added hostname to DISCOVER and RELEASE events; hopefully this gets us working for all @HOME systems. - patch from dunham@cse.msu.edu fixed /etc/resolv.conf parsing * Wed Feb 02 2000 Cristian Gafton - fix description - man pages are compressed * Wed Nov 10 1999 Erik Troan - at some point a separate dhcp.c was created - include hostname in renewal request - changed default lease time to 6 hours - if no hostname is specified on the command line, use gethostname() to request one (unless it's "localhost" or "localhost.localdomain") - properly handle failed renewal attempts - display (and request) syslog, lpr, ntp, font, and xdm servers * Tue Sep 14 1999 Michael K. Johnson - pump processes cannot accumulate because of strange file descriptors (bug only showed up under rp3) * Tue Sep 7 1999 Bill Nottingham - add simple network configurator * Wed Jun 23 1999 Erik Troan - patch from Sten Drescher for syslog debugging info - patch from Sten Drescher to not look past end of dhcp packet for options - patches form Alan Cox for cleanups, malloc failures, and proper udp checksums - handle replies with more then 3 dns servers specified - resend dhcp_discover with proper options field - shrank dhcp_vendor_length to 312 for rfc compliance (thanks to Ben Reed) - added support for a config file - don't replace search pass in /etc/resolv.conf unless we have a better one - bringing down a device didn't work properly * Sat May 29 1999 Erik Troan - bootp interfaces weren't being brought down properly - segv could result if no domain name was given * Sat May 08 1999 Erik Troan - fixed some file descriptor leakage * Thu May 06 1999 Erik Troan - set option list so we'll work with NT - tried to add a -h option, but I have no way of testing it :-( * Wed Apr 28 1999 Erik Troan - closing fd 1 is important * Mon Apr 19 1999 Bill Nottingham - don't obsolete dhcpcd * Tue Apr 06 1999 Erik Troan - retry code didn't handle failure terribly gracefully * Tue Mar 30 1999 Erik Troan - added --lookup-hostname - generate a DNS search path based on full domain set - use raw socket for revieving reply; this lets us work properly on 2.2 kernels when we recieve unicast replies from the bootp server * Mon Mar 22 1999 Erik Troan - it was always requesting a 20 second lease * Mon Mar 22 1999 Michael K. Johnson - added minimal man page /usr/man/man8/pump.8