1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344
|
kmod (30+20221128-1) unstable; urgency=medium
* New upstream snapshot.
* Add a dependency on pkg-config | pkgconf. (Closes: #1023895)
-- Marco d'Itri <md@linux.it> Sat, 10 Dec 2022 01:02:24 +0100
kmod (30+20220905-1) unstable; urgency=medium
* New upstream snapshot.
* Remove the dependency on lsb-base. (Closes: #1020605)
* Update the copyright file. (Closes: #1021033)
-- Marco d'Itri <md@linux.it> Sat, 08 Oct 2022 05:07:42 +0200
kmod (30+20220630-3) unstable; urgency=high
* Make test suite failures non-fatal on mipsel, because some tests
have been broken on it for years but since no tests were actually
being run before version 30+20220630-1 then nobody noticed.
-- Marco d'Itri <md@linux.it> Sat, 30 Jul 2022 02:25:29 +0200
kmod (30+20220630-2) unstable; urgency=medium
[ Marco d'Itri ]
* Implemented the generation of a less strict shlibs file to benefit
udebs.
[ Helmut Grohne ]
* Annotated the zstd dependency with <!nocheck>. (Closes: #1014437)
[ Witold Baryluk ]
* Allow USB audio devices to be the first sound device, because nowadays
they are more common and this is what the other distributions do.
-- Marco d'Itri <md@linux.it> Tue, 12 Jul 2022 01:58:34 +0200
kmod (30+20220630-1) unstable; urgency=medium
* New upstream snapshot.
* Enabled support for zstd. (Closes: #990092)
* kmod.postinst: removed code to handle upgrades from Debian <= 8.
(Closes: #1009349, #1000659)
* Changed the $PATH in the init script to include /usr/. (Closes: #993297)
* Enabled the test suite.
-- Marco d'Itri <md@linux.it> Sun, 03 Jul 2022 13:28:18 +0200
kmod (29-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Tue, 17 Aug 2021 09:04:37 +0200
kmod (28-1) unstable; urgency=medium
* New upstream release.
* Fixed modinfo -F for built-in modules. (Closes: #970871)
-- Marco d'Itri <md@linux.it> Fri, 08 Jan 2021 02:37:04 +0100
kmod (27+20200310-2) unstable; urgency=medium
* Re-upload to unstable.
-- Marco d'Itri <md@linux.it> Sat, 18 Apr 2020 17:53:55 +0200
kmod (27+20200310-1) experimental; urgency=medium
* New upstream snapshot.
* Split kmod-udeb off of libkmod2-udeb and actually ship the libraries
in libkmod2-udeb. (Closes: #953952)
-- Marco d'Itri <md@linux.it> Sun, 12 Apr 2020 00:59:25 +0200
kmod (27-2) unstable; urgency=medium
* Drop the verbose_missing_bin patch, which became too much noisy after
new files were introduced by 5.3 kernels. (Closes: #949444)
-- Marco d'Itri <md@linux.it> Fri, 13 Mar 2020 22:53:37 +0100
kmod (27-1) unstable; urgency=medium
* New upstream release.
* Reset the SELinux file attributes in the initramfs. (Closes: #948366)
-- Marco d'Itri <md@linux.it> Wed, 19 Feb 2020 04:56:30 +0100
kmod (26+20191223-1) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure URI in debian/watch.
* Rely on pre-initialized dpkg-architecture variables.
* Set upstream metadata fields: Repository.
[ Marco d'Itri ]
* New upstream snapshot.
-- Marco d'Itri <md@linux.it> Mon, 06 Jan 2020 01:59:49 +0100
kmod (26-3) unstable; urgency=medium
* Create again /etc/modprobe.d/. (Closes: #940221)
* Do not reference removed options support in modules(5). (Closes: #931136)
-- Marco d'Itri <md@linux.it> Tue, 17 Sep 2019 21:40:12 +0200
kmod (26-2) unstable; urgency=medium
* Removed --add-udeb from dh_makeshlibs, since libkmod2-udeb does not
actually contain a library. (Closes: #939779)
* Switched to dh.
-- Marco d'Itri <md@linux.it> Wed, 11 Sep 2019 09:29:57 +0200
kmod (26-1) unstable; urgency=medium
* New upstream release.
* Removed patch check_builtin_kver, which was needed to support 2.6.32
kernels.
* Link with OpenSSL to support parsing modules signatures.
-- Marco d'Itri <md@linux.it> Sun, 10 Feb 2019 00:00:31 +0100
kmod (25-2) unstable; urgency=medium
* Moved the libraries to /usr/lib/. (Closes: #894566)
-- Marco d'Itri <md@linux.it> Sat, 17 Nov 2018 01:56:00 +0100
kmod (25-1) unstable; urgency=medium
* New upstream release.
* Enabled support for xz-compressed modules. (Closes: #772628)
-- Marco d'Itri <md@linux.it> Sun, 21 Jan 2018 01:02:46 +0100
kmod (24-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Mon, 27 Feb 2017 02:50:32 +0100
kmod (23-2) unstable; urgency=medium
* Backported upstream commit 6b77f18 to stop depmod crashing after
detecting a dependency cycle. (Closes: #846888)
* Enabled hardening=+bindnow.
-- Marco d'Itri <md@linux.it> Mon, 26 Dec 2016 03:42:54 +0100
kmod (23-1) unstable; urgency=medium
* New upstream release. (Closes: #837626)
-- Marco d'Itri <md@linux.it> Tue, 27 Sep 2016 01:40:32 +0200
kmod (22-1) unstable; urgency=medium
* New upstream release.
* Set $SOURCE_DATE_EPOCH in debian/rules for reproducibility.
(Closes: #783152)
* Remove the module-init-tools transitional package.
-- Marco d'Itri <md@linux.it> Sun, 20 Dec 2015 17:04:10 +0100
kmod (21-1) unstable; urgency=medium
* New upstream release. Fixes:
+ spurious spaces in lsmod output. (Closes: #782692)
+ a missing comman in rmmod(8). (Closes: #787548)
* kmod.init: support the modules-load.d directories in /usr.
(Closes: #673747)
* Build the developers' documentation with gtk-doc. (Closes: #789462)
-- Marco d'Itri <md@linux.it> Sun, 05 Jul 2015 21:18:24 +0200
kmod (20-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Sun, 08 Mar 2015 19:10:08 +0100
kmod (18-3) unstable; urgency=high
* postinst: do not use autodie. (Closes: #762974)
* postinst: do not create an empty etc-modules-parameters.conf.
-- Marco d'Itri <md@linux.it> Sat, 27 Sep 2014 08:01:49 +0200
kmod (18-2) unstable; urgency=medium
* postinst: move any modules parameters from /etc/modules to a new
/etc/modprobe.d/etc-modules-parameters.conf file. (Closes: #627949)
* initramfs-hook: do not fail if /lib/modprobe.d/ is empty.
* Add the man page for kmod(8). (Closes: #665873)
* Document depmod --show in depmod(8). (Closes: #687435)
-- Marco d'Itri <md@linux.it> Wed, 17 Sep 2014 03:50:34 +0200
kmod (18-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Sat, 21 Jun 2014 04:27:39 +0200
kmod (17-2) unstable; urgency=medium
* Build-Depend on gtk-doc-tools. (Closes: #747005)
-- Marco d'Itri <md@linux.it> Sun, 04 May 2014 20:38:42 +0200
kmod (17-1) unstable; urgency=medium
* New upstream release.
* Declared that kmod Breaks oss-compat 4. (Closes: #736748)
* Merged the few useful directives from the alsa-base package and added
a versioned Breaks to force it to be unistalled.
-- Marco d'Itri <md@linux.it> Thu, 01 May 2014 21:10:36 +0200
kmod (16-2) unstable; urgency=medium
* Always Build-Depend on xsltproc. (Closes: #733760)
-- Marco d'Itri <md@linux.it> Thu, 02 Jan 2014 04:04:26 +0100
kmod (16-1) unstable; urgency=low
* New upstream release. (Closes: #716739)
+ Improves error messages. (Closes: #676387)
+ Fixes modprobe -f. (Closes: #720599)
* Added an example to modules(5), patch by Regid Ichira. (Closes: #711468)
-- Marco d'Itri <md@linux.it> Tue, 31 Dec 2013 03:56:44 +0100
kmod (9-3) unstable; urgency=low
* Added backported patch dot_kcmdline: correctly parse kcmdline parameters
containing a dot. (Closes: #689872)
* Added backported patch bad_alias_assertion: stop modprobe from aborting
from an assertion because of some invalid but common configuration
directives. (Closes: #674110)
* Removed the nfs4 alias from aliases.conf as requested by the kernel
team. (Closes: #683972)
* Removed the unnecessary build-dependency on perl. (Closes: #697750)
-- Marco d'Itri <md@linux.it> Sun, 07 Apr 2013 18:19:01 +0200
kmod (9-2) unstable; urgency=low
* Backported upstream fixes to make modprobe work like in module-init-tools
and not load a blacklisted module even if modprobe is invoked with one of
its aliases.
* Report an error when some .bin files do not exist. (Closes: #684901)
* Really build the udeb with -Os -fomit-frame-pointer.
-- Marco d'Itri <md@linux.it> Mon, 27 Aug 2012 00:40:18 +0200
kmod (9-1) unstable; urgency=medium
* New upstream release.
-- Marco d'Itri <md@linux.it> Mon, 25 Jun 2012 02:48:38 +0200
kmod (8-2) unstable; urgency=medium
* Implemented systemd-compatible processing of modules-load.d directories,
courtesy of Josh Triplett. (Closes: #672960)
* Properly fix kmod on ia64 with backported patch commit-d30319e.
-- Marco d'Itri <md@linux.it> Sun, 20 May 2012 23:19:47 +0200
kmod (8-1) unstable; urgency=medium
* New upstream release. Fixes:
+ An unclear error message. (Closes: #668216)
* Moved libkmod.pc to the multiarch directory. (Closes: #670005)
* Do not warn about a missing modules.builtin file for kernel versions
< 2.6.33. (Closes: #670965)
* Removed patch work_around_linking_issues, which is properly fixed by
upstream patch commit-9625375.
* Made the init script exit without processing /etc/modules if the
/etc/modules-load.d/modules.conf symlink exists.
-- Marco d'Itri <md@linux.it> Mon, 14 May 2012 02:45:06 +0200
kmod (6-2) unstable; urgency=low
* Applied a few upstream changesets to fix:
+ depmod correctly processing a kernel versions different from the
running one. (Closes: #662891)
+ modprobe -q still too much verbose. (Closes: #662822)
+ modprobe -r removing only the first argument. (Closes: #662984)
* Restored the code from the old module-init-tools package which deletes
obsolete conffiles. Abort upgrading from releases older than lenny.
(Closes: #663159)
-- Marco d'Itri <md@linux.it> Fri, 16 Mar 2012 02:21:00 +0100
kmod (6-1.1) unstable; urgency=low
* Non-maintainer upload with maintainer approval.
* Work around FTBFS on ia64 (probable toolchain bug) due to undefined
references to kmod_log when linking tools/kmod: Add libkmod-private.la
to kmod's LDADD variable to ensure that linking happens properly.
+ Patch: work_around_linking_issues; tested on merulo.
-- Cyril Brulebois <kibi@debian.org> Wed, 07 Mar 2012 01:40:37 +0000
kmod (6-1) unstable; urgency=low
* New upstream release. Fixes:
+ Documented the modprobe.blacklist parameter. (Closes: #630338)
-- Marco d'Itri <md@linux.it> Sat, 03 Mar 2012 16:53:33 +0100
kmod (5-2) experimental; urgency=high
* Added patch check_if_exists to fix loops caused by install directives.
(Closes: #659838)
-- Marco d'Itri <md@linux.it> Sun, 19 Feb 2012 13:07:21 +0100
kmod (5-1) experimental; urgency=low
* New upstream release. (Closes: #659195)
-- Marco d'Itri <md@linux.it> Sun, 12 Feb 2012 04:48:24 +0100
kmod (3-1) experimental; urgency=low
* Initial release. (Closes: #652284)
* When replacing module-init-tools:
- /etc/modules is preserved
- /etc/modprobe.d/aliases.conf is deleted if unmodified, otherwise it
is renamed to aliases-m-i-t.conf and will be used by kmod
- /etc/init.d/module-init-tools is deleted if unmodified, otherwise it
is renamed to /etc/init.d/module-init-tools.dpkg-bak
-- Marco d'Itri <md@linux.it> Sun, 08 Jan 2012 20:47:12 +0100
|