summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Changelog for 2:8.39-9debian/2%8.39-9archive/debian/2%8.39-9Matthew Vernon2018-02-03
|
* Update symbols file (Closes: #888921)Matthew Vernon2018-02-03
|
* Changelog for 2:8-39-8debian/2%8.39-8archive/debian/2%8.39-8Matthew Vernon2017-12-04
|
* Correctly increase stack limitMatthew Vernon2017-12-04
| | | | | | | We want the increased stack size to apply to the make check step (running it by itself doesn't achieve anything); also ignore a permission error (which we get on freebsd) - if the tests succeed it doesn't matter.
* Use unlimited rather than harddebian/2%8.39-7archive/debian/2%8.39-7Matthew Vernon2017-12-03
| | | | | /bin/sh's ulimit doesn't understand hard, but does understand unlimited
* Changelog for 2:8.39-7Matthew Vernon2017-12-03
|
* increase stack limit before running tests (Closes: #876299)Matthew Vernon2017-12-03
| | | | Otherwise tests fail on s390.
* Commit Debian 3.0 (quilt) metadatadebian/2%8.39-6archive/debian/2%8.39-6Matthew Vernon2017-11-30
| | | | [dgit (3.11~deb9u1) quilt-fixup]
* Changelog for 2:8.39-6Matthew Vernon2017-11-30
|
* Patch from MariaDB to fix stack frame size detectionMatthew Vernon2017-11-30
| | | | | | This comes via Ondřej Surý <ondrej@debian.org> in #878107. Upstream don't consider it sufficiently important to fix, but it is causing us issues.
* changelog for 2:8.39-5debian/2%8.39-5archive/debian/2%8.39-5Matthew Vernon2017-09-19
|
* patch from Katsuhiko Nishimra to symbols file to fix FTBFS with gcc7Matthew Vernon2017-09-19
|
* Changelog for 2:8.39-4debian/2%8.39-4archive/debian/2%8.39-4Matthew Vernon2017-07-23
|
* Remove now-deprecated Pre-Depends on multiarch-supportMatthew Vernon2017-07-23
| | | | This closes #865987
* Commit Debian 3.0 (quilt) metadatadebian/2%8.39-3Matthew Vernon2017-03-21
|
* Changelog for 2:8.39-3Matthew Vernon2017-03-21
|
* Upstream fix for CVE-2017-7186 (Upstream rev 1688)Matthew Vernon2017-03-21
| | | | Fix Unicode property crash for 32-bit characters greater than 0x10ffff.
* Record pcre3 (2:8.39-2.1) in archive suite sidSalvatore Bonaccorso2017-02-17
|\
| * pcre3 (2:8.39-2.1) unstable; urgency=highSalvatore Bonaccorso2017-02-17
| | | | | | | | * Non-maintainer upload. * CVE-2017-6004: crafted regular expression may cause denial of service (Closes: #855405) # imported from the archive
* Changelog for 2:8.39-2debian/2%8.39-2Matthew Vernon2016-08-19
|
* New symbols file from compiling with gcc6Matthew Vernon2016-08-19
| | | | | | | | | | 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
* changelog for 2:8.39-1debian/2%8.39-1Matthew Vernon2016-07-28
|
* Add notes directing users to newer pcre2 packagesMatthew Vernon2016-07-28
|
* Merge from existing archive branchIan Jackson2016-07-13
|\ | | | | | | -s ours.
| * Record pcre3 (2:8.38-3.1) in archive suite sidSalvatore Bonaccorso2016-03-22
| |\
| | * pcre3 (2:8.38-3.1) unstable; urgency=mediumSalvatore Bonaccorso2016-03-22
| | | | | | | | | | | | | | | | * Non-maintainer upload. * CVE-2016-1283: heap buffer overflow in handling of duplicate named groups (Closes: #809706) # imported from the archive
| * Changelog for 2:8.38-3debian/2%8.38-3Matthew Vernon2016-02-28
| |
| * Patch from Graham Inggs to add symbols support (Closes: #767374)Matthew Vernon2016-02-28
| | | | | | | | | | This originally an Ubuntu patch from Iain Lane, which Graham Inggs has updated to apply to this version of the code.
| * Commit Debian 3.0 (quilt) metadatadebian/2%8.38-2Matthew Vernon2016-02-27
| |
| * Changelog for 2:8.38-2Matthew Vernon2016-02-27
| |
| * Apply upstream revision 1631 (Closes: #815921)Matthew Vernon2016-02-27
| | | | | | | | | | This is an upstream patch to fix workspace overflow for (*ACCEPT) with deeply nested parentheses
| * Record pcre3 (2:8.38-1) in archive suite sidMatthew Vernon2015-12-22
| |\
| | * pcre3 (2:8.38-1) unstable; urgency=lowMatthew Vernon2015-12-22
| | | | | | | | | | | | * New upstream version # imported from the archive
| * Remove conflicts with long-vanished pcre{1,2}-dev packages (so newdebian/2%8.35-8Matthew Vernon2015-11-21
| | | | | | | | PCRE2 packages can co-exist)
| * tidy up conflictMatthew Vernon2015-11-21
| |\
| | * Record pcre3 (2:8.35-7.4) in archive suite sidJohn Paul Adrian Glaubitz2015-11-02
| | |\
| | | * pcre3 (2:8.35-7.4) unstable; urgency=mediumJohn Paul Adrian Glaubitz2015-11-02
| | | | | | | | | | | | | | | | | | | | | * Non-maintainer upload. * Fix copy-and-paste error in Disable_JIT_on_sparc64.patch. # imported from the archive
| * | Record pcre3 (2:8.35-7.1) in archive suite sidMatthias Klose2015-08-04
| |\ \ | | |/ | |/|
| | * pcre3 (2:8.35-7.1) unstable; urgency=mediumMatthias Klose2015-08-04
| | | | | | | | | | | | | | | | * Rename libpcrecpp0 to libpcrecpp0v5. Addresses: #791236. * Add Conflict/Replaces to the old library. * Add libpcrecpp0v5 symbols file for GCC 5. # imported from the archive
| * remove quilt timestamp filedebian/2%8.35-7Matthew Vernon2015-06-26
| |
| * Upstream patch to fix buffer overflow for forward reference within backward ↵Matthew Vernon2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Changelog entry for 2:8.35-7Matthew Vernon2015-06-26
| |
| * quilt-related faffdebian/2%8.35-6Matthew Vernon2015-06-13
| |
| * Patch from Thorsten Glaser (fixes #760327)Matthew Vernon2015-06-13
| | | | | | | | | | | | | | 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.
| * more quilt faffdebian/2%8.35-5Matthew Vernon2015-05-26
| |
| * Commit Debian 3.0 (quilt) metadataMatthew Vernon2015-05-26
| |
| * quilt changes re removal of no_jit_ppc64el.patchMatthew Vernon2015-05-26
| |
| * changes to file patched by no_jit_ppc64-el.patchMatthew Vernon2015-05-26
| |
| * Changelog for 2:8.35-5Matthew Vernon2015-05-26
| |
| * enable jit again on ppc64el (#786530)Matthew Vernon2015-05-26
| |