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
|
corekeeper (1.7) unstable; urgency=medium
* Do not use a world-writable /var/crash with the dumper script
and fix the permissions on upgrade as dpkg doesn't do that.
(Closes: #924397) (See-also: #515211)
* Handle older versions of the Linux kernel in a safer way
(Closes: #924398)
* Harden ownership determination and core file names
* Do not truncate core names for executables with spaces
* Update VCS URLs from alioth to salsa
-- Paul Wise <pabs@debian.org> Sat, 04 May 2019 14:53:44 +0800
corekeeper (1.6) unstable; urgency=medium
* Prevent installation with other core dump handlers:
http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/2015-November/009344.html
* Bump Standards-Version, no changes needed
-- Paul Wise <pabs@debian.org> Thu, 12 Nov 2015 00:44:26 +0800
corekeeper (1.5) unstable; urgency=low
* Print new cores, deleted cores then old cores
* Don't use systemctl unless systemd is running as init
* Bump debhelper compat to 9
* Fix typo: extra -a in the call to test
* Bump Standards-Version, no changes needed
-- Paul Wise <pabs@debian.org> Thu, 21 Nov 2013 08:28:22 +0800
corekeeper (1.4) unstable; urgency=low
* Set core patterns before setuid options (Closes: #708128)
-- Paul Wise <pabs@debian.org> Sat, 25 May 2013 16:42:16 +0800
corekeeper (1.3) unstable; urgency=low
* Fix purging the package (Closes: #706372)
-- Paul Wise <pabs@debian.org> Mon, 29 Apr 2013 17:47:54 +0800
corekeeper (1.2) unstable; urgency=low
* Bump version number higher than the previous package in Debian
* Fix a typo in the postinst script
-- Paul Wise <pabs@debian.org> Thu, 25 Apr 2013 19:30:02 +0800
corekeeper (1.1) unstable; urgency=low
[ Ben Pfaff ]
* Eliminate dependency on tmpreaper, by deleting stale core files from
/var/log/core by hand. (incidentally Closes: #603360)
* debian/copyright: Fix punctuation.
* Properly implement Lintian override for directory permissions.
* Switch from an init script to sysctl (from Paul Wise <pabs@debian.org>).
[ Paul Wise ]
* Re-upload to Debian (Closes: #695901)
* Change the maintainer to me, Ben doesn't have time
* Moved the git repository to collab-maint
* Use maintscript support from dh_installdeb for maintainer scripts
* Package complies with policy 3.9.4
* Use dh --parallel
* Add support for kFreeBSD (Closes: #602946)
* Use the full path to the executable
* Use less commands in the cron job
* Hide core filenames for privacy on multi-user systems
* Exit the cron job when the package has been removed but not purged
* Activate the sysctl settings on package installation and upgrade on Linux
* Re-write the package description
* The packaging has been completely rewritten, update copyright
* Delete all remaining core files and directories on removal and purge
* Switch from /var/log/core to the more FHS compliant /var/crash
* Do not use shell metacharacters in core filenames
* Name the core files *.core to differentiate them from other
files in /var/crash like Linux kernel crashdumps.
* Move corekeeper-dump to /var/lib since it is only run by the Linux
kernel and not by any users or sysadmins.
* Do as much as possible to turn off the effects of corekeeper when
the package is removed or purged.
-- Paul Wise <pabs@debian.org> Thu, 25 Apr 2013 17:16:11 +0800
corekeeper (1.0) unstable; urgency=low
* Initial Release.
-- Ben Pfaff <pfaffben@debian.org> Wed, 10 Nov 2010 10:03:37 -0800
|