summary refs log tree commit diff
path: root/pkgs/development/libraries/pcre
Commit message (Collapse)AuthorAge
* pcre: Skip winpthread depJohn Ericson2019-11-11
| | | | | Seems to build just fine without it, maybe it was just using C++ threads which mcfgthread provides?
* treewide: remove redundant recvolth2019-08-28
|
* pcre16: 8.42 -> 8.43R. RyanTM2019-04-16
| | | | | | | 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
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* pcre: fetch from HTTPS instead of FTP (#44828)Benjamin Hipple2018-08-09
| | | | | | | 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/
* [staging] pcre: 8.41 -> 8.42 (#43165)volth2018-07-09
|
* pcre: Fix /bin/sh dependencyShea Levy2018-03-20
|
* pcre: Disable JIT on RISC-V.Shea Levy2018-02-18
|
* pcre: add patch fixing stack frame size detectionRobin Gloster2017-12-29
|
* pcre: 8.40 -> 8.41 (fixes multiple CVEs)Samuel Leathers2017-10-30
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* pcre: Modernize and fix crossJohn Ericson2017-06-22
|
* pcre: 8.39 -> 8.40 + security fixRobin Gloster2017-03-26
| | | | | | CVE-2017-7186 refs nixos/security#57 #24319
* pcre: 8.38 -> 8.39 (security)Franz Pletz2016-09-24
| | | | | | | | | | | | Fixes: - CVE-2014-9769 - CVE-2015-2327 - CVE-2015-2328 - CVE-2015-8382 - CVE-2016-3191 cc #18856
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* pcre: Fix postFixup scriptJohannes 'fish' Ziemke2016-06-22
| | | | So far the shell globbing only resolved properly on linux.
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* pcre: drop unused withCharSize function argumentPeter Simons2016-04-20
|
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-04-10
|\
| * pcre: cleanup a littleNikolay Amiantov2016-04-09
| |
| * pcre: patch CVE-2016-1283Micxjo Funkcio2016-04-09
| | | | | | | | | | | | | | | | 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
* | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
|\| | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| * pcre: add 16- and 32-bit character size versionsNikolay Amiantov2016-03-30
| |
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * pcre: 8.37 with patches -> 8.38Michiel Leenaars2016-02-08
| |
* | rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-02
| |
* | pcre: separate variants of the libraryVladimír Čunát2015-10-28
| | | | | | | | | | | | | | | | - 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
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * pcre: Smaller patch for CVE-2015-3210, CVE-2015-5073Eelco Dolstra2015-09-25
| |
| * Revert "pcre: Updates to fix a number of vulnerabilities"Eelco Dolstra2015-09-25
| | | | | | | | | | This reverts commit 453b986d2f1061dd04f7a2f198c4e5276ddc8d8f. Such large patches should not be included in the repo.
| * Revert "pcre: Fix patch method"Eelco Dolstra2015-09-25
| | | | | | | | This reverts commit fb30776a77122b687fd5f758672311dbcbd81cc2.
| * pcre: Fix patch methodWilliam A. Kennington III2015-09-17
| |
| * pcre: Updates to fix a number of vulnerabilitiesWilliam A. Kennington III2015-09-17
| | | | | | | | | | | | - CVE-2015-3210 - CVE-2015-5073 - http://seclists.org/oss-sec/2015/q3/295
| * More docs/manpages in separate outputsEelco Dolstra2015-07-27
| |
| * pcre: 8.36 -> 8.37William A. Kennington III2015-05-04
| |
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - 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.
| * No need for this hack anymoreDan Peebles2015-02-18
| |
| * pcre: Update to 8.36Eelco Dolstra2014-10-06
| |
| * pcre: update from 8.34 to 8.35Nixpkgs Monitor2014-09-06
| |
* | mutiout: make it builtinVladimír Čunát2014-08-30
| |
* | WIP2Vladimír Čunát2014-08-26
| |
* | Merge 'staging' into multiple-outputsVladimír Čunát2014-08-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |
| * Use mingw-w64 for 32bit Windows builds as well.aszlig2014-03-03
| | | | | | | | | | | | | | | | | | 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>
| * pcre/cross: Enable support for winpthreads.aszlig2014-02-24
| | | | | | | | | | | | That way we're able to build with the JIT compiler enabled. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * pcre: update to version 8.34Peter Simons2014-01-13
| |
| * pcre: disable tests for freeBSDs, as we're running out of stackVladimír Čunát2013-10-08
| |
| * pcre: minor update 8.32 -> 8.33Vladimír Čunát2013-06-30
| |
| * Update to PCRE 8.32 with JIT enabledDanny Wilson2013-02-28
| |
* | pcre: Split into multiple outputsEelco Dolstra2013-06-11
|/