Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.45_4 29 Feb 2024 20:26:10 |
Kirill Ponomarev (krion) |
devel/pcre: mark DEPRECATED as EOLed by upstream
Reported by: bapt |
8.45_4 23 Jan 2024 13:47:39 |
Muhammad Moinur Rahman (bofh) |
devel/pcre: Impelled to share/man
Approved by: portmgr (blanket) |
8.45_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
8.45_3 30 Oct 2022 22:56:48 |
Piotr Kubaj (pkubaj) |
devel/pcre: enable JIT on powerpc, powerpc64 and powerpc64le |
8.45_2 19 Oct 2022 09:28:44 |
Kirill Ponomarev (krion) |
devel/pcre: Adding option to disable jit support
PR: 267174
Reported by: olivier |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.45_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.45_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <[email protected]>
* <[email protected]>
* Aaron Dalton <[email protected]>
* Aaron Dalton <[email protected]>
* Aaron H. K. Diep <[email protected]>
* Aaron Hurt <[email protected]>
* Abel Chow <[email protected]>
* Adam McLaurin
* Adam Saponara <[email protected]>
* Adam Weinberger <[email protected]>
* Ade Lovett <[email protected]> (Only the first 15 lines of the commit message are shown above ) |
8.45_1 25 Mar 2022 14:29:03 |
Piotr Kubaj (pkubaj) |
pcre: fix runtime issues on powerpc
In sljitConfigInternal.h, pcre checks for existence of __builtin___clear_cache()
function.
LLVM provides that function for all platforms, even those that don't have
implemented flushing the cache.
This leads to runtime errors on e.g. powerpc (32-bit) with __clear_cache()
calling compilerrt_abort(), resulting in SIGABRT. |
8.45 25 Mar 2022 14:28:54 |
Piotr Kubaj (pkubaj) |
devel/pcre: remove USES=compiler:c++11-lang for powerpc64le
Support for powerpc64le appeared in 13.0-RELEASE and C++11 compiler was already
provided. |
8.45 09 Sep 2021 14:33:37 |
Kirill Ponomarev (krion) |
devel/pcre: update to 8.45
PR: 258299
Approved by: portmgr (antoine) |
8.44 29 Jun 2021 06:50:17 |
Kirill Ponomarev (krion) |
devel/pcre: resort Makefile |
8.44 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.44 15 Nov 2020 08:32:00 |
krion |
Disable JIT support on RISC-V.
Submitted by: kp |
8.44 23 Sep 2020 19:14:27 |
linimon |
Canonicalize USES across all powerpc variants.
As a result, prettify.
Approved by: portmgr (tier-2 blanket) |
8.44 19 May 2020 08:59:14 |
krion |
Update to 8.44
PR: 246437
Approved by: portmgr (antoine) |
8.43_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
8.43_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
8.43 13 Mar 2019 15:28:07 |
krion |
Update to 8.43 |
8.42_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
8.42 28 Oct 2018 09:32:59 |
linimon |
Fix build on powerpc.
PR: 232034
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
8.42 19 May 2018 11:08:17 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
8.42 19 May 2018 06:51:05 |
krion |
Update to 8.42
PR: 220613
Submitted by: adamw |
8.40_1 18 May 2018 15:52:10 |
krion |
Grab maintainership as 13 years ago. |
8.40_1 18 May 2018 15:23:27 |
adamw |
Scale back my portfolio
I'm releasing maintainership on a number of ports that I no longer have
time to maintain effectively. |
8.40_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
8.40 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
8.40 30 Jan 2017 19:42:45 |
adamw |
Update to 8.40.
PR: 216549
Exp-run by: antoine |
8.39_1 09 Dec 2016 19:28:49 |
adamw |
Add a file that I meant to commit back in r425013. Oops. |
8.39_1 08 Dec 2016 17:26:10 |
tijl |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
8.39 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
8.39 31 Oct 2016 16:48:29 |
adamw |
Use an option helper and put the description block for it into a pkg-help.
Improve an ARCH-checking construct. |
8.39 06 Jul 2016 00:39:13 |
junovitch |
devel/pcre: add USES= cpe
Note: There are two other conflicting CPE_PRODUCTs in the CPE dictionary.
perl-compatible_regular_expression_library
perl_compatible_regular_expression_library
I contacted NIST for clarification and 'cpe:2.3:a:pcre:pcre' is the correct
CPE string. As such we do not need to set CPE_VENDOR or CPE_PRODUCT.
PR: 208328
Submitted by: Shun <[email protected]> (original patch)
Approved by: adamw (maintainer) |
8.39 27 Jun 2016 22:15:04 |
adamw |
Update to 8.39. Introduce a "MAN3" option, to control installation of
~100 API manpages. Remove the bits about preventing coredumps on package
clusters during regression tests, because I'm not clear why the package
clusters would be running the regression tests. Rewrite the pkg-descr
using current text from pcre.org.
While here, clean up and reorganize the Makefile for simplicity and
clarity. |
8.38_1 27 Jun 2016 21:44:56 |
adamw |
I'll look after this one. |
8.38_1 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
8.38_1 18 May 2016 14:11:34 |
amdmi3 |
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket |
8.38_1 03 Apr 2016 13:43:30 |
junovitch |
devel/pcre: Add patch to resolve heap overflow vulnerability
PR: 208260
Reported by: Sevan Janiyan <[email protected]>
Approved by: ports-secteam (with hat)
Obtained from: PCRE svn (r1636)
Security: CVE-2016-1283
Security: https://vuxml.FreeBSD.org/freebsd/497b82e0-f9a0-11e5-92ce-002590263bf5.html
MFH: 2016Q2 |
8.38 21 Mar 2016 02:40:25 |
feld |
devel/pcre: Update to 8.38
- Remove patches now in the 8.38 release
- Add patch to resolve outstanding CVE
PR: 208167
Obtained from: PCRE svn (r1631)
MFH: 2016Q1
Security: CVE-2016-3191 |
8.37_4 16 Oct 2015 20:12:06 |
feld |
devel/pcre: convert LIBEDIT and READLINE to RADIO options
It's not possible for both to be enabled at the same time, so use RADIO
to prevent a user from trying to enable both.
PR: 160351
Approved by: maintainer timeout |
8.37_4 24 Aug 2015 16:25:22 |
feld |
devel/pcre: Add patch to resolve heap overflow vulnerability
Obtained from: http://vcs.pcre.org/pcre?view=revision&revision=1594
Security: 6900e6f1-4a79-11e5-9ad8-14dae9d210b8 |
8.37_3 10 Aug 2015 22:13:19 |
junovitch |
Apply upstream fixes for a buffer overflow issue
1585 Fix buffer overflow for named references in (?| situations.
PR: 202209
Obtained from: PCRE svn (r1585)
Approved by: ports-secteam (feld), feld (mentor)
Security: ff0acfb4-3efa-11e5-93ad-002590263bf5
MFH: 2015Q3 |
8.37_2 20 Jul 2015 15:21:26 |
feld |
Apply upstream fixes for a buffer overflow issue:
1571 Fix buffer overflow for forward reference within backward assertion
with excess closing parenthesis. Bugzilla 1651.
Obtained from: PCRE svn (r1571)
MFH: 2015Q3
Security: 8a1d0e63-1e07-11e5-b43d-002590263bf5
Security: CVE-2015-5073 |
8.37_1 19 Jul 2015 22:17:31 |
bapt |
Convert to USES=libedit |
8.37_1 08 Jun 2015 05:59:14 |
antoine |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
8.37_1 07 Jun 2015 20:50:42 |
delphij |
Apply upstream fixes of several buffer overflow issues:
r1555 Fix forward reference offset bug.
r1556 Fix forward referencing bugs.
r1557 Fix buffer overflow for repeated conditional when referencing a
duplicate name.
r1558 Fix buffer overflow for named recursive back reference when the
name is duplicated.
r1559 Fix named forward reference to duplicate group number overflow
bug.
r1560 Fix buffer overflow for lookbehind within mutually recursive
subroutines.
r1562 Fix another buffer overflow.
Note that regression tests were not included in this patchset, however
the actual test cases have been run against both old and new code to
make sure that the issues were fixed properly.
With hat: so
Obtained from: PCRE svn (revisions detalied above)
MFH: 2015Q2
Security: CVE-2015-3210, CVE-2015-3217 |
8.37 22 May 2015 23:46:27 |
delphij |
Security update to 8.37.
Security: CVE-2015-2325
Security: CVE-2015-2326
MFH: 2015Q2
Approved by: so |
8.35_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
8.35_2 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
8.35_1 03 Oct 2014 15:37:21 |
bapt |
More mdocml fixes |
8.35_1 03 Oct 2014 14:06:42 |
bapt |
Fix rendering with mandoc |
8.35 25 Aug 2014 07:49:29 |
bf |
update to 8.35 [1], which includes a fix for JIT character range checks [2]
PR: 192626 [1], 187815 [2]
Submitted by: pi [1] |
8.34_2 07 Aug 2014 08:40:30 |
marino |
devel/pcre: Fix build with LIBEDIT option selected
PR: 192459
Submitted by: Hiroo Ono
Approved by: Just Fix It (bf@ in copy) |
8.34_2 29 Jul 2014 16:42:11 |
bf |
Convert the pcretest command-line editing support into non-default options
Submitted by: peter, zi |
8.34_1 15 Jul 2014 14:36:13 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
8.34_1 30 Jun 2014 23:03:15 |
bapt |
Fix build with readline from ports |
8.34_1 07 May 2014 10:27:58 |
tijl |
- USES=libtool:oldver tar:bzip2.
- INSTALL_TARGET=install-strip.
- Remove -fPIC from CFLAGS.
- Remove old Clang hack.
- Use MAKE_CMD. |
8.34 03 Mar 2014 15:27:34 |
bf |
Disable the pcre jit on mips64*
PR: 186983
Submitted by: mat |
8.34 05 Feb 2014 17:40:42 |
bf |
Update to 8.34 |
8.33 03 Feb 2014 14:30:49 |
bf |
Use staging; update LICENSE; strip libraries; remove some outdated material |
8.33 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
8.33 04 Jun 2013 02:48:27 |
bf |
update to 8.33; add an option and some knobs to help users
in environments with limited resources, and to fail more
gracefully when encountering runaway recursions |
8.32 22 Mar 2013 21:23:38 |
bf |
attempt to prevent the pcre tests from triggering a file-system
integrity error on the package-building cluster |
8.32 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
8.32 16 Jan 2013 19:37:20 |
bf |
Add Sourceforge mirrors [1]; remove NOPORTDOCS; trim Makefile header
PR: 174426 [1]
Submitted by: [email protected] [1] |
8.32 13 Dec 2012 14:40:19 |
bf |
Adopt. |
8.32 13 Dec 2012 14:22:02 |
mm |
Give up maintainership on devel/pcre
>-This line, and those below, will be ignored--
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.
M pcre/Makefile |
8.32 10 Dec 2012 19:17:30 |
mm |
Fix pcre CONFIGURE_ARGS and add plist files for pcre32 |
8.32 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
8.31_1 17 Sep 2012 11:10:38 |
mm |
Always build with JIT support
Treat ia64 together with sparc64 as JIT-unsupported architectures |
8.31 05 Aug 2012 19:37:05 |
eadler |
Remove empty directories |
8.31 17 Jul 2012 19:41:33 |
mm |
Fix libedit dependency to >= 803000
PR: ports/169948
Reported by: Bryan Drewery |
8.31 17 Jul 2012 16:30:18 |
mm |
Update to 8.31
Switch to new options framework
Link pcretest against libedit on FreeBSD 8.x and higher |
8.30_2 28 Apr 2012 05:56:51 |
mm |
Add patch for exim bug #1236 (vendor svn revision 963)
http://bugs.exim.org/show_bug.cgi?id=1236
PR: ports/167375
Submitted by: Ryan Steinmetz <[email protected]> |
8.30_1 17 Feb 2012 13:18:12 |
mm |
Additional autotools fix for building WITH_LIBEDIT |
8.30_1 16 Feb 2012 07:42:36 |
mm |
Enable build of libpcre16
Bump PORTREVISION |
8.30 15 Feb 2012 14:11:59 |
mm |
Fix build with WITH_LIBEDIT
PR: ports/165156 |
8.30 14 Feb 2012 12:39:23 |
mm |
Update PCRE to 8.30
Add support for binding pcretest to libedit [1]
PR: ports/162565 [1] |
8.21_1 07 Jan 2012 22:31:52 |
mm |
Add patch to fix upstream bug #1187
References:
http://bugs.exim.org/show_bug.cgi?id=1187
http://vcs.pcre.org/viewvc?view=revision&revision=807
Reported by: Christos Chatzaras <chris_at_cretaforce_dot_gr> |
8.21 20 Dec 2011 23:06:42 |
mm |
Update to 8.21 |
8.20 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
8.20 02 Nov 2011 06:33:20 |
mm |
Disable JIT on sparc64.
PR: ports/162208
Reported by: Stefan Schaeckeler <[email protected]> |
8.20 27 Oct 2011 10:03:59 |
erwin |
Apply FreeBSD 10 workaround for some high profile ports to
unbreak a lot of dependent ports.
Submitted by: beat
Tested on: pointyhat i386-9-exp and i386-10 |
8.20 26 Oct 2011 09:50:11 |
mm |
Update to 8.20
Enable JIT support by default (can be turned off in OPTIONS) |
8.13_1 22 Aug 2011 10:02:55 |
mm |
Add patch for upstream bug #1136 (upstream SVN changeset 661)
http://bugs.exim.org/show_bug.cgi?id=1136
PR: ports/159989
Reported by: Volodymyr Kostyrko <[email protected]> |
8.13 17 Aug 2011 14:45:29 |
mm |
Update to 8.13 |
8.12 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
8.12 16 Jan 2011 23:01:40 |
mm |
Update to 8.12
Feature safe: yes |
8.11 29 Dec 2010 12:12:54 |
mm |
- Update to 8.11 |
8.10 28 Dec 2010 09:07:26 |
linimon |
Over to new volunteer. |
8.10 28 Dec 2010 08:11:16 |
linimon |
Reset [email protected] due to 6 months of inactivity and maintainer-
timeouts.
Hat: portmgr |
8.10 29 Oct 2010 12:02:23 |
kwm |
Hide a sed line.
Fix a configure assumption. Configure tries to figure out the linker objects.
The check it uses for this doesn't work with clang. So tweak the check to make
it work.
Approved by: maintainer timeout (21 days) |
8.10 05 Aug 2010 21:43:54 |
mm |
Update to 8.10
PR: ports/148838
Approved by: maintainer (timeout) |
8.02 21 Apr 2010 08:45:21 |
mm |
- Update to 8.02
PR: ports/144891
Submitted by: Sahil Tandon <[email protected]>
Approved by: maintainer (timeout 1 month)
Tested by: myself (tinderbox run on all ports using libpcre) |
8.00 21 Oct 2009 19:49:26 |
krion |
Update to 8.00
PR: ports/139785
Submitted by: Sahil Tandon <[email protected]> |
7.9 12 Apr 2009 09:06:47 |
krion |
Update to 7.9 |
7.8 04 Oct 2008 11:46:44 |
krion |
Update to 7.8
PR: ports/127135
Submitted by: [email protected] |
7.7_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
7.7_1 12 Aug 2008 15:48:15 |
krion |
Fix a heap overflow condition when compiling certain regular
expressions involving in-pattern options and branches, potentially
leading to arbitrary code execution.
PR: ports/126471
Submitted by: Tsurutani Naoki <[email protected]> |
7.7 14 May 2008 05:53:53 |
krion |
Update to 7.7
PR: ports/123585
Submitted by: leeym |