Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 03:12:15 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501679 - in head: Mk/Uses audio/spotifyd benchmarks/hyperfine databases/puppetdb-cli devel/bingrep devel/git-absorb devel/interactive_rebase_tool devel/pijul devel/racer devel/racerd d...
Message-ID:  <201905150312.x4F3CFdx086199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed May 15 03:12:15 2019
New Revision: 501679
URL: https://svnweb.freebsd.org/changeset/ports/501679

Log:
  lang/rust: Update to 1.34.2
  
  - While here add patches from [1] for LibreSSL 2.9.1 support
  
  [1] https://github.com/sfackler/rust-openssl/pull/1097
  
  Changes:	https://blog.rust-lang.org/2019/05/13/Security-advisory.html
  Changes:	https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
  PR:		237495 [1]
  Security:	37528379-76a8-11e9-a4fd-00012e582166

Added:
  head/lang/rust/files/patch-vendor_openssl-sys_build_cfgs.rs   (contents, props changed)
  head/lang/rust/files/patch-vendor_openssl-sys_build_main.rs   (contents, props changed)
  head/lang/rust/files/patch-vendor_openssl-sys_src_crypto.rs   (contents, props changed)
  head/lang/rust/files/patch-vendor_openssl-sys_src_ssl.rs   (contents, props changed)
  head/lang/rust/files/patch-vendor_openssl_build.rs   (contents, props changed)
  head/lang/rust/files/patch-vendor_openssl_src_ssl_mod.rs   (contents, props changed)
  head/lang/rust/files/patch-vendor_openssl_src_version.rs   (contents, props changed)
Modified:
  head/Mk/Uses/cargo.mk
  head/audio/spotifyd/Makefile
  head/benchmarks/hyperfine/Makefile
  head/databases/puppetdb-cli/Makefile
  head/devel/bingrep/Makefile
  head/devel/git-absorb/Makefile
  head/devel/interactive_rebase_tool/Makefile
  head/devel/pijul/Makefile
  head/devel/racer/Makefile
  head/devel/racerd/Makefile
  head/devel/rust-bindgen/Makefile
  head/devel/rust-cbindgen/Makefile
  head/devel/sccache/Makefile
  head/devel/tokei/Makefile
  head/dns/doh-proxy/Makefile
  head/editors/kak-lsp/Makefile
  head/editors/parinfer-rust/Makefile
  head/editors/xi-core/Makefile
  head/editors/xi-term/Makefile
  head/games/genact/Makefile
  head/games/jaggedalliance2/Makefile
  head/graphics/librsvg2-rust/Makefile
  head/lang/rust/Makefile
  head/lang/rust/distinfo
  head/mail/thunderbird/Makefile
  head/multimedia/rav1e/Makefile
  head/net-im/fractal/Makefile
  head/net/boringtun/Makefile
  head/net/rabbiteer/Makefile
  head/net/routinator/Makefile
  head/security/cargo-audit/Makefile
  head/security/kr/Makefile
  head/security/suricata/Makefile
  head/shells/ion/Makefile
  head/sysutils/exa/Makefile
  head/sysutils/fd/Makefile
  head/sysutils/flowgger/Makefile
  head/sysutils/fusefs-sandboxfs/Makefile
  head/sysutils/hexyl/Makefile
  head/sysutils/potnet/Makefile
  head/textproc/bat/Makefile
  head/textproc/ripgrep/Makefile
  head/textproc/sd/Makefile
  head/textproc/sonic/Makefile
  head/textproc/xsv-rs/Makefile
  head/www/cliqz/Makefile
  head/www/ffsend/Makefile
  head/www/firefox-esr/Makefile
  head/www/firefox/Makefile
  head/www/geckodriver/Makefile
  head/www/miniserve/Makefile
  head/www/newsboat/Makefile
  head/www/websocat/Makefile
  head/x11/admiral/Makefile
  head/x11/alacritty/Makefile

Modified: head/Mk/Uses/cargo.mk
==============================================================================
--- head/Mk/Uses/cargo.mk	Wed May 15 03:08:32 2019	(r501678)
+++ head/Mk/Uses/cargo.mk	Wed May 15 03:12:15 2019	(r501679)
@@ -43,7 +43,7 @@ DISTFILES+=	${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:carg
 
 CARGO_BUILDDEP?=	yes
 .if ${CARGO_BUILDDEP:tl} == "yes"
-BUILD_DEPENDS+=	${RUST_DEFAULT}>=1.34.0:lang/${RUST_DEFAULT}
+BUILD_DEPENDS+=	${RUST_DEFAULT}>=1.34.2:lang/${RUST_DEFAULT}
 .endif
 
 # Location of cargo binary (default to lang/rust's Cargo binary)

Modified: head/audio/spotifyd/Makefile
==============================================================================
--- head/audio/spotifyd/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/audio/spotifyd/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	spotifyd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/benchmarks/hyperfine/Makefile
==============================================================================
--- head/benchmarks/hyperfine/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/benchmarks/hyperfine/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	hyperfine
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	benchmarks
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/databases/puppetdb-cli/Makefile
==============================================================================
--- head/databases/puppetdb-cli/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/databases/puppetdb-cli/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	puppetdb-cli
 PORTVERSION=	1.2.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	databases
 
 MAINTAINER=	puppet@FreeBSD.org

Modified: head/devel/bingrep/Makefile
==============================================================================
--- head/devel/bingrep/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/bingrep/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bingrep
 PORTVERSION=	0.6.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CRATESIO
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/devel/git-absorb/Makefile
==============================================================================
--- head/devel/git-absorb/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/git-absorb/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	git-absorb
 DISTVERSION=	0.3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 
 MAINTAINER=	greg@unrelenting.technology

Modified: head/devel/interactive_rebase_tool/Makefile
==============================================================================
--- head/devel/interactive_rebase_tool/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/interactive_rebase_tool/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	interactive_rebase_tool
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	petteri.valkonen@iki.fi

Modified: head/devel/pijul/Makefile
==============================================================================
--- head/devel/pijul/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/pijul/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pijul
 PORTVERSION=	0.12.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://pijul.org/releases/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/devel/racer/Makefile
==============================================================================
--- head/devel/racer/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/racer/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -4,6 +4,7 @@
 PORTNAME=	racer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.21
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	beyert@cs.ucr.edu

Modified: head/devel/racerd/Makefile
==============================================================================
--- head/devel/racerd/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/racerd/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -5,7 +5,7 @@ PORTNAME=	racerd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1-56
 DISTVERSIONSUFFIX=	-g29cd4c6
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel
 
 MAINTAINER=	ultima@FreeBSD.org

Modified: head/devel/rust-bindgen/Makefile
==============================================================================
--- head/devel/rust-bindgen/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/rust-bindgen/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bindgen
 DISTVERSION=	0.49.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	CRATESIO
 PKGNAMEPREFIX=	rust-

Modified: head/devel/rust-cbindgen/Makefile
==============================================================================
--- head/devel/rust-cbindgen/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/rust-cbindgen/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cbindgen
 DISTVERSION=	0.8.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CRATESIO
 PKGNAMEPREFIX=	rust-

Modified: head/devel/sccache/Makefile
==============================================================================
--- head/devel/sccache/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/sccache/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sccache
 DISTVERSION=	0.2.8
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 

Modified: head/devel/tokei/Makefile
==============================================================================
--- head/devel/tokei/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/devel/tokei/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	tokei
 DISTVERSIONPREFIX=	v
 DISTVERSION=	9.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/dns/doh-proxy/Makefile
==============================================================================
--- head/dns/doh-proxy/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/dns/doh-proxy/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 
 PORTNAME=	doh-proxy
 DISTVERSION=	0.1.14
+PORTREVISION=	1
 CATEGORIES=	dns
 
 MAINTAINER=	mat@FreeBSD.org

Modified: head/editors/kak-lsp/Makefile
==============================================================================
--- head/editors/kak-lsp/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/editors/kak-lsp/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	kak-lsp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.2.0
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/editors/parinfer-rust/Makefile
==============================================================================
--- head/editors/parinfer-rust/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/editors/parinfer-rust/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	parinfer-rust
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/editors/xi-core/Makefile
==============================================================================
--- head/editors/xi-core/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/editors/xi-core/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xi-core
 DISTVERSION=	g20190420
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	ed.arrakis@gmail.com

Modified: head/editors/xi-term/Makefile
==============================================================================
--- head/editors/xi-term/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/editors/xi-term/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xi-term
 DISTVERSION=	g20190328
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	ed.arrakis@gmail.com

Modified: head/games/genact/Makefile
==============================================================================
--- head/games/genact/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/games/genact/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	genact
 DISTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	0mp@FreeBSD.org

Modified: head/games/jaggedalliance2/Makefile
==============================================================================
--- head/games/jaggedalliance2/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/games/jaggedalliance2/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -4,7 +4,7 @@
 PORTNAME=	ja2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.16.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/graphics/librsvg2-rust/Makefile
==============================================================================
--- head/graphics/librsvg2-rust/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/graphics/librsvg2-rust/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librsvg
 PORTVERSION=	2.45.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME \
 		CRATESIO/libc/0.2.49:libc

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/lang/rust/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rust
-PORTVERSION?=	1.34.1
+PORTVERSION?=	1.34.2
 PORTREVISION?=	0
 CATEGORIES=	lang
 MASTER_SITES=	http://static.rust-lang.org/dist/:src \

Modified: head/lang/rust/distinfo
==============================================================================
--- head/lang/rust/distinfo	Wed May 15 03:08:32 2019	(r501678)
+++ head/lang/rust/distinfo	Wed May 15 03:12:15 2019	(r501679)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1556213482
-SHA256 (rust/rustc-1.34.1-src.tar.xz) = e0efb1e6aba0d4900de57bd2db64e32e7c5b440a95a675d5303839c9a2c3328f
-SIZE (rust/rustc-1.34.1-src.tar.xz) = 95048260
+TIMESTAMP = 1557852472
+SHA256 (rust/rustc-1.34.2-src.tar.xz) = 2b3b3a5462aa31d07f39721af73ef394803ceae3472e2470f28b7ee0b12e38ef
+SIZE (rust/rustc-1.34.2-src.tar.xz) = 95048792
 SHA256 (rust/2019-02-28/rustc-1.33.0-aarch64-unknown-freebsd.tar.gz) = 142c3419b0df1bacf97bf6ed6d2d3bcb37a6439b5bf11f258178edac6e3053b3
 SIZE (rust/2019-02-28/rustc-1.33.0-aarch64-unknown-freebsd.tar.gz) = 64575877
 SHA256 (rust/2019-02-28/rust-std-1.33.0-aarch64-unknown-freebsd.tar.gz) = bbb2ec53d4fcade7002665d4c9c64740ddc14a07d3726555c7a2ffe01b07fd9e

Added: head/lang/rust/files/patch-vendor_openssl-sys_build_cfgs.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl-sys_build_cfgs.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,22 @@
+--- vendor/openssl-sys/build/cfgs.rs.orig	2019-05-13 21:50:35 UTC
++++ vendor/openssl-sys/build/cfgs.rs
+@@ -13,6 +13,9 @@ pub fn get(openssl_version: Option<u64>, libressl_vers
+         if libressl_version >= 0x2_07_00_00_0 {
+             cfgs.push("libressl270");
+         }
++        if libressl_version >= 0x2_07_01_00_0 {
++            cfgs.push("libressl271");
++        }
+         if libressl_version >= 0x2_07_03_00_0 {
+             cfgs.push("libressl273");
+         }
+@@ -21,6 +24,9 @@ pub fn get(openssl_version: Option<u64>, libressl_vers
+         }
+         if libressl_version >= 0x2_08_01_00_0 {
+             cfgs.push("libressl281");
++        }
++        if libressl_version >= 0x2_09_01_00_0 {
++            cfgs.push("libressl291");
+         }
+     } else {
+         let openssl_version = openssl_version.unwrap();

Added: head/lang/rust/files/patch-vendor_openssl-sys_build_main.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl-sys_build_main.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,19 @@
+--- vendor/openssl-sys/build/main.rs.orig	2019-05-13 21:50:35 UTC
++++ vendor/openssl-sys/build/main.rs
+@@ -505,6 +505,7 @@ See rust-openssl README for more information:
+             (8, 1) => ('8', '1'),
+             (8, _) => ('8', 'x'),
+             (9, 0) => ('9', '0'),
++            (9, _) => ('9', 'x'),
+             _ => version_error(),
+         };
+ 
+@@ -545,7 +546,7 @@ fn version_error() -> ! {
+         "
+ 
+ This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5
+-through 2.9.0, but a different version of OpenSSL was found. The build is now aborting
++through 2.9.x, but a different version of OpenSSL was found. The build is now aborting
+ due to this version mismatch.
+ 
+ "

Added: head/lang/rust/files/patch-vendor_openssl-sys_src_crypto.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl-sys_src_crypto.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,26 @@
+--- vendor/openssl-sys/src/crypto.rs.orig	2019-05-13 21:50:35 UTC
++++ vendor/openssl-sys/src/crypto.rs
+@@ -15,7 +15,13 @@ cfg_if! {
+     if #[cfg(ossl110)] {
+         pub const CRYPTO_EX_INDEX_SSL: c_int = 0;
+         pub const CRYPTO_EX_INDEX_SSL_CTX: c_int = 1;
+-
++    } else if #[cfg(libressl)] {
++        pub const CRYPTO_EX_INDEX_SSL: c_int = 1;
++        pub const CRYPTO_EX_INDEX_SSL_CTX: c_int = 2;
++    }
++}
++cfg_if! {
++    if #[cfg(any(ossl110, libressl271))] {
+         extern "C" {
+             pub fn OpenSSL_version_num() -> c_ulong;
+             pub fn OpenSSL_version(key: c_int) -> *const c_char;
+@@ -64,7 +70,7 @@ pub type CRYPTO_EX_free = unsafe extern "C" fn(
+     argp: *mut c_void,
+ );
+ extern "C" {
+-    #[cfg(ossl110)]
++    #[cfg(any(ossl110, libressl))]
+     pub fn CRYPTO_get_ex_new_index(
+         class_index: c_int,
+         argl: c_long,

Added: head/lang/rust/files/patch-vendor_openssl-sys_src_ssl.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl-sys_src_ssl.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,11 @@
+--- vendor/openssl-sys/src/ssl.rs.orig	2019-05-13 21:50:35 UTC
++++ vendor/openssl-sys/src/ssl.rs
+@@ -1032,7 +1032,7 @@ extern "C" {
+ }
+ 
+ cfg_if! {
+-    if #[cfg(ossl110)] {
++    if #[cfg(any(ossl110, libressl291))] {
+         extern "C" {
+             pub fn TLS_method() -> *const SSL_METHOD;
+ 

Added: head/lang/rust/files/patch-vendor_openssl_build.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl_build.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,23 @@
+--- vendor/openssl/build.rs.orig	2019-05-13 21:50:34 UTC
++++ vendor/openssl/build.rs
+@@ -46,12 +46,20 @@ fn main() {
+             println!("cargo:rustc-cfg=libressl270");
+         }
+ 
++        if version >= 0x2_07_01_00_0 {
++            println!("cargo:rustc-cfg=libressl271");
++        }
++
+         if version >= 0x2_07_03_00_0 {
+             println!("cargo:rustc-cfg=libressl273");
+         }
+ 
+         if version >= 0x2_08_00_00_0 {
+             println!("cargo:rustc-cfg=libressl280");
++        }
++
++        if version >= 0x2_09_01_00_0 {
++            println!("cargo:rustc-cfg=libressl291");
+         }
+     }
+ }

Added: head/lang/rust/files/patch-vendor_openssl_src_ssl_mod.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl_src_ssl_mod.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,28 @@
+--- vendor/openssl/src/ssl/mod.rs.orig	2019-05-13 21:50:34 UTC
++++ vendor/openssl/src/ssl/mod.rs
+@@ -3690,9 +3690,14 @@ cfg_if! {
+ }
+ 
+ cfg_if! {
+-    if #[cfg(ossl110)] {
++    if #[cfg(any(ossl110, libressl291))] {
+         use ffi::{TLS_method, DTLS_method};
+-
++    } else {
++        use ffi::{SSLv23_method as TLS_method, DTLSv1_method as DTLS_method};
++    }
++}
++cfg_if! {
++    if #[cfg(ossl110)] {
+         unsafe fn get_new_idx(f: ffi::CRYPTO_EX_free) -> c_int {
+             ffi::CRYPTO_get_ex_new_index(
+                 ffi::CRYPTO_EX_INDEX_SSL_CTX,
+@@ -3715,8 +3720,6 @@ cfg_if! {
+             )
+         }
+     } else {
+-        use ffi::{SSLv23_method as TLS_method, DTLSv1_method as DTLS_method};
+-
+         unsafe fn get_new_idx(f: ffi::CRYPTO_EX_free) -> c_int {
+             ffi::SSL_CTX_get_ex_new_index(0, ptr::null_mut(), None, None, Some(f))
+         }

Added: head/lang/rust/files/patch-vendor_openssl_src_version.rs
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/rust/files/patch-vendor_openssl_src_version.rs	Wed May 15 03:12:15 2019	(r501679)
@@ -0,0 +1,11 @@
+--- vendor/openssl/src/version.rs.orig	2019-05-13 21:50:34 UTC
++++ vendor/openssl/src/version.rs
+@@ -14,7 +14,7 @@
+ use std::ffi::CStr;
+ 
+ cfg_if! {
+-    if #[cfg(ossl110)] {
++    if #[cfg(any(ossl110, libressl271))] {
+         use ffi::{
+             OPENSSL_VERSION, OPENSSL_CFLAGS, OPENSSL_BUILT_ON, OPENSSL_PLATFORM, OPENSSL_DIR,
+             OpenSSL_version_num, OpenSSL_version,

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/mail/thunderbird/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	60.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source

Modified: head/multimedia/rav1e/Makefile
==============================================================================
--- head/multimedia/rav1e/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/multimedia/rav1e/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rav1e
 PORTVERSION=	s20190510
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/net-im/fractal/Makefile
==============================================================================
--- head/net-im/fractal/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/net-im/fractal/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	fractal
 DISTVERSION=	4.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/
 

Modified: head/net/boringtun/Makefile
==============================================================================
--- head/net/boringtun/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/net/boringtun/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	boringtun
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	net
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

Modified: head/net/rabbiteer/Makefile
==============================================================================
--- head/net/rabbiteer/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/net/rabbiteer/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rabbiteer
 DISTVERSION=	1.4.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net
 
 MAINTAINER=	dch@FreeBSD.org

Modified: head/net/routinator/Makefile
==============================================================================
--- head/net/routinator/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/net/routinator/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	routinator
 PORTVERSION=	0.3.3
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	jaap@NLnetLabs.nl

Modified: head/security/cargo-audit/Makefile
==============================================================================
--- head/security/cargo-audit/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/security/cargo-audit/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	cargo-audit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/security/kr/Makefile
==============================================================================
--- head/security/kr/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/security/kr/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kr
 PORTVERSION=	2.3.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	security
 
 MAINTAINER=	feld@FreeBSD.org

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/security/suricata/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 
 PORTNAME=	suricata
 DISTVERSION=	4.1.4
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://www.openinfosecfoundation.org/download/
 

Modified: head/shells/ion/Makefile
==============================================================================
--- head/shells/ion/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/shells/ion/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ion
 DISTVERSION=	1.0.5-900
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells
 PKGNAMESUFFIX=	-shell
 

Modified: head/sysutils/exa/Makefile
==============================================================================
--- head/sysutils/exa/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/sysutils/exa/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	exa
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.8.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/sysutils/fd/Makefile
==============================================================================
--- head/sysutils/fd/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/sysutils/fd/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -4,7 +4,7 @@
 PORTNAME=	fd
 DISTVERSIONPREFIX=	v
 DISTVERSION=	7.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-find
 

Modified: head/sysutils/flowgger/Makefile
==============================================================================
--- head/sysutils/flowgger/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/sysutils/flowgger/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	flowgger
 DISTVERSION=	0.2.6-28
 DISTVERSIONSUFFIX=	-gab572a0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/sysutils/fusefs-sandboxfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sandboxfs/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/sysutils/fusefs-sandboxfs/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	sandboxfs
 DISTVERSIONPREFIX=	sandboxfs-
 DISTVERSION=	0.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 

Modified: head/sysutils/hexyl/Makefile
==============================================================================
--- head/sysutils/hexyl/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/sysutils/hexyl/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	hexyl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/sysutils/potnet/Makefile
==============================================================================
--- head/sysutils/potnet/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/sysutils/potnet/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	potnet
 DISTVERSION=	0.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/textproc/bat/Makefile
==============================================================================
--- head/textproc/bat/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/textproc/bat/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	bat
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 
 MAINTAINER=	pizzamig@FreeBSD.org

Modified: head/textproc/ripgrep/Makefile
==============================================================================
--- head/textproc/ripgrep/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/textproc/ripgrep/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -5,6 +5,7 @@
 
 PORTNAME=	ripgrep
 DISTVERSION=	11.0.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	petteri.valkonen@iki.fi

Modified: head/textproc/sd/Makefile
==============================================================================
--- head/textproc/sd/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/textproc/sd/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	sd
 DISTVERSIONPREFIX=	sd-
 DISTVERSION=	0.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/textproc/sonic/Makefile
==============================================================================
--- head/textproc/sonic/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/textproc/sonic/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	sonic
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/textproc/xsv-rs/Makefile
==============================================================================
--- head/textproc/xsv-rs/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/textproc/xsv-rs/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xsv
 DISTVERSION=	0.13.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	textproc
 PKGNAMESUFFIX=	-rs
 

Modified: head/www/cliqz/Makefile
==============================================================================
--- head/www/cliqz/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/cliqz/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cliqz
 DISTVERSION=	1.26.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://s3.amazonaws.com/cdn.cliqz.com/browser-f/APT/:amazon \
 		http://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${DISTVERSION}/${CLIQZ_LAST_BUILD_ID}/:cliqz

Modified: head/www/ffsend/Makefile
==============================================================================
--- head/www/ffsend/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/ffsend/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	ffsend
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.45
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	0mp@FreeBSD.org

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/firefox-esr/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	60.6.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/firefox/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	67.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/geckodriver/Makefile
==============================================================================
--- head/www/geckodriver/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/geckodriver/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 PORTNAME=	geckodriver
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.23.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	www
 
 MAINTAINER=	daniel@blodan.se

Modified: head/www/miniserve/Makefile
==============================================================================
--- head/www/miniserve/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/miniserve/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	miniserve
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	tobik@FreeBSD.org

Modified: head/www/newsboat/Makefile
==============================================================================
--- head/www/newsboat/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/newsboat/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,7 +3,7 @@
 
 PORTNAME=	newsboat
 PORTVERSION=	2.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://newsboat.org/releases/${PORTVERSION}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/www/websocat/Makefile
==============================================================================
--- head/www/websocat/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/www/websocat/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -4,7 +4,7 @@
 PORTNAME=	websocat
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	osa@FreeBSD.org

Modified: head/x11/admiral/Makefile
==============================================================================
--- head/x11/admiral/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/x11/admiral/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -4,7 +4,7 @@ PORTNAME=	admiral
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0-7
 DISTVERSIONSUFFIX=	-g5a9f33b
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11
 
 MAINTAINER=	rigoletto@FreeBSD.org

Modified: head/x11/alacritty/Makefile
==============================================================================
--- head/x11/alacritty/Makefile	Wed May 15 03:08:32 2019	(r501678)
+++ head/x11/alacritty/Makefile	Wed May 15 03:12:15 2019	(r501679)
@@ -3,6 +3,7 @@
 PORTNAME=	alacritty
 PORTVERSION=	0.3.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	tobik@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150312.x4F3CFdx086199>