From 49146e8425f2ea7bcc689dd193a297c56d22d9c8e529ab020b4dee6aa03fa879 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 2 Feb 2008 01:09:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre?expand=0&rev=12 --- pcre-7.5.tar.bz2 | 3 --- pcre-7.6.tar.bz2 | 3 +++ pcre.changes | 8 ++++++++ pcre.spec | 15 ++++++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 pcre-7.5.tar.bz2 create mode 100644 pcre-7.6.tar.bz2 diff --git a/pcre-7.5.tar.bz2 b/pcre-7.5.tar.bz2 deleted file mode 100644 index 244f91b..0000000 --- a/pcre-7.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1890bf87e39bfb7a133b352f0046f4e1b43a9be864d50001b1f41ffe05105764 -size 794548 diff --git a/pcre-7.6.tar.bz2 b/pcre-7.6.tar.bz2 new file mode 100644 index 0000000..94be82a --- /dev/null +++ b/pcre-7.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362e4b4473f2f7a3bfa28ea73e80ec00a2fe525a1aceb5f66e1c528a900bd735 +size 802829 diff --git a/pcre.changes b/pcre.changes index bda2932..7dbb42f 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 1 19:43:16 CET 2008 - crrodriguez@suse.de + +- update to version 7.6 +- The main reason for having this release so soon after 7.5 + is because it fixes a potential buffer overflow problem in pcre_compile() + when run in UTF-8 mode. In addition, the CMake configuration files have been brought up to date. + ------------------------------------------------------------------- Sun Jan 13 09:08:22 CET 2008 - crrodriguez@suse.de diff --git a/pcre.spec b/pcre.spec index 5abb660..4c9cecc 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,5 +1,5 @@ # -# spec file for package pcre (Version 7.5) +# spec file for package pcre (Version 7.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,7 +12,7 @@ Name: pcre BuildRequires: gcc-c++ -Version: 7.5 +Version: 7.6 Release: 1 Summary: A library for Perl-compatible regular expressions License: BSD 3-Clause; Other uncritical OpenSource License @@ -38,7 +38,7 @@ Authors: %package devel Summary: A library for Perl-compatible regular expressions Group: System/Libraries -Requires: pcre = %{version} libstdc++-devel +Requires: %{name} = %{version} libstdc++-devel %description devel The PCRE library is a set of functions that implement regular @@ -109,6 +109,11 @@ make test %{_mandir}/man3/*.gz %changelog +* Fri Feb 01 2008 crrodriguez@suse.de +- update to version 7.6 +- The main reason for having this release so soon after 7.5 + is because it fixes a potential buffer overflow problem in pcre_compile() + when run in UTF-8 mode. In addition, the CMake configuration files have been brought up to date. * Sun Jan 13 2008 crrodriguez@suse.de - update version 7.5 1. Applied a patch from Craig: "This patch makes it possible to 'ignore' @@ -441,7 +446,7 @@ make test - update to latest version v6.1 * Mon Jun 13 2005 mmj@suse.de - add gcc-c++ to #nfb as well -* Wed Jun 08 2005 mmj@suse.de +* Thu Jun 09 2005 mmj@suse.de - update to latest version v6.0 * Mon May 23 2005 mmj@suse.de - use --enable-utf8 @@ -487,5 +492,5 @@ make test * Sun Feb 13 2000 mge@suse.de - update to 3.1 - group tag -* Mon Oct 25 1999 mge@suse.de +* Tue Oct 26 1999 mge@suse.de - initial SuSE-RPM: changed Makefile to install into /usr