summaryrefslogtreecommitdiff
path: root/net-news
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /net-news
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'net-news')
-rw-r--r--net-news/Manifest.gzbin2231 -> 2226 bytes
-rw-r--r--net-news/newsboat/Manifest1
-rw-r--r--net-news/newsboat/files/newsboat-2.17.1-libressl.patch98
3 files changed, 0 insertions, 99 deletions
diff --git a/net-news/Manifest.gz b/net-news/Manifest.gz
index 39fb4c51a407..5a046aafb040 100644
--- a/net-news/Manifest.gz
+++ b/net-news/Manifest.gz
Binary files differ
diff --git a/net-news/newsboat/Manifest b/net-news/newsboat/Manifest
index 5d433902b304..9aa00fb111f0 100644
--- a/net-news/newsboat/Manifest
+++ b/net-news/newsboat/Manifest
@@ -1,5 +1,4 @@
AUX newsboat-2.11-flags.patch 380 BLAKE2B 2479cfb65282b0cbdbf4d0c6d82257b00254970a6429d388a01b462e4294be2130f9ffebc9380b95d87b4de067768b1b263e28888de88ab48e7497e78d2424f8 SHA512 d031df9800fcbdeddd96b9aaa8fe936f66c35523adee0f1c8e1d08664f6a3ff9e04c606633f2df29fac5ee660b2f11b23c41e63499ad84a528426b9f9b1752b6
-AUX newsboat-2.17.1-libressl.patch 6834 BLAKE2B 1e1d4b4876a641508854e02c0308e92f59d9c49bfde10161a9bf81e2c1efa8f67eacea349192a68edace45305f55f2738845d7576a3b95ca5a24287b92bc78b2 SHA512 4d85d660dfea02cd6817d98d3946e13d2ea617a2c481576df9be680b3f4078a3fdbbfeae42033fad25884a5d0574d051c7f77070f68950d65ca334c7915cb6e9
AUX newsboat-2.19-json-c-0.14.0.patch 970 BLAKE2B e6685bca764b01c62d0e76b743aa95c90541d10283cfb74f4a58c2f730cb311d35dd27a54496aa183f40bdc54afd4d9cc50e812cfe612ed1a69405f25c11e39c SHA512 482086d59d6fa0c67897c829ced6480e674b8e42b3d658e65842ac0a75719ca1981175165014567c53d74d4d902d266b2903865acebec02b7df4ee63f483c138
AUX newsboat-2.19-libressl.patch 5497 BLAKE2B 556f1cb3102014be879b99f8f1bdec642ca40e893cc46a1053d46a8065fc56e2a9b59c96db0af51707ae716b7334ad36ae13c06ee08c316483bec95ddc42583b SHA512 0e6d2970a5b78b7a11fe4639c4f17031e5b8498d5445e7f60be3290dfdb193a63d1c085f4277b678149c862180fd998c306cce8c52fd9f7288d42155007027d1
DIST aho-corasick-0.6.9.crate 25979 BLAKE2B a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac SHA512 8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
diff --git a/net-news/newsboat/files/newsboat-2.17.1-libressl.patch b/net-news/newsboat/files/newsboat-2.17.1-libressl.patch
deleted file mode 100644
index 97f7ae9574f1..000000000000
--- a/net-news/newsboat/files/newsboat-2.17.1-libressl.patch
+++ /dev/null
@@ -1,98 +0,0 @@
---- newsboat-2.17.1/Cargo.lock 2019-12-04 13:42:07.256925256 +0100
-+++ newsboat-2.17.1/Cargo.lock 2019-12-04 13:54:34.171901288 +0100
-@@ -124,13 +124,13 @@
-
- [[package]]
- name = "curl-sys"
--version = "0.4.5"
-+version = "0.4.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
-- "libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
-- "openssl-sys 0.9.46 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
-@@ -234,12 +234,12 @@
- "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
-- "curl-sys 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "curl-sys 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "gettext-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "gettext-sys 0.19.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
-- "libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
-+ "libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
-@@ -265,7 +265,7 @@
-
- [[package]]
- name = "libz-sys"
--version = "1.0.17"
-+version = "1.0.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)",
-@@ -349,7 +349,7 @@
-
- [[package]]
- name = "openssl-sys"
--version = "0.9.46"
-+version = "0.9.53"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
-@@ -884,7 +884,7 @@
- "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
- "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
- "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
--"checksum curl-sys 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71c63a540a9ee4e15e56c3ed9b11a2f121239b9f6d7b7fe30f616e048148df9a"
-+"checksum curl-sys 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "78800a6de442f65dab6ce26c6f369c14fc585686432bf4b77119d2d384216c31"
- "checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
- "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
- "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
-@@ -897,7 +897,7 @@
- "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
- "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
- "checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047"
--"checksum libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "44ebbc760fd2d2f4d93de09a0e13d97e057612052e871da9985cedcb451e6bd5"
-+"checksum libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16"
- "checksum locale_config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "14fbee0e39bc2dd6a2427c4fdea66e9826cc1fd09b0a0b7550359f5f6efe1dab"
- "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
- "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
-@@ -908,7 +908,7 @@
- "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
- "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
- "checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
--"checksum openssl-sys 0.9.46 (registry+https://github.com/rust-lang/crates.io-index)" = "05636e06b4f8762d4b81d24a351f3966f38bd25ccbcfd235606c91fdb82cc60f"
-+"checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f"
- "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
- "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
- "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
---- newsboat-2.17.1/rust/libnewsboat/Cargo.toml
-+++ newsboat-2.17.1/rust/libnewsboat/Cargo.toml
-@@ -17,14 +17,14 @@
- unicode-width = "0.1.5"
- nom = "^4.1"
- unicode-segmentation = "1"
--curl-sys = "0.4.5"
-+curl-sys = "0.4.12"
- libc = "0.2"
- gettext-rs = "0.4.1"
- natord = "1.0.9"
-
- # We don't use the following crates, but we pin their versions to make sure
- # that Newsboat builds with Rust 1.25 and later.
--libz-sys = "= 1.0.17"
-+libz-sys = "= 1.0.18"
-
- [dependencies.clap]
- version = "2.33"