OpenBSD CVS

CVS log for ports/devel/pcre/Makefile


[BACK] Up to [local] / ports / devel / pcre

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.76 / (download) - annotate - [select for diffs], Thu Sep 21 09:50:02 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.75: +1 -1 lines
Diff to previous 1.75 (unified)

-> SITES

Revision 1.75 / (download) - annotate - [select for diffs], Wed Apr 26 20:20:24 2023 UTC (13 months ago) by robert
Branch: MAIN
Changes since 1.74: +2 -3 lines
Diff to previous 1.74 (unified)

update to 8.45 and switch MASTER_SITE to sourceforge

Revision 1.74 / (download) - annotate - [select for diffs], Fri Mar 11 18:52:28 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.73: +0 -2 lines
Diff to previous 1.73 (unified)

drop RCS Ids

Revision 1.73 / (download) - annotate - [select for diffs], Sat Mar 27 07:17:36 2021 UTC (3 years, 2 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.72: +2 -3 lines
Diff to previous 1.72 (unified)

update to 8.44; from Moritz Buhl

Revision 1.72 / (download) - annotate - [select for diffs], Fri Jul 12 20:45:15 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.71 / (download) - annotate - [select for diffs], Sat Nov 24 11:20:08 2018 UTC (5 years, 6 months ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (unified)

Fix the stack frame size detection when building with 'recent' gcc. This
in turn fixes mariadb configure step on non-clang archs.

Patch from https://bugs.exim.org/show_bug.cgi?id=2173 via George Koehler, thanks !
Tested on sparc64 & macppc with gcc 6.
ok robert@ (MAINTAINER)

Revision 1.70 / (download) - annotate - [select for diffs], Wed Nov 14 20:48:21 2018 UTC (5 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (unified)

bump ports known/suspected to be affected by issue with libedit/libreadline
and termcap on lld arches.

Revision 1.69 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:00 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.68: +4 -1 lines
Diff to previous 1.68 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.68 / (download) - annotate - [select for diffs], Sun Oct 22 08:21:35 2017 UTC (6 years, 7 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.67: +2 -3 lines
Diff to previous 1.67 (unified)

Update pcre to 8.41

"No concerns" sthen@, maintainer timeout

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:18 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Jul 23 09:26:26 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (unified)

add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.

Revision 1.65 / (download) - annotate - [select for diffs], Sun Jul 16 19:18:52 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.64 / (download) - annotate - [select for diffs], Wed May 31 20:16:49 2017 UTC (7 years ago) by rsadowski
Branch: MAIN
Changes since 1.63: +3 -4 lines
Diff to previous 1.63 (unified)

update to pcre-8.40

ok jca@ robert@

Revision 1.63 / (download) - annotate - [select for diffs], Mon Apr 10 11:45:26 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (unified)

use LIBCXX

Revision 1.62 / (download) - annotate - [select for diffs], Fri Apr 1 18:15:11 2016 UTC (8 years, 2 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (unified)

add upstream fix for CVE-2016-3191.
from jca@

Revision 1.61 / (download) - annotate - [select for diffs], Fri Mar 11 20:28:24 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.60: +2 -3 lines
Diff to previous 1.60 (unified)

garbage collect CONFIGURE_SHARED

Revision 1.60 / (download) - annotate - [select for diffs], Wed Mar 9 18:31:36 2016 UTC (8 years, 2 months ago) by jasper
Branch: MAIN
Changes since 1.59: +1 -6 lines
Diff to previous 1.59 (unified)

remove vax workarounds/tentacles, reword where applicable

Revision 1.57.4.1 / (download) - annotate - [select for diffs], Wed Dec 2 09:31:49 2015 UTC (8 years, 6 months ago) by jasper
Branch: OPENBSD_5_8
Changes since 1.57: +2 -4 lines
Diff to previous 1.57 (unified) next main 1.58 (unified)

security update to pcre-8.38

ok robert@ (MAINTAINER)

Revision 1.59 / (download) - annotate - [select for diffs], Wed Nov 25 16:49:35 2015 UTC (8 years, 6 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (unified)

The distfile isn't at the secondary MASTER_SITES (sourceforge), but upstream's
site does http as well as ftp now, so use that instead.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 25 09:37:00 2015 UTC (8 years, 6 months ago) by robert
Branch: MAIN
Changes since 1.57: +2 -4 lines
Diff to previous 1.57 (unified)

security update to 8.38

Revision 1.52.4.3 / (download) - annotate - [select for diffs], Mon Jun 29 17:07:23 2015 UTC (8 years, 11 months ago) by jasper
Branch: OPENBSD_5_7
Changes since 1.52.4.2: +2 -2 lines
Diff to previous 1.52.4.2 (unified) to branchpoint 1.52 (unified) next main 1.53 (unified)

Security fix for CVE-2015-5073.

ok robert@ (MAINTAINER)

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jun 29 17:06:14 2015 UTC (8 years, 11 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE
Branch point for: OPENBSD_5_8
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (unified)

Security fix for CVE-2015-5073.

ok robert@ (MAINTAINER)

Revision 1.52.4.2 / (download) - annotate - [select for diffs], Tue Jun 9 15:13:13 2015 UTC (8 years, 11 months ago) by robert
Branch: OPENBSD_5_7
Changes since 1.52.4.1: +3 -1 lines
Diff to previous 1.52.4.1 (unified) to branchpoint 1.52 (unified)

Apply fixes for several buffer overflow issues from the pcre
svn repository. Fixes CVE-2015-3210 and CVE-2015-3217.

ok jasper@

Revision 1.56 / (download) - annotate - [select for diffs], Tue Jun 9 15:05:40 2015 UTC (8 years, 11 months ago) by robert
Branch: MAIN
Changes since 1.55: +3 -1 lines
Diff to previous 1.55 (unified)

Apply fixes for several buffer overflow issues from the pcre
svn repository. Fixes CVE-2015-3210 and CVE-2015-3217.

Revision 1.52.4.1 / (download) - annotate - [select for diffs], Mon May 18 07:05:36 2015 UTC (9 years ago) by kili
Branch: OPENBSD_5_7
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (unified)

MFC: update to 8.37;
includes fixes for the following CVEs:
CVE-2014-8964
CVE-2015-2325
CVE-2015-2326

ok robert@, sthen@

Revision 1.55 / (download) - annotate - [select for diffs], Sun May 17 15:18:37 2015 UTC (9 years ago) by robert
Branch: MAIN
Changes since 1.54: +2 -3 lines
Diff to previous 1.54 (unified)

update to 8.37;
includes fixes for the following CVEs:
CVE-2014-8964
CVE-2015-2325
CVE-2015-2326

Revision 1.54 / (download) - annotate - [select for diffs], Mon Apr 6 22:10:57 2015 UTC (9 years, 1 month ago) by schwarze
Branch: MAIN
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (unified)

Drop USE_GROFF (minor whitespace differences only).  No bump needed.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Mar 16 18:07:44 2015 UTC (9 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (unified)

fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump

Revision 1.52 / (download) - annotate - [select for diffs], Tue Jul 8 08:30:24 2014 UTC (9 years, 10 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_6_BASE, OPENBSD_5_6
Branch point for: OPENBSD_5_7
Changes since 1.51: +4 -3 lines
Diff to previous 1.51 (unified)

update to 8.35

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jun 11 19:03:00 2013 UTC (10 years, 11 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (unified)

update to 8.33

Revision 1.50 / (download) - annotate - [select for diffs], Thu Mar 21 08:45:16 2013 UTC (11 years, 2 months ago) by ajacoutot
Branch: MAIN
Changes since 1.49: +1 -2 lines
Diff to previous 1.49 (unified)

USE_LIBTOOL=Yes is the default now.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Mar 11 10:50:24 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.48: +1 -4 lines
Diff to previous 1.48 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.48 / (download) - annotate - [select for diffs], Mon Mar 4 17:48:21 2013 UTC (11 years, 3 months ago) by robert
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (unified)

update to 8.32

Revision 1.47 / (download) - annotate - [select for diffs], Sun Feb 10 19:45:55 2013 UTC (11 years, 3 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (unified)

backout previous commit, it's too late for this

Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 10 19:32:47 2013 UTC (11 years, 3 months ago) by robert
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (unified)

update to pcre-8.32

Revision 1.45 / (download) - annotate - [select for diffs], Wed Sep 26 15:04:09 2012 UTC (11 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (unified)

add DPB_PROPERTIES=Parallel for some things high in the dependency tree
which benefit from it.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Aug 21 11:31:34 2012 UTC (11 years, 9 months ago) by robert
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (unified)

update to 8.31

Revision 1.43 / (download) - annotate - [select for diffs], Fri Feb 17 08:32:34 2012 UTC (12 years, 3 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.42: +8 -5 lines
Diff to previous 1.42 (unified)

Update to pcre-8.30.
tested in a bulk by landry@
ok robert@ (maintainer)

Revision 1.42 / (download) - annotate - [select for diffs], Wed Dec 14 21:52:42 2011 UTC (12 years, 5 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (unified)

update to pcre-8.21 and take maintainership;
ok jasper@

Revision 1.41 / (download) - annotate - [select for diffs], Sat Nov 12 11:12:08 2011 UTC (12 years, 6 months ago) by robert
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (unified)

update to 8.20

ok jasper@

Revision 1.40 / (download) - annotate - [select for diffs], Sat Sep 17 09:31:00 2011 UTC (12 years, 8 months ago) by jasper
Branch: MAIN
Changes since 1.39: +3 -4 lines
Diff to previous 1.39 (unified)

- bugfix update to 8.13

(tested in a bulk)
ok sthen@

Revision 1.39 / (download) - annotate - [select for diffs], Mon Mar 14 08:51:25 2011 UTC (13 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (unified)

remove iso-8859-1 chars that display badly with a utf-8 terminal.
pointed out by Anthony J. Bentley

Revision 1.38 / (download) - annotate - [select for diffs], Mon Mar 7 19:16:38 2011 UTC (13 years, 2 months ago) by ajacoutot
Branch: MAIN
Changes since 1.37: +5 -6 lines
Diff to previous 1.37 (unified)

Update to pcre-8.12 (needed for upcoming glib2 update).

ok jasper@ (maintainer)

Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 15 19:46:07 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (unified)

move depends to new style

Revision 1.36 / (download) - annotate - [select for diffs], Mon Oct 18 17:48:12 2010 UTC (13 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (unified)

USE_GROFF=Yes

Revision 1.35 / (download) - annotate - [select for diffs], Fri Jul 2 10:32:55 2010 UTC (13 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (unified)

libstdc++/libm WANTLIB. ok jasper

Revision 1.31.4.1 / (download) - annotate - [select for diffs], Sat Jun 26 02:14:11 2010 UTC (13 years, 11 months ago) by william
Branch: OPENBSD_4_7
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (unified) next main 1.32 (unified)

MFC:

SECURITY FIX

Resolves SA39738

ok jasper@

Revision 1.34 / (download) - annotate - [select for diffs], Fri May 21 19:28:20 2010 UTC (14 years ago) by jasper
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (unified)

- post-commitum ok jakob for the update, and he suggested i'd take maintainership.

Revision 1.33 / (download) - annotate - [select for diffs], Fri May 21 14:53:49 2010 UTC (14 years ago) by jasper
Branch: MAIN
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (unified)

- update pcre to 8.02

maintainer timed-out

Revision 1.32 / (download) - annotate - [select for diffs], Sun May 9 21:37:53 2010 UTC (14 years ago) by jasper
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (unified)

SECURITY FIX for SA39738
PCRE "compile_branch()" Buffer Overflow Vulnerability.

ok jakob@ (MAINTAINER)

Revision 1.31 / (download) - annotate - [select for diffs], Wed May 6 19:28:54 2009 UTC (15 years ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_6_BASE, OPENBSD_4_6
Branch point for: OPENBSD_4_7
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (unified)

upgrade to PCRE 7.9; from brad

Revision 1.30 / (download) - annotate - [select for diffs], Fri Sep 12 12:24:18 2008 UTC (15 years, 8 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (unified)

Upgrade to PCRE 7.8.

ok jakob@

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jul 6 21:25:25 2008 UTC (15 years, 10 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (unified)

- previous commit updated pcre to 7.7, which was confirmed vulnerable
to the CVE-number, mentioned in the commit. brad got confused and thought
the update fixed that issue, because of a confusing changelog entry.

roll in a fix from gentoo that fixes the actuall issue.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 3 06:45:29 2008 UTC (15 years, 11 months ago) by brad
Branch: MAIN
Changes since 1.27: +4 -5 lines
Diff to previous 1.27 (unified)

upgrade to PCRE 7.7

fix a heap-based buffer overflow (CVE-2008-2371)

ok jakob@

Revision 1.27 / (download) - annotate - [select for diffs], Wed Feb 20 07:42:32 2008 UTC (16 years, 3 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (unified)

move comment (no package change)

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 15 10:07:11 2008 UTC (16 years, 3 months ago) by jakob
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (unified)

upgrade to PCRE v7.6
fixes "PCRE Character Class Buffer Overflow" (Secunia Advisory SA28923)

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 22 01:41:00 2008 UTC (16 years, 4 months ago) by okan
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24 (unified)

compiler workaround to give vax a chance

ok jakob (MAINTAINER) merdely

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jan 12 23:07:19 2008 UTC (16 years, 4 months ago) by martynas
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23 (unified)

update to pcre-7.5;  ok jakob@, ajacoutot@

Revision 1.23 / (download) - annotate - [select for diffs], Wed Oct 24 22:28:10 2007 UTC (16 years, 7 months ago) by jasper
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (unified)

- update pcre to 7.4

with and ok wilfried@

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 16 02:53:10 2007 UTC (16 years, 8 months ago) by merdely
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified)

Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 13 07:19:06 2007 UTC (16 years, 11 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.20: +7 -8 lines
Diff to previous 1.20 (unified)

update to PCRE v7.1

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 27 14:31:03 2007 UTC (17 years ago) by ajacoutot
Branch: MAIN
Changes since 1.19: +5 -3 lines
Diff to previous 1.19 (unified)

- add UTF8 support

"please test and fix" jakob@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 19 09:46:43 2006 UTC (17 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.18: +1 -4 lines
Diff to previous 1.18 (unified)

kill a few MODGNU_SHARED_LIBS, no actual package changes.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 13 23:40:23 2006 UTC (18 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (unified)

bump C++ shared libs after typedef changes.
note that all SDL libs link with supc++ (potentially, and thus are affected)
-> don't take a chance, bump.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 23 14:38:32 2005 UTC (18 years, 5 months ago) by bernd
Branch: MAIN
Changes since 1.16: +9 -2 lines
Diff to previous 1.16 (unified)

- Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate

Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 7 20:11:49 2005 UTC (18 years, 5 months ago) by bernd
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (unified)

Major update to pcre-6.4.

discussed with sturm@ and naddy@

ok sturm@ jakob@, "Auf!" naddy@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 31 19:55:37 2005 UTC (18 years, 9 months ago) by sturm
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

bump PKGNAME so that 3.7 won't have higher PKGNAMEs than 3.8

suggested by espie@, ok pval@

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Wed Aug 31 19:51:41 2005 UTC (18 years, 9 months ago) by sturm
Branch: OPENBSD_3_7
Changes since 1.13.2.1: +2 -2 lines
Diff to previous 1.13.2.1 (unified) to branchpoint 1.13 (unified) next main 1.14 (unified)

updated packages for these ports where not build in a sane environment
bump PKGNAME for fixed packages

Revision 1.12.4.2 / (download) - annotate - [select for diffs], Wed Aug 31 19:46:33 2005 UTC (18 years, 9 months ago) by sturm
Branch: OPENBSD_3_6
Changes since 1.12.4.1: +2 -2 lines
Diff to previous 1.12.4.1 (unified) to branchpoint 1.12 (unified) next main 1.13 (unified)

updated packages for these ports where not build in a sane environment
bump PKGNAME for fixed packages

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Tue Aug 23 21:35:14 2005 UTC (18 years, 9 months ago) by robert
Branch: OPENBSD_3_6
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

SECURITY: fix a heap overflow; bump PKGNAME
http://www.vuxml.org/openbsd/b552a55a-136d-11da-a0d4-00065bd5b0b6.html

ok brad@

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Tue Aug 23 21:34:28 2005 UTC (18 years, 9 months ago) by robert
Branch: OPENBSD_3_7
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (unified)

SECURITY: fix a heap overflow; bump PKGNAME
http://www.vuxml.org/openbsd/b552a55a-136d-11da-a0d4-00065bd5b0b6.html

ok brad@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 22 22:40:28 2005 UTC (18 years, 9 months ago) by naddy
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (unified)

SECURITY:
CAN-2005-2491, http://securitytracker.com/id?1014744
"A remote or local user may be able to supply a specially crafted
regular expression to trigger a heap integer overflow in PCRE."

ok pvalchev@

Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 24 00:11:03 2004 UTC (19 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_7
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

WANTLIB markers

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 14 17:21:52 2004 UTC (20 years, 4 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_5_BASE, OPENBSD_3_5
Branch point for: OPENBSD_3_6
Changes since 1.11: +6 -5 lines
Diff to previous 1.11 (unified)

pcre v4.5

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 29 20:19:12 2002 UTC (21 years, 5 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (unified)

and more..

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 13 18:50:41 2002 UTC (22 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (unified)

Kill a few SUBDIR.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 7 09:55:49 2002 UTC (22 years, 3 months ago) by kevlo
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.8: +5 -9 lines
Diff to previous 1.8 (unified)

- upgrade to version 3.9
- bump NEED_VERSION
--
Ok'd by maintainer

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 1 18:34:51 2001 UTC (22 years, 7 months ago) by wilfried
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (unified)

use ports in-tree libtool patches, ok maintainer

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jul 6 19:34:03 2001 UTC (22 years, 11 months ago) by jsyn
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_TRACKING_SWITCH
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (unified)

more binary stripping; pcre/pgpdump - ok jakob@; cgichk/isic/its4 - ok
dugsong@; all ok espie@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 24 19:55:27 2001 UTC (23 years, 2 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (unified)

move COMMENT into Makefile & touch NEED_VERSION

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 5 16:02:33 2001 UTC (23 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.4: +11 -8 lines
Diff to previous 1.4 (unified)

- switch to MASTER_SITE_SOURCEFORGE for the master site
- add HOMEPAGE
- add missing CONFIGURE_SHARED to CONFIGURE_ARGS
- add libtool patches
- add RCS id to PLIST frag. and change %D/lib to %B

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 1 19:08:11 2001 UTC (23 years, 5 months ago) by jakob
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

update to v3.4

 - bug fixes
 - pgrep changed name to pcregrep

Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 4 21:54:07 2000 UTC (23 years, 8 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

add fullname to MAINTAINER

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 4 01:46:40 2000 UTC (23 years, 11 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_2_7
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

Change PFRAG.shared ldconfig invocation(s) to
DYNLIBDIR() invocations.

Bump NEED_VERSION to 1.310 so DYNLIBDIR() works.

As requested by espie@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 20 18:54:51 2000 UTC (23 years, 11 months ago) by jakob
Branch: jakob
CVS Tags: jakob_2000-06-20
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

pcre port

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 20 18:54:51 2000 UTC (23 years, 11 months ago) by jakob
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.