chiark / gitweb /
pcre3.git
8 years agoChangelog for 2:8.39-2 wheezy/tags/debian/2%8.39-2 master debian/2%8.39-2
Matthew Vernon [Fri, 19 Aug 2016 08:24:12 +0000 (09:24 +0100)]
Changelog for 2:8.39-2

8 years agoNew symbols file from compiling with gcc6
Matthew Vernon [Fri, 19 Aug 2016 08:23:23 +0000 (09:23 +0100)]
New symbols file from compiling with gcc6

This should fix #811969. To get to this point, re-build (and tell
sbuild to keep the build artifacts), then look at the new symbols file
in debian/libpcrecpp0v5/DEBIAN/symbols . To prettyfy this, use:

sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' libfoo.symbols | c++filt

rune from https://wiki.debian.org/UsingSymbolsFiles

8 years agochangelog for 2:8.39-1 wheezy/tags/debian/2%8.39-1 debian/2%8.39-1
Matthew Vernon [Thu, 28 Jul 2016 15:59:06 +0000 (16:59 +0100)]
changelog for 2:8.39-1

8 years agoAdd notes directing users to newer pcre2 packages
Matthew Vernon [Thu, 28 Jul 2016 15:55:16 +0000 (16:55 +0100)]
Add notes directing users to newer pcre2 packages

8 years agoMerge from existing archive branch iwj/master
Ian Jackson [Wed, 13 Jul 2016 21:28:36 +0000 (22:28 +0100)]
Merge from existing archive branch

-s ours.

8 years agodebian/changelog: Record new upstream version
Ian Jackson [Wed, 13 Jul 2016 21:25:04 +0000 (22:25 +0100)]
debian/changelog: Record new upstream version

8 years agoReapply patches
Ian Jackson [Wed, 13 Jul 2016 20:45:51 +0000 (21:45 +0100)]
Reapply patches

* dpkg-source --before-build .

8 years agoRebase patch queue onto upstream 8.39:
Ian Jackson [Wed, 13 Jul 2016 20:44:46 +0000 (21:44 +0100)]
Rebase patch queue onto upstream 8.39:

Adjusted the soname patch
Dropped CVE-2016-1283.patch as it is in upstream

Process:

* Manually unapplied patches with
   for f in `cat debian/patches/series`; do patch -p1 -R <debian/patches/"$f"; done
* gbp pq export
   This generates a patches-unapplied branch

* On a fresh branch (git checkout --orphan, although next time
  use the "Commit upstream" sub-branch)
  tar to extract new orig and git add -Af to import it

* git rebase to rebase the patch queue onto the new upstream

* gbp pq import to get the patch queue into debian/

* dpkg-source --before-build .
  to get a patches-applied branch

* rm -rf .pc; git add -Af and commit

8 years agoImport debian/ directory from 2:8.38-3.1
Ian Jackson [Wed, 13 Jul 2016 20:26:32 +0000 (21:26 +0100)]
Import debian/ directory from 2:8.38-3.1

8 years agoCommit upstream pcre-8.39.tar.bz2 iwj/upstream-tarballs
Ian Jackson [Wed, 13 Jul 2016 20:24:43 +0000 (21:24 +0100)]
Commit upstream pcre-8.39.tar.bz2

9 years agoRecord pcre3 (2:8.38-3.1) in archive suite sid chiark/dgit/sid
Salvatore Bonaccorso [Tue, 22 Mar 2016 20:05:13 +0000 (20:05 +0000)]
Record pcre3 (2:8.38-3.1) in archive suite sid

9 years agopcre3 (2:8.38-3.1) unstable; urgency=medium
Salvatore Bonaccorso [Tue, 22 Mar 2016 20:05:13 +0000 (20:05 +0000)]
pcre3 (2:8.38-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * CVE-2016-1283: heap buffer overflow in handling of duplicate named
    groups (Closes: #809706)

# imported from the archive

9 years agoChangelog for 2:8.38-3 wheezy/tags/debian/2%8.38-3 debian/2%8.38-3
Matthew Vernon [Sun, 28 Feb 2016 11:25:01 +0000 (11:25 +0000)]
Changelog for 2:8.38-3

9 years agoPatch from Graham Inggs to add symbols support (Closes: #767374)
Matthew Vernon [Sun, 28 Feb 2016 11:22:05 +0000 (11:22 +0000)]
Patch from Graham Inggs to add symbols support (Closes: #767374)

This originally an Ubuntu patch from Iain Lane, which Graham Inggs has
updated to apply to this version of the code.

9 years agoCommit Debian 3.0 (quilt) metadata wheezy/tags/debian/2%8.38-2 debian/2%8.38-2
Matthew Vernon [Sat, 27 Feb 2016 16:34:37 +0000 (16:34 +0000)]
Commit Debian 3.0 (quilt) metadata

9 years agoChangelog for 2:8.38-2
Matthew Vernon [Sat, 27 Feb 2016 16:34:24 +0000 (16:34 +0000)]
Changelog for 2:8.38-2

9 years agoApply upstream revision 1631 (Closes: #815921)
Matthew Vernon [Sat, 27 Feb 2016 16:33:31 +0000 (16:33 +0000)]
Apply upstream revision 1631 (Closes: #815921)

This is an upstream patch to fix workspace overflow for (*ACCEPT) with
deeply nested parentheses

9 years agoRecord pcre3 (2:8.38-1) in archive suite sid
Matthew Vernon [Tue, 22 Dec 2015 13:37:39 +0000 (13:37 +0000)]
Record pcre3 (2:8.38-1) in archive suite sid

9 years agopcre3 (2:8.38-1) unstable; urgency=low
Matthew Vernon [Tue, 22 Dec 2015 13:37:39 +0000 (13:37 +0000)]
pcre3 (2:8.38-1) unstable; urgency=low

  * New upstream version

# imported from the archive

9 years agoRemove conflicts with long-vanished pcre{1,2}-dev packages (so new wheezy/tags/debian/2%8.35-8 debian/2%8.35-8
Matthew Vernon [Sat, 21 Nov 2015 15:35:34 +0000 (15:35 +0000)]
Remove conflicts with long-vanished pcre{1,2}-dev packages (so new
PCRE2 packages can co-exist)

9 years agotidy up conflict
Matthew Vernon [Sat, 21 Nov 2015 12:03:44 +0000 (12:03 +0000)]
tidy up conflict

9 years agoRecord pcre3 (2:8.35-7.4) in archive suite sid
John Paul Adrian Glaubitz [Mon, 2 Nov 2015 17:51:13 +0000 (17:51 +0000)]
Record pcre3 (2:8.35-7.4) in archive suite sid

9 years agopcre3 (2:8.35-7.4) unstable; urgency=medium
John Paul Adrian Glaubitz [Mon, 2 Nov 2015 17:51:13 +0000 (17:51 +0000)]
pcre3 (2:8.35-7.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix copy-and-paste error in Disable_JIT_on_sparc64.patch.

# imported from the archive

9 years agoRecord pcre3 (2:8.35-7.1) in archive suite sid
Matthias Klose [Tue, 4 Aug 2015 18:23:03 +0000 (19:23 +0100)]
Record pcre3 (2:8.35-7.1) in archive suite sid

9 years agopcre3 (2:8.35-7.1) unstable; urgency=medium
Matthias Klose [Tue, 4 Aug 2015 18:23:03 +0000 (19:23 +0100)]
pcre3 (2:8.35-7.1) unstable; urgency=medium

  * Rename libpcrecpp0 to libpcrecpp0v5. Addresses: #791236.
  * Add Conflict/Replaces to the old library.
  * Add libpcrecpp0v5 symbols file for GCC 5.

# imported from the archive

10 years agoremove quilt timestamp file wheezy/tags/debian/2%8.35-7 debian/2%8.35-7
Matthew Vernon [Fri, 26 Jun 2015 07:32:18 +0000 (08:32 +0100)]
remove quilt timestamp file

10 years agoUpstream patch to fix buffer overflow for forward reference within backward assertion...
Matthew Vernon [Fri, 26 Jun 2015 07:17:11 +0000 (08:17 +0100)]
Upstream patch to fix buffer overflow for forward reference within backward assertion with excess closing parenthesis.

This is a (trivially) backported fix from upstream commit 1571:
http://vcs.pcre.org/pcre?view=revision&revision=1571

Upstream bug report:
https://bugs.exim.org/show_bug.cgi?id=1651

Signed-off-by: Matthew Vernon <matthew@debian.org>
10 years agoChangelog entry for 2:8.35-7
Matthew Vernon [Fri, 26 Jun 2015 07:09:12 +0000 (08:09 +0100)]
Changelog entry for 2:8.35-7

10 years agoquilt-related faff wheezy/tags/debian/2%8.35-6 debian/2%8.35-6
Matthew Vernon [Sat, 13 Jun 2015 11:00:46 +0000 (12:00 +0100)]
quilt-related faff

10 years agoPatch from Thorsten Glaser (fixes #760327)
Matthew Vernon [Sat, 13 Jun 2015 10:46:28 +0000 (11:46 +0100)]
Patch from Thorsten Glaser (fixes #760327)

This disables JIT on powerpcspe and x32; it was previously applied and
then reverted (I think due to miscommunication). The changelog entries
relating to the changes that ended up being reverted are also
restored.

10 years agomore quilt faff wheezy/tags/debian/2%8.35-5 debian/2%8.35-5
Matthew Vernon [Tue, 26 May 2015 07:49:33 +0000 (08:49 +0100)]
more quilt faff

10 years agoCommit Debian 3.0 (quilt) metadata
Matthew Vernon [Tue, 26 May 2015 07:31:32 +0000 (08:31 +0100)]
Commit Debian 3.0 (quilt) metadata

10 years agoquilt changes re removal of no_jit_ppc64el.patch
Matthew Vernon [Tue, 26 May 2015 07:31:26 +0000 (08:31 +0100)]
quilt changes re removal of no_jit_ppc64el.patch

10 years agochanges to file patched by no_jit_ppc64-el.patch
Matthew Vernon [Tue, 26 May 2015 07:29:14 +0000 (08:29 +0100)]
changes to file patched by no_jit_ppc64-el.patch

10 years agoChangelog for 2:8.35-5
Matthew Vernon [Tue, 26 May 2015 07:28:18 +0000 (08:28 +0100)]
Changelog for 2:8.35-5

10 years agoenable jit again on ppc64el (#786530)
Matthew Vernon [Tue, 26 May 2015 07:26:19 +0000 (08:26 +0100)]
enable jit again on ppc64el (#786530)

10 years agoPatch from Frederic Bonnard to fix watch file (#785726)
Matthew Vernon [Tue, 26 May 2015 07:17:25 +0000 (08:17 +0100)]
Patch from Frederic Bonnard to fix watch file (#785726)

10 years agoChangelog for 2:8.35-4 wheezy/tags/debian/2%8.35-4 dgit/dgit/experimental debian/2%8.35-4
Matthew Vernon [Sat, 7 Mar 2015 19:27:49 +0000 (19:27 +0000)]
Changelog for 2:8.35-4

10 years agoMake myself maintainer (Closes: #772994)
Matthew Vernon [Sat, 7 Mar 2015 19:26:21 +0000 (19:26 +0000)]
Make myself maintainer (Closes: #772994)

10 years agoPatches from Mattia Rizzolo <mattia@mapreri.org> to build pcre{16,32}
Matthew Vernon [Sat, 7 Mar 2015 19:22:42 +0000 (19:22 +0000)]
Patches from Mattia Rizzolo <mattia@mapreri.org> to build pcre{16,32}

These are patches from Mattia Rizzolo to build libpcre16 and libpcre32
packages.
Signed-off-by: Matthew Vernon <matthew@debian.org>
10 years agopcre3 (2:8.35-3.3) unstable; urgency=medium
Ivo De Decker [Sat, 6 Dec 2014 18:58:19 +0000 (18:58 +0000)]
pcre3 (2:8.35-3.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Upstream patch for heap buffer overflow, CVE-2014-8964, taken from
    1:8.36-1 (Closes: #770478)
    Thanks to Salvatore Bonaccorso for the reminder.

# imported from the archive