[Python-apps-commits] r7192 - in packages/sec-wall/trunk/debian (4 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Mon Jun 13 15:04:41 UTC 2011


    Date: Monday, June 13, 2011 @ 15:04:40
  Author: nomadium-guest
Revision: 7192

* Update Build-Depends on python-zdaemon to (>= 2.0.4-5~).
* Update Description.

Modified:
  packages/sec-wall/trunk/debian/changelog
  packages/sec-wall/trunk/debian/control
  packages/sec-wall/trunk/debian/patches/series
Deleted:
  packages/sec-wall/trunk/debian/patches/02_zdaemon.diff

Modified: packages/sec-wall/trunk/debian/changelog
===================================================================
--- packages/sec-wall/trunk/debian/changelog	2011-06-13 12:58:10 UTC (rev 7191)
+++ packages/sec-wall/trunk/debian/changelog	2011-06-13 15:04:40 UTC (rev 7192)
@@ -2,4 +2,4 @@
 
   * Initial release. (Closes: #618936).
 
- -- Miguel Landaeta <miguel at miguel.cc>  Mon, 25 Apr 2011 18:51:33 -0430
+ -- Miguel Landaeta <miguel at miguel.cc>  Mon, 13 Jun 2011 07:34:56 -0430

Modified: packages/sec-wall/trunk/debian/control
===================================================================
--- packages/sec-wall/trunk/debian/control	2011-06-13 12:58:10 UTC (rev 7191)
+++ packages/sec-wall/trunk/debian/control	2011-06-13 15:04:40 UTC (rev 7192)
@@ -14,9 +14,9 @@
 Package: sec-wall
 Architecture: all
 Depends: ${python:Depends}, python-springpython, python-gevent,
- python-argparse, python-lxml, python-pesto, python-zdaemon (>= 2.0.4-4~),
+ python-argparse, python-lxml, python-pesto, python-zdaemon (>= 2.0.4-5~),
  python-pkg-resources, ${misc:Depends}
-Description: feature packed high-performance security HTTP proxy
+Description: feature packed high-performance security proxy
  sec-wall supports SSL/TLS, WSSE, HTTP Auth Basic/Digest, extensible
  authentication and authorization schemes based on custom HTTP headers
  and XPath expressions, powerful URL matching/rewriting and an

Deleted: packages/sec-wall/trunk/debian/patches/02_zdaemon.diff
===================================================================
--- packages/sec-wall/trunk/debian/patches/02_zdaemon.diff	2011-06-13 12:58:10 UTC (rev 7191)
+++ packages/sec-wall/trunk/debian/patches/02_zdaemon.diff	2011-06-13 15:04:40 UTC (rev 7192)
@@ -1,16 +0,0 @@
-Description: Use the zdaemon instance with the default supported python version
-Forwarded: no
-Last-Update: 2011-04-25
-
---- sec-wall-1.0.0.orig/src/secwall/cli.py
-+++ sec-wall-1.0.0/src/secwall/cli.py
-@@ -61,7 +61,8 @@ class _Command(object):
-         """ A somewhat higher-level wrapper for executing zdaemon's commands.
-         """
-         conf_file = os.path.abspath(os.path.join(self.config_dir, conf_file))
--        pid = self._execute_zdaemon_command(['zdaemon', '-C', conf_file, zdaemon_command])
-+        # changed to zdaemon2.6 since this is the default supported python version in Debian
-+        pid = self._execute_zdaemon_command(['zdaemon2.6', '-C', conf_file, zdaemon_command])
- 
-         if zdaemon_command == 'stop':
-             os.remove(conf_file)

Modified: packages/sec-wall/trunk/debian/patches/series
===================================================================
--- packages/sec-wall/trunk/debian/patches/series	2011-06-13 12:58:10 UTC (rev 7191)
+++ packages/sec-wall/trunk/debian/patches/series	2011-06-13 15:04:40 UTC (rev 7192)
@@ -1,2 +1 @@
 01_sec-wall_script.diff
-02_zdaemon.diff




More information about the Python-apps-commits mailing list