[Pkg-cups-devel] r333 - in cupsys/branches/cups-1.2-ubuntu/debian: patches

Martin Pitt mpitt at costa.debian.org
Mon Jul 24 09:23:36 UTC 2006


Author: mpitt
Date: Mon Jul 24 09:23:35 2006
New Revision: 333

Added:
   cupsys/branches/cups-1.2-ubuntu/debian/patches/ubuntu-disable-browsing.dpatch   (contents, props changed)
Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/patches/00list

Log:
* Add debian/patches/ubuntu-disable-browsing.dpatch: Disable browsing by
  default to avoid open port and stay compatible to previous releases.

Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Mon Jul 24 09:23:35 2006
@@ -23,8 +23,10 @@
   * debian/local/enable_{sharing,browsing}, {sharing,browsing}_status: Adapt
     to new single configuration file format.
   * debian/rules: Clean cups/raster.h symlink to unbreak source package build.
+  * Add debian/patches/ubuntu-disable-browsing.dpatch: Disable browsing by
+    default to avoid open port and stay compatible to previous releases.
 
- -- Martin Pitt <martin.pitt at ubuntu.com>  Mon, 24 Jul 2006 11:16:27 +0200
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Mon, 24 Jul 2006 11:20:04 +0200
 
 cupsys (1.2.1-4) unstable; urgency=medium
 

Modified: cupsys/branches/cups-1.2-ubuntu/debian/patches/00list
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/patches/00list	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/patches/00list	Mon Jul 24 09:23:35 2006
@@ -28,3 +28,4 @@
 60_device_uri.dpatch
 58_cupsd.conf-AllowLocal.dpatch
 ubuntu-nowebadmin.dpatch
+ubuntu-disable-browsing.dpatch

Added: cupsys/branches/cups-1.2-ubuntu/debian/patches/ubuntu-disable-browsing.dpatch
==============================================================================
--- (empty file)
+++ cupsys/branches/cups-1.2-ubuntu/debian/patches/ubuntu-disable-browsing.dpatch	Mon Jul 24 09:23:35 2006
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## ubuntu-disable-browsing.dpatch by  <martin.pitt at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad cups-1.2-ubuntu~/conf/cupsd.conf.in cups-1.2-ubuntu/conf/cupsd.conf.in
+--- cups-1.2-ubuntu~/conf/cupsd.conf.in	2006-04-23 23:46:38.000000000 +0200
++++ cups-1.2-ubuntu/conf/cupsd.conf.in	2006-07-24 11:19:21.000000000 +0200
+@@ -18,7 +18,7 @@
+ @CUPS_LISTEN_DOMAINSOCKET@
+ 
+ # Show shared printers on the local network.
+-Browsing On
++Browsing Off
+ BrowseOrder allow,deny
+ BrowseAllow @LOCAL
+ 



More information about the Pkg-cups-devel mailing list