about summary refs log tree commit diff
path: root/pkgs/development/libraries/pcre
AgeCommit message (Collapse)AuthorFilesLines
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-19pcre: 8.43 -> 8.44zowoq1-2/+2
https://lists.exim.org/lurker/message/20200212.174850.6edd8277.en.html
2019-11-11pcre: Skip winpthread depJohn Ericson1-2/+0
Seems to build just fine without it, maybe it was just using C++ threads which mcfgthread provides?
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-04-16pcre16: 8.42 -> 8.43R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pcre16/versions
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-4/+3
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-08-09pcre: fetch from HTTPS instead of FTP (#44828)Benjamin Hipple1-1/+1
It's not uncommon for enterprise environments to block FTP traffic to external sites. Since `pcre` gives an official HTTPS download URL [1] alongside the official FTP endpoint, let's use that instead. [1] https://www.pcre.org/
2018-07-09[staging] pcre: 8.41 -> 8.42 (#43165)volth1-2/+2
2018-03-20pcre: Fix /bin/sh dependencyShea Levy1-0/+4
2018-02-18pcre: Disable JIT on RISC-V.Shea Levy1-2/+1
2017-12-29pcre: add patch fixing stack frame size detectionRobin Gloster2-0/+19
2017-10-30pcre: 8.40 -> 8.41 (fixes multiple CVEs)Samuel Leathers2-56/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-22pcre: Modernize and fix crossJohn Ericson1-6/+6
2017-03-26pcre: 8.39 -> 8.40 + security fixRobin Gloster2-2/+56
CVE-2017-7186 refs nixos/security#57 #24319
2016-09-24pcre: 8.38 -> 8.39 (security)Franz Pletz2-24/+2
Fixes: - CVE-2014-9769 - CVE-2015-2327 - CVE-2015-2328 - CVE-2015-8382 - CVE-2016-3191 cc #18856
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-06-22pcre: Fix postFixup scriptJohannes 'fish' Ziemke1-1/+1
So far the shell globbing only resolved properly on linux.
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+0
2016-04-20pcre: drop unused withCharSize function argumentPeter Simons1-1/+0
2016-04-10Merge branch 'staging' into closure-sizeVladimír Čunát2-2/+21
2016-04-09pcre: cleanup a littleNikolay Amiantov1-9/+8
2016-04-09pcre: patch CVE-2016-1283Micxjo Funkcio2-2/+21
This fixes CVE-2016-1283, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted regular expression. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1283
2016-04-07Merge 'staging' into closure-sizeVladimír Čunát1-3/+10
This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-03-30pcre: add 16- and 32-bit character size versionsNikolay Amiantov1-7/+18
2016-03-08Merge master into closure-sizeVladimír Čunát3-160/+3
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-08pcre: 8.37 with patches -> 8.38Michiel Leenaars3-160/+3
2015-12-02rename moveToOutput and propagatedBuildInputsLuca Bruno1-1/+1
2015-10-28pcre: separate variants of the libraryVladimír Čunát1-13/+17
- don't include the cxx variant in the default build, as it depends on libstdc++ (and it seems rarely used anyway) - allow building pcre16 and pcre32 variants; pcre16 is the one needed by qt*, I think - share the basic libs with all of the variants
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát3-2/+162
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-25pcre: Smaller patch for CVE-2015-3210, CVE-2015-5073Eelco Dolstra3-0/+160
2015-09-25Revert "pcre: Updates to fix a number of vulnerabilities"Eelco Dolstra2-3541/+0
This reverts commit 453b986d2f1061dd04f7a2f198c4e5276ddc8d8f. Such large patches should not be included in the repo.
2015-09-25Revert "pcre: Fix patch method"Eelco Dolstra1-6/+2
This reverts commit fb30776a77122b687fd5f758672311dbcbd81cc2.
2015-09-17pcre: Fix patch methodWilliam A. Kennington III1-2/+6
2015-09-17pcre: Updates to fix a number of vulnerabilitiesWilliam A. Kennington III2-0/+3541
- CVE-2015-3210 - CVE-2015-5073 - http://seclists.org/oss-sec/2015/q3/295
2015-07-27More docs/manpages in separate outputsEelco Dolstra1-0/+2
2015-05-04pcre: 8.36 -> 8.37William A. Kennington III1-2/+2
2015-04-18Merge 'staging' into closure-sizeVladimír Čunát1-7/+3
- there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
2015-02-18No need for this hack anymoreDan Peebles1-5/+1
2014-10-06pcre: Update to 8.36Eelco Dolstra1-2/+2
2014-09-06pcre: update from 8.34 to 8.35Nixpkgs Monitor1-2/+2
2014-08-30mutiout: make it builtinVladimír Čunát1-1/+0
2014-08-26WIP2Vladimír Čunát1-0/+1
2014-08-23Merge 'staging' into multiple-outputsVladimír Čunát1-8/+19
Conflicts: pkgs/applications/audio/flac/default.nix pkgs/build-support/gcc-wrapper/builder.sh pkgs/development/libraries/apr-util/default.nix pkgs/development/libraries/apr/default.nix pkgs/development/libraries/atk/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/builder.sh pkgs/development/libraries/glibc/2.17/locales.nix pkgs/development/libraries/libjpeg/default.nix pkgs/development/libraries/libogg/default.nix pkgs/development/libraries/libsamplerate/default.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/libvorbis/default.nix pkgs/development/libraries/mesa/default.nix pkgs/development/libraries/pango/default.nix pkgs/development/web/nodejs/default.nix pkgs/os-specific/linux/pam/default.nix pkgs/os-specific/linux/systemd/default.nix pkgs/stdenv/generic/setup.sh pkgs/stdenv/linux/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-small.nix
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-03-03Use mingw-w64 for 32bit Windows builds as well.aszlig1-1/+1
Mingw(32) is rather poorly maintaned and has quite a lot of bugs. And because our Windows cross builds were also poorly maintained and most of the cross-tests were broken as well, I'm just taking this step and try to switch to mingw-w64 for everything "cross Windows". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-02-24pcre/cross: Enable support for winpthreads.aszlig1-4/+12
That way we're able to build with the JIT compiler enabled. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-01-13pcre: update to version 8.34Peter Simons1-2/+2
2013-10-08pcre: disable tests for freeBSDs, as we're running out of stackVladimír Čunát1-1/+3