summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-03-31Merge git://anonscm.debian.org/pkg-utopia/consolekitIgor Pashev5-8/+97
Conflicts: debian/changelog debian/control debian/patches/series
2014-04-23add missing misc_kfreebsd_fixes.diffMartin Pitt1-0/+71
2014-04-23Import 0.4.6-4 upload which wasn't committed to gitMartin Pitt2-3/+4
* Change Maintainer to myself as per Michael's invitation (https://lists.debian.org/debian-bsd/2014/02/msg00224.html) * Fix VT switching and credential checks on GNU/kFreeBSD. (Closes: #734070) * Use Linux versions of ck-system-restart and ck-system-stop on GNU/kFreeBSD.
2014-04-23Add 04-long_device_names.patch: Allow for device names longer than 16 ↵Martin Pitt2-0/+16
characters. Thanks to Aleix Conchillo Flaqué for the patch. LP: #1130923
2014-04-2303-cleanup_console_tags.patch: call g_dir_close() when we're doneMartin Pitt1-5/+6
Fixes a small memory leak.
2013-07-30consolekit (0.4.6-2+dyson1) unstable; urgency=lowdyson/0.4.6-2+dyson1Igor Pashev8-0/+6178
* Package for Dyson * Added build-dep: libscf-dev [illumos-any] * Refresh dbus in postinst * Use pkill in consolekit.prerm (depends on procutils | procps) * Added solaris patches: solaris/ConsoleKit-01-ck-dynamic.diff solaris/ConsoleKit-02-add-sunray-type.diff solaris/ConsoleKit-03-sol-novt.diff solaris/ConsoleKit-06-ck-history.diff solaris/ConsoleKit-07-suppress-warning.diff solaris/ConsoleKit-08-vt-switch.diff
2013-07-19Acknowledge non-maintainer upload, thanks Christoph and Petr.Michael Biebl2-0/+12
2013-07-19Remove patches which are now applied upstream.Michael Biebl3-535/+0
2012-02-24Add 00git_truncate_frequent.patch: ck-history: don't truncate --frequent ↵Martin Pitt2-0/+25
output to 8 chars. (Closes: #660171, LP: #476811)
2011-05-20New upstream bug fix release 0.4.5.Martin Pitt2-62/+0
* New upstream bug fix release. * Drop 01-retry-console-open-on-EIO.patch, included upstream.
2010-11-20Add 01-retry-console-open-on-EIO.patch: As reported in LP: #544139, ↵Martin Pitt2-0/+62
ConsoleKit sometimes fails to track the active VT. This particular case was tracked down to a race condition that happens if you try to open /dev/console while the current TTY is currently being closed. This yields an -EIO error, in which case CK should just try again. Thanks Colin Watson for the patch!
2010-11-17Remove patchesMichael Biebl5-878/+5
* Remove patches - d/p/01-fallback_no_vt_waitevent.patch (obsolete) - d/p/80-gnukfreebsd_support_configure.ac.patch (merged upstream) - d/p/debian/patches/99-autoreconf.patch (use dh-autoreconf instead)
2010-09-21Update 82-hurd_support.patchMichael Biebl1-12/+21
* debian/patches/82-hurd_support.patch - Updated for 0.4.2. - Check return value of malloc() to correctly handle OOM situations. Thanks Pino Toscano for the updated patch.
2010-09-20debian/patches/01-fallback_no_vt_waitevent.patchMichael Biebl2-0/+138
* debian/patches/01-fallback_no_vt_waitevent.patch - Add runtime check for VT_WAITEVENT and fallback to old behaviour of creating a thread for every possible VT.
2010-09-20Refresh patches.Michael Biebl2-516/+471
2010-09-20Remove patches which have been merged upstream.Michael Biebl4-108/+0
- debian/patches/01-dont_daemonize_when_activated.patch - debian/patches/02-dont_take_bus_name_until_ready.patch - debian/patches/04-dont_fail_with_invalid_seats_file.patch
2010-01-12Don't segfault when reading an invalid seats fileMichael Biebl2-0/+20
* debian/patches/04-dont_fail_with_invalid_seats_file.patch - Don't segfault when reading an invalid seats file and ck_seat_new_from_file returns NULL. (Closes: #561106)
2010-01-12Fix race when being activated by a call on the manager objectMichael Biebl2-0/+61
* debian/patches/02-dont_take_bus_name_until_ready.patch - Claim bus name after registering the manager object. This fixes a race when being activated by a method call on the manager object, where ConsoleKit gets started but the method call fails. (Closes: #561592) Patch pulled from upstream Git.
2010-01-12Refresh patch to apply cleanlyMichael Biebl1-7/+7
2010-01-12Replace our D-Bus activation fix with a patch pulled from upstreamMichael Biebl3-31/+28
* debian/patches/01-dont_daemonize_when_activated.patch - Don't daemonize when being activated by D-Bus. D-Bus service activation does not (yet) handle forking daemons properly. Patch pulled from upstream Git. * debian/patches/04-defer_daemonizing.patch - Drop this patch, obsoleted by 01-dont_daemonize_when_activated.patch.
2009-11-05Refresh 99-autoreconf.patch to apply cleanly.Michael Biebl1-247/+528
2009-10-26Add upstream bug number for 82-hurd_support.patchMichael Biebl1-0/+1
2009-10-26Run autoreconfMichael Biebl2-0/+493
* debian/patches/99-autoreconf.patch - Run autoreconf as 82-hurd_support.patch changes the build system.
2009-10-26Remove 81-gnukfreebsd_support_pseudo_run_autoconf.patchMichael Biebl2-14/+0
Will be replaced by 99-autoreconf.patch
2009-10-26Add support for GNU/Hurd. (Closes: #552393)Michael Biebl2-0/+492
* debian/patches/82-hurd_support.patch - Add support for GNU/Hurd. (Closes: #552393) The patch adds a sysdeps-gnu backend, which implements the process management using Hurd's libps, the *ttyent API for the part of the console implementation and the rest using similar (valid) approaches of other backends. Also, it fixes the PATH_MAX usage in pam-ck-connector/pam-ck-connector.c by using a variable-length malloc'ed buffer. Thanks to Pino Toscano for the patch.
2009-10-05delete 08-fix-double-close.patch (obsolete)Martin Pitt1-31/+0
2009-10-02Refresh patch to apply cleanlyMichael Biebl1-6/+6
2009-10-02Drop patchesMichael Biebl9-753/+0
* Drop patches - 04-consolekit_park.patch (obsolete, not used) - 05-dbus_policy.patch (merged upstream) - 05-pam-add-nox11.patch (merged upstream) - 06-xmlto_skip_validation.patch (fixed upstream, doc is valid xml now) - 08-fix-double-close.patch (merged upstream) - 09-directory-handle-leak.patch (merged upstream) - 10-file_monitor_remove_watch_crash.patch (merged upstream) - 11-unref-dbus-proxy.patch (merged upstream) - 12-allow-get-sessions.patch (merged upstream)
2009-07-14Imported Debian patch 0.3.0-1debian/0.3.0-1Michael Biebl14-177/+655
2009-07-14Imported Debian patch 0.2.10-4debian/0.2.10-4Michael Biebl2-0/+189
2009-07-14Imported Debian patch 0.2.10-3debian/0.2.10-3Michael Biebl4-0/+36
2009-07-14Imported Debian patch 0.2.10-2debian/0.2.10-2Michael Biebl1-2/+2
2009-07-14Imported Debian patch 0.2.10-1debian/0.2.10-1Michael Biebl4-0/+209