subversion: segfault (not due to libapr0) when add a directory

Bug #19843 reported by Debian Bug Importer
16
Affects Status Importance Assigned to Milestone
subversion (Debian)
Fix Released
Unknown
subversion (Ubuntu)
Invalid
High
Charles Majola

Bug Description

Automatically imported from Debian bug report #316143 http://bugs.debian.org/316143

Revision history for this message
In , Chris AtLee (chris-atlee) wrote : experimental libc6?

I have no problems on my system, and the only difference seems to be my
version of libc6. I've got 2.3.2.ds1-22 installed, and you have
2.3.5-1.

Revision history for this message
In , Chung-chieh Shan (ken-digitas) wrote : subversion: libc6 2.3.2.ds1-22 reproduces bug here

Package: subversion
Version: 1.2.0-1
Followup-For: Bug #316143

Unfortunately, I have exactly the same dependent package versions
(including libc6 2.3.2.ds1-22) as indicated in the original bug report,
yet I see the same problem (tested with a freshly created, local fsfs
repository).

 Ken

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-19 Berkeley v4.2 Database Utilities
ii libapr0 2.0.54-4 the Apache Portable Runtime
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-3 XML parsing C library - runtime li
ii libldap2 2.1.30-10 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7g-1 SSL shared libraries
ii libsvn0 1.2.0-1 shared libraries used by Subversio
ii libxml2 2.6.16-7 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.2-4 compression library - runtime

subversion recommends no packages.

-- no debconf information

--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
OSCE report on 2004 USA elections: http://www.osce.org/item/13658.html

Revision history for this message
In , Steve Langasek (vorlon) wrote :

tags 316143 sid
thanks

$ svnadmin create svntest
$ svn co file:///home/vorlon/svntest svntest-co
Checked out revision 0.
$ cd svntest-co/
$ mkdir a
$ svn add a
A a
$

This is with subversion 1.2.0-1 on an up-to-date sid system.

It would probably be helpful if someone who's seeing this error can either
provide a backtrace of the failure using gdb, or identify what's missing
with my test sequence above.

In any case, I'm assuming it's correct to tag this bug 'sid', since 1.2.0-1
isn't in testing and this bug has only been reported against the new
version.

Thanks,
--
Steve Langasek
postmodern programmer

Revision history for this message
In , Carlo Perassi (carlo-linux) wrote : Re: Bug#316143: subversion: segfault (not due to libapr0) when add a directory

> $ svnadmin create svntest
> $ svn co file:///home/vorlon/svntest svntest-co
> Checked out revision 0.
> $ cd svntest-co/
> $ mkdir a
> $ svn add a
> A a
> $
>
> This is with subversion 1.2.0-1 on an up-to-date sid system.

Hi.
I tried your example with subversion 1.2.0-1 on an up-to-date sid system
too but it is different (see below)

~/tmp/svn$svnadmin create svntest
~/tmp/svn$svn co file:///home/carlo/tmp/svn/svntest/ svntest-co
Estratta revisione 0.
~/tmp/svn$cd svntest-co/
~/tmp/svn/svntest-co$mkdir a
~/tmp/svn/svntest-co$strace svn add a 2> add_log
A a
~/tmp/svn/svntest-co$tail -f add_log
fstat64(3, {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
mmap2(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7765000
getdents64(3, /* 3 entries */, 131072) = 72
lstat64("a/.", {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
lstat64("a/..", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
lstat64("a/.svn", {st_mode=S_IFDIR|0755, st_size=320, ...}) = 0
getdents64(3, /* 0 entries */, 131072) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

> In any case, I'm assuming it's correct to tag this bug 'sid', since 1.2.0-1
> isn't in testing and this bug has only been reported against the new
> version.

I agree.
I attached here add_log. HTH.
Maybe the new upstream 1.2.1 is not affected by this problem.

Thank you.

--
Carlo Perassi - http://www.linux.it/~carlo/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #316143 http://bugs.debian.org/316143

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20050628194102.3DE7A2BDCF@voyager>
Date: Tue, 28 Jun 2005 21:41:02 +0200
From: Carlo Perassi <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: subversion: segfault (not due to libapr0) when add a directory

Package: subversion
Version: 1.2.0-1
Severity: grave
Justification: renders package unusable

Hi.
I know the bug 266165
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266165).
The behavior is the same but the segfault IMHO does not depend on
libapr0 because it shows even using the local filesystem as
$ svn co file:///var/lib/svn/my_project_name/
$ cd my_project_name/trunk/
$ mkdir a
$ svn add a
A a
Segmentation fault

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc6
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro (charmap=ISO-8859-15)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-19 Berkeley v4.2 Database Utilities
ii libapr0 2.0.54-4 the Apache Portable Runtime
ii libc6 2.3.5-1 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.8-3 XML parsing C library - runtime li
ii libldap2 2.1.30-10 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7g-1 SSL shared libraries
ii libsvn0 1.2.0-1 shared libraries used by Subversio
ii libxml2 2.6.16-7 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.2-4 compression library - runtime

subversion recommends no packages.

-- no debconf information

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 29 Jun 2005 15:28:09 -0400
From: Chris AtLee <email address hidden>
To: <email address hidden>
Subject: experimental libc6?

I have no problems on my system, and the only difference seems to be my
version of libc6. I've got 2.3.2.ds1-22 installed, and you have
2.3.5-1.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20050703065307.GA6171@ligate>
Date: Sun, 3 Jul 2005 02:53:07 -0400
From: Chung-chieh Shan <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: subversion: libc6 2.3.2.ds1-22 reproduces bug here

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: subversion
Version: 1.2.0-1
Followup-For: Bug #316143

Unfortunately, I have exactly the same dependent package versions
(including libc6 2.3.2.ds1-22) as indicated in the original bug report,
yet I see the same problem (tested with a freshly created, local fsfs
repository).

 Ken

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=3Dzh_TW.UTF-8, LC_CTYPE=3Dzh_TW.UTF-8 (charmap=3DUTF-8)

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-19 Berkeley v4.2 Database Utiliti=
es
ii libapr0 2.0.54-4 the Apache Portable Runtime
ii libc6 2.3.2.ds1-22 GNU C Library: Shared librarie=
s an
ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Librari=
es [
ii libexpat1 1.95.8-3 XML parsing C library - runtim=
e li
ii libldap2 2.1.30-10 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-2 An HTTP and WebDAV client libr=
ary
ii libssl0.9.7 0.9.7g-1 SSL shared libraries
ii libsvn0 1.2.0-1 shared libraries used by Subve=
rsio
ii libxml2 2.6.16-7 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an origin=
al
ii zlib1g 1:1.2.2-4 compression library - runtime

subversion recommends no packages.

-- no debconf information

--=20
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
OSCE report on 2004 USA elections: http://www.osce.org/item/13658.html

--PEIAKu/WMn1b1Hv9
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCx4tTzjAc4f+uuBURAh3eAJ9BDkybaoTiBw1DmynYKEGFXWycDQCg7Nfv
0SqCMr5Jc76JAlHJdea2NAQ=
=zmwE
-----END PGP SIGNATURE-----

--PEIAKu/WMn1b1Hv9--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 11 Jul 2005 04:54:47 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Cc: Chung-chieh Shan <email address hidden>, <email address hidden>
Subject: Re: subversion: segfault (not due to libapr0) when add a directory

--cWoXeonUoKmBZSoM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tags 316143 sid
thanks

$ svnadmin create svntest
$ svn co file:///home/vorlon/svntest svntest-co
Checked out revision 0.
$ cd svntest-co/
$ mkdir a
$ svn add a
A a
$

This is with subversion 1.2.0-1 on an up-to-date sid system.

It would probably be helpful if someone who's seeing this error can either
provide a backtrace of the failure using gdb, or identify what's missing
with my test sequence above.

In any case, I'm assuming it's correct to tag this bug 'sid', since 1.2.0-1
isn't in testing and this bug has only been reported against the new
version.

Thanks,
--=20
Steve Langasek
postmodern programmer

--cWoXeonUoKmBZSoM
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC0l4GKN6ufymYLloRApGUAJ4tz7hOLLab4I7zrXxu+ZnoWyKwBACfU3PX
JRoGpIe9eX8RV6vABUor/v8=
=FkpC
-----END PGP SIGNATURE-----

--cWoXeonUoKmBZSoM--

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : subversion

# Yes, it seems to be related to libapr0
retitle 316143 subversion: segfault when adding a directory

--
Guilherme de S. Pastore
<email address hidden>

Revision history for this message
In , Troy Heber (troy-heber) wrote : subversion: segfault when add a directory

Hello Carlo,

Can you try to duplicate this problem after setting your local to "C" or
"en_US"? The only way I've been able to duplicate this is by changing the
locale as in bug #323376.

Thanks,

Troy

Revision history for this message
In , Carlo Perassi (carlo-linux) wrote :

> Can you try to duplicate this problem after setting your local to "C" or
> "en_US"? The only way I've been able to duplicate this is by changing the
> locale as in bug #323376.

Hi Troy.
It seems locale has a role in the bug.

~/tmp/svn$echo $LANG
C
~/tmp/svn$svnadmin create svntest
~/tmp/svn$svn co file:///home/carlo/tmp/svn/svntest/
svntest-co
Checked out revision 0.
~/tmp/svn$cd svntest-co/
~/tmp/svn/svntest-co$mkdir a
~/tmp/svn/svntest-co$strace svn add a 2> add_log
A a
~/tmp/svn/svntest-co$tail -f add_log
lstat64("a/.", {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
lstat64("a/..", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
lstat64("a/.svn", {st_mode=S_IFDIR|0755, st_size=320, ...}) = 0
getdents64(3, /* 0 entries */, 131072) = 0
munmap(0xb7797000, 135168) = 0
close(3) = 0
unlink("a/.svn/lock") = 0
unlink(".svn/lock") = 0
munmap(0xb7d77000, 4096) = 0
exit_group(0) = ?

The segfault disappeared.
IMHO this bug can be closed or merged with #323376

--
Carlo Perassi - http://www.linux.it/~carlo/

Revision history for this message
In , Laszlo Boszormenyi (gcs) wrote : merge the same subversion bugs

package subversion
merge 316143 323376
thanks

Revision history for this message
Debian Bug Importer (debzilla) wrote :

*** Bug 19944 has been marked as a duplicate of this bug. ***

Revision history for this message
Charles Majola (chmj) wrote :

old_mmap in 2.4, not breezy

Revision history for this message
In , Laszlo Boszormenyi (gcs) wrote : Fixed in NMU of subversion 1.2.3-0.1

tag 314381 + fixed
tag 320417 + fixed
tag 323376 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 27 Aug 2005 06:04:28 +0000
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3-0.1
Distribution: experimental
Urgency: low
Maintainer: David Kimdon <email address hidden>
Changed-By: Laszlo Boszormenyi (GCS) <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 314381 320417 323376
Changes:
 subversion (1.2.3-0.1) experimental; urgency=low
 .
   * NMU for new upstream release (closes: #320417, #314381).
   * Fix segfault with pl_PL locale (closes: #323376).
Files:
 792c4d65599b922b9266f86ac5793c56 1066 devel optional subversion_1.2.3-0.1.dsc
 05ed237b780f0df200f7c80e1b224a40 8853510 devel optional subversion_1.2.3.orig.tar.gz
 ab7661e2c919a70d5fd28e3e945dc085 40770 devel optional subversion_1.2.3-0.1.diff.gz
 cdfca6691a0e06134eaf8f658f691882 79922 admin extra subversion-tools_1.2.3-0.1_all.deb
 72441e9b677b47f2c41d9dc4c8427ae4 2067176 devel optional subversion_1.2.3-0.1_i386.deb
 093b8546bdffe3ffc9eef74e3f4ee6bb 475308 libs optional libsvn0_1.2.3-0.1_i386.deb
 93e00a0af13d17e73ad13d367677ce4b 691968 libdevel extra libsvn0-dev_1.2.3-0.1_i386.deb
 b26448bb41f4cdf69f85368516e6bc92 70522 net optional libapache2-svn_1.2.3-0.1_i386.deb
 9292fe5d1b4c0ae10356fbb58bb74567 1099004 python optional python2.3-subversion_1.2.3-0.1_i386.deb
 33bafa1cb80d1d649e5d8b158dbb663e 659110 admin optional libsvn-core-perl_1.2.3-0.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDEB3eMDatjqUaT90RApYrAJ4vbGelxJfz4iMGto6NIZp/+nd5MwCfSlrT
aDr4R/1vSf/ovctRenKw1dg=
=bmzM
-----END PGP SIGNATURE-----

Revision history for this message
In , Peters-guest (peters-guest) wrote : subversion Debian ci: r348 - in trunk/debian: . patches

tags 316143 pending
thanks

Author: peters-guest
Date: 2005-09-01 20:13:54 +0000 (Thu, 01 Sep 2005)
New Revision: 348

Added:
   trunk/debian/patches/po-pl-segfault.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Really fix #316143/#323376.
This'll be in upstream 1.2.4 so it quite temporary.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-08-20 23:01:11 UTC (rev 347)
+++ trunk/debian/changelog 2005-09-01 20:13:54 UTC (rev 348)
@@ -26,6 +26,9 @@
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
   * Enable javahl bindings by default (closes: #271125, #323839)

+ [ Peter Samuelson ]
+ * New patch po-pl-segfault.patch: upstream fix to pl.po. (Closes: #316143)
+
  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

 subversion (1.2.0-1) unstable; urgency=low

Added: trunk/debian/patches/po-pl-segfault.patch
===================================================================
--- trunk/debian/patches/po-pl-segfault.patch 2005-08-20 23:01:11 UTC (rev 347)
+++ trunk/debian/patches/po-pl-segfault.patch 2005-09-01 20:13:54 UTC (rev 348)
@@ -0,0 +1,13 @@
+r15880, will be included in svn 1.2.4.
+
+--- subversion/po/pl.po~ 2005-06-21 09:00:33.000000000 -0500
++++ subversion/po/pl.po 2005-09-01 15:11:07.000000000 -0500
+@@ -5867,7 +5867,7 @@
+
+ #: libsvn_subr/io.c:2529
+ msgid "Can't read directory"
+-msgstr "Nie można czytać z katalogu '%s'"
++msgstr "Nie można czytać z katalogu"
+
+ #: libsvn_subr/io.c:2600
+ #, c-format

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2005-08-20 23:01:11 UTC (rev 347)
+++ trunk/debian/patches/series 2005-09-01 20:13:54 UTC (rev 348)
@@ -4,3 +4,4 @@
 svnshell.patch -p0
 #rpath.patch -p0
 kaffe-javah.patch -p0
+po-pl-segfault.patch -p0

Revision history for this message
In , Peter Samuelson (peter-p12n) wrote : Re: Bug#326079: subversion: bug marked as fixed in nmu still lives

package subversion
tags 316143 -fixed
merge 316143 326079
thank ya

[Carlo Perassi]
> Hi.
> My previous #316143 (co-merged with #323376) still applies as such:

Thanks. Apparently the fix wasn't included in the experimental NMU,
but it's in the repository now and will be in the next 1.2.3 upload.

Peter

Revision history for this message
Debian Bug Importer (debzilla) wrote :

*** Bug 20759 has been marked as a duplicate of this bug. ***

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : subversion

tag 326079 -experimental

--
Guilherme de S. Pastore (fatalerror)
<email address hidden>

Revision history for this message
In , Ftlerror-guest (ftlerror-guest) wrote : subversion Debian ci: r349 - in trunk/debian: . patches
Download full text (22.9 KiB)

tags 215083 pending
tags 218185 pending
tags 314154 pending
tags 314381 pending
tags 316133 pending
tags 316227 pending
tags 324037 pending
tags 316143 pending
thanks

Author: ftlerror-guest
Date: 2005-09-02 23:26:12 +0000 (Fri, 02 Sep 2005)
New Revision: 349

Added:
   trunk/debian/python2.3-subversion.README.Debian
Removed:
   trunk/debian/README.packaging
   trunk/debian/TODO
   trunk/debian/control.m4
   trunk/debian/patches/ltmain.sh.patch
   trunk/debian/patches/series
   trunk/debian/pythonX.Y-subversion.README.Debian
Modified:
   trunk/debian/changelog
   trunk/debian/patches/kaffe-cast.patch
   trunk/debian/patches/kaffe-javah.patch
   trunk/debian/patches/kaffe.patch
   trunk/debian/patches/repos-templates.patch
   trunk/debian/patches/svnshell.patch
   trunk/debian/rules
Log:
* dropped m4 for control auto-generation
* removed packaging docs from the source package
* moved from quilt to cdbs' simple-patchsys
* dropped ltmain.sh.patch, only needed for woody
* (probably some more =( )

Deleted: trunk/debian/README.packaging
===================================================================
--- trunk/debian/README.packaging 2005-09-01 20:13:54 UTC (rev 348)
+++ trunk/debian/README.packaging 2005-09-02 23:26:12 UTC (rev 349)
@@ -1,34 +0,0 @@
-debian/README.packaging : Notes for those interested in hacking on the Debian
-subversion packages.
-
-goals for the Debian subversion packages in roughly decreasing order of
-importance:
-
-1 - Provide high quality binary packages that work as expected in a variety of
-environments.
-
-2 - Allow for the same source package to build binaries on multiple Debian
-releases.
-
-For example, the unstable source package should compile without modification on
-a stable system assuming dependancies have been satisfied.
-
-3 - Encourage and facilitate collaboration between all interested in better
-integrating subversion into Debian.
-
-To get a copy of the latest subversion Debian packages :
-
- svn co svn://svn.debian.org/pkg-subversion/trunk/ pkg-subversion
- cd pkg-subversion && ./debian/build.sh
-
-4 - Make it easy to upgrade to a new upstream version.
-
-5 - Minimize the changes made to the upstream sources.
-
-In general, upstream knows what is best for subversion. Large changes should
-be accepted by upstream first; these changes will they appear in future Debian
-packages when new upstream versions are packaged.
-
-This package is gradually moving towards using cdbs when it can. This helps to
-reduce the size of the debian/ dir.
-

Deleted: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO 2005-09-01 20:13:54 UTC (rev 348)
+++ trunk/debian/TODO 2005-09-02 23:26:12 UTC (rev 349)
@@ -1,30 +0,0 @@
-Here are some ideas for things I have considered doing for this package.
-I am not going to do all of this, and might not even like to see a patch for
-all of this since I am not sure everything in here is a good idea. This is
-just a list of ideas I don't want to lose.
-
-- Libraries should probably be renamed to libsvn1
-
-- make automated tests that test:
- - package removes/purges itself properly
- - apache module works out of the...

Revision history for this message
In , Peters-guest (peters-guest) wrote : subversion Debian ci: r350 - in trunk/debian: . patches
Download full text (3.6 KiB)

tags 316143 pending
thanks

Author: peters-guest
Date: 2005-09-02 23:38:28 +0000 (Fri, 02 Sep 2005)
New Revision: 350

Added:
   trunk/debian/patches/l10n-segfault.patch
Removed:
   trunk/debian/patches/po-pl-segfault.patch
Modified:
   trunk/debian/changelog
Log:
Really *really* fix #316143.
Turns out pl.po was not the only language affected!

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-02 23:26:12 UTC (rev 349)
+++ trunk/debian/changelog 2005-09-02 23:38:28 UTC (rev 350)
@@ -32,7 +32,8 @@
   * Enable javahl bindings by default (closes: #271125, #323839)

   [ Peter Samuelson ]
- * New patch po-pl-segfault.patch: upstream fix to pl.po (Closes: #316143)
+ * New patch l10n-segfault.patch: fixes a "svn add" crash in the
+ it, pl, pt_BR and zh_TW locales (Closes: #316143)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Copied: trunk/debian/patches/l10n-segfault.patch (from rev 348, trunk/debian/patches/po-pl-segfault.patch)
===================================================================
--- trunk/debian/patches/po-pl-segfault.patch 2005-09-01 20:13:54 UTC (rev 348)
+++ trunk/debian/patches/l10n-segfault.patch 2005-09-02 23:38:28 UTC (rev 350)
@@ -0,0 +1,55 @@
+pl.po is r15880, to be included in svn 1.2.4.
+Rest will be submitted upstream.
+
+Index: subversion/po/pl.po
+===================================================================
+--- subversion/po/pl.po (revision 15879)
++++ subversion/po/pl.po (revision 15880)
+@@ -5867,7 +5867,7 @@
+
+ #: libsvn_subr/io.c:2529
+ msgid "Can't read directory"
+-msgstr "Nie można czytać z katalogu '%s'"
++msgstr "Nie można czytać z katalogu"
+
+ #: libsvn_subr/io.c:2600
+ #, c-format
+Index: subversion/po/pt_BR.po
+===================================================================
+--- subversion/po/pt_BR.po (revision 16032)
++++ subversion/po/pt_BR.po (working copy)
+@@ -5812,7 +5812,7 @@
+
+ #: libsvn_subr/io.c:2530
+ msgid "Can't read directory"
+-msgstr "Não foi possível ler o diretório '%s'"
++msgstr "Não foi possível ler o diretório"
+
+ #: libsvn_subr/io.c:2601
+ #, c-format
+Index: subversion/po/zh_TW.po
+===================================================================
+--- subversion/po/zh_TW.po (revision 16032)
++++ subversion/po/zh_TW.po (working copy)
+@@ -5674,7 +5674,7 @@
+
+ #: libsvn_subr/io.c:2519
+ msgid "Can't read directory"
+-msgstr "無法讀取目錄 '%s'"
++msgstr "無法讀取目錄"
+
+ #: libsvn_subr/io.c:2590
+ #, c-format
+Index: subversion/po/it.po
+===================================================================
+--- subversion/po/it.po (revision 16032)
++++ subversion/po/it.po (working copy)
+@@ -5216,7 +5216,7 @@
+
+ #: libsvn_subr/io.c:2348
+ msgid "Can't read directory"
+-msgstr "Non riesco a leggere la directory '%s'"
++msgstr "Non riesco a leggere la directory"
+
+ #: libsvn_subr/io.c:2419
+ #, c-format

Deleted: trunk/debian/patches/po-pl-segfault.patch
===================================================================
--- trunk/debian/patches/po-pl-segfault.patch 2005-09-02 23:26:12 UTC (rev 349)
+++ trunk/debian/patches/po...

Read more...

Revision history for this message
In , Ftlerror-guest (ftlerror-guest) wrote : subversion Debian ci: r353 - trunk/debian

tags 316143 pending
tags 323376 pending
tags 326079 pending
thanks

Author: ftlerror-guest
Date: 2005-09-03 01:43:00 +0000 (Sat, 03 Sep 2005)
New Revision: 353

Modified:
   trunk/debian/changelog
Log:
Close all bugs related to the svn add segfault, for clarity

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-03 00:02:40 UTC (rev 352)
+++ trunk/debian/changelog 2005-09-03 01:43:00 UTC (rev 353)
@@ -11,7 +11,9 @@
   * debian/compat:
     - Bump to debhelper compatibility version 4
     - No longer export DH_COMPAT from inside debian/rules
- * debian/control.m4:
+ * debian/control:
+ - Updated my e-mail address
+ - Dropped auto-generation with m4
     - Bump to Standards-Version 3.6.2 with no changes
     - Removed Conflicts/Replaces on all packages not present in
       stable anymore (Closes: #310519)
@@ -33,7 +35,7 @@

   [ Peter Samuelson ]
   * New patch l10n-segfault.patch: fixes a "svn add" crash in the
- it, pl, pt_BR and zh_TW locales (Closes: #316143)
+ it, pl, pt_BR and zh_TW locales (Closes: #316143, #323376, #326079)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Revision history for this message
In , Ftlerror-guest (ftlerror-guest) wrote : subversion Debian ci: r368 - trunk/debian

tags 316143 pending
tags 323376 pending
tags 326079 pending
thanks

Author: ftlerror-guest
Date: 2005-09-08 20:37:31 +0000 (Thu, 08 Sep 2005)
New Revision: 368

Modified:
   trunk/debian/changelog
   trunk/debian/lintian-overrides
Log:
Fixed changelog, removed lintian bugs from overrides, RELEASE! =D

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-08 14:39:54 UTC (rev 367)
+++ trunk/debian/changelog 2005-09-08 20:37:31 UTC (rev 368)
@@ -21,8 +21,6 @@
     - removed; applied upstream
   * debian/patches/kaffe-cast.patch:
     - removed; broken and unnecessary
- * debian/patches/rpath.patch:
- - removed; builds and works fine without it
   * debian/subversion.doc-base.book:
     - removed; the book is no longer present
   * debian/README.Debian:
@@ -56,8 +54,12 @@
   * Enable javahl bindings by default (closes: #271125, #323839)

   [ Peter Samuelson ]
- * New patch l10n-segfault.patch: fixes a "svn add" crash in the es, fr,
- it, pl, pt_BR and zh_TW locales (Closes: #316143, #323376, #326079)
+ * debian/patches/l10n-segfault.patch:
+ - fixes a "svn add" crash in the es, fr, it, pl, pt_BR and zh_TW
+ locales (Closes: #316143, #323376, #326079)
+ * debian/patches/rpath.patch:
+ - port to subversion 1.2.x and reenable (work in progress, suppresses
+ most rpaths)
   * debian/lintian-overrides: new file for binary package overrides
   * debian/rules:
     - support DEB_BUILD_OPTIONS=noopt
@@ -68,8 +70,6 @@
       scripts
     - split and install lintian-overrides to appropriate packages
     - minor cruft removal
- * rpath.patch: port to subversion 1.2.x and reenable
- (work in progress, suppresses most rpaths)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Modified: trunk/debian/lintian-overrides
===================================================================
--- trunk/debian/lintian-overrides 2005-09-08 14:39:54 UTC (rev 367)
+++ trunk/debian/lintian-overrides 2005-09-08 20:37:31 UTC (rev 368)
@@ -8,8 +8,3 @@
 # this is config documentation, not "how to build the package"
 libapache2-svn: package-contains-upstream-install-documentation usr/share/doc/libapache2-svn/INSTALL.authz.gz

-
-# In my opinion, these are lintian bugs
-#libsvn0: package-name-doesnt-match-sonames
-#libsvn-javahl: package-name-doesnt-match-sonames
-#libapache2-svn: binary-or-shlib-defines-rpath

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : Bug#323376: fixed in subversion 1.2.3a-1
Download full text (7.3 KiB)

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1) unstable; urgency=low
 .
   * Welcome the Debian Subversion Team (Closes: #322257)
 .
   [ Guilherme de S. Pastore ]
   * New upstream release (Closes: #320417)
     - tarball repackaged without svnbook, as it's licensed under
      ...

Read more...

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : Bug#316143: fixed in subversion 1.2.3a-1
Download full text (7.3 KiB)

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1) unstable; urgency=low
 .
   * Welcome the Debian Subversion Team (Closes: #322257)
 .
   [ Guilherme de S. Pastore ]
   * New upstream release (Closes: #320417)
     - tarball repackaged without svnbook, as it's licensed under
      ...

Read more...

Revision history for this message
In , Guilherme de S. Pastore (fatalerror) wrote : Bug#326079: fixed in subversion 1.2.3a-1
Download full text (7.3 KiB)

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1) unstable; urgency=low
 .
   * Welcome the Debian Subversion Team (Closes: #322257)
 .
   [ Guilherme de S. Pastore ]
   * New upstream release (Closes: #320417)
     - tarball repackaged without svnbook, as it's licensed under
      ...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 18 Aug 2005 09:54:52 -0300
From: "Guilherme de S. Pastore" <email address hidden>
To: <email address hidden>
Subject: subversion

# Yes, it seems to be related to libapr0
retitle 316143 subversion: segfault when adding a directory

--=20
Guilherme de S. Pastore
<email address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 22 Aug 2005 10:09:27 -0600
From: Troy Heber <email address hidden>
To: Carlo Perassi <email address hidden>
Cc: <email address hidden>
Subject: subversion: segfault when add a directory

Hello Carlo,

Can you try to duplicate this problem after setting your local to "C" or
"en_US"? The only way I've been able to duplicate this is by changing the
locale as in bug #323376.

Thanks,

Troy

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20050822163549.GA9270@voyager>
Date: Mon, 22 Aug 2005 18:35:49 +0200
From: Carlo Perassi <email address hidden>
To: Troy Heber <email address hidden>
Cc: <email address hidden>
Subject: Re: subversion: segfault when add a directory

> Can you try to duplicate this problem after setting your local to "C" or
> "en_US"? The only way I've been able to duplicate this is by changing the
> locale as in bug #323376.

Hi Troy.
It seems locale has a role in the bug.

~/tmp/svn$echo $LANG
C
~/tmp/svn$svnadmin create svntest
~/tmp/svn$svn co file:///home/carlo/tmp/svn/svntest/
svntest-co
Checked out revision 0.
~/tmp/svn$cd svntest-co/
~/tmp/svn/svntest-co$mkdir a
~/tmp/svn/svntest-co$strace svn add a 2> add_log
A a
~/tmp/svn/svntest-co$tail -f add_log
lstat64("a/.", {st_mode=S_IFDIR|0755, st_size=72, ...}) = 0
lstat64("a/..", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
lstat64("a/.svn", {st_mode=S_IFDIR|0755, st_size=320, ...}) = 0
getdents64(3, /* 0 entries */, 131072) = 0
munmap(0xb7797000, 135168) = 0
close(3) = 0
unlink("a/.svn/lock") = 0
unlink(".svn/lock") = 0
munmap(0xb7d77000, 4096) = 0
exit_group(0) = ?

The segfault disappeared.
IMHO this bug can be closed or merged with #323376

--
Carlo Perassi - http://www.linux.it/~carlo/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 22 Aug 2005 19:30:18 +0200
From: Laszlo Boszormenyi <email address hidden>
To: <email address hidden>
Subject: merge the same subversion bugs

package subversion
merge 316143 323376
thanks

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 27 Aug 2005 01:17:36 -0700
From: Laszlo Boszormenyi (GCS) <email address hidden>
To: <email address hidden>
Cc: Laszlo Boszormenyi (GCS) <email address hidden>, David Kimdon <email address hidden>
Subject: Fixed in NMU of subversion 1.2.3-0.1

tag 314381 + fixed
tag 320417 + fixed
tag 323376 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 27 Aug 2005 06:04:28 +0000
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3-0.1
Distribution: experimental
Urgency: low
Maintainer: David Kimdon <email address hidden>
Changed-By: Laszlo Boszormenyi (GCS) <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 314381 320417 323376
Changes:
 subversion (1.2.3-0.1) experimental; urgency=low
 .
   * NMU for new upstream release (closes: #320417, #314381).
   * Fix segfault with pl_PL locale (closes: #323376).
Files:
 792c4d65599b922b9266f86ac5793c56 1066 devel optional subversion_1.2.3-0.1.dsc
 05ed237b780f0df200f7c80e1b224a40 8853510 devel optional subversion_1.2.3.orig.tar.gz
 ab7661e2c919a70d5fd28e3e945dc085 40770 devel optional subversion_1.2.3-0.1.diff.gz
 cdfca6691a0e06134eaf8f658f691882 79922 admin extra subversion-tools_1.2.3-0.1_all.deb
 72441e9b677b47f2c41d9dc4c8427ae4 2067176 devel optional subversion_1.2.3-0.1_i386.deb
 093b8546bdffe3ffc9eef74e3f4ee6bb 475308 libs optional libsvn0_1.2.3-0.1_i386.deb
 93e00a0af13d17e73ad13d367677ce4b 691968 libdevel extra libsvn0-dev_1.2.3-0.1_i386.deb
 b26448bb41f4cdf69f85368516e6bc92 70522 net optional libapache2-svn_1.2.3-0.1_i386.deb
 9292fe5d1b4c0ae10356fbb58bb74567 1099004 python optional python2.3-subversion_1.2.3-0.1_i386.deb
 33bafa1cb80d1d649e5d8b158dbb663e 659110 admin optional libsvn-core-perl_1.2.3-0.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDEB3eMDatjqUaT90RApYrAJ4vbGelxJfz4iMGto6NIZp/+nd5MwCfSlrT
aDr4R/1vSf/ovctRenKw1dg=
=bmzM
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 01 Sep 2005 20:13:55 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r348 - in trunk/debian: . patches

tags 316143 pending
thanks

Author: peters-guest
Date: 2005-09-01 20:13:54 +0000 (Thu, 01 Sep 2005)
New Revision: 348

Added:
   trunk/debian/patches/po-pl-segfault.patch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Really fix #316143/#323376.
This'll be in upstream 1.2.4 so it quite temporary.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-08-20 23:01:11 UTC (rev 347)
+++ trunk/debian/changelog 2005-09-01 20:13:54 UTC (rev 348)
@@ -26,6 +26,9 @@
   * Remove hard-coded DEB_BUILDDIR from debian/rules.
   * Enable javahl bindings by default (closes: #271125, #323839)

+ [ Peter Samuelson ]
+ * New patch po-pl-segfault.patch: upstream fix to pl.po. (Closes: #316143)
+
  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

 subversion (1.2.0-1) unstable; urgency=low

Added: trunk/debian/patches/po-pl-segfault.patch
===================================================================
--- trunk/debian/patches/po-pl-segfault.patch 2005-08-20 23:01:11 UTC (rev 347)
+++ trunk/debian/patches/po-pl-segfault.patch 2005-09-01 20:13:54 UTC (rev 348)
@@ -0,0 +1,13 @@
+r15880, will be included in svn 1.2.4.
+
+--- subversion/po/pl.po~ 2005-06-21 09:00:33.000000000 -0500
++++ subversion/po/pl.po 2005-09-01 15:11:07.000000000 -0500
+@@ -5867,7 +5867,7 @@
+
+ #: libsvn_subr/io.c:2529
+ msgid "Can't read directory"
+-msgstr "Nie można czytać z katalogu '%s'"
++msgstr "Nie można czytać z katalogu"
+
+ #: libsvn_subr/io.c:2600
+ #, c-format

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series 2005-08-20 23:01:11 UTC (rev 347)
+++ trunk/debian/patches/series 2005-09-01 20:13:54 UTC (rev 348)
@@ -4,3 +4,4 @@
 svnshell.patch -p0
 #rpath.patch -p0
 kaffe-javah.patch -p0
+po-pl-segfault.patch -p0

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 1 Sep 2005 18:18:48 -0500
From: Peter Samuelson <email address hidden>
To: Carlo Perassi <email address hidden>, <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#326079: subversion: bug marked as fixed in nmu still lives

--U+NfgObvpQT1Q9Yq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

package subversion
tags 316143 -fixed
merge 316143 326079
thank ya

[Carlo Perassi]
> Hi.
> My previous #316143 (co-merged with #323376) still applies as such:

Thanks. Apparently the fix wasn't included in the experimental NMU,
but it's in the repository now and will be in the next 1.2.3 upload.

Peter

--U+NfgObvpQT1Q9Yq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDF4xYXk7sIRPQRh0RAohnAKCotxo98dWSqYuVGVn9k5jmaqBT6QCdHfWU
fe483hfyrU6W3dt6bgImwDk=
=U82k
-----END PGP SIGNATURE-----

--U+NfgObvpQT1Q9Yq--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 02 Sep 2005 19:04:08 -0300
From: "Guilherme de S. Pastore" <email address hidden>
To: <email address hidden>
Subject: subversion

tag 326079 -experimental

--
Guilherme de S. Pastore (fatalerror)
<email address hidden>

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (23.2 KiB)

Message-Id: <email address hidden>
Date: Fri, 02 Sep 2005 23:26:13 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r349 - in trunk/debian: . patches

tags 215083 pending
tags 218185 pending
tags 314154 pending
tags 314381 pending
tags 316133 pending
tags 316227 pending
tags 324037 pending
tags 316143 pending
thanks

Author: ftlerror-guest
Date: 2005-09-02 23:26:12 +0000 (Fri, 02 Sep 2005)
New Revision: 349

Added:
   trunk/debian/python2.3-subversion.README.Debian
Removed:
   trunk/debian/README.packaging
   trunk/debian/TODO
   trunk/debian/control.m4
   trunk/debian/patches/ltmain.sh.patch
   trunk/debian/patches/series
   trunk/debian/pythonX.Y-subversion.README.Debian
Modified:
   trunk/debian/changelog
   trunk/debian/patches/kaffe-cast.patch
   trunk/debian/patches/kaffe-javah.patch
   trunk/debian/patches/kaffe.patch
   trunk/debian/patches/repos-templates.patch
   trunk/debian/patches/svnshell.patch
   trunk/debian/rules
Log:
* dropped m4 for control auto-generation
* removed packaging docs from the source package
* moved from quilt to cdbs' simple-patchsys
* dropped ltmain.sh.patch, only needed for woody
* (probably some more =( )

Deleted: trunk/debian/README.packaging
===================================================================
--- trunk/debian/README.packaging 2005-09-01 20:13:54 UTC (rev 348)
+++ trunk/debian/README.packaging 2005-09-02 23:26:12 UTC (rev 349)
@@ -1,34 +0,0 @@
-debian/README.packaging : Notes for those interested in hacking on the Debian
-subversion packages.
-
-goals for the Debian subversion packages in roughly decreasing order of
-importance:
-
-1 - Provide high quality binary packages that work as expected in a variety of
-environments.
-
-2 - Allow for the same source package to build binaries on multiple Debian
-releases.
-
-For example, the unstable source package should compile without modification on
-a stable system assuming dependancies have been satisfied.
-
-3 - Encourage and facilitate collaboration between all interested in better
-integrating subversion into Debian.
-
-To get a copy of the latest subversion Debian packages :
-
- svn co svn://svn.debian.org/pkg-subversion/trunk/ pkg-subversion
- cd pkg-subversion && ./debian/build.sh
-
-4 - Make it easy to upgrade to a new upstream version.
-
-5 - Minimize the changes made to the upstream sources.
-
-In general, upstream knows what is best for subversion. Large changes should
-be accepted by upstream first; these changes will they appear in future Debian
-packages when new upstream versions are packaged.
-
-This package is gradually moving towards using cdbs when it can. This helps to
-reduce the size of the debian/ dir.
-

Deleted: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO 2005-09-01 20:13:54 UTC (rev 348)
+++ trunk/debian/TODO 2005-09-02 23:26:12 UTC (rev 349)
@@ -1,30 +0,0 @@
-Here are some ideas for things I have considered doing for this package.
-I am not going to do all of this, and might not even like to see a patch for
-all of this since I a...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.8 KiB)

Message-Id: <email address hidden>
Date: Fri, 02 Sep 2005 23:38:29 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r350 - in trunk/debian: . patches

tags 316143 pending
thanks

Author: peters-guest
Date: 2005-09-02 23:38:28 +0000 (Fri, 02 Sep 2005)
New Revision: 350

Added:
   trunk/debian/patches/l10n-segfault.patch
Removed:
   trunk/debian/patches/po-pl-segfault.patch
Modified:
   trunk/debian/changelog
Log:
Really *really* fix #316143.
Turns out pl.po was not the only language affected!

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-02 23:26:12 UTC (rev 349)
+++ trunk/debian/changelog 2005-09-02 23:38:28 UTC (rev 350)
@@ -32,7 +32,8 @@
   * Enable javahl bindings by default (closes: #271125, #323839)

   [ Peter Samuelson ]
- * New patch po-pl-segfault.patch: upstream fix to pl.po (Closes: #316143)
+ * New patch l10n-segfault.patch: fixes a "svn add" crash in the
+ it, pl, pt_BR and zh_TW locales (Closes: #316143)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Copied: trunk/debian/patches/l10n-segfault.patch (from rev 348, trunk/debian/patches/po-pl-segfault.patch)
===================================================================
--- trunk/debian/patches/po-pl-segfault.patch 2005-09-01 20:13:54 UTC (rev 348)
+++ trunk/debian/patches/l10n-segfault.patch 2005-09-02 23:38:28 UTC (rev 350)
@@ -0,0 +1,55 @@
+pl.po is r15880, to be included in svn 1.2.4.
+Rest will be submitted upstream.
+
+Index: subversion/po/pl.po
+===================================================================
+--- subversion/po/pl.po (revision 15879)
++++ subversion/po/pl.po (revision 15880)
+@@ -5867,7 +5867,7 @@
+
+ #: libsvn_subr/io.c:2529
+ msgid "Can't read directory"
+-msgstr "Nie można czytać z katalogu '%s'"
++msgstr "Nie można czytać z katalogu"
+
+ #: libsvn_subr/io.c:2600
+ #, c-format
+Index: subversion/po/pt_BR.po
+===================================================================
+--- subversion/po/pt_BR.po (revision 16032)
++++ subversion/po/pt_BR.po (working copy)
+@@ -5812,7 +5812,7 @@
+
+ #: libsvn_subr/io.c:2530
+ msgid "Can't read directory"
+-msgstr "Não foi possível ler o diretório '%s'"
++msgstr "Não foi possível ler o diretório"
+
+ #: libsvn_subr/io.c:2601
+ #, c-format
+Index: subversion/po/zh_TW.po
+===================================================================
+--- subversion/po/zh_TW.po (revision 16032)
++++ subversion/po/zh_TW.po (working copy)
+@@ -5674,7 +5674,7 @@
+
+ #: libsvn_subr/io.c:2519
+ msgid "Can't read directory"
+-msgstr "無法讀取目錄 '%s'"
++msgstr "無法讀取目錄"
+
+ #: libsvn_subr/io.c:2590
+ #, c-format
+Index: subversion/po/it.po
+===================================================================
+--- subversion/po/it.po (revision 16032)
++++ subversion/po/it.po (working copy)
+@@ -5216,7 +5216,7 @@
+
+ #: libsvn_subr/io.c:2348
+ msgid "Can't read directory"
+-msgstr "Non riesco a leggere la directory '%s'"
++msgstr "Non riesco a leggere la directory"
+
+ ...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 03 Sep 2005 01:43:01 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r353 - trunk/debian

tags 316143 pending
tags 323376 pending
tags 326079 pending
thanks

Author: ftlerror-guest
Date: 2005-09-03 01:43:00 +0000 (Sat, 03 Sep 2005)
New Revision: 353

Modified:
   trunk/debian/changelog
Log:
Close all bugs related to the svn add segfault, for clarity

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-03 00:02:40 UTC (rev 352)
+++ trunk/debian/changelog 2005-09-03 01:43:00 UTC (rev 353)
@@ -11,7 +11,9 @@
   * debian/compat:
     - Bump to debhelper compatibility version 4
     - No longer export DH_COMPAT from inside debian/rules
- * debian/control.m4:
+ * debian/control:
+ - Updated my e-mail address
+ - Dropped auto-generation with m4
     - Bump to Standards-Version 3.6.2 with no changes
     - Removed Conflicts/Replaces on all packages not present in
       stable anymore (Closes: #310519)
@@ -33,7 +35,7 @@

   [ Peter Samuelson ]
   * New patch l10n-segfault.patch: fixes a "svn add" crash in the
- it, pl, pt_BR and zh_TW locales (Closes: #316143)
+ it, pl, pt_BR and zh_TW locales (Closes: #316143, #323376, #326079)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 08 Sep 2005 20:37:31 +0000
From: <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: subversion Debian ci: r368 - trunk/debian

tags 316143 pending
tags 323376 pending
tags 326079 pending
thanks

Author: ftlerror-guest
Date: 2005-09-08 20:37:31 +0000 (Thu, 08 Sep 2005)
New Revision: 368

Modified:
   trunk/debian/changelog
   trunk/debian/lintian-overrides
Log:
Fixed changelog, removed lintian bugs from overrides, RELEASE! =D

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-09-08 14:39:54 UTC (rev 367)
+++ trunk/debian/changelog 2005-09-08 20:37:31 UTC (rev 368)
@@ -21,8 +21,6 @@
     - removed; applied upstream
   * debian/patches/kaffe-cast.patch:
     - removed; broken and unnecessary
- * debian/patches/rpath.patch:
- - removed; builds and works fine without it
   * debian/subversion.doc-base.book:
     - removed; the book is no longer present
   * debian/README.Debian:
@@ -56,8 +54,12 @@
   * Enable javahl bindings by default (closes: #271125, #323839)

   [ Peter Samuelson ]
- * New patch l10n-segfault.patch: fixes a "svn add" crash in the es, fr,
- it, pl, pt_BR and zh_TW locales (Closes: #316143, #323376, #326079)
+ * debian/patches/l10n-segfault.patch:
+ - fixes a "svn add" crash in the es, fr, it, pl, pt_BR and zh_TW
+ locales (Closes: #316143, #323376, #326079)
+ * debian/patches/rpath.patch:
+ - port to subversion 1.2.x and reenable (work in progress, suppresses
+ most rpaths)
   * debian/lintian-overrides: new file for binary package overrides
   * debian/rules:
     - support DEB_BUILD_OPTIONS=noopt
@@ -68,8 +70,6 @@
       scripts
     - split and install lintian-overrides to appropriate packages
     - minor cruft removal
- * rpath.patch: port to subversion 1.2.x and reenable
- (work in progress, suppresses most rpaths)

  -- Guilherme de S. Pastore <email address hidden> Thu, 14 Jul 2005 20:50:11 -0700

Modified: trunk/debian/lintian-overrides
===================================================================
--- trunk/debian/lintian-overrides 2005-09-08 14:39:54 UTC (rev 367)
+++ trunk/debian/lintian-overrides 2005-09-08 20:37:31 UTC (rev 368)
@@ -8,8 +8,3 @@
 # this is config documentation, not "how to build the package"
 libapache2-svn: package-contains-upstream-install-documentation usr/share/doc/libapache2-svn/INSTALL.authz.gz

-
-# In my opinion, these are lintian bugs
-#libsvn0: package-name-doesnt-match-sonames
-#libsvn-javahl: package-name-doesnt-match-sonames
-#libapache2-svn: binary-or-shlib-defines-rpath

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.5 KiB)

Message-Id: <email address hidden>
Date: Sat, 10 Sep 2005 11:10:12 -0700
From: <email address hidden> (Guilherme de S. Pastore)
To: <email address hidden>
Subject: Bug#316143: fixed in subversion 1.2.3a-1

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1)...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.5 KiB)

Message-Id: <email address hidden>
Date: Sat, 10 Sep 2005 11:10:12 -0700
From: <email address hidden> (Guilherme de S. Pastore)
To: <email address hidden>
Subject: Bug#323376: fixed in subversion 1.2.3a-1

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1)...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.5 KiB)

Message-Id: <email address hidden>
Date: Sat, 10 Sep 2005 11:10:12 -0700
From: <email address hidden> (Guilherme de S. Pastore)
To: <email address hidden>
Subject: Bug#326079: fixed in subversion 1.2.3a-1

Source: subversion
Source-Version: 1.2.3a-1

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

libapache2-svn_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libapache2-svn_1.2.3a-1_i386.deb
libsvn-core-perl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-core-perl_1.2.3a-1_i386.deb
libsvn-javahl_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn-javahl_1.2.3a-1_i386.deb
libsvn0-dev_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0-dev_1.2.3a-1_i386.deb
libsvn0_1.2.3a-1_i386.deb
  to pool/main/s/subversion/libsvn0_1.2.3a-1_i386.deb
python2.3-subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/python2.3-subversion_1.2.3a-1_i386.deb
subversion-tools_1.2.3a-1_all.deb
  to pool/main/s/subversion/subversion-tools_1.2.3a-1_all.deb
subversion_1.2.3a-1.diff.gz
  to pool/main/s/subversion/subversion_1.2.3a-1.diff.gz
subversion_1.2.3a-1.dsc
  to pool/main/s/subversion/subversion_1.2.3a-1.dsc
subversion_1.2.3a-1_i386.deb
  to pool/main/s/subversion/subversion_1.2.3a-1_i386.deb
subversion_1.2.3a.orig.tar.gz
  to pool/main/s/subversion/subversion_1.2.3a.orig.tar.gz

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guilherme de S. Pastore <email address hidden> (supplier of updated subversion 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 9 Sep 2005 14:57:03 -0300
Source: subversion
Binary: libsvn-core-perl libapache2-svn libsvn0 libsvn-javahl python2.3-subversion subversion-tools libsvn0-dev subversion
Architecture: source i386 all
Version: 1.2.3a-1
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore <email address hidden>
Changed-By: Guilherme de S. Pastore <email address hidden>
Description:
 libapache2-svn - apache modules for Subversion (aka. svn)
 libsvn-core-perl - perl bindings for Subversion (aka. svn)
 libsvn-javahl - java bindings for Subversion (aka. svn)
 libsvn0 - shared libraries used by Subversion (aka. svn)
 libsvn0-dev - development files for Subversion (aka. svn) libraries
 python2.3-subversion - python modules for interfacing with Subversion (aka. svn)
 subversion - advanced version control system (aka. svn)
 subversion-tools - assorted tools related to Subversion (aka. svn)
Closes: 215083 218185 223303 235905 271125 305953 310519 314154 314213 314381 315100 316133 316143 316227 320417 320572 322257 323376 323839 324037 324633 326079
Changes:
 subversion (1.2.3a-1)...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.