Revision: 5987 http://ipcop.svn.sourceforge.net/ipcop/?rev=5987&view=rev Author: owes Date: 2011-10-25 20:08:36 +0000 (Tue, 25 Oct 2011) Log Message: ----------- Update module-init-tools to 3.16
Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/module-init-tools ipcop/trunk/lfs/module-init-tools ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 ipcop/trunk/updates/2.0.1/information.xml Modified: ipcop/trunk/config/rootfiles/common/module-init-tools =================================================================== --- ipcop/trunk/config/rootfiles/common/module-init-tools 2011-10-25 19:28:10 UTC (rev 5986) +++ ipcop/trunk/config/rootfiles/common/module-init-tools 2011-10-25 20:08:36 UTC (rev 5987) @@ -5,9 +5,11 @@ sbin/modprobe #sbin/rmmod #usr/share/man/man5/depmod.conf.5 +#usr/share/man/man5/depmod.d.5 #usr/share/man/man5/modprobe.conf.5 #usr/share/man/man5/modprobe.d.5 #usr/share/man/man5/modules.dep.5 +#usr/share/man/man5/modules.dep.bin.5 #usr/share/man/man8/depmod.8 #usr/share/man/man8/insmod.8 #usr/share/man/man8/lsmod.8 Modified: ipcop/trunk/lfs/module-init-tools =================================================================== --- ipcop/trunk/lfs/module-init-tools 2011-10-25 19:28:10 UTC (rev 5986) +++ ipcop/trunk/lfs/module-init-tools 2011-10-25 20:08:36 UTC (rev 5987) @@ -33,13 +33,15 @@ include Config PKG_NAME = module-init-tools -VER = 3.12 +VER = 3.16 HOST_ARCH = all OTHER_SRC = yes THISAPP = module-init-tools-$(VER) DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_KERNEL)/linux/utils/kernel/module-init-tools +#DL_FROM = $(URL_KERNEL)/linux/utils/kernel/module-init-tools +# alternative location until kernel.org has completely recovered: +DL_FROM = http://ipcop-addons.ath.cx/misc/IPCop DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) @@ -53,7 +55,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8b2257ce9abef74c4a44d825d23140f3 +$(DL_FILE)_MD5 = bc44832c6e41707b8447e2847d2019f5 install : $(TARGET) @@ -83,8 +85,6 @@ $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - # fix a problem generating man page - cd $(DIR_APP) && echo '.so man5/modprobe.conf.5' > modprobe.d.5 ifeq "$(RUNNING_TEST)" "yes" # for testing, a special version is compiled, not suitable for normal usage @@ -102,6 +102,9 @@ --exec-prefix=/ \ --enable-zlib-dynamic \ --disable-static-utils + # fix problems generating man pages by making them appear already built + @cd $(DIR_APP) && for i in depmod.conf modprobe.conf modules.dep; do touch build/$$i.5; done + @cd $(DIR_APP) && for i in depmod insmod lsmod rmmod modprobe modinfo; do touch $$i.8; done cd $(DIR_APP) && make cd $(DIR_APP) && make INSTALL=install install Modified: ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 =================================================================== --- ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 2011-10-25 19:28:10 UTC (rev 5986) +++ ipcop/trunk/updates/2.0.1/ROOTFILES.i486-2.0.1 2011-10-25 20:08:36 UTC (rev 5987) @@ -247,6 +247,11 @@ /usr/sbin/openvpn /usr/sbin/tcpdump ## +## module-init-tools-3.16 +/sbin/depmod +/sbin/modinfo +/sbin/modprobe +## ## openswan-2.6.36 (only new files) /etc/rc.d/ipsec /usr/lib/ipsec/_copyright Modified: ipcop/trunk/updates/2.0.1/information.xml =================================================================== --- ipcop/trunk/updates/2.0.1/information.xml 2011-10-25 19:28:10 UTC (rev 5986) +++ ipcop/trunk/updates/2.0.1/information.xml 2011-10-25 20:08:36 UTC (rev 5987) @@ -8,7 +8,7 @@ Add 'classroom extension' to proxy.<br /> Upgrade acpid to 2.0.12, bind to 9.8.1, coreutils-8.14, dnsmasq to 2.59, iptables to 1.4.12.1, iw to 3.1, krb5 to 1.9.1, libpng to 1.5.5, ntp to 4.2.6p4, - openssh to 5.9, openssl to 1.0.0e, openswan to 2.6.36, + module-init-tools to 3.16, openssh to 5.9, openssl to 1.0.0e, openswan to 2.6.36, pciutils to 3.1.8, pixman to 0.22.2, smartmontools to 5.41, sqlite to 3.7.8, squid to 3.1.16, squid-langpack to 20110902, tzdata to 2011l, usb-modeswitch to 1.2.0, usb-modeswitch-data to 20111023, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn