about summary refs log tree commit diff
path: root/pkgs/tools/text
Commit message (Collapse)AuthorAge
* diffr: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-27
| | | | Infra upgrade as part of #79975; no functional change expected.
* shfmt: 3.0.1 -> 3.0.2 (#80842)zowoq2020-02-22
| | | https://github.com/mvdan/sh/releases/tag/v3.0.2
* ocrmypdf: 9.5.0 -> 9.6.0R. RyanTM2020-02-20
|
* vale: 1.7.1 -> 2.0.0Mario Rodas2020-02-19
| | | | Changelog: https://github.com/errata-ai/vale/releases/tag/v2.0.0
* mdbook: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-17
| | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* Merge pull request #80314 from bhipple/u/rust-cargo-xsvVladyslav M2020-02-17
|\ | | | | xsv: upgrade cargo fetcher and cargoSha256
| * xsv: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | | | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* | Merge pull request #80303 from bhipple/u/rust-cargo-coloursumMaximilian Bosch2020-02-17
|\ \ | | | | | | coloursum: upgrade cargo fetcher and cargoSha256
| * | coloursum: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ | | | | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* | Merge pull request #80308 from bhipple/u/rust-cargo-amberMario Rodas2020-02-17
|\ \ | | | | | | amber: upgrade cargo fetcher and cargoSha256
| * | amber: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ | | | | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* | Merge pull request #80312 from bhipple/u/rust-cargo-sdMario Rodas2020-02-17
|\ \ | | | | | | sd: upgrade cargo fetcher and cargoSha256
| * | sd: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| |/ | | | | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* / ruplacer: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
|/ | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* mdcat: 0.15.0 -> 0.15.1David Wood2020-02-16
|
* ripgrep-all: upgrade cargo fetcher implementation and cargoSha256Benjamin Hipple2020-02-15
| | | | Infra upgrade as part of #79975; no functional change expected.
* Merge pull request #79588 from r-ryantm/auto-update/poeditDaniel Schaefer2020-02-15
|\ | | | | poedit: 2.2.4 -> 2.3
| * poedit: 2.2.4 -> 2.3R. RyanTM2020-02-09
| |
* | tree-sitter: 0.15.7 -> 0.16.4Benjamin Hipple2020-02-15
| | | | | | | | | | | | | | | | Includes some bugfixes/cleanups to the scripts and packaging, a run of the updater, a bump of the version, an upgrade to the newer cargo fetcher in #79975, and gets the web assembly portion to compile successfully. Fixes #75863
* | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* | Merge pull request #79570 from sikmir/openccDmitry Kalinkin2020-02-12
|\ \ | | | | | | opencc: enable on darwin
| * | opencc: enable on darwinNikolay Korotkiy2020-02-09
| |/
* | mawk: 1.3.4-20200106 -> 1.3.4-20200120R. RyanTM2020-02-12
| |
* | gist: 5.0.0 -> 5.1.0 (#79838)Guillaume Maudoux2020-02-11
| |
* | unoconv: 0.8.2 -> 0.9.0R. RyanTM2020-02-10
| |
* | Merge staging into staging-nextFrederik Rietdijk2020-02-09
|\ \
| * | gnugrep: 3.3 -> 3.4Will Dietz2020-02-06
| |/ | | | | | | https://savannah.gnu.org/forum/forum.php?forum_id=9640
* / highlight: 3.54 -> 3.55R. RyanTM2020-02-09
|/
* Merge master into staging-nextFrederik Rietdijk2020-02-05
|\
| * opencc: fix buildBjørn Forsman2020-02-03
| | | | | | | | | | | | | | LD_LIBRARY_PATH isn't expanded properly in makeFlags, so move it to preBuild. Fixes: 3cd8ce3bce ("treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH")
* | Merge staging-next into stagingFrederik Rietdijk2020-02-02
|\|
| * Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk2020-02-02
| |\ | | | | | | Staging next
| * | ansifilter: 2.15 -> 2.16R. RyanTM2020-01-31
| | |
* | | Merge pull request #78799 from chkno/gnupatch-patches-in-treeworldofpeace2020-01-31
|\ \ \ | |_|/ |/| | gnupatch: Don't fetch from cgit URLs with unstable hashes
| * | gnupatch: Don't fetch from cgit URLs with unstable hashesChuck2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgit cannot serve patches with stable hashes, so store these patches in-tree. cgit community discussion about this problem: https://lists.zx2c4.com/pipermail/cgit/2017-February/003470.html We pull the patches in-tree rather than strip cgit footers with fetchpatch because per https://github.com/NixOS/nixpkgs/pull/61471#issuecomment-493218587 dependencies of fetchpatch cannot use fetchpatch. Verification that the only difference between the live page, the patch committed here, and the version cached under the old hash at tarballs.nixos.org is the cgit version footer: $ curl -s -L http://tarballs.nixos.org/sha256/"$(nix-hash --type sha256 --to-base16 0iw0lk0yhnhvfjzal48ij6zdr92mgb84jq7fwryy1hdhi47hhq64)" > Allow_input_files_to_be_missing_for_ed-style_patches.patch $ diff -U0 --label cgit-live <( curl -s -L https://git.savannah.gnu.org/cgit/patch.git/patch/?id=b5a91a01e5d0897facdd0f49d64b76b0f02b43e1 ) Allow_input_files_to_be_missing_for_ed-style_patches.patch --- cgit-live +++ Allow_input_files_to_be_missing_for_ed-style_patches.patch 2020-01-29 17:22:00.077312937 -0800 @@ -32 +32 @@ -cgit v1.2.1 +cgit v1.0-41-gc330 $ curl -s -L http://tarballs.nixos.org/sha256/"$(nix-hash --type sha256 --to-base16 1bpy16n3hm5nv9xkrn6c4wglzsdzj3ss1biq16w9kfv48p4hx2vg)" > CVE-2018-1000156.patch $ diff -U0 --label cgit-live <( curl -s -L https://git.savannah.gnu.org/cgit/patch.git/patch/?id=123eaff0d5d1aebe128295959435b9ca5909c26d ) CVE-2018-1000156.patch --- cgit-live +++ CVE-2018-1000156.patch 2020-01-29 17:23:41.021116969 -0800 @@ -210 +210 @@ -cgit v1.2.1 +cgit v1.0-41-gc330
* | | Merge staging into staging-nextFrederik Rietdijk2020-01-31
|\| | | |/ |/|
| * Merge staging-next into stagingFrederik Rietdijk2020-01-28
| |\
| * | gnused: 4.7 -> 4.8Matthias Beyer2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream announcement: https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00002.html For the lazy: > * Noteworthy changes in release 4.8 (2020-01-14) [stable] > > ** Bug fixes > > "sed -i" now creates temporary files with correct umask (limited to u=rwx). > Previously sed would incorrectly set umask on temporary files, resulting > in problems under certain fuse-like file systems. > [bug introduced in sed 4.2.1] > > ** Release > > distribute gzip-compressed tarballs once again > > ** Improvements > > a year's worth of gnulib development, including improved DFA performance Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | | Merge #75437: kramdown-rfc2629: init at 1.2.13Vladimír Čunát2020-01-28
|\ \ \ | |_|/ |/| | | | | I left it open much longer than planned. Re-tested it creates html.
| * | kramdown-rfc2629: init at 1.2.13Vladimír Čunát2019-12-10
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-01-28
|\ \ \
| * | | unoconv: fixing sha256sjau2020-01-25
| | | |
| * | | Merge pull request #78207 from r-ryantm/auto-update/LanguageToolMario Rodas2020-01-24
| |\ \ \ | | | | | | | | | | languagetool: 4.7 -> 4.8
| | * | | languagetool: 4.7 -> 4.8R. RyanTM2020-01-21
| | | | |
| * | | | Merge pull request #77494 from dtzWill/update/ocrmypdf-9.4.0Florian Klink2020-01-22
| |\ \ \ \ | | | | | | | | | | | | ocrmypdf: 9.2.0 -> 9.5.0
| | * | | | ocrmypdf: 9.4.0 -> 9.5.0Will Dietz2020-01-21
| | | | | |
| | * | | | ocrmypdf: prefer patch + substituteAllWill Dietz2020-01-21
| | | | | |
| | * | | | ocrmypdf: fix patching of leptonica lib pathWill Dietz2020-01-12
| | | | | |
| | * | | | ocrmypdf: 9.2.0 -> 9.4.0Will Dietz2020-01-11
| | | | | |
| * | | | | mawk: 1.3.4-20190203 -> 1.3.4-20200106R. RyanTM2020-01-22
| | | | | |