Your message dated Sat, 12 Jul 2014 11:25:29 +0000
with message-id <[email protected]>
and subject line Bug#614509: fixed in viewvc 1.1.22-1
has caused the Debian Bug report #614509,
regarding Please update to ViewVC 1.1.22; package available from the ZAP Group
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
614509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614509
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: viewvc
Severity: wishlist

Dear David,

Thanks for using my work in releasing ViewVC 1.1.5-1 for Debian; I'm
glad you found it useful!  For some reason, I didn't receive mail
from bug #575777; I was in Russia (!) at the time and out of e-mail
contact: perhaps the mail was accidentally rejected as spam.

I note that upstream have released a new version of ViewVC, 1.1.9.
I have already packaged this for the ZAP Group and am using it
successfully on my server.  I am including the diff of the debian
directory between 1.1.5-1.1 and 1.1.9-0.1zg1 (my version).  You can
also download the full source to the packages, if you wish:

  
ftp://ftp.zap.org.au/pub/debian/dists/zapgroup-sid/main/source/viewvc_1.1.9-0.1zg1.dsc
  
ftp://ftp.zap.org.au/pub/debian/dists/zapgroup-sid/main/source/viewvc_1.1.9-0.1zg1.diff.gz
  
ftp://ftp.zap.org.au/pub/debian/dists/zapgroup-sid/main/source/viewvc_1.1.9.orig.tar.gz

Alternatively, you can use the following lines in
/etc/apt/sources.list:

  deb     ftp://ftp.zap.org.au/pub/debian zapgroup-sid main
  deb-src ftp://ftp.zap.org.au/pub/debian zapgroup-sid main

You can replace "zapgroup-sid" with "zapgroup-squeeze" or
"zapgroup-maverick" as appropriate.

Highlights of my changes:

* ViewVC 1.1.9 packaged (new functionality and also some bug fixes)
* Patches in debian/patches refreshed for 1.1.9

Thanks in advance for your work!

Yours truly,

John Zaitseff

-- 
John Zaitseff                    ,--_|\    The ZAP Group
Phone:  +61 2 9643 7737         /      \   Sydney, Australia
E-mail: [email protected]   \_,--._*   http://www.zap.org.au/
                                      v
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/changelog tags/1.1.9-0.1zg1/debian/changelog
--- upstream/1.1.5-1.1/debian/changelog	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/changelog	2011-02-22 11:58:09.000000000 +1100
@@ -1,3 +1,18 @@
+viewvc (1.1.9-0.1zg1) unstable; urgency=low
+
+  * New upstream release, packaged for the ZAP Group package repository.
+  * Resynchronised the debian directory with the official Debian version:
+    imported files from version 1.1.5-1.1:
+    - Moved to the official Debian version of debian/changelog,
+      debian/control, debian/NEWS, debian/README.source (added),
+      debian/viewcvs.link (removed) and debian/viewcvs.postrm (removed).
+    - Updated the debian/patches directory for ViewVC 1.1.9: refreshed
+      01-robots-support, 90-viewvc-install-debian-paths,
+      91-viewvc-conf-debian-custom, 92-no_strings_in_raise (added); removed
+      rev2369 as it is already applied in ViewVC 1.1.9.
+
+ -- John Zaitseff <[email protected]>  Tue, 22 Feb 2011 10:33:43 +1100
+
 viewvc (1.1.5-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/control tags/1.1.9-0.1zg1/debian/control
--- upstream/1.1.5-1.1/debian/control	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/control	2011-02-22 11:58:09.000000000 +1100
@@ -1,7 +1,7 @@
 Source: viewvc
 Section: vcs
 Priority: optional
-Maintainer: David Martínez Moreno <[email protected]>
+Maintainer: John Zaitseff <[email protected]>
 Build-Depends-Indep: python, python-subversion, python-support (>= 0.8)
 Build-Depends: debhelper (>= 7), quilt
 Standards-Version: 3.8.4
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/patches/01-robots-support tags/1.1.9-0.1zg1/debian/patches/01-robots-support
--- upstream/1.1.5-1.1/debian/patches/01-robots-support	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/patches/01-robots-support	2011-02-22 11:58:09.000000000 +1100
@@ -1,7 +1,7 @@
 Index: trunk/bin/cgi/viewvc.cgi
 ===================================================================
---- trunk.orig/bin/cgi/viewvc.cgi	2010-03-31 11:48:35.000000000 +1100
-+++ trunk/bin/cgi/viewvc.cgi	2010-03-31 11:57:56.000000000 +1100
+--- trunk.orig/bin/cgi/viewvc.cgi	2011-02-22 10:10:10.000000000 +1100
++++ trunk/bin/cgi/viewvc.cgi	2011-02-22 10:11:36.000000000 +1100
 @@ -47,6 +47,17 @@
                                                    "../../../lib")))
  
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/patches/90-viewvc-install-debian-paths tags/1.1.9-0.1zg1/debian/patches/90-viewvc-install-debian-paths
--- upstream/1.1.5-1.1/debian/patches/90-viewvc-install-debian-paths	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/patches/90-viewvc-install-debian-paths	2011-02-22 11:58:09.000000000 +1100
@@ -1,11 +1,11 @@
 Index: trunk/viewvc-install
 ===================================================================
---- trunk.orig/viewvc-install	2010-03-31 19:36:34.000000000 +1100
-+++ trunk/viewvc-install	2010-03-31 20:00:56.000000000 +1100
-@@ -49,10 +49,10 @@
- FILE_INFO_LIST = [
-     ("bin/cgi/viewvc.cgi",        "bin/cgi/viewvc.cgi",        0755, 1, 0, 0),
-     ("bin/cgi/query.cgi",         "bin/cgi/query.cgi",         0755, 1, 0, 0),
+--- trunk.orig/viewvc-install	2011-02-22 10:10:09.000000000 +1100
++++ trunk/viewvc-install	2011-02-22 10:12:35.000000000 +1100
+@@ -53,10 +53,10 @@
+     ("bin/wsgi/viewvc.fcgi",      "bin/wsgi/viewvc.fcgi",      0755, 1, 0, 0),
+     ("bin/wsgi/query.wsgi",       "bin/wsgi/query.wsgi",       0755, 1, 0, 0),
+     ("bin/wsgi/query.fcgi",       "bin/wsgi/query.fcgi",       0755, 1, 0, 0),
 -    ("bin/mod_python/viewvc.py",  "bin/mod_python/viewvc.py",  0755, 1, 0, 0),
 -    ("bin/mod_python/query.py",   "bin/mod_python/query.py",   0755, 1, 0, 0),
 -    ("bin/mod_python/handler.py", "bin/mod_python/handler.py", 0755, 1, 0, 0),
@@ -17,7 +17,7 @@
      ("bin/standalone.py",         "bin/standalone.py",         0755, 1, 0, 0),
      ("bin/loginfo-handler",       "bin/loginfo-handler",       0755, 1, 0, 0),
      ("bin/cvsdbadmin",            "bin/cvsdbadmin",            0755, 1, 0, 0),
-@@ -122,7 +122,7 @@
+@@ -126,7 +126,7 @@
      """Replace instances of the variable VAR as found in file CONTENTS
      with VALUE."""
      pattern = re.compile('^' + var + r'\s*=\s*.*$', re.MULTILINE)
@@ -26,7 +26,7 @@
      return re.sub(pattern, _escape(repl), contents)
  
  
-@@ -131,8 +131,8 @@
+@@ -135,8 +135,8 @@
      if contents[:2] == '#!':
          shbang = '#!' + sys.executable
          contents = re.sub('^#![^\n]*', _escape(shbang), contents)
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/patches/91-viewvc-conf-debian-custom tags/1.1.9-0.1zg1/debian/patches/91-viewvc-conf-debian-custom
--- upstream/1.1.5-1.1/debian/patches/91-viewvc-conf-debian-custom	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/patches/91-viewvc-conf-debian-custom	2011-02-22 11:58:09.000000000 +1100
@@ -1,7 +1,7 @@
 Index: trunk/conf/viewvc.conf.dist
 ===================================================================
---- trunk.orig/conf/viewvc.conf.dist	2010-04-01 09:34:36.000000000 +1100
-+++ trunk/conf/viewvc.conf.dist	2010-04-01 09:41:07.000000000 +1100
+--- trunk.orig/conf/viewvc.conf.dist	2011-02-22 10:10:09.000000000 +1100
++++ trunk/conf/viewvc.conf.dist	2011-02-22 10:19:05.000000000 +1100
 @@ -93,7 +93,7 @@
  ## cvs_roots = cvsroot: /opt/cvs/repos1,
  ##             anotherroot: /usr/local/cvs/repos2
@@ -18,9 +18,9 @@
 -#svn_roots =
 +#svn_roots = svn: /var/lib/svn
  
- ## root_parents:  Specifies a list of directories in which any number of
- ## repositories may reside.  Rather than force you to add a new entry
-@@ -520,7 +520,7 @@
+ ## root_parents: Specifies a list of directories under which any
+ ## number of repositories may reside.  You can specify multiple root
+@@ -540,7 +540,7 @@
  ## SEE ALSO: the [templates] configuration section, where you can
  ## override templates on a per-view basis.
  ##
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/patches/92-no_strings_in_raise tags/1.1.9-0.1zg1/debian/patches/92-no_strings_in_raise
--- upstream/1.1.5-1.1/debian/patches/92-no_strings_in_raise	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/patches/92-no_strings_in_raise	2011-02-22 11:58:09.000000000 +1100
@@ -1,8 +1,8 @@
-Index: viewvc-1.1.5/lib/vclib/ccvs/ccvs.py
+Index: trunk/lib/vclib/ccvs/ccvs.py
 ===================================================================
---- viewvc-1.1.5.orig/lib/vclib/ccvs/ccvs.py
-+++ viewvc-1.1.5/lib/vclib/ccvs/ccvs.py
-@@ -302,7 +302,7 @@ class TreeSink(rcsparse.Sink):
+--- trunk.orig/lib/vclib/ccvs/ccvs.py	2011-02-19 09:50:11.000000000 +1100
++++ trunk/lib/vclib/ccvs/ccvs.py	2011-02-22 10:26:53.000000000 +1100
+@@ -302,7 +302,7 @@
              added = added + count
              idx = idx + count
            elif command:
@@ -11,11 +11,11 @@
  
      if len(rev.number) == 2:
        rev.next_changed = changed and "+%i -%i" % (deled, added)
-Index: viewvc-1.1.5/lib/win32popen.py
+Index: trunk/lib/win32popen.py
 ===================================================================
---- viewvc-1.1.5.orig/lib/win32popen.py
-+++ viewvc-1.1.5/lib/win32popen.py
-@@ -184,7 +184,7 @@ def SpoolWorker(srcHandle, destHandle, o
+--- trunk.orig/lib/win32popen.py	2011-02-19 09:50:11.000000000 +1100
++++ trunk/lib/win32popen.py	2011-02-22 10:26:53.000000000 +1100
+@@ -184,7 +184,7 @@
          hr, data = win32file.ReadFile(srcHandle, buffer)
          #print >> SPOOL_ERROR, "ReadFile returned '%s', '%s'" % (str(hr), str(data)); SPOOL_ERROR.flush()
          if hr != 0:
@@ -24,7 +24,7 @@
          elif len(data) == 0:
            break
        except pywintypes.error, e:
-@@ -205,7 +205,7 @@ def SpoolWorker(srcHandle, destHandle, o
+@@ -205,7 +205,7 @@
          hr, bytes = win32file.WriteFile(destHandle, data)
          #print >> SPOOL_ERROR, "WriteFile() passed %i bytes and returned %i, %i" % (len(data), hr, bytes); SPOOL_ERROR.flush()
          if hr != 0 or bytes != len(data):
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/patches/rev2369 tags/1.1.9-0.1zg1/debian/patches/rev2369
--- upstream/1.1.5-1.1/debian/patches/rev2369	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/patches/rev2369	1970-01-01 10:00:00.000000000 +1000
@@ -1,10 +0,0 @@
---- a/lib/sapi.py
-+++ b/lib/sapi.py
-@@ -33,6 +33,7 @@ server = None
- # that character as-is, and sometimes needs to embed escaped values
- # into HTML attributes.
- def escape(s):
-+  s = str(s)
-   s = string.replace(s, '&', '&amp;')
-   s = string.replace(s, '>', '&gt;')
-   s = string.replace(s, '<', '&lt;')
diff -x .svn -ruNa upstream/1.1.5-1.1/debian/patches/series tags/1.1.9-0.1zg1/debian/patches/series
--- upstream/1.1.5-1.1/debian/patches/series	2011-02-22 11:56:53.000000000 +1100
+++ tags/1.1.9-0.1zg1/debian/patches/series	2011-02-22 11:58:09.000000000 +1100
@@ -2,4 +2,3 @@
 90-viewvc-install-debian-paths
 91-viewvc-conf-debian-custom
 92-no_strings_in_raise
-rev2369

--- End Message ---
--- Begin Message ---
Source: viewvc
Source-Version: 1.1.22-1

We believe that the bug you reported is fixed in the latest version of
viewvc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Martínez Moreno <[email protected]> (supplier of updated viewvc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Jul 2014 21:42:45 +0200
Source: viewvc
Binary: viewvc viewvc-query
Architecture: source all
Version: 1.1.22-1
Distribution: unstable
Urgency: medium
Maintainer: David Martínez Moreno <[email protected]>
Changed-By: David Martínez Moreno <[email protected]>
Description:
 viewvc     - web interface for CVS and/or Subversion repositories
 viewvc-query - utility to query CVS and Subversion commit database
Closes: 409864 410273 410324 614509 706096
Changes:
 viewvc (1.1.22-1) unstable; urgency=medium
 .
   * New upstream release (closes: #614509).  Main changes since last release
     (1.1.5) are:
     - Improved root look and SVN cache performance.
     - New 'max_filesize_kbytes' and 'binary_mime_types' configuration options.
     - Tarball generation improvements.
     - File content handling improvements.
     - Miscellaneous cvsdb improvements.
     - Add Basic authentication support to standalone.py.
     - The charset detection code is more robust.
     - Remote SVN views are now more performant and robust.
     - Added support for custom revision log markup rules.
     - Use Pygments lexer-guessing functionality.
     - Fixed a lot of bugs in corner cases.
   * I'm not able to see any problems with TypeError, so closes: #706096.
     Please reopen if it keeps happening.
   * There was a problem in the migration code from viewcvs into viewvc, but by
     now everyone is in viewvc 1.1, so I'm sad to say that this finally closes:
     #409864, #410273, #410324.
   * This release ships two new binaries in each package: a WSGI and a FCGI
     additionally to the normal CGI program, to give you any possible option.
   * debian/control:
     - Removed ancient Replaces and Conflicts with versions 8-10 years old.
     - Added Vcs-* fields.
     - Bumped Standards-Version to 3.9.5.
     - Rewritten Descriptions for both packages to reflect that now we ship 3
       binaries.
     - Add Depends on python, dh-python.
   * debian/patches:
     - Removed numbers from patches, remnants from the dpatch era, and appended
       .patch suffix.
     - Added DEP-3 headers to all of them.
     - Patches rev2369, rev2547, rev2551, compression-content-length,
       CVE-2012-3356, CVE-2012-3357 and CVE-2012-4533: Merged upstream.
     - Remaining patches are resynced against current tree.
     - shebang_wsgi_scripts.patch: Added to get rid of lintian warnings.
   * debian/rules: Rewritten from scratch with latest abstractions in mind,
     trying to mimic the old behavior.
   * debian/NEWS: Removed.
   * debian/source/format: Moved to 3.0 (quilt).
   * debian/compat: Bumped to 9, modified debian/control.
   * debian/watch: Added.
Checksums-Sha1:
 f70931154cea51f8a170e75ce233d1f4d875b013 1939 viewvc_1.1.22-1.dsc
 e169b2cf9ae4674f9b4d446e92234e0f7075ded6 616830 viewvc_1.1.22.orig.tar.gz
 6c2193b1deb4d65d8b398d05289dd298aaf6dcb9 19244 viewvc_1.1.22-1.debian.tar.xz
 3de11875265aa7dea7a886e66e8db053de47ca0c 532506 viewvc_1.1.22-1_all.deb
 61c3ef633c2ac41df395a01ff55200b6e3566cfc 11966 viewvc-query_1.1.22-1_all.deb
Checksums-Sha256:
 e16fb3e20b9ef090aa71c9a24d7339603dadace7bb4643ee78881b7b00c3b389 1939 
viewvc_1.1.22-1.dsc
 e41fde0088b3f4bad5cbe29cc0cfebf30c8dbe888bc1e818910d7a47174b59fa 616830 
viewvc_1.1.22.orig.tar.gz
 4947e45c7d3c1b6a68269a63e4ef40329eb99b132d37a195e19c8b461b223c42 19244 
viewvc_1.1.22-1.debian.tar.xz
 15678702f115e82814fdf9b5338b52a229cb74f4c228712e42604b68299a9a2c 532506 
viewvc_1.1.22-1_all.deb
 3fb93ee99bad8c74a072aa895007409e70121514d35cbc1839ced895bed4f6b5 11966 
viewvc-query_1.1.22-1_all.deb
Files:
 29412c24fdee6555a39230237aa81b3a 532506 vcs optional viewvc_1.1.22-1_all.deb
 fe429f05dc8fdc66596e56014918be8c 11966 vcs optional 
viewvc-query_1.1.22-1_all.deb
 f8e3017659b8b3db63821e6ec28eba1a 1939 vcs optional viewvc_1.1.22-1.dsc
 6d0a4dcf572958463ca66e0fcc2764c9 616830 vcs optional viewvc_1.1.22.orig.tar.gz
 2274faa0c3baffb79da58d8d7c7d9bd0 19244 vcs optional 
viewvc_1.1.22-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTwPY9AAoJEAdDiqCYSkVFJsMP/13nQNgxu9knddUSxPUb2Kct
J9mD+sF2BG0xVfepwdO1+u38uNQuU0qRUYoGbngYRK5bg1EaTzjpdUefZg88n2QN
rKULq13JdaBvLHqjFg/VI5y3AZ7xdhuy/EcAzDKMNaaA+if/qlf2hRp4zfGXELNW
+1FTdGbBtdR+BrEFXFeRfGX9oqpRuEsP+6r4Fzmlbrhg5i1ZtS6t0PeHhyVWjOYo
OeduamvJA24ZYGQ4WsGJ1f333DbKsn4BtNEq3Yf+e4rFgoCTOutLvpK4DzwllmAv
Tn0e2lYBqMhMnleoHNcxqOD4cjbTka1jpg3YdG2tnzgnJvuk6bl00M5GIak+li3O
O76XPOXtscaNeX1lBEm24uvo7pavuDbWJCVFLzzH4nTem8GaDYaVfQE5L1h2aj++
BQiK9CKG3m/68G9ZgoLfKVS7eV6unkDwILUCusmHGRTdWFWSojRIyD2dccG/VtvP
MFt+1SPbCxnCcMZi+fzpmvhWm9SZ98SXqCucdneu/JUBXCURWzG5TepIqsoifSB2
eoSDD+ZMIWnhLAl8VdJfXyLVUdULRn4FAPKvGNYjLSktt0nO7SiydNKfyUwrM3IF
YaY5Ps3CYNKbbwUxGMO64BYrtbkoX/mBbimg/ulbAWzJwoQ22BaZ2lTV7TT0IjB5
jlF25H3fGceVuGaw5e9W
=ywhA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to