------------------------------------------------------------------- Mon May 11 20:09:37 UTC 2020 - Michael Gorse - Add system-config-printer-pycups-makefile-version.patch. There was a missing define for the VERSION macro for the 'make install' case of pycups. - Added system-config-printer-bnc783488-cups-pk-helper-CVE-2012-4510.patch. This fixes cups-pk-helper so that the setuid helper for PolicyKit will not have the ability to read and write any file on the system; just the calling user's files (bsc#783488 CVE-2012-4510). ------------------------------------------------------------------- Fri Feb 17 23:43:17 UTC 2012 - mgorse@suse.com - Backport upstream fixes for Samba authentication. Fix Bnc#590397. ------------------------------------------------------------------- Fri Dec 23 20:40:07 UTC 2011 - stshaw@suse.com - Backported patches from openSUSE thanks to vuntz. + Add system-config-printer-subprocess-no-shell.patch: avoid escaping issues when running commands. Fix bnc#735322. Add system-config-printer-no-openprinting.patch: this disables + the feature where PPD drivers can be downloaded from OpenPrinting.org. See discussion in bnc#733542. As a side-effect, this fixes CVE-2011-4405. ------------------------------------------------------------------- Fri Feb 4 16:02:33 CET 2011 - ro@suse.de - refresh patches to remove fuzz ------------------------------------------------------------------- Tue Sep 21 10:25:00 UTC 2010 - fjkong@novell.com - Added system-config-printer-bnc623894-cups-server-error.patch, to fix bnc#623894. ------------------------------------------------------------------- Mon May 31 10:50:34 UTC 2010 - bili@novell.com - Add system-config-printer-bnc596445-global-notification.patch, make the notification global, this patch depends on system-config-printer-cups-autoconfig-notifications.patch (bnc#596445,swampid#33716). ------------------------------------------------------------------- Thu Apr 1 15:10:03 CST 2010 - dliang@novell.com - Add system-config-printer-setup-printer.patch to fix bnc#523157 and bnc#592554, patch taken from upstream to add an 'setup-printer' option to setup a new printer by command line. ------------------------------------------------------------------- Mon Nov 30 17:10:24 CST 2009 - dliang@novell.com - Add system-config-printer-remove-smb-auth-dialog.patch: patch taken from upstream to fix bnc#484966 and bnc#484967 ------------------------------------------------------------------- Tue Feb 24 20:42:39 CET 2009 - vuntz@novell.com - Add system-config-printer-bnc474997-unicode-exception.patch: patch taken from upstream to fix an unicode decode exception. Fix bnc#474997. - Add system-config-printer-bnc456110-non-blocking-probe.patch: make the probing code non-blocking for the UI. Fix bnc#456110. ------------------------------------------------------------------- Fri Feb 20 15:18:01 CET 2009 - sbrabec@suse.cz - Fixed menu path to Firewall tool (bnc#442106). - Enabled gnome-patch-translation (bnc#442106). ------------------------------------------------------------------- Tue Jan 27 00:50:33 CET 2009 - vuntz@novell.com - Add cups-pk-helper-bnc468389-dbus-send-dest.patch and system-config-printer-bnc468379-dbus-send-dest.patch to add send_destination in the dbus policies. Fix bnc#468379 and bnc#468387. ------------------------------------------------------------------- Tue Dec 16 19:34:57 CET 2008 - coolo@suse.de - require lang subpackage ------------------------------------------------------------------- Fri Nov 21 08:00:01 CET 2008 - vuntz@novell.com - Update cups-pk-helper to 0.0.3 (there is no upstream project, but I still version the code): + make various checks to be sure that the arguments passed over dbus are valid. + fix a major issue with many options never being changed + implement various dbus methods that were missing until there, so that the old authentication dialog never appears. + add more fine-grained PolicyKit policies. This is actually needed for bnc#439286. - Update system-config-printer-policykit.patch to match the cups-pk-helper update. - Drop cups-pk-helper-acceptjobs.patch (fixed in 0.0.3). - Add system-config-printer-more-checks.patch, to avoid a few uncaught exceptions. ------------------------------------------------------------------- Tue Oct 28 03:10:10 CET 2008 - vuntz@novell.com - Add system-config-printer-prefill-name-descr.patch to prefill name and description of new printers. Fix bnc#433633. ------------------------------------------------------------------- Mon Oct 27 14:48:16 CET 2008 - vuntz@novell.com - Add cups-pk-helper-acceptjobs.patch to make cups-pk-helper correctly handle AcceptJobs requests. This is essential to have new printers configured with system-config-printer working. Fix bnc#433634. - Add system-config-printer-hide-my-default-printer.patch to hide my-default-printer from the menus. Note that system-config-printer already provides this functionality. - Update system-config-printer-policykit.patch so that we don't show the old password prompt after changing something in a printer. - Obsoletes gnome-cups-manager. No Provides, since it's not the same application... ------------------------------------------------------------------- Fri Oct 24 00:11:17 CEST 2008 - vuntz@novell.com - Add system-config-printer-cups-autoconfig-notifications.patch. We display notifications for printers automatically configured by cups-autoconfig. This is the missing piece for dropping gnome-volume-manager. ------------------------------------------------------------------- Fri Oct 17 18:26:37 CEST 2008 - vuntz@novell.com - Update to version 1.0.8: + Handle IPP_FORBIDDEN. + Use modelName from custom PPD to suggest name for new printer. + Avoid display problem with installable options. + Better matching for Lexmark printers. + Catch exceptions from advanced server settings dialog. + Added some missing OpenPrinting query fields. + Jockey support added. + Updated translations. (summary of changes taken from the Fedora package) - Remove system-config-printer-forbidden.patch: fixed upstream. - Add pysmbc-bnc433994-crash.patch to potentially fix a crash when browsing smb printers. Should fix bnc#433994. - Add system-config-printer-git1.0.x.patch to include fixes from the 1.0.x branch. This fixes some crashes, and some SMB authentication issues. Should fix bnc#433992. - Add system-config-printer-git1.0.x-po.patch to include updated translations from the 1.0.x branch. - Update system-config-printer-icon-brp-friendly.patch. ------------------------------------------------------------------- Thu Oct 16 15:11:06 CEST 2008 - vuntz@novell.com - Add more categories to my-default-printer.desktop and system-config-printer.desktop so that they appear in the control center. Fix bnc#433605. ------------------------------------------------------------------- Fri Oct 3 16:07:07 CEST 2008 - vuntz@novell.com - Use %{py_sitedir} instead of %{_libdir}/python*/site-packages ------------------------------------------------------------------- Fri Sep 26 14:23:41 CEST 2008 - vuntz@novell.com - Implement fate#4161 and fate#4162: + add cups-pk-helper, which is a PolicyKit helper implementing some parts of the API exposed by pycups. + add system-config-printer-policykit.patch that adds a "backend" for system-config-printer to use cups-pk-helper to do the CUPS calls. - It's been discussed a bit with upstream, but no agreement was reached on this so far. The patch is not intrusive, so it's the best solution right now. I'll try to push it again upstream. ------------------------------------------------------------------- Wed Sep 17 16:51:40 CEST 2008 - vuntz@suse.de - Copy the printer icon from gnome-icon-theme and use it as system-config-printer in all desktop files. Add system-config-printer-icon-brp-friendly.patch for this. - Clean up packaging, and use fdupes. ------------------------------------------------------------------- Wed Sep 10 04:30:50 CEST 2008 - vuntz@suse.de - Push to Factory. ------------------------------------------------------------------- Fri Sep 5 16:33:18 CEST 2008 - vuntz@novell.com - Add missing system-config-printer-forbidden.patch. - Add system-config-printer-install-python.patch to install python files where they should live. Also fixes the issue where the programs couldn't be run (because they were not +x). ------------------------------------------------------------------- Fri Sep 5 12:08:23 CEST 2008 - vuntz@novell.com - Update to version 1.0.7. + See ChangeLog for details. - Update pycups to 1.9.42 and pysmbc to 1.0.5. - Remove pysmbc-debug.patch (fixed upstream) and take system-config-printer-forbidden.patch from Fedora package. ------------------------------------------------------------------- Wed Aug 27 23:16:03 CEST 2008 - vuntz@novell.com - Update to version 1.0.6. + See ChangeLog for details. ------------------------------------------------------------------- Wed Jul 30 21:08:25 CEST 2008 - vuntz@novell.com - Import package, based on the one from fedora and one the one on from home:chrismrivera in the build service.