File module-init-tools.changes of Package module-init-tools
-------------------------------------------------------------------
Wed Nov 11 16:27:09 CET 2009 - mmarek@suse.cz
- weak-modules2
* suppress useless output from cpio (bnc#491937).
* only look for messages about missing / different symbols
(bnc#485914).
* fix missing argument to can_replace_kmp() (bnc#527312, bnc#546797)
-------------------------------------------------------------------
Mon Mar 2 12:25:55 CET 2009 - mmarek@suse.cz
- weak-modules2: explicitly set name-version-release query format
in rpm -q (bnc#479329)
-------------------------------------------------------------------
Mon Mar 2 11:27:48 CET 2009 - mmarek@suse.cz
- weak-modules2: remove stale weak-modules symlinks on kmp removal
(bnc#480524)
-------------------------------------------------------------------
Mon Feb 9 16:03:27 CET 2009 - mmarek@suse.cz
- allow unsupported modules on SLES if the installation was started
with oem-modules=1 or the kernel is already tainted with
unsupported modules (comming from a dud or addon).
-------------------------------------------------------------------
Fri Feb 6 14:16:57 CET 2009 - mmarek@suse.cz
- weak-modules2: fix replacing of old weak-modules symlinks
(bnc#472523)
-------------------------------------------------------------------
Fri Feb 6 09:38:51 CET 2009 - mmarek@suse.cz
- depmod: fixed is_higher_priority() (bnc#472527)
-------------------------------------------------------------------
Wed Jan 28 15:46:38 CET 2009 - mmarek@suse.cz
- depmod.conf: extra/ takes precedence over weak-updates/
(bnc#470215)
-------------------------------------------------------------------
Fri Jan 23 16:38:58 CET 2009 - mmarek@suse.cz
- weak-modules2:
- check if symbol checksums match (it turns out that depmod
doesn't do this) (bnc#467902)
- fixed a syntax error (bnc#467790)
-------------------------------------------------------------------
Tue Jan 6 13:32:02 CET 2009 - mmarek@suse.cz
- do not automatically mount binfmt_misc on module load, it causes
a mount deadlock when the kernel autoloads binfmt_misc when the
filesystem is mounted explicitly. Scripts should just mount the
filesystem (bnc#463582)
-------------------------------------------------------------------
Wed Dec 10 17:07:51 CET 2008 - mmarek@suse.cz
- weak-modules2: fix syntax error in a error path (bnc#457995)
-------------------------------------------------------------------
Sat Dec 6 18:44:54 CET 2008 - mmarek@suse.cz
- weak-modules2: skip empty KMPs with a warning
-------------------------------------------------------------------
Thu Dec 4 14:48:09 CET 2008 - mmarek@suse.cz
- make {i,u}hci-hcd depend on ehci-hcd (bnc#449853)
-------------------------------------------------------------------
Tue Dec 2 12:16:53 CET 2008 - mmarek@suse.cz
- run mkinitrd also for kernels without modules
-------------------------------------------------------------------
Mon Dec 1 21:05:56 CET 2008 - mmarek@suse.cz
- document the different exit code for unsupported modules
(patch by bwalle, bnc#450531)
-------------------------------------------------------------------
Mon Nov 24 14:48:44 CET 2008 - mmarek@suse.cz
- modprobe-different-exit-codes.patch,
mit-unsupported-modules.patch:
- exit with status 2 if modprobe fails due to an unsupported
module (bnc#441327)
- hint the user what to do in such cases
-------------------------------------------------------------------
Thu Nov 13 21:05:28 CET 2008 - mmarek@suse.cz
- depmod: use modules.order to sort modules.dep (bnc#441384)
-------------------------------------------------------------------
Mon Nov 10 14:12:14 CET 2008 - mmarek@suse.cz
- abort depmod in out of memory condition instead of polluting
kernel and kmp build logs with hundreds of "needs unknown symbol"
warnings
-------------------------------------------------------------------
Wed Nov 5 15:15:45 CET 2008 - mmarek@suse.cz
- blacklist pata_acpi from automatic loading as requested by Tejun
-------------------------------------------------------------------
Sun Oct 26 19:28:02 CET 2008 - bwalle@suse.de
- weak-modules2: Don't generate an initrd for the kdump kernel
which we still have on ppc (bnc#438218).
-------------------------------------------------------------------
Mon Oct 20 14:20:03 CEST 2008 - mmarek@suse.cz
- weak-modules2:
+ put the weak module symlinks to weak-updates/updates/*.ko
+ fix broken test and missing variable initialisation in
in kernel_changed() (bnc#436735)
-------------------------------------------------------------------
Wed Oct 15 16:13:57 CEST 2008 - mmarek@suse.cz
- weak-modules2: also don't run mkinitrd in a build chroot
-------------------------------------------------------------------
Mon Oct 13 17:20:40 CEST 2008 - mmarek@suse.cz
- weak-modules2: don't try to run mkinitrd if the package is not
installed yet
-------------------------------------------------------------------
Mon Oct 13 16:19:48 CEST 2008 - mmarek@suse.cz
- make the old weak-modules script work with elfutils instead of
binutils (bnc#433917)
-------------------------------------------------------------------
Thu Oct 9 22:25:45 CEST 2008 - mmarek@suse.cz
- weak-modules2
+ introduce --add-kernel-modules < module-list and
--remove-kernel-modules < module-list for usage by non-base
kernel subpackages
+ don't fail if mkinitrd returns status 10 (module missing)
(related to bnc#431703)
+ allways run depmod and mkinitrd in --add-kernel
- fixed missing includes in mit-zlibsupport-use-mmap.patch
- added patch from 3.4.1 to parse module options given on kernel
commandline
-------------------------------------------------------------------
Wed Oct 8 10:39:25 CEST 2008 - mmarek@suse.cz
- new version of the weak-modules script by agruen
+ --{add,remove}-modules < module-list replaced by
--add-kmp name-version-release and
--remove-kmp name-version-release < module-list
+ The script works on a per-KMP level, not per-module, so it can
no longer happed that only some modules of a KMP are recycled
+ depmod and mkinitrd are run for all kernels affected by a
KMP install or removal
+ depmod is used for figuring out whether a KMP is compatible
with a given kernel
+ the script is installed as weak-modules2 so that old KMPs still
call the old script (which is also included)
-------------------------------------------------------------------
Mon Sep 1 16:55:39 CEST 2008 - mmarek@suse.cz
- better comment in /etc/modprobe.d/unsupported-modules
-------------------------------------------------------------------
Fri Aug 22 13:51:59 CEST 2008 - mmarek@suse.cz
- document allow_unsupported_modules and
--allow-unsupported-modules
- add script to pre-package the manpages
-------------------------------------------------------------------
Thu Jul 24 11:48:11 CEST 2008 - mmarek@suse.cz
- better handling of unsupported modules (fate#305100)
* applies also to modules explicitely requested, not only aliases
* controlled by a new variable "allow_unsupported_modules" set in
/etc/modprobe.d/unsupported-modules
* commandline option --allow-unsupported-modules to override the
setting
-------------------------------------------------------------------
Wed Jul 23 10:57:36 CEST 2008 - agraf@suse.de
- add alias to autoload acpiphp in QEMU/KVM, so hotplugging works
-------------------------------------------------------------------
Tue May 6 11:05:51 CEST 2008 - jdelvare@suse.de
- Remove i2c-dev alias from modprobe.conf, i2c device nodes are
created dynamically by udev now, so automatic module loading
cannot work. Not that it was terribly useful anyway.
-------------------------------------------------------------------
Wed Mar 26 12:17:32 CET 2008 - mmarek@suse.cz
- fixed last change
-------------------------------------------------------------------
Tue Mar 25 16:33:24 CET 2008 - mmarek@suse.cz
- updated to 3.4
* "blacklist" applies to all aliases, including manually
configured ones
- fixed grab_{file,fd} to use mmap also with CONFIG_USE_ZLIB
(bnc#371966)
-------------------------------------------------------------------
Thu Feb 28 10:39:21 CET 2008 - rguenther@suse.de
- exchange /usr/lib/rpm/rpmsort pre-requires for rpm pre-requires,
/usr/bin/sed for /bin/sed.
-------------------------------------------------------------------
Mon Feb 11 12:25:06 CET 2008 - rguenther@suse.de
- add rpmsort pre-requires, make most of the pre-requires file
requires to allow substituting with busybox
-------------------------------------------------------------------
Tue Feb 5 18:34:52 CET 2008 - mmarek@suse.cz
- disable DMA for parallel port (bnc#180390)
-------------------------------------------------------------------
Tue Feb 5 11:34:43 CET 2008 - mmarek@suse.cz
- don't blacklist unsupported modules if the whole module tree is
unsupported (bnc#353862)
-------------------------------------------------------------------
Mon Feb 4 17:19:04 CET 2008 - mmarek@suse.cz
- fixed last change
-------------------------------------------------------------------
Thu Jan 31 13:52:39 CET 2008 - mmarek@suse.cz
- remove the 'removed-in-10.3' doc file (not needed)
-------------------------------------------------------------------
Thu Sep 13 09:58:43 CEST 2007 - mmarek@suse.cz
- Added "PreReq: sed grep" for the %post scriptlet [#304652]
-------------------------------------------------------------------
Tue Aug 28 10:00:42 CEST 2007 - mmarek@suse.cz
- weak-modules needs binutils [#304708, #305005]
-------------------------------------------------------------------
Wed Jul 11 19:27:18 CEST 2007 - mmarek@suse.cz
- reworked handling of unsupported modules
* extend the blacklist keyword to be able to specify a warning
(mit-blacklist-warning.patch)
* depmod generates /lib/modules/.../modules.unsupported.blacklist
with 'blacklist $module unsupported' entries
(mit-unsupported-blacklist.patch)
* loading of unsupported modules configured in
/etc/modprobe.d/unsupported.blacklist by
'include modules.unsupported.blacklist' command
(mit-include-modulesdir.patch)
* --skip-unsupported preserved for now as a nop for easier
upgrades
(mit-skip-unsupported-stub.patch)
* read the obsolete LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY
sysconfig variable in %%post and edit the new setting
accordingly
-------------------------------------------------------------------
Fri Jun 29 12:42:37 CEST 2007 - mmarek@suse.cz
- fixed a segfault in insmod [#287493]
-------------------------------------------------------------------
Thu Jun 21 11:24:05 CEST 2007 - mmarek@suse.cz
- updated to 3.3-pre11
* /etc/depmod.conf support (obsoletes depmod*.diff)
* various minor fixes (obsoleting some of our patches
- don't package the generate-modprobe.conf script anymore
-------------------------------------------------------------------
Thu Mar 29 09:46:30 CEST 2007 - aj@suse.de
- Add zlib-devel to BuildRequires.
-------------------------------------------------------------------
Thu Feb 22 14:22:49 CET 2007 - mmarek@suse.cz
- removed some obsolete options and aliases from modprobe.conf
[#239194]
- load ide-scsi with idescsi_nocd=1 [#192430, #242009]
-------------------------------------------------------------------
Fri Feb 2 11:48:35 CET 2007 - mmarek@suse.cz
- drop also insmod.static
-------------------------------------------------------------------
Fri Feb 2 09:50:58 CET 2007 - mmarek@suse.cz
- drop static binaries: they aren't used in initrd, rescue system
or inst-sys and dropping them fixes current build break
nicely
-------------------------------------------------------------------
Mon Jan 8 11:04:40 CET 2007 - mmarek@suse.cz
- added Requires: util-linux [#232118]
-------------------------------------------------------------------
Wed Dec 20 15:18:41 CET 2006 - mmarek@suse.cz
- make the fastgetline() function reentrant (at a little
performance cost) to avoid using freed memory when recursively
reading config files [#229661]
-------------------------------------------------------------------
Tue Dec 12 21:12:13 CET 2006 - mmarek@suse.cz
- fixed options-priority.diff [#226907]
-------------------------------------------------------------------
Mon Nov 6 15:46:07 CET 2006 - nadvornik@suse.cz
- do not remove weak-update symlinks on package update [#216454]
-------------------------------------------------------------------
Fri Nov 3 09:47:13 CET 2006 - olh@suse.de
- update depmod.conf.diff
create doc/depmod.conf.sgml before depmod.conf.5 in the patch
it would trigger a rebuild of the man page on filesystems which
provide subsecond resolution
-------------------------------------------------------------------
Wed Oct 4 17:58:21 CEST 2006 - agruen@suse.de
- Add support for depmod.conf from module-init-tools-3.3-pre2.
This replaces our previous weak-updates patch.
-------------------------------------------------------------------
Wed Sep 20 18:07:31 CEST 2006 - rguenther@suse.de
- Remove docbook-utils and xmlcharent BuildRequires which both
are not needed.
-------------------------------------------------------------------
Wed Aug 2 19:04:04 CEST 2006 - agruen@suse.de
- Fix weak-modules bug that leaves around broken symlinks to
compatible modules (94334).
-------------------------------------------------------------------
Thu Jun 22 17:16:02 CEST 2006 - schwab@suse.de
- Set mandir.
-------------------------------------------------------------------
Thu May 18 13:57:41 CEST 2006 - mjancar@suse.cz
- fix double free when module not live (#170381)
-------------------------------------------------------------------
Tue May 16 17:33:56 CEST 2006 - mjancar@suse.cz
- fix typo in last change (#162253)
-------------------------------------------------------------------
Mon May 15 13:15:40 CEST 2006 - mjancar@suse.cz
- fix priority of cmdline vs config options (#162253)
-------------------------------------------------------------------
Tue May 2 13:37:30 CEST 2006 - mjancar@suse.cz
- fix infinite loop when supported module requested by alias
depends on unsupported module (#170675)
-------------------------------------------------------------------
Fri Apr 28 12:14:49 CEST 2006 - agruen@suse.de
- weak-modules: Fix pathname in --add-modules and --remove-modules
(170568).
-------------------------------------------------------------------
Tue Apr 18 09:39:32 CEST 2006 - mjancar@suse.cz
- fix range pattern matching (#134559)
-------------------------------------------------------------------
Thu Mar 23 22:34:08 CET 2006 - agruen@suse.de
- weak-modules: The module compatibility check did not handle the
case where modules in a kernel's /lib/modules/.../updates
directory havce interdependencies (159767). Print a warning
when a module is found that has no modversions, instead of
silently skipping it when checking for reusable modules.
-------------------------------------------------------------------
Thu Mar 23 14:22:32 CET 2006 - mjancar@suse.cz
- silence the ahci before ata_piix workaround (#158648)
-------------------------------------------------------------------
Thu Mar 16 01:00:50 CET 2006 - agruen@suse.de
- weak-modules: Only change IFS locally (otherwise this beaks
krel_of_module()).
-------------------------------------------------------------------
Sat Mar 11 16:51:53 CET 2006 - agruen@suse.de
- weak-modules: Don't assume that modules without modversions are
compatible with any kernel.
-------------------------------------------------------------------
Fri Mar 10 23:38:12 CET 2006 - agruen@suse.de
- weak-modules: Print some more messages only in verbose mode.
-------------------------------------------------------------------
Wed Mar 8 16:05:39 CET 2006 - mjancar@suse.cz
- add alias for rpc_pipefs (#156029)
-------------------------------------------------------------------
Fri Feb 17 12:04:30 CET 2006 - mjancar@suse.cz
- replace --blacklist-unsupported by --skip-unsupported (#148091)
-------------------------------------------------------------------
Wed Feb 15 19:29:30 CET 2006 - agruen@suse.de
- Fix modprobe's --dump-modversions on ppc64.
-------------------------------------------------------------------
Tue Feb 14 11:44:58 CET 2006 - mjancar@suse.cz
- document --use-blacklist and --blacklist-unsupported (#148091)
-------------------------------------------------------------------
Fri Feb 10 15:29:52 CET 2006 - agruen@suse.de
- weak-modules: Fix computing the kernel release strings of
modules.
-------------------------------------------------------------------
Tue Feb 7 17:38:42 CET 2006 - mjancar@suse.cz
- add unsupported modules blacklisting switch (#148091)
-------------------------------------------------------------------
Fri Feb 3 16:27:32 CET 2006 - agruen@suse.de
- weak-modules: Also run depmod and mkinitrd when necessary.
-------------------------------------------------------------------
Wed Jan 25 21:30:34 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jan 20 17:18:45 CET 2006 - mjancar@suse.cz
- add alias for nfs4 (#142486)
-------------------------------------------------------------------
Tue Jan 17 01:36:31 CET 2006 - agruen@suse.de
- weak-modules: Fix some errors.
-------------------------------------------------------------------
Fri Jan 6 13:55:25 CET 2006 - mjancar@suse.cz
- update to 3.2.2
- drop obsolete patches:
* module-init-tools-3.2.2-lock.diff
* module-init-tools-3.2.2-openfirmware.diff
-------------------------------------------------------------------
Sat Dec 17 20:19:10 CET 2005 - agruen@suse.de
- Update the path to rpmsort.
-------------------------------------------------------------------
Wed Dec 14 17:50:25 CET 2005 - agruen@suse.de
- Change modprobe --dump-modversions output to always show the
symbol version hash as an 8-digit instead of a variable-width
hex number.
-------------------------------------------------------------------
Thu Dec 8 17:01:17 CET 2005 - agruen@suse.de
- Remove support for the updates2/ directory which was needed for
the obsoleted -override- mechanism only, and add support for a
weak-updates/ directory which will contain symlinks to reusable
modules.
- Add /usr/lib/weak-modules script for use in kernel and kernel
module package scripts.
-------------------------------------------------------------------
Wed Oct 12 19:57:23 CEST 2005 - mjancar@suse.cz
- update to 3.2-pre9
- remove lp loading workaround (#64412)
-------------------------------------------------------------------
Tue Sep 13 12:17:31 CEST 2005 - schwab@suse.de
- Fix last change.
-------------------------------------------------------------------
Thu Sep 8 17:30:44 CEST 2005 - mjancar@suse.cz
- handle EINTR from {init,delete}_module (#66533)
- lock the module file before checking its presence
in kernel (#65469)
- add README.SUSE
-------------------------------------------------------------------
Mon Aug 29 09:32:19 CEST 2005 - zoz@suse.de
- added patch module-init-tools-3.2-pre8-blacklist-warn.diff
prints a warning if module is blacklisted (bug 106260)
- added patch module-init-tools-3.2-pre8-modprobe.conf.5.diff
fixes sgml source of modprobe.conf.5 (bug 106260)
-------------------------------------------------------------------
Fri Aug 12 15:20:07 CEST 2005 - schwab@suse.de
- Add jeffm's ofmap patch.
-------------------------------------------------------------------
Fri Aug 5 12:23:36 CEST 2005 - kkeil@suse.de
- add ISDN stuff to modprobe.conf.common
-------------------------------------------------------------------
Wed Aug 3 12:53:14 CEST 2005 - mjancar@suse.cz
- update to 3.2pre8
-------------------------------------------------------------------
Mon Jun 13 15:41:40 CEST 2005 - ro@suse.de
- build dietlibc variant without FORTIFY for now
-------------------------------------------------------------------
Wed Jun 8 17:03:17 CEST 2005 - agruen@suse.de
- updates2.diff: Add support for a /lib/modules/$KERNELRELEASE/
updates2 directory.
-------------------------------------------------------------------
Mon May 23 18:51:44 CEST 2005 - mjancar@suse.cz
- update to 3.2pre6
- add ".-" and "~" to ignored suffixes (#57283, #74003)
-------------------------------------------------------------------
Thu Mar 17 19:10:15 CET 2005 - mjancar@suse.cz
- load lp after parport (#64412)
-------------------------------------------------------------------
Wed Mar 9 17:11:27 CET 2005 - agruen@suse.de
- out-of-memory.diff: Don't segfault when running out of memory in
depmod.
-------------------------------------------------------------------
Mon Mar 7 18:35:57 CET 2005 - mjancar@suse.cz
- use autofs4 by default (#70881)
-------------------------------------------------------------------
Tue Mar 1 13:43:49 CET 2005 - mjancar@suse.cz
- load ahci before ata_piix (#65218)
-------------------------------------------------------------------
Mon Feb 7 16:09:24 CET 2005 - mjancar@suse.cz
- update to 3.2-pre1
-------------------------------------------------------------------
Thu Dec 16 12:19:40 CET 2004 - agruen@suse.de
- parmtype.diff: Print the parm and parmtype modinfo tags more
nicely (#48396).
-------------------------------------------------------------------
Sat Oct 2 19:20:09 CEST 2004 - aj@suse.de
- alias net-pf-31 must be bluetooth and not bluez [#46654].
-------------------------------------------------------------------
Fri Oct 01 12:55:55 CEST 2004 - mjancar@suse.cz
- move binfmt_mist loading from i386 part to generic (#44828)
- add aliases for Bluetooth modules (#46548)
-------------------------------------------------------------------
Fri Sep 17 14:09:15 CEST 2004 - mjancar@suse.cz
- add kernelversion script from modutils (#44858)
-------------------------------------------------------------------
Wed Sep 08 16:08:33 CEST 2004 - mjancar@suse.cz
- fix module renaming (#44659)
- revert the crypto modules loading fix (#44514)
-------------------------------------------------------------------
Wed Sep 01 14:59:50 CEST 2004 - mjancar@suse.cz
- update to 3.1-pre5
- remove 2.4 kernel modutils from the package
- fix crypto modules loading (#44514)
-------------------------------------------------------------------
Mon Jul 12 00:29:53 CEST 2004 - schwab@suse.de
- Fix support for include directories.
-------------------------------------------------------------------
Wed Jun 30 13:40:05 CEST 2004 - mjancar@suse.cz
- skip backup files in config directory (#42283)
- implement support for include directories
-------------------------------------------------------------------
Thu Jun 10 15:00:51 CEST 2004 - mjancar@suse.cz
- don't prevent OSS modules loading (41754)
-------------------------------------------------------------------
Mon May 17 13:35:05 CEST 2004 - agruen@suse.de
- modprobe --dump-modversions: Silently ignore ELF files without a
__versions section.
-------------------------------------------------------------------
Tue May 11 18:31:03 CEST 2004 - agruen@suse.de
- Fix modprobe --dump-modversions for 32/64-bit compatibility.
-------------------------------------------------------------------
Thu May 06 13:27:08 CEST 2004 - mjancar@suse.cz
- update module-init-tools to 3.0
- update modutils to 2.4.27
- enable zlib support
-------------------------------------------------------------------
Fri Apr 23 18:36:14 CEST 2004 - mjancar@suse.cz
- rename irtty to irtty-sir (#38969)
-------------------------------------------------------------------
Fri Apr 23 11:20:12 CEST 2004 - mjancar@suse.cz
- accept dot as valid character in release number
-------------------------------------------------------------------
Wed Apr 14 12:01:52 CEST 2004 - schwab@suse.de
- Add alias for xp0 [#35867].
-------------------------------------------------------------------
Wed Mar 31 18:57:10 CEST 2004 - mjancar@suse.cz
- add alias for raw devices (#37607)
-------------------------------------------------------------------
Sun Mar 28 17:58:30 CEST 2004 - garloff@suse.de
- Install static (dietlibc) versions from module-init-tools
of insmod, modprobe, rmmod, lsmod, modinfo. (#36960,#34216)
- Patch to speed up reading of text files by using getline(),
resulting in a speedup of a factor of 3.5 for not found modules.
(#36877, vgscan slow)
-------------------------------------------------------------------
Fri Mar 26 21:46:22 CET 2004 - mjancar@suse.cz
- build static versions just of insmod and modprobe
- include ipv6 aliases
-------------------------------------------------------------------
Thu Mar 25 15:28:16 CET 2004 - thomas@suse.de
- added EAL3 man-page patch
-------------------------------------------------------------------
Tue Mar 23 16:57:00 CET 2004 - mjancar@suse.cz
- fix removing of renamed modules (#36750)
-------------------------------------------------------------------
Fri Feb 27 10:56:41 CET 2004 - mjancar@suse.cz
- include files in /etc/modprobe.d/ only once (#34838)
-------------------------------------------------------------------
Wed Feb 25 12:21:07 CET 2004 - mjancar@suse.cz
- update to 3.0-pre10
- print configuration even when dependency file missing (#34482)
-------------------------------------------------------------------
Wed Feb 18 15:26:38 CET 2004 - ro@suse.de
- moved modprobe.conf and modprobe.conf.local from aaa_base
to this package
-------------------------------------------------------------------
Wed Feb 11 18:39:38 CET 2004 - agruen@suse.de
- Add `--dump-modversions file' option: Creates a dump of the
module symbol version table of a kernel module.
-------------------------------------------------------------------
Thu Feb 05 13:00:49 CET 2004 - mjancar@suse.cz
- update to 3.0-pre9 (#34200)
-------------------------------------------------------------------
Tue Feb 3 20:34:43 CET 2004 - tiwai@suse.de
- Modifed generate-modprobe.conf to handle the old-style ALSA
modules (included in SuSE 2.4.x kernels).
-------------------------------------------------------------------
Thu Jan 29 10:56:24 CET 2004 - okir@suse.de
- Avoid heap corruption if /etc/modprobe.d doesn't exist
-------------------------------------------------------------------
Sun Jan 25 14:09:52 CET 2004 - agruen@suse.de
- Add /ec/modprobe.d to file list.
-------------------------------------------------------------------
Thu Jan 22 11:24:06 CET 2004 - mjancar@suse.cz
- rename package to module-init-tools
- update module-init-tools to 3.0-pre7
- don't free directory list when scandir returns -1 (#34046)
-------------------------------------------------------------------
Fri Jan 16 12:21:28 CET 2004 - mjancar@suse.cz
- update module-init-tools to 3.0-pre5
- update modutils to 2.4.26
- link ksyms and kallsyms to insmod.old (#33859)
- implement /etc/modprobe.d/ support (#33974)
-------------------------------------------------------------------
Thu Nov 20 11:49:58 CET 2003 - ro@suse.de
- fix typo in modprobe.conf manpage
-------------------------------------------------------------------
Wed Nov 19 09:00:40 CET 2003 - mjancar@suse.cz
- fix a typo introduced in previous change
-------------------------------------------------------------------
Thu Oct 23 10:33:42 CEST 2003 - mjancar@suse.cz
- dont warn when override directory missing (#32562)
-------------------------------------------------------------------
Tue Oct 07 20:35:02 CEST 2003 - mjancar@suse.cz
- update module-init-tools to 0.9.15pre2
- remove dietlibc patches
-------------------------------------------------------------------
Mon Sep 22 11:36:03 CEST 2003 - mjancar@suse.cz
- add lsmod symlinks to /sbin
-------------------------------------------------------------------
Tue Sep 09 19:25:52 CEST 2003 - mjancar@suse.cz
- fix division by zero on modules with no symbols (#30197)
- replace the release number by "-override" instead of striping it
-------------------------------------------------------------------
Mon Sep 01 18:29:08 CEST 2003 - mjancar@suse.cz
- update module-init-tools to 0.9.14-pre2
* add missing zlibsupport.h (#29710)
-------------------------------------------------------------------
Thu Aug 28 13:55:39 CEST 2003 - mjancar@suse.cz
- strip the release number in a more robust way (#29377)
-------------------------------------------------------------------
Mon Aug 25 20:57:26 CEST 2003 - mjancar@suse.cz
- support path with striped release number also in
module-init-tools (#29328)
-------------------------------------------------------------------
Mon Aug 25 18:25:49 CEST 2003 - mjancar@suse.cz
- don't include nonexistent zlibsupport.h
-------------------------------------------------------------------
Mon Aug 25 17:25:26 CEST 2003 - mjancar@suse.cz
- update module-init-tools to 0.9.14pre1
* zlib support
* handle - vs _ when searching for module
- kill obsolete patches
-------------------------------------------------------------------
Wed Jul 30 23:25:26 CEST 2003 - mjancar@suse.cz
- use /lib/modules/'uname -r' with striped release number
as first path[toplevel] (bug #28215)
- provide function prototypes that are missing in dietlibc
-------------------------------------------------------------------
Thu Jul 24 22:20:12 CEST 2003 - mjancar@suse.cz
- package files that leaked in the update
-------------------------------------------------------------------
Wed Jul 23 16:44:05 CEST 2003 - tiwai@suse.de
- fixed the old modinfo again...
-------------------------------------------------------------------
Tue Jul 22 11:39:40 CEST 2003 - mjancar@suse.cz
- update modutils 2.4.25
* Remove the default of exporting all symbols on architectures
that have function descriptors (ia64, ppc64, hppa, hppa64).
* Correct s390[x] relocations for position independent code.
* Fix insmod for ppc64 MODULE_PARM(foo, "l").
* Support ia64 brl relocations.
- fix missing #ifdef COMPAT_2_0
- use (create|init|delete)_module instead of syscall to allow
compilation of module-init-tools with dietlibc
-------------------------------------------------------------------
Thu Jul 17 20:21:44 CEST 2003 - tiwai@suse.de
- fixed the old modinfo.
-------------------------------------------------------------------
Wed Jun 25 12:25:04 CEST 2003 - kraxel@suse.de
- added module-init-tools manual pages, moved the
modutils ones to *.old as it is done for the binaries.
-------------------------------------------------------------------
Tue Jun 24 18:10:29 CEST 2003 - kraxel@suse.de
- updated module-init-tools to version 0.9.13-pre
-------------------------------------------------------------------
Fri May 30 22:00:17 CEST 2003 - mjancar@suse.cz
- fix for s390
- unified naming of patches
- included signature for module-init-tools
-------------------------------------------------------------------
Tue Jan 21 15:36:53 CET 2003 - kraxel@suse.de
- updated module-init-tools to version 0.9.8
-------------------------------------------------------------------
Tue Dec 17 11:16:54 CET 2002 - kraxel@suse.de
- also move insmod.static to insmod.static.old, so we have static
linked versions for both old and new insmod in the package.
-------------------------------------------------------------------
Mon Dec 16 16:34:22 CET 2002 - kraxel@suse.de
- added module-init-tools 0.9.3 for 2.5.x kernels to the package.
-------------------------------------------------------------------
Thu Dec 05 19:22:56 CET 2002 - jderfina@suse.cz
- updated to 2.4.22
- removed SuSE patches integrated to version 2.4.22
-------------------------------------------------------------------
Fri Sep 06 11:00:07 CEST 2002 - jderfina@suse.cz
- fix insmod to don't load modules compiled without -mcmodel=kernel
on x86_64.
-------------------------------------------------------------------
Thu Aug 08 14:47:50 CEST 2002 - nadvornik@suse.cz
- updated to 2.4.19
- fixes for ia64
- new aliases
- only warn for unknown parameters on insmod
- revert depmod to pre-2.4.13 behaviour. Unresolved symbols should not
cause a non-zero return code unless depmod -u is explicitly set
- removed obsolete patches:
modutils-2.4.16-newbinutils-unknown-sections.diff
modutils-2.4.16-insmod-ia64.patch
-------------------------------------------------------------------
Wed Jul 31 10:01:17 CEST 2002 - schwab@suse.de
- Better fix for last change.
-------------------------------------------------------------------
Fri Jul 26 11:05:59 CEST 2002 - schwab@suse.de
- Fix ia64 unwind section processing in insmod.
-------------------------------------------------------------------
Fri Jul 19 23:51:21 CEST 2002 - olh@suse.de
- do not use dietlibc on ppc
-------------------------------------------------------------------
Fri Jul 19 17:14:11 CEST 2002 - schwab@suse.de
- Replace last patch by a better one and apply it everywhere.
-------------------------------------------------------------------
Fri Jul 12 21:56:21 CEST 2002 - olh@suse.de
- add modutils-2.4.16-newbinutils-unknown-sections.diff on ppc*
-------------------------------------------------------------------
Fri Jul 5 11:08:16 CEST 2002 - kukuk@suse.de
- Use %ix86 macro
-------------------------------------------------------------------
Tue Apr 30 14:35:20 CEST 2002 - postadal@suse.cz
- update to 2.4.15
* print 'Module loaded, with warnings' for people who cannot tell
the difference between warnings and errors
* add configure option TAINT_URL
* workaround for ppc64 symbols that contain _R in the name.
* add alias char-major-200 vxspec
* environment variable UNAME_MACHINE overides the value of uname
machine
- removed patch do-not-use-patch-2.4.0-hotplug (osoleted by )
modutils 2.4.2
-------------------------------------------------------------------
Fri Apr 5 13:40:06 MEST 2002 - garloff@suse.de
- Update to 2.4.15. Changes (2.4.13)
* ppc64 merge (used to be part of SuSE's modutils before)
* reloc prob on ia64 imm64 type fixed
* in depmod continue after error
* fdatasync to have log on disc
- Changes (2.4.14)
* man page clean up
- Changes (2.4.15)
* snprintf buffere expanded to PATH_MAX
* alias ppp-compress-18 ppp_mppe
* x86-64 support
-------------------------------------------------------------------
Mon Feb 25 17:40:11 MET 2002 - garloff@suse.de
- Built and tested successfully on PPC as well.
-------------------------------------------------------------------
Thu Feb 21 04:06:13 MET 2002 - garloff@suse.de
- Build statical version of insmod with dietlibc.
-------------------------------------------------------------------
Tue Dec 4 10:41:29 CET 2001 - cihlar@suse.cz
- update to version 2.4.12:
* More verbose hints for unresolved symbols in non-GPL modules
* Remove spurious #endif from elf_ppc64.h
* Use #define for taint flags, add taint flag for non-SMP capable
cpus
* Do not check if the module is already loaded when -n is
specified
-------------------------------------------------------------------
Mon Nov 12 19:43:46 CET 2001 - olh@suse.de
- add modutils-2.4.11-ppc64.diff.gz
-------------------------------------------------------------------
Sun Nov 11 10:09:33 CET 2001 - kukuk@suse.de
- update to modutils-2.4.11 (contains ppc64 patch, sparc32 fixes
for kernel 2.4)
-------------------------------------------------------------------
Fri Nov 9 15:16:16 CET 2001 - olh@suse.de
- update modutils-2.4.10-ppc64.diff.gz, fix submodule loading
-------------------------------------------------------------------
Wed Nov 7 19:51:20 CET 2001 - olh@suse.de
- update ppc64 to modutils-2.4.10-ppc64.diff.gz
-------------------------------------------------------------------
Wed Oct 24 16:10:07 CEST 2001 - olh@suse.de
- update ppc64 patch
-------------------------------------------------------------------
Tue Oct 23 16:02:13 CEST 2001 - olh@suse.de
- update to 2.4.10 for ppc64 support
-------------------------------------------------------------------
Thu Aug 30 01:42:31 MEST 2001 - garloff@suse.de
- Update to modutils-2.4.8:
* Archdata for PPC and MIPS
* symindx bound check
- Update to modutils 2.4.7:
* Lots of S390 fixes
* non-zero return code for unresolved symbols by depmod
* docu updates
* pport devs and tunl0 ipip alias
-------------------------------------------------------------------
Tue Jul 31 10:26:59 CEST 2001 - cihlar@suse.cz
- fixed special-characters.dif
-------------------------------------------------------------------
Mon Jul 30 15:30:03 CEST 2001 - cihlar@suse.cz
- update to version 2.4.6
- added special-characters.dif [#9534]
-------------------------------------------------------------------
Mon May 7 10:51:02 CEST 2001 - cihlar@suse.cz
- patched xftw to be nonverbose (depmod -av should show
names of modules, not that lstat failed on non-existent
directories)
-------------------------------------------------------------------
Thu Apr 12 00:09:48 MEST 2001 - garloff@suse.de
- Update to 2.4.5.
-------------------------------------------------------------------
Wed Apr 4 18:41:46 CEST 2001 - froh@suse.de
- removed obsolete s390 patch
-------------------------------------------------------------------
Wed Mar 28 07:33:10 CEST 2001 - cihlar@suse.cz
- update to 2.4.4:
* Do not generate filenames when reading nested config files.
* depmod ignored user prune commands, reported
by Kristofer T. Karas.
* Change error message for short ELF header.
* Missing commas in alias list. Urs Thuermann.
* Print an error message when genksyms detects a bad kernel
version. Mark McLoughlin
* modinfo default changed to filename, description, author,
parameters. Mark McLoughlin
-------------------------------------------------------------------
Fri Mar 9 18:20:24 MET 2001 - garloff@suse.de
- Update to modutils 2.4.3:
* putenv() strings must be copied first.
* Not everybody has Elf64_Xword.
* Add stdlib.h to some files for glibc 2.2.
* Redhat modutils-2.4.0-alias.patch.
* Out by one error in alloca. (OB1)
-------------------------------------------------------------------
Wed Feb 14 11:35:10 CET 2001 - schwab@suse.de
- Fix OB1 in modprobe.
-------------------------------------------------------------------
Mon Feb 5 16:08:11 MET 2001 - garloff@suse.de
- Remove patch to add /lib/modules/`uname -r/misc to default paths
again.
-------------------------------------------------------------------
Mon Feb 5 14:01:57 MET 2001 - garloff@suse.de
- Update to 2.4.2:
* genksym changes: Remove 'attribute' as a C keyword, add
'restrict', '__restrict', '__restrict__', '_Bool'. (RTH.)
* Log modprobe commands in /var/log/ksymoops. This one's for
Wichert.
* Revert to a single USB table format. USB maintainers will
not support anybody on 2.4.0-prerelease or earlier.
- Due to the lack of good-will for providing backwards-compatibi-
lity of the USB maintainers :-(, the hotplug patch has been
renamed into do-not-use-...
-------------------------------------------------------------------
Mon Jan 8 18:26:47 MET 2001 - garloff@suse.de
- Update to 2.4.1:
* empty generic string patch already included
* alias usbdevfs usbcore
* document lsmod count -1
* Handle version 1 and 2 usb dev tables
* add optional version no to kernel tables
- Include kallsyms in %doc
- Include the hotplug and the persistent kernel patches in %doc
-------------------------------------------------------------------
Wed Dec 20 14:28:23 CET 2000 - garloff@suse.de
- Add patch from Keith: Fix depmod loop for empty
MODULE_GENERIC_STRING entries
- Add /lib/modules/`uname -r/misc to default paths (may otherwise
miss on 2.4 kernels).
-------------------------------------------------------------------
Sun Dec 17 16:12:34 CET 2000 - garloff@suse.de
- Update to 2.3.23:
* Fixes: Error path in rmmod, generic_string bound check
* HPPA and HPPA64 support
* Updated alias list
* Compile/Makefiles cleanup
* parportmap
* Warn instead of error for invalid MODULE_PARM
- Include osst alias.
-------------------------------------------------------------------
Mon Dec 11 20:18:30 MET 2000 - garloff@suse.de
- Update to 2.3.22.
* Limit recursion has been included already.
* Support for persistent storage
* iA64 unwind fixes
* Correct test for unexpected REL/RELA sections
* other bugfixes ...
-------------------------------------------------------------------
Mon Dec 11 14:19:34 MET 2000 - garloff@suse.de
- Disable modutils-libz-static patch, as libz is in /lib now.
-------------------------------------------------------------------
Wed Nov 29 00:41:17 MET 2000 - garloff@suse.de
- Limit recursion in modprobe to avoid Harakiri in presence of
circular dependencies.
-------------------------------------------------------------------
Tue Nov 28 15:00:13 MET 2000 - garloff@suse.de
- Fixed BuildRoot/DESTDIR handling
- Link statically against libz as it's in /usr !
-------------------------------------------------------------------
Tue Nov 28 14:39:09 MET 2000 - garloff@suse.de
- Updated to 2.3.21: Mainly security fixes:
snprintf cleanups, safemode for uid!=euid (instead of env. var)
and quote handling from shell responses.
-------------------------------------------------------------------
Mon Nov 20 10:24:45 CET 2000 - cihlar@suse.cz
- fixed name of package
- update to version 2.3.20
-------------------------------------------------------------------
Fri Nov 10 09:57:29 CET 2000 - cihlar@suse.cz
- renamed modules -> modutils
- fixed security bug in meta_expand.c
-------------------------------------------------------------------
Thu Nov 9 11:32:37 CET 2000 - cihlar@suse.cz
- Update to 2.3.19
-------------------------------------------------------------------
Tue Sep 26 19:43:45 CEST 2000 - schwab@suse.de
- Update to 2.3.17.
-------------------------------------------------------------------
Mon Sep 18 11:36:12 CEST 2000 - cihlar@suse.cz
- removed obsolete part of dif
-------------------------------------------------------------------
Wed Aug 30 11:31:29 CEST 2000 - cihlar@suse.cz
- fixed to compile on s390
-------------------------------------------------------------------
Thu Aug 24 11:01:27 CEST 2000 - cihlar@suse.cz
- fixed to compile on sparc
- bzipped sources
-------------------------------------------------------------------
Thu Aug 10 08:59:00 CEST 2000 - cihlar@suse.cz
- update to version 2.3.14, left patches with include
level and insmod.c, removed patch of insmod/Makefile.in,
other patches were implemented to sources
- does not compile kerneld and utilities for kernel 2.0
-------------------------------------------------------------------
Mon Jun 26 00:21:33 CEST 2000 - bk@suse.de
- disabled kerneld on s390 too.
-------------------------------------------------------------------
Wed May 17 17:58:07 CEST 2000 - schwab@suse.de
- Fix specfile.
- Add ia64 patches.
-------------------------------------------------------------------
Fri May 12 16:39:36 CEST 2000 - kasal@suse.cz
- Fix insmod/Makefile.in for SPARC.
-------------------------------------------------------------------
Thu May 11 18:58:52 CEST 2000 - kukuk@suse.de
- Fix for SPARC
-------------------------------------------------------------------
Wed May 3 11:29:14 CEST 2000 - tiwai@suse.de
- Upgrade to 2.3.11
- Bug fix around include command
-------------------------------------------------------------------
Thu Apr 6 20:30:36 MEST 2000 - bk@suse.de
- s390 team added s390 support to modutils
-------------------------------------------------------------------
Tue Mar 21 15:19:48 CET 2000 - kasal@suse.de
- Upgrade to 2.3.10.
-------------------------------------------------------------------
Sat Feb 5 18:58:55 CET 2000 - garloff@suse.de
- Use manpages to /usr/share/man.
-------------------------------------------------------------------
Thu Dec 30 16:13:00 CET 1999 - kasal@suse.de
- Upgrade to 2.3.9. No big changes, except common-sparc configure
option was rewritten.
-------------------------------------------------------------------
Sun Dec 19 02:41:41 CET 1999 - kasal@suse.de
- Upgrade to 2.3.8 and deleted all patches except modutils-identity.patch.
This leaves the source tree exactly the same.
-------------------------------------------------------------------
Thu Dec 9 19:28:35 CET 1999 - kasal@suse.de
- Upgraded to 2.3.8 pre-release-6 since it accepts plenty of our
patches. (Removed modutils-strip.diff thus.)
-------------------------------------------------------------------
Fri Nov 26 15:24:03 CET 1999 - kasal@suse.de
- upgraded to 2.3.7
- enabled things like "ln -s insmod.static rmmod.static" (patch1)
- enhancing and cleaning up configure script, combine-all by default (patch2)
- cleanup of COMBINE_sparc issues (patch3)
- added BuildRoot and overall cleanup of the spec file
- files added: /sbin/*.static, man1/kernelversion.1
-------------------------------------------------------------------
Fri Oct 22 23:40:44 CEST 1999 - ro@suse.de
- added insmod.static
-------------------------------------------------------------------
Tue Oct 19 01:07:21 CEST 1999 - garloff@suse.de
- updated to 2.3.6: includes mod.conf.patch.
-------------------------------------------------------------------
Fri Oct 15 12:02:00 CEST 1999 - garloff@suse.de
- Don't issue warning, if symlink conf.modules pointing to
modules.conf exist.
-------------------------------------------------------------------
Wed Oct 13 19:15:12 CEST 1999 - garloff@suse.de
- Updated to modutils-2.3.5. Migration to modules.conf.
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Wed Sep 8 17:57:33 CEST 1999 - ro@suse.de
- updated to pre8
-------------------------------------------------------------------
Thu Jul 22 14:48:16 CEST 1999 - garloff@suse.de
- depmod: prefer symbols from the kernel
-------------------------------------------------------------------
Thu Apr 1 12:06:06 MEST 1999 - ro@suse.de
- update to pre6
-------------------------------------------------------------------
Wed Mar 24 18:21:21 MET 1999 - ro@suse.de
- update to 2.2.0 (pre5)
-------------------------------------------------------------------
Mon Sep 28 15:06:48 MEST 1998 - ro@suse.de
- removed insmod-hacker-tool
- kerneld.c : include kerneld.h in current dir if compiling for 2.1 kernel
----------------------------------------------------------------------------
Mon Mar 2 17:26:53 MET 1998 - florian@suse.de
- update to modutils 2.1.85
- remove /sbin/request-route.sample
----------------------------------------------------------------------------
Fri Oct 24 14:18:30 MEST 1997 - florian@suse.de
- ignore any unknown files while running "depmod -a"
----------------------------------------------------------------------------
Fri Oct 24 14:18:30 MEST 1997 - florian@suse.de
- update to modutils 2.1.55
- do not include man-pages from section 2 as they are already in ldpman
- make this package ready for autobuild
----------------------------------------------------------------------------
Thu May 29 13:50:57 CEST 1997 - bs@suse.de
- moved sbin/request-route to sbin/request-route.sample
----------------------------------------------------------------------------
Sat Apr 26 19:14:59 MEST 1997 - florian@suse.de
- update to new version 2.1.34
----------------------------------------------------------------------------
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
- update to new version 970412
----------------------------------------------------------------------------
Wed Feb 5 13:38:43 CET 1997 - florian@suse.de
- update to new version 2.1.13
- add bug-fix from Hans Lermen
----------------------------------------------------------------------------
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
- add support for 2.1.xx kernel
- small bug-fixes like call to llseek
----------------------------------------------------------------------------
Fri Sep 6 00:55:58 MET DST 1996 - florian@suse.de
- /sbin/insmod ist jetzt ein Link auf insmod-HACKER_TOOL von Hans Lermen
--------------------------------------------------------------------------
Mon Sep 2 02:48:35 MET DST 1996 - florian@suse.de
added insmod-HACKER_TOOL (used to be in dosemu.tgz)