Ubuntu Archive Auto-Sync
katie at jackass.ubuntu.com
Tue Oct 25 20:25:09 CDT 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Origin: Debian/unstable
Format: 1.7
Date: Wed, 26 Oct 2005 01:38:33 +0100
Source: kfreebsd-5
Binary: kfreebsd-image-5.4-1-586, kfreebsd-source-5.4, kfreebsd-image-5-486, kfreebsd-headers-5-686, kfreebsd-headers-5-586, kfreebsd-headers-5.4-1-686-smp, kfreebsd-headers-5-686-smp, kfreebsd-headers-5-486, kfreebsd-image-5-686, kfreebsd-image-5.4-1-486, kfreebsd-image-5.4-1-686, kfreebsd-image-5.4-1-686-smp, kfreebsd-image-5-586, kfreebsd-headers-5.4-1, kfreebsd-headers-5.4-1-686, kfreebsd-image-5-686-smp, kfreebsd-headers-5.4-1-486, kfreebsd-headers-5.4-1-586
Architecture: source
Version: 5.4-5
Distribution: dapper
Urgency: high
Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
Changed-By: Ubuntu Archive Auto-Sync <katie at jackass.ubuntu.com>
Closes: 267447 304766 312524 322197 323155 323155 332836 332897 334228 334228 334357
Changes:
kfreebsd-5 (5.4-5) unstable; urgency=low
.
* Removed 901_config.diff (closes: bug#334357).
.
kfreebsd-5 (5.4-4) unstable; urgency=low
.
* Build with "-march= -O -pipe" (Really closes: bug#334228).
.
kfreebsd-5 (5.4-3) unstable; urgency=low
.
* Use -mtune instead of -march (closes: bug#334228).
.
kfreebsd-5 (5.4-2) unstable; urgency=low
.
* Enabled 586 and 686 CPUs support on the 486 flavour and 686 CPUs
support on the 586 flavour (closes: bug#332836).
* Use -march to optimize flavours (closes: bug#332897).
.
kfreebsd-5 (5.4-1) unstable; urgency=low
.
[ Robert Edmonds ]
* New upstream version pulled from RELENG_5 CVSup.
* Re-instated 900_devfs_perm_fixes.diff.
.
[ Aurelien Jarno ]
* Removed non-free sources (see copyright).
* Make kfreebsd-image-5.4 depends on kldutils.
* Build 4 flavours: 486, 586, 686, 686-smp
* Fixed the movl instruction to make the kernel buildable with the
new binutils.
.
kfreebsd-5 (5.3-6) unstable; urgency=low
.
* Changed SCSI_DELAY to 2000. Users that need a longer time could
change this value in /boot/loader.conf (closes: bug#323155).
.
kfreebsd-5 (5.3-5) unstable; urgency=low
.
* Enabled atapicam driver (closes: bug#323155).
* Allow the kernel to execve ET_DYN files.
.
kfreebsd-5 (5.3-4) unstable; urgency=low
.
* Added OSS_GETVERSION ioctl. Patch from Robert Millan (closes:
bug#322197)
.
kfreebsd-5 (5.3-3) unstable; urgency=low
.
* Fixed the generation of the preinst script.
.
kfreebsd-5 (5.3-2) unstable; urgency=low
.
[ Aurelien Jarno ]
* Provide the kernel sources as /usr/src/kfreebsd-source-5.3.tar.bz2
* Change the owner of the files inside kfreebsd-source-5.3.tar.bz2 to
root:src.
* Build a binary package kfreebsd-image-5.3 containing the kernel.
* Build a binary package kfreebsd-headers-5.3 containing the headers.
* Don't create kfreebsd.gz in postinst.
* Make the kfreebsd-source-5.3 buildable on non GNU/kFreeBSD systems.
* Added an abiname field.
.
[ Guillem Jover ]
* debian/rules:
- Use DEB_HOST_ARCH_CPU instead if DEB_HOST_GNU_CPU, fix amd64.
- Use SRC_PACKAGE instead of the tarball name.
- Use make -C option instead of "cd".
* General indentation fixes.
.
[ Robert Millan ]
* Put some drivers as modules.
.
kfreebsd-5 (5.3-1) unstable; urgency=low
.
* Match linux kernel naming scheme:
- Renamed source package to kfreebsd-5.
- Renamed kfreebsd5-source to kfreebsd-source-5.
* Fix ipsec vulnerability (FreeBSD-SA-05:19.ipsec /
* CAN-2005-2359).
- patches/017_ipsec.diff
.
kfreebsd5-source (5.3-17) unstable; urgency=high
.
* Fix devfs ruleset bypass (FreeBSD-SA-05:17.devfs / CAN-2005-2218).
- patches/016_devfs.diff
.
kfreebsd5-source (5.3-16) unstable; urgency=low
.
* Fixed path of some patches.
* Don't change the build-dependencies at build-time.
* Bumped Standard-Version to 3.6.2.
.
kfreebsd5-source (5.3-15) unstable; urgency=low
.
* Fix TCP denial of service (FreeBSD-SA-05:15.tcp / CAN-2005-0356).
- patches/015_tcp_dos.diff: New. Patch from upstream.
.
kfreebsd5-source (5.3-14) unstable; urgency=low
.
* Provides kfreebsd-source instead of kernel-source (closes: bug#312524).
.
kfreebsd5-source (5.3-13) unstable; urgency=low
.
* Changed to a team maintained package.
.
kfreebsd5-source (5.3-12) unstable; urgency=low
.
* New maintainer. Thanks to Robert Millan for his great job.
* Added 014_ip_packed.diff to fix the build of MySQL on GNU/kFreeBSD.
.
kfreebsd5-source (5.3-11) unstable; urgency=low
.
* Workaround hyperthreading CPU bug (FreeBSD-SA-05:09.htt / CAN-2005-0109).
- patches/013_hyperthreading_wa.diff: New. Patch from upstream.
.
kfreebsd5-source (5.3-10) unstable; urgency=high
.
* Fix permissions in /dev/iir (FreeBSD-SA-05:06.iir / CAN-2005-1399).
- patches/010_iir_perms.diff: New. Patch from upstream.
* Fix memory leak in i386_get_ldt (FreeBSD-SA-05:07.ldt / CAN-2005-1400).
- patches/011_ldt_memleak.diff: New. Patch from upstream.
* Fix generic memory leak (FreeBSD-SA-05:08.kmem / CAN-2005-1406).
- patches/012_kmem_memleak.diff: New. Patch from upstream.
.
kfreebsd5-source (5.3-9) unstable; urgency=low
.
* Fix memory leak in ifconf (FreeBSD-SA-05:04.ifconf / Closes: #304766).
- patches/009_ifconf_memleak.diff: New. Patch from upstream.
.
kfreebsd5-source (5.3-8) unstable; urgency=low
.
* First upload to Debian. (Closes: #267447)
.
kfreebsd5-source (5.3-7) unreleased; urgency=low
.
* Fix memory leak in sendfile (FreeBSD-SA-05:02.sendfile / CAN-2005-0708).
- patches/008_sendfile_memleak.diff: New. Patch from upstream.
.
kfreebsd5-source (5.3-6) unreleased; urgency=low
.
* control.in.in: s/Build-Depends/&-Indep/g.
* control.in.in (Section): Set to "devel".
.
kfreebsd5-source (5.3-5) unreleased; urgency=low
.
* patches/007_proc_mounts.diff: New. Rename /proc/mtab to /proc/mounts.
.
kfreebsd5-source (5.3-4) unreleased; urgency=low
.
* rules: Use patchsys to test patches on every build.
.
kfreebsd5-source (5.3-3) unreleased; urgency=low
.
* Misc cleanup.
* patches/007_cpu_class.diff: New. Detect i*86 subarches in uname.
.
kfreebsd5-source (5.3-2) unreleased; urgency=low
.
* Grow Sysv IPC limits to reasonable values as advised in
postgresql documentation (kernel-resources.html#SYSVIPC-PARAMETERS).
- patches/906_grow_sysv_ipc_limits.diff
.
kfreebsd5-source (5.3-1) unreleased; urgency=low
.
* Package split. Version rebumped.
.
kfreebsd5 (5.3+1-1) unreleased; urgency=low
.
* Add RTC (real time clock) driver implementation.
- rtc.tar.gz: New.
- rules: Build rtc.
.
kfreebsd5 (5.3-3) unreleased; urgency=low
.
* Set DEB_STRIP_EXCLUDE=/boot to avoid module inter-dependency problems.
.
kfreebsd5 (5.3-2) unreleased; urgency=low
.
* Fix memory leak in procfs (FreeBSD-SA-04:17.procfs / CAN-2004-1066).
- patches/006_procfs_memleak.diff: New. Patch from upstream.
.
kfreebsd5 (5.3-1) unreleased; urgency=low
.
* New upstream release.
.
kfreebsd5 (5.2.1-8) unreleased; urgency=low
.
* Bunch of miscellaneous fixes in preparation of 6.x branch split.
.
kfreebsd5 (5.2.1-7) unreleased; urgency=low
.
* Fix local memory leak vulnerability (FreeBSD-SA-04:15.syscons /
CAN-2004-0919).
- patches/000_syscons_vulnerability.diff: New. Patch from upstream.
* Fix wrong permissions in some device files.
- patches/900_devfs_perm_fixes.diff: New. Sync uids/gids of kernel devices
with debian base-passwd ones.
* Rename some patches to follow the guidelines in README.
- README: New.
- etc.
* Use cdbs debian/control autogen feature.
- control.in: Rename to control.in.in and set the @cdbs@ tag.
- rules: Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
- mk/build.mk (clean): Generate control.in from control.in.in.
.
kfreebsd5 (5.2.1-6) unreleased; urgency=low
.
* Use type-handling to auto-generate kfreebsd-gnu architecture list for dpkg.
- control.in
- mk/build.mk
* Ensure patches/003_config.diff contains a hunk for your CPU.
- mk/build.mk
* Drop Conflicts on makedev.
- control.in
* Grow ARG_MAX value to match with Linux' (Fixes FTBFS on a number of
packages).
- patches/016_grow_arg_max.diff: New.
.
kfreebsd5 (5.2.1-5) unreleased; urgency=low
.
* patches/004_version.diff.in: New. Fix version information.
* mk/build.mk: Regenerate 004_version.diff with current debian revision.
.
kfreebsd5 (5.2.1-4) unreleased; urgency=low
.
* patches/015_dev_full.diff: New. Implement /dev/full.
* control (Build-Depends): Allow flex as alternative for flex-old.
.
kfreebsd5 (5.2.1-3) unreleased; urgency=low
.
* control: Make it an Essential package.
.
kfreebsd5 (5.2.1-2) unreleased; urgency=low
.
* control (Build-Depends): Add flex-old.
* control (Depends): Nuke kfreebsd-loader.
* control (Conflicts): Add makedev.
* mk/build.mk: Add /boot/kfreebsd.gz and dummy /sbin/fsck.cd9660.
.
kfreebsd5 (5.2.1-1) unreleased; urgency=low
.
* New upstream release.
.
freebsd-kernel (5.1-1) unstable; urgency=low
.
* New source package structure. Now build-depends on freebsd-source-5.1.
* Switched to cdbs.
* Updated to version 5.1
.
freebsd-kernel (5.0-2) unstable; urgency=low
.
* Set maintainer to glibc-bsd-devel at lists.alioth.debian.org
* Added me to Uploaders.
* Turn into non-native package.
* Added missing package to Build-Depends (freebsd-gcc)
.
freebsd-kernel-5.0 (5.0-1) unstable; urgency=low
.
* Initial release.
Files:
7043906487a2599f2aaeed17cb7c682a 13152459 devel optional kfreebsd-5_5.4.orig.tar.gz
80bc17681a291ef1e7922add472317bb 1327 devel optional kfreebsd-5_5.4-5.dsc
a12942351963c0f7d011a8c3e0e2034f 34505 devel optional kfreebsd-5_5.4-5.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iQEVAwUBQ17QCQF4adwMEr3XAQJ42gf/deuycZXPlHkd7ApeDMIj8HwnUFBaz1xD
4MyTbgyDrIfqS+Y3N0gR8jkKrLMUVSEauiqICyH7WJpIHW0Pn5gsFdqCTXYS1B8s
M5eb5Ksqi1PgGX40eM7xFmgbDTl+bnP8p8YoIktlYmxUwiSzFT0tjhLcaXOpxB7e
BJthMENzRWj1O+aJtiOWQqKe6ek8Z2aSIZg4HGkP4+NQfhHdfwOq1xnHuD9GQ5o3
EDqX+Wb+N/jgWHE9cZIAjaay7kKaHq24Rs92kvgqgMnAVO4+XHx2FT0m3RumDn/F
kd1en8+vArdhYI17vh0h4SiB9KmdzNDBDtJQPDSvHSt6AB+H+4MXdA==
=LZjX
-----END PGP SIGNATURE-----
Accepted:
kfreebsd-5_5.4-5.diff.gz
to pool/universe/k/kfreebsd-5/kfreebsd-5_5.4-5.diff.gz
kfreebsd-5_5.4-5.dsc
to pool/universe/k/kfreebsd-5/kfreebsd-5_5.4-5.dsc
kfreebsd-5_5.4.orig.tar.gz
to pool/universe/k/kfreebsd-5/kfreebsd-5_5.4.orig.tar.gz
More information about the ubuntu-changes-auto
mailing list