FreeBSD Bugzilla – Attachment 210454 Details for
Bug 242826
www/newsboat 2.18 build fails by depending on old LibreSSL 2.5 through 2.9.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bump openssl crate version
newsboat-bump-openssl-crate.patch (text/plain), 15.27 KB, created by
Marko Turk
on 2020-01-04 21:06:19 UTC
(
hide
)
Description:
bump openssl crate version
Filename:
MIME Type:
Creator:
Marko Turk
Created:
2020-01-04 21:06:19 UTC
Size:
15.27 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 521759) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= newsboat > PORTVERSION= 2.18 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >@@ -61,7 +62,7 @@ > kernel32-sys-0.2.2 \ > lazy_static-0.2.11 \ > lazy_static-1.2.0 \ >- libc-0.2.50 \ >+ libc-0.2.66 \ > libz-sys-1.0.17 \ > locale_config-0.2.2 \ > lock_api-0.1.5 \ >@@ -73,7 +74,7 @@ > num-integer-0.1.39 \ > num-traits-0.2.6 \ > once_cell-0.1.8 \ >- openssl-sys-0.9.46 \ >+ openssl-sys-0.9.53 \ > parking_lot-0.7.1 \ > parking_lot_core-0.4.0 \ > percent-encoding-1.0.1 \ >Index: distinfo >=================================================================== >--- distinfo (revision 521759) >+++ distinfo (working copy) >@@ -57,8 +57,8 @@ > SIZE (rust/crates/lazy_static-0.2.11.tar.gz) = 12361 > SHA256 (rust/crates/lazy_static-1.2.0.tar.gz) = a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1 > SIZE (rust/crates/lazy_static-1.2.0.tar.gz) = 10840 >-SHA256 (rust/crates/libc-0.2.50.tar.gz) = aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1 >-SIZE (rust/crates/libc-0.2.50.tar.gz) = 392277 >+SHA256 (rust/crates/libc-0.2.66.tar.gz) = d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558 >+SIZE (rust/crates/libc-0.2.66.tar.gz) = 457815 > SHA256 (rust/crates/libz-sys-1.0.17.tar.gz) = 44ebbc760fd2d2f4d93de09a0e13d97e057612052e871da9985cedcb451e6bd5 > SIZE (rust/crates/libz-sys-1.0.17.tar.gz) = 632674 > SHA256 (rust/crates/locale_config-0.2.2.tar.gz) = 14fbee0e39bc2dd6a2427c4fdea66e9826cc1fd09b0a0b7550359f5f6efe1dab >@@ -81,8 +81,8 @@ > SIZE (rust/crates/num-traits-0.2.6.tar.gz) = 39923 > SHA256 (rust/crates/once_cell-0.1.8.tar.gz) = 532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37 > SIZE (rust/crates/once_cell-0.1.8.tar.gz) = 14908 >-SHA256 (rust/crates/openssl-sys-0.9.46.tar.gz) = 05636e06b4f8762d4b81d24a351f3966f38bd25ccbcfd235606c91fdb82cc60f >-SIZE (rust/crates/openssl-sys-0.9.46.tar.gz) = 44219 >+SHA256 (rust/crates/openssl-sys-0.9.53.tar.gz) = 465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f >+SIZE (rust/crates/openssl-sys-0.9.53.tar.gz) = 45434 > SHA256 (rust/crates/parking_lot-0.7.1.tar.gz) = ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337 > SIZE (rust/crates/parking_lot-0.7.1.tar.gz) = 32670 > SHA256 (rust/crates/parking_lot_core-0.4.0.tar.gz) = 94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9 >Index: files/patch-Cargo.lock >=================================================================== >--- files/patch-Cargo.lock (nonexistent) >+++ files/patch-Cargo.lock (working copy) >@@ -0,0 +1,209 @@ >+--- Cargo.lock.orig 2019-12-22 11:56:20 UTC >++++ Cargo.lock >+@@ -38,7 +38,7 @@ dependencies = [ >+ "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", >+ "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", >+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+@@ -49,7 +49,7 @@ version = "0.1.28" >+ 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)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+ >+ [[package]] >+@@ -128,9 +128,9 @@ version = "0.4.5" >+ 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)", >++ "libc 0.2.66 (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)", >++ "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)", >+@@ -141,7 +141,7 @@ name = "dirs" >+ version = "1.0.4" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+@@ -224,7 +224,7 @@ source = "registry+https://github.com/ru >+ >+ [[package]] >+ name = "libc" >+-version = "0.2.48" >++version = "0.2.66" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ >+ [[package]] >+@@ -238,7 +238,7 @@ dependencies = [ >+ "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)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "libz-sys 1.0.17 (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)", >+@@ -260,7 +260,7 @@ dependencies = [ >+ name = "libnewsboat-ffi" >+ version = "2.18.0" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "libnewsboat 2.18.0", >+ ] >+ >+@@ -270,7 +270,7 @@ version = "1.0.17" >+ 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)", >++ "libc 0.2.66 (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)", >+ ] >+@@ -305,7 +305,7 @@ version = "2.1.3" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+ >+ [[package]] >+@@ -350,12 +350,12 @@ dependencies = [ >+ >+ [[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)", >+ "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)", >++ "libc 0.2.66 (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)", >+ ] >+@@ -374,7 +374,7 @@ name = "parking_lot_core" >+ version = "0.4.0" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", >+ "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", >+@@ -434,7 +434,7 @@ version = "0.4.6" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+@@ -447,7 +447,7 @@ source = "registry+https://github.com/ru >+ dependencies = [ >+ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", >+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+@@ -458,7 +458,7 @@ version = "0.6.5" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+ "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", >+@@ -513,7 +513,7 @@ name = "rand_jitter" >+ version = "0.1.3" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+@@ -525,7 +525,7 @@ source = "registry+https://github.com/ru >+ dependencies = [ >+ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", >+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+@@ -686,7 +686,7 @@ source = "registry+https://github.com/ru >+ name = "strprintf" >+ version = "0.1.0" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+ >+ [[package]] >+@@ -716,7 +716,7 @@ version = "3.0.6" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", >+ "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", >+ "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", >+@@ -744,7 +744,7 @@ name = "time" >+ version = "0.1.42" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", >+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+@@ -815,7 +815,7 @@ name = "wait-timeout" >+ version = "0.1.5" >+ source = "registry+https://github.com/rust-lang/crates.io-index" >+ dependencies = [ >+- "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", >++ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", >+ ] >+ >+ [[package]] >+@@ -881,7 +881,7 @@ source = "registry+https://github.com/ru >+ "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" >+ "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 libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" >+ "checksum libz-sys 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "44ebbc760fd2d2f4d93de09a0e13d97e057612052e871da9985cedcb451e6bd5" >+ "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" >+@@ -893,7 +893,7 @@ source = "registry+https://github.com/ru >+ "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" > >Property changes on: files/patch-Cargo.lock >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242826
:
210174
| 210454