bump(net-libs/libssh2): sync with upstream

This commit is contained in:
Nick Owens 2016-03-28 11:29:00 -07:00
parent 8a9e2f3751
commit 970e1d2774
14 changed files with 679 additions and 427 deletions

View File

@ -4,10 +4,10 @@ DESCRIPTION=Library implementing the SSH2 protocol
EAPI=5 EAPI=5
HOMEPAGE=http://www.libssh2.org/ HOMEPAGE=http://www.libssh2.org/
IUSE=gcrypt static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 IUSE=gcrypt static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
LICENSE=BSD LICENSE=BSD
RDEPEND=!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) RDEPEND=!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
SLOT=0 SLOT=0
SRC_URI=http://www.libssh2.org/download/libssh2-1.5.0.tar.gz SRC_URI=http://www.libssh2.org/download/libssh2-1.5.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=352212a739770378ed5be14cfe17bafd _md5_=0464cdb4c12146fd07fe57d2ee9e0181

View File

@ -10,4 +10,4 @@ RDEPEND=!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,ab
SLOT=0 SLOT=0
SRC_URI=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz SRC_URI=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=883f32c37f19449a22333e0c4c391d89 _md5_=4281b810ddd629acace3e3a6428d5ee5

View File

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Library implementing the SSH2 protocol
EAPI=5
HOMEPAGE=http://www.libssh2.org/
IUSE=gcrypt libressl static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
LICENSE=BSD
RDEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
SLOT=0
SRC_URI=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=2089116a70ab3e190f59726bab1a9df5

View File

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Library implementing the SSH2 protocol
EAPI=5
HOMEPAGE=http://www.libssh2.org/
IUSE=gcrypt libressl static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
LICENSE=BSD
RDEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
SLOT=0
SRC_URI=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=65edbae0ad3d4fa38ef3f27a462279b9

View File

@ -1,11 +1,11 @@
DEFINED_PHASES=compile configure install prepare test unpack DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 DEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1
DESCRIPTION=Library implementing the SSH2 protocol DESCRIPTION=Library implementing the SSH2 protocol
EAPI=5 EAPI=5
HOMEPAGE=http://www.libssh2.org/ HOMEPAGE=http://www.libssh2.org/
IUSE=gcrypt static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 IUSE=gcrypt libressl static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
LICENSE=BSD LICENSE=BSD
RDEPEND=!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) RDEPEND=!gcrypt? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
SLOT=0 SLOT=0
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=b73e0a24cee53811c7bbabd13c9b13d9 _md5_=95e8d40b44b8a9e48dc957a97cc82ec9

View File

@ -1,396 +1,147 @@
# ChangeLog for net-libs/libssh2 # ChangeLog for net-libs/libssh2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.108 2015/06/17 18:10:17 vapier Exp $ # (auto-generated from git log)
17 Jun 2015; Mike Frysinger <vapier@gentoo.org> libssh2-1.6.0.ebuild: *libssh2-9999 (09 Aug 2015)
Add arm64 love. *libssh2-1.6.0 (09 Aug 2015)
*libssh2-1.5.0 (09 Aug 2015)
*libssh2-1.6.0 (13 Jun 2015) 09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
+files/libssh2-1.4.2-pkgconfig.patch, +libssh2-1.5.0.ebuild,
+libssh2-1.6.0.ebuild, +libssh2-9999.ebuild, +metadata.xml:
proj/gentoo: Initial commit
13 Jun 2015; Jeroen Roovers <jer@gentoo.org> +libssh2-1.6.0.ebuild: This commit represents a new era for Gentoo:
Version bump. Storing the gentoo-x86 tree in Git, as converted from CVS.
*libssh2-9999 (27 May 2015) This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
27 May 2015; Michał Górny <mgorny@gentoo.org> +libssh2-9999.ebuild: Creation process:
Add a live ebuild 1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
30 Mar 2015; Jeroen Roovers <jer@gentoo.org> -libssh2-1.4.3.ebuild, Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-libssh2-1.4.3-r1.ebuild: X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
the bikeshed
24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Use https by default
Convert all URLs for sites supporting encrypted connections from http to
https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
24 Aug 2015; Mike Gilbert <floppym@gentoo.org> metadata.xml:
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
*libssh2-1.6.0-r1 (20 Sep 2015)
20 Sep 2015; Julian Ospald <hasufell@gentoo.org> +libssh2-1.6.0-r1.ebuild,
libssh2-9999.ebuild:
add libressl support
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Replace all herds with appropriate projects (GLEP 67)
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
24 Jan 2016; Michał Górny <mgorny@gentoo.org> metadata.xml:
Set appropriate maintainer types in metadata.xml (GLEP 67)
*libssh2-1.7.0 (27 Feb 2016)
27 Feb 2016; Jeroen Roovers <jer@gentoo.org> +libssh2-1.7.0.ebuild:
Version bump (bug #575474).
Package-Manager: portage-2.2.27
27 Feb 2016; Jeroen Roovers <jer@gentoo.org> libssh2-1.7.0.ebuild:
Stable for PPC64 (bug #575474).
Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches
27 Feb 2016; Jeroen Roovers <jer@gentoo.org> libssh2-1.7.0.ebuild:
Stable for HPPA (bug #575474).
Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches
02 Mar 2016; Agostino Sarubbo <ago@gentoo.org> libssh2-1.7.0.ebuild:
amd64 stable wrt bug #575474
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
13 Mar 2016; Markus Meier <maekke@gentoo.org> libssh2-1.7.0.ebuild:
arm stable, bug #575474
Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"
15 Mar 2016; Agostino Sarubbo <ago@gentoo.org> libssh2-1.7.0.ebuild:
x86 stable wrt bug #575474
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
15 Mar 2016; Tobias Klausmann <klausman@gentoo.org> libssh2-1.7.0.ebuild:
1.7.0-r0: add alpha keyword
Gentoo-Bug: 575474
Package-Manager: portage-2.2.28
16 Mar 2016; Agostino Sarubbo <ago@gentoo.org> libssh2-1.7.0.ebuild:
ppc stable wrt bug #575474
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
19 Mar 2016; Agostino Sarubbo <ago@gentoo.org> libssh2-1.7.0.ebuild:
sparc stable wrt bug #575474
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
20 Mar 2016; Agostino Sarubbo <ago@gentoo.org> libssh2-1.7.0.ebuild:
ia64 stable wrt bug #575474
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
26 Mar 2016; Jeroen Roovers <jer@gentoo.org> -libssh2-1.5.0.ebuild,
-libssh2-1.6.0.ebuild, -libssh2-1.6.0-r1.ebuild:
Old. Old.
30 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild: Package-Manager: portage-2.2.28
Stable for alpha, wrt bug #542914
30 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for sparc, wrt bug #542914
28 Mar 2015; Markus Meier <maekke@gentoo.org> libssh2-1.5.0.ebuild:
arm stable, bug #542914
26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for ppc64, wrt bug #542914
26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for ppc, wrt bug #542914
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for ia64, wrt bug #542914
13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for x86, wrt bug #542914
13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for amd64, wrt bug #542914
12 Mar 2015; Jeroen Roovers <jer@gentoo.org> libssh2-1.5.0.ebuild:
Stable for HPPA (bug #542914).
*libssh2-1.5.0 (12 Mar 2015)
12 Mar 2015; Jeroen Roovers <jer@gentoo.org> +libssh2-1.5.0.ebuild,
metadata.xml:
Version bump (bug #542914).
02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3-r1.ebuild:
Stable for ppc, wrt bug #526056
16 Jan 2015; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.3-r1.ebuild:
alpha/ia64/s390/sparc stable wrt #526056
02 Dec 2014; Pacho Ramos <pacho@gentoo.org> libssh2-1.4.3-r1.ebuild:
amd64/x86 stable, bug #526056
15 Nov 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild:
Run some eclass _src_prepare() (bug #529364).
04 Nov 2014; Markus Meier <maekke@gentoo.org> libssh2-1.4.3-r1.ebuild:
arm stable, bug #526056
26 Oct 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild:
Stable for HPPA (bug #526056).
12 Oct 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild:
Do not run mansyntax.sh test (bug #449328).
18 Jul 2014; Jeroen Roovers <jer@gentoo.org> -libssh2-1.4.2.ebuild,
files/libssh2-1.4.2-pkgconfig.patch:
Clean up patch.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> libssh2-1.4.3-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
#513718.
*libssh2-1.4.3-r1 (13 Jun 2014)
13 Jun 2014; Michał Górny <mgorny@gentoo.org> +libssh2-1.4.3-r1.ebuild:
Enable multilib support, required for net-misc/curl.
01 Mar 2014; Michał Górny <mgorny@gentoo.org> libssh2-1.4.2.ebuild,
libssh2-1.4.3.ebuild:
Update libgcrypt dep to use slot :0.
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for s390, wrt bug #476220
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for ia64, wrt bug #476220
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for sparc, wrt bug #476220
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for arm, wrt bug #476220
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for alpha, wrt bug #476220
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for ppc64, wrt bug #476220
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for ppc, wrt bug #476220
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for x86, wrt bug #476220
12 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for amd64, wrt bug #476220
09 Jul 2013; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3.ebuild:
Stable for HPPA (bug #476220).
*libssh2-1.4.3 (09 Dec 2012)
09 Dec 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.3.ebuild:
Version bump.
19 Nov 2012; Justin Lecher <jlec@gentoo.org> libssh2-1.4.2.ebuild,
metadata.xml:
Keyworded for ~*-linux, tested by me
27 Aug 2012; Tim Harder <radhermit@gentoo.org> -libssh2-1.4.0.ebuild,
-files/libssh2-1.4.0-pkgconfig.patch, -libssh2-1.4.1.ebuild:
Remove old.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #422139
04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild:
Stable arm, bug #422139
03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> libssh2-1.4.2.ebuild:
Stable on amd64 wrt bug #422139
03 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild:
Stable ppc ppc64, bug #422139
01 Aug 2012; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.2.ebuild:
Stable for HPPA (bug #422139).
01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> libssh2-1.4.2.ebuild:
marked x86 per bug 422139
23 Jul 2012; Jeremy Olexa <darkside@gentoo.org> libssh2-1.4.2.ebuild:
add ~ppc-macos, bug 427508
*libssh2-1.4.2 (20 May 2012)
20 May 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.2.ebuild,
+files/libssh2-1.4.2-pkgconfig.patch:
Version bump.
10 May 2012; Tim Harder <radhermit@gentoo.org> -libssh2-1.3.0.ebuild:
Remove old.
06 May 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #409601
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libssh2-1.4.1.ebuild:
keyword ~amd64-fbsd
*libssh2-1.4.1 (04 Apr 2012)
04 Apr 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.1.ebuild:
Version bump.
31 Mar 2012; Markus Meier <maekke@gentoo.org> libssh2-1.4.0.ebuild:
arm stable, bug #409601
28 Mar 2012; Jeff Horelick <jdhore@gentoo.org> libssh2-1.4.0.ebuild:
marked x86 per bug 409601
26 Mar 2012; Tim Harder <radhermit@gentoo.org> libssh2-1.4.0.ebuild,
+files/libssh2-1.4.0-pkgconfig.patch:
Remove LDFLAGS from pkg-config Libs (bug #409661).
25 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.4.0.ebuild:
Marking libssh2-1.4.0 ppc64 for bug 409601
25 Mar 2012; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.0.ebuild:
Stable for HPPA (bug #409601).
25 Mar 2012; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.0.ebuild:
Stable for amd64, wrt bug #409601
25 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.4.0.ebuild:
Marking libssh2-1.4.0 ppc for bug 409601
08 Mar 2012; Jeroen Roovers <jer@gentoo.org> -libssh2-1.2.2.ebuild:
Old.
08 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.3.0.ebuild:
Marking libssh2-1.3.0 ppc64 for bug 390555
*libssh2-1.4.0 (07 Feb 2012)
07 Feb 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.0.ebuild:
Version bump.
06 Feb 2012; Brent Baude <ranger@gentoo.org> libssh2-1.3.0.ebuild:
Marking libssh2-1.3.0 ppc for bug 390555
04 Dec 2011; Raúl Porcel <armin76@gentoo.org> libssh2-1.3.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #390555
28 Nov 2011; Tim Harder <radhermit@gentoo.org> libssh2-1.3.0.ebuild:
Fix autotools-utils usage (bug #392167).
27 Nov 2011; Tim Harder <radhermit@gentoo.org> libssh2-1.3.0.ebuild:
Build in the source tree.
27 Nov 2011; Tim Harder <radhermit@gentoo.org> -libssh2-1.2.5.ebuild,
-libssh2-1.2.6.ebuild, -libssh2-1.2.7.ebuild, -libssh2-1.2.8-r1.ebuild,
-files/libssh2-1.2.8-version.patch, -libssh2-1.2.9.ebuild:
Remove old.
23 Nov 2011; Markus Meier <maekke@gentoo.org> libssh2-1.3.0.ebuild:
arm stable, bug #390555
17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libssh2-1.3.0.ebuild:
x86 stable wrt bug #390555
15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libssh2-1.3.0.ebuild:
Stable on amd64 wrt bug #390555
15 Nov 2011; Jeroen Roovers <jer@gentoo.org> libssh2-1.3.0.ebuild:
Stable for HPPA (bug #390555).
*libssh2-1.3.0 (21 Sep 2011)
21 Sep 2011; Tim Harder <radhermit@gentoo.org> +libssh2-1.3.0.ebuild:
Version bump. Add workaround for failing tests (bug #333319).
*libssh2-1.2.9 (20 Aug 2011)
20 Aug 2011; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.9.ebuild:
Version bump.
*libssh2-1.2.8-r1 (10 May 2011)
10 May 2011; Jeroen Roovers <jer@gentoo.org> -libssh2-1.2.8.ebuild,
+libssh2-1.2.8-r1.ebuild, +files/libssh2-1.2.8-version.patch:
Fix "VERSION" in autoconf script thanks to Lars, patch by Stratos Psomadakis
(bug #366599).
*libssh2-1.2.8 (08 May 2011)
08 May 2011; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.8.ebuild:
Version bump. Add USE=static-libs.
*libssh2-1.2.7 (04 Oct 2010)
04 Oct 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.7.ebuild:
Version bump (bug #339683).
02 Oct 2010; Fabian Groffen <grobian@gentoo.org> libssh2-1.2.6.ebuild:
Marked ~x64-macos, bug #333981
*libssh2-1.2.6 (06 Jul 2010)
06 Jul 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.6.ebuild:
Version bump by Tim Harder (bug #327115).
*libssh2-1.2.5 (26 May 2010)
26 May 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.5.ebuild:
Version bump thanks to Emmanuel Andry (bug #321567).
28 Mar 2010; Raúl Porcel <armin76@gentoo.org> libssh2-1.2.2.ebuild:
alpha/ia64/s390/sh stable wrt #298456
09 Feb 2010; Tiago Cunha <tcunha@gentoo.org> libssh2-1.2.2.ebuild:
stable sparc, bug 298456
10 Jan 2010; Markus Meier <maekke@gentoo.org> libssh2-1.2.2.ebuild:
arm/x86 stable, bug #298456
07 Jan 2010; Brent Baude <ranger@gentoo.org> libssh2-1.2.2.ebuild:
Marking libssh2-1.2.2 ppc for bug 298456
06 Jan 2010; Brent Baude <ranger@gentoo.org> libssh2-1.2.2.ebuild:
Marking libssh2-1.2.2 ppc64 for bug 298456
06 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> libssh2-1.2.2.ebuild:
Stable for AMD64 (bug #298456).
05 Jan 2010; Jeroen Roovers <jer@gentoo.org> libssh2-1.2.2.ebuild:
Stable for HPPA (bug #298456).
14 Dec 2009; Peter Volkov <pva@gentoo.org> libssh2-1.2.2.ebuild:
Disable ssh2.sh test in case FEATURES=userpriv, bug #286741, thank Kent
Fredric for report.
*libssh2-1.2.2 (23 Nov 2009)
23 Nov 2009; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.2.ebuild:
Version bump.
*libssh2-1.2.1 (06 Oct 2009)
06 Oct 2009; Patrick Lauer <patrick@gentoo.org> +libssh2-1.2.1.ebuild:
Bump. fixes #287386
26 Jun 2009; Peter Volkov <pva@gentoo.org> -libssh2-0.14.ebuild,
-libssh2-0.15.ebuild, -libssh2-0.17.ebuild, libssh2-0.18.ebuild,
-libssh2-1.0.ebuild, libssh2-1.1.ebuild, metadata.xml:
Renamed libgcrypt USE flag into gcrypt, bug #274555, thank Tristan Heaven
for report. Cleaned old.
23 Apr 2009; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
arm/s390/sh stable
*libssh2-1.1 (18 Apr 2009)
18 Apr 2009; Patrick Lauer <patrick@gentoo.org> +libssh2-1.1.ebuild:
Bump to 1.1, EAPI2ified, modified ebuild by Tim Harder. Closes #265823
09 Apr 2009; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild,
libssh2-1.0.ebuild:
Add ~arm/~s390/~sh wrt #215709
*libssh2-1.0 (29 Mar 2009)
29 Mar 2009; Patrick Lauer <patrick@gentoo.org> +libssh2-1.0.ebuild:
Bump to 1.0. Fixes #261612
24 Jan 2009; Alexis Ballier <aballier@gentoo.org> libssh2-0.18.ebuild:
keyword ~x86-fbsd
25 Aug 2008; Jeroen Roovers <jer@gentoo.org> libssh2-0.18.ebuild:
Stable for HPPA (bug #233122).
02 Aug 2008; Markus Rothe <corsair@gentoo.org> libssh2-0.18.ebuild:
Stable on ppc64; bug #233122
01 Aug 2008; nixnut <nixnut@gentoo.org> libssh2-0.18.ebuild:
Stable on ppc wrt bug 233122
30 Jul 2008; Dawid Węgliński <cla@gentoo.org> libssh2-0.18.ebuild:
Stable on amd64 (bug #233122)
29 Jul 2008; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
alpha/ia64/sparc/x86 stable wrt #233122
29 Apr 2008; <ricmm@gentoo.org> libssh2-0.18.ebuild:
Add ~mips, bug #215709
04 Apr 2008; Brent Baude <ranger@gentoo.org> libssh2-0.18.ebuild:
Marking libssh2-0.18 ~ppc
04 Apr 2008; Brent Baude <ranger@gentoo.org> libssh2-0.18.ebuild:
keyworded ~arch for ppc64, bug 215709
01 Apr 2008; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
Add ~alpha/~ia64/~sparc wrt #215709
01 Apr 2008; Jeroen Roovers <jer@gentoo.org> libssh2-0.18.ebuild:
Marked ~hppa.
*libssh2-0.18 (23 Dec 2007)
23 Dec 2007; Cédric Krier <cedk@gentoo.org> +libssh2-0.18.ebuild:
Version bump
13 Sep 2007; Daniel Black <dragonheart@gentoo.org> libssh2-0.17.ebuild:
added ~amd64 keyword - works with curl-7.17.0-r1
*libssh2-0.17 (29 Aug 2007)
29 Aug 2007; Cédric Krier <cedk@gentoo.org> +libssh2-0.17.ebuild:
Version bump
*libssh2-0.15 (01 Jul 2007)
01 Jul 2007; Cédric Krier <cedk@gentoo.org> +libssh2-0.15.ebuild:
Version bump
*libssh2-0.14 (27 Nov 2006)
27 Nov 2006; Markus Ullmann <jokey@gentoo.org>
+files/libssh2-0.14-banner-wait.patch,
+files/libssh2-0.14-channel-failure.patch,
+files/libssh2-0.14-configure.patch,
+files/libssh2-0.14-peer-shutdown.patch, +metadata.xml,
+libssh2-0.14.ebuild:
Import from sunrise for bug 113844 thanks to Joe and cedk

View File

@ -0,0 +1,399 @@
# ChangeLog for net-libs/libssh2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.109 2015/07/20 06:10:12 vapier Exp $
20 Jul 2015; Mike Frysinger <vapier@gentoo.org> libssh2-1.5.0.ebuild:
Mark arm64/s390/sh stable.
17 Jun 2015; Mike Frysinger <vapier@gentoo.org> libssh2-1.6.0.ebuild:
Add arm64 love.
*libssh2-1.6.0 (13 Jun 2015)
13 Jun 2015; Jeroen Roovers <jer@gentoo.org> +libssh2-1.6.0.ebuild:
Version bump.
*libssh2-9999 (27 May 2015)
27 May 2015; Michał Górny <mgorny@gentoo.org> +libssh2-9999.ebuild:
Add a live ebuild
30 Mar 2015; Jeroen Roovers <jer@gentoo.org> -libssh2-1.4.3.ebuild,
-libssh2-1.4.3-r1.ebuild:
Old.
30 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for alpha, wrt bug #542914
30 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for sparc, wrt bug #542914
28 Mar 2015; Markus Meier <maekke@gentoo.org> libssh2-1.5.0.ebuild:
arm stable, bug #542914
26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for ppc64, wrt bug #542914
26 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for ppc, wrt bug #542914
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for ia64, wrt bug #542914
13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for x86, wrt bug #542914
13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.5.0.ebuild:
Stable for amd64, wrt bug #542914
12 Mar 2015; Jeroen Roovers <jer@gentoo.org> libssh2-1.5.0.ebuild:
Stable for HPPA (bug #542914).
*libssh2-1.5.0 (12 Mar 2015)
12 Mar 2015; Jeroen Roovers <jer@gentoo.org> +libssh2-1.5.0.ebuild,
metadata.xml:
Version bump (bug #542914).
02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3-r1.ebuild:
Stable for ppc, wrt bug #526056
16 Jan 2015; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.3-r1.ebuild:
alpha/ia64/s390/sparc stable wrt #526056
02 Dec 2014; Pacho Ramos <pacho@gentoo.org> libssh2-1.4.3-r1.ebuild:
amd64/x86 stable, bug #526056
15 Nov 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild:
Run some eclass _src_prepare() (bug #529364).
04 Nov 2014; Markus Meier <maekke@gentoo.org> libssh2-1.4.3-r1.ebuild:
arm stable, bug #526056
26 Oct 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild:
Stable for HPPA (bug #526056).
12 Oct 2014; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3-r1.ebuild:
Do not run mansyntax.sh test (bug #449328).
18 Jul 2014; Jeroen Roovers <jer@gentoo.org> -libssh2-1.4.2.ebuild,
files/libssh2-1.4.2-pkgconfig.patch:
Clean up patch.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> libssh2-1.4.3-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
#513718.
*libssh2-1.4.3-r1 (13 Jun 2014)
13 Jun 2014; Michał Górny <mgorny@gentoo.org> +libssh2-1.4.3-r1.ebuild:
Enable multilib support, required for net-misc/curl.
01 Mar 2014; Michał Górny <mgorny@gentoo.org> libssh2-1.4.2.ebuild,
libssh2-1.4.3.ebuild:
Update libgcrypt dep to use slot :0.
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for s390, wrt bug #476220
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for ia64, wrt bug #476220
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for sparc, wrt bug #476220
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for arm, wrt bug #476220
14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for alpha, wrt bug #476220
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for ppc64, wrt bug #476220
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for ppc, wrt bug #476220
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for x86, wrt bug #476220
12 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.3.ebuild:
Stable for amd64, wrt bug #476220
09 Jul 2013; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.3.ebuild:
Stable for HPPA (bug #476220).
*libssh2-1.4.3 (09 Dec 2012)
09 Dec 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.3.ebuild:
Version bump.
19 Nov 2012; Justin Lecher <jlec@gentoo.org> libssh2-1.4.2.ebuild,
metadata.xml:
Keyworded for ~*-linux, tested by me
27 Aug 2012; Tim Harder <radhermit@gentoo.org> -libssh2-1.4.0.ebuild,
-files/libssh2-1.4.0-pkgconfig.patch, -libssh2-1.4.1.ebuild:
Remove old.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #422139
04 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild:
Stable arm, bug #422139
03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> libssh2-1.4.2.ebuild:
Stable on amd64 wrt bug #422139
03 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libssh2-1.4.2.ebuild:
Stable ppc ppc64, bug #422139
01 Aug 2012; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.2.ebuild:
Stable for HPPA (bug #422139).
01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> libssh2-1.4.2.ebuild:
marked x86 per bug 422139
23 Jul 2012; Jeremy Olexa <darkside@gentoo.org> libssh2-1.4.2.ebuild:
add ~ppc-macos, bug 427508
*libssh2-1.4.2 (20 May 2012)
20 May 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.2.ebuild,
+files/libssh2-1.4.2-pkgconfig.patch:
Version bump.
10 May 2012; Tim Harder <radhermit@gentoo.org> -libssh2-1.3.0.ebuild:
Remove old.
06 May 2012; Raúl Porcel <armin76@gentoo.org> libssh2-1.4.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #409601
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libssh2-1.4.1.ebuild:
keyword ~amd64-fbsd
*libssh2-1.4.1 (04 Apr 2012)
04 Apr 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.1.ebuild:
Version bump.
31 Mar 2012; Markus Meier <maekke@gentoo.org> libssh2-1.4.0.ebuild:
arm stable, bug #409601
28 Mar 2012; Jeff Horelick <jdhore@gentoo.org> libssh2-1.4.0.ebuild:
marked x86 per bug 409601
26 Mar 2012; Tim Harder <radhermit@gentoo.org> libssh2-1.4.0.ebuild,
+files/libssh2-1.4.0-pkgconfig.patch:
Remove LDFLAGS from pkg-config Libs (bug #409661).
25 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.4.0.ebuild:
Marking libssh2-1.4.0 ppc64 for bug 409601
25 Mar 2012; Jeroen Roovers <jer@gentoo.org> libssh2-1.4.0.ebuild:
Stable for HPPA (bug #409601).
25 Mar 2012; Agostino Sarubbo <ago@gentoo.org> libssh2-1.4.0.ebuild:
Stable for amd64, wrt bug #409601
25 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.4.0.ebuild:
Marking libssh2-1.4.0 ppc for bug 409601
08 Mar 2012; Jeroen Roovers <jer@gentoo.org> -libssh2-1.2.2.ebuild:
Old.
08 Mar 2012; Brent Baude <ranger@gentoo.org> libssh2-1.3.0.ebuild:
Marking libssh2-1.3.0 ppc64 for bug 390555
*libssh2-1.4.0 (07 Feb 2012)
07 Feb 2012; Tim Harder <radhermit@gentoo.org> +libssh2-1.4.0.ebuild:
Version bump.
06 Feb 2012; Brent Baude <ranger@gentoo.org> libssh2-1.3.0.ebuild:
Marking libssh2-1.3.0 ppc for bug 390555
04 Dec 2011; Raúl Porcel <armin76@gentoo.org> libssh2-1.3.0.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #390555
28 Nov 2011; Tim Harder <radhermit@gentoo.org> libssh2-1.3.0.ebuild:
Fix autotools-utils usage (bug #392167).
27 Nov 2011; Tim Harder <radhermit@gentoo.org> libssh2-1.3.0.ebuild:
Build in the source tree.
27 Nov 2011; Tim Harder <radhermit@gentoo.org> -libssh2-1.2.5.ebuild,
-libssh2-1.2.6.ebuild, -libssh2-1.2.7.ebuild, -libssh2-1.2.8-r1.ebuild,
-files/libssh2-1.2.8-version.patch, -libssh2-1.2.9.ebuild:
Remove old.
23 Nov 2011; Markus Meier <maekke@gentoo.org> libssh2-1.3.0.ebuild:
arm stable, bug #390555
17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libssh2-1.3.0.ebuild:
x86 stable wrt bug #390555
15 Nov 2011; Markos Chandras <hwoarang@gentoo.org> libssh2-1.3.0.ebuild:
Stable on amd64 wrt bug #390555
15 Nov 2011; Jeroen Roovers <jer@gentoo.org> libssh2-1.3.0.ebuild:
Stable for HPPA (bug #390555).
*libssh2-1.3.0 (21 Sep 2011)
21 Sep 2011; Tim Harder <radhermit@gentoo.org> +libssh2-1.3.0.ebuild:
Version bump. Add workaround for failing tests (bug #333319).
*libssh2-1.2.9 (20 Aug 2011)
20 Aug 2011; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.9.ebuild:
Version bump.
*libssh2-1.2.8-r1 (10 May 2011)
10 May 2011; Jeroen Roovers <jer@gentoo.org> -libssh2-1.2.8.ebuild,
+libssh2-1.2.8-r1.ebuild, +files/libssh2-1.2.8-version.patch:
Fix "VERSION" in autoconf script thanks to Lars, patch by Stratos Psomadakis
(bug #366599).
*libssh2-1.2.8 (08 May 2011)
08 May 2011; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.8.ebuild:
Version bump. Add USE=static-libs.
*libssh2-1.2.7 (04 Oct 2010)
04 Oct 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.7.ebuild:
Version bump (bug #339683).
02 Oct 2010; Fabian Groffen <grobian@gentoo.org> libssh2-1.2.6.ebuild:
Marked ~x64-macos, bug #333981
*libssh2-1.2.6 (06 Jul 2010)
06 Jul 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.6.ebuild:
Version bump by Tim Harder (bug #327115).
*libssh2-1.2.5 (26 May 2010)
26 May 2010; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.5.ebuild:
Version bump thanks to Emmanuel Andry (bug #321567).
28 Mar 2010; Raúl Porcel <armin76@gentoo.org> libssh2-1.2.2.ebuild:
alpha/ia64/s390/sh stable wrt #298456
09 Feb 2010; Tiago Cunha <tcunha@gentoo.org> libssh2-1.2.2.ebuild:
stable sparc, bug 298456
10 Jan 2010; Markus Meier <maekke@gentoo.org> libssh2-1.2.2.ebuild:
arm/x86 stable, bug #298456
07 Jan 2010; Brent Baude <ranger@gentoo.org> libssh2-1.2.2.ebuild:
Marking libssh2-1.2.2 ppc for bug 298456
06 Jan 2010; Brent Baude <ranger@gentoo.org> libssh2-1.2.2.ebuild:
Marking libssh2-1.2.2 ppc64 for bug 298456
06 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> libssh2-1.2.2.ebuild:
Stable for AMD64 (bug #298456).
05 Jan 2010; Jeroen Roovers <jer@gentoo.org> libssh2-1.2.2.ebuild:
Stable for HPPA (bug #298456).
14 Dec 2009; Peter Volkov <pva@gentoo.org> libssh2-1.2.2.ebuild:
Disable ssh2.sh test in case FEATURES=userpriv, bug #286741, thank Kent
Fredric for report.
*libssh2-1.2.2 (23 Nov 2009)
23 Nov 2009; Jeroen Roovers <jer@gentoo.org> +libssh2-1.2.2.ebuild:
Version bump.
*libssh2-1.2.1 (06 Oct 2009)
06 Oct 2009; Patrick Lauer <patrick@gentoo.org> +libssh2-1.2.1.ebuild:
Bump. fixes #287386
26 Jun 2009; Peter Volkov <pva@gentoo.org> -libssh2-0.14.ebuild,
-libssh2-0.15.ebuild, -libssh2-0.17.ebuild, libssh2-0.18.ebuild,
-libssh2-1.0.ebuild, libssh2-1.1.ebuild, metadata.xml:
Renamed libgcrypt USE flag into gcrypt, bug #274555, thank Tristan Heaven
for report. Cleaned old.
23 Apr 2009; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
arm/s390/sh stable
*libssh2-1.1 (18 Apr 2009)
18 Apr 2009; Patrick Lauer <patrick@gentoo.org> +libssh2-1.1.ebuild:
Bump to 1.1, EAPI2ified, modified ebuild by Tim Harder. Closes #265823
09 Apr 2009; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild,
libssh2-1.0.ebuild:
Add ~arm/~s390/~sh wrt #215709
*libssh2-1.0 (29 Mar 2009)
29 Mar 2009; Patrick Lauer <patrick@gentoo.org> +libssh2-1.0.ebuild:
Bump to 1.0. Fixes #261612
24 Jan 2009; Alexis Ballier <aballier@gentoo.org> libssh2-0.18.ebuild:
keyword ~x86-fbsd
25 Aug 2008; Jeroen Roovers <jer@gentoo.org> libssh2-0.18.ebuild:
Stable for HPPA (bug #233122).
02 Aug 2008; Markus Rothe <corsair@gentoo.org> libssh2-0.18.ebuild:
Stable on ppc64; bug #233122
01 Aug 2008; nixnut <nixnut@gentoo.org> libssh2-0.18.ebuild:
Stable on ppc wrt bug 233122
30 Jul 2008; Dawid Węgliński <cla@gentoo.org> libssh2-0.18.ebuild:
Stable on amd64 (bug #233122)
29 Jul 2008; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
alpha/ia64/sparc/x86 stable wrt #233122
29 Apr 2008; <ricmm@gentoo.org> libssh2-0.18.ebuild:
Add ~mips, bug #215709
04 Apr 2008; Brent Baude <ranger@gentoo.org> libssh2-0.18.ebuild:
Marking libssh2-0.18 ~ppc
04 Apr 2008; Brent Baude <ranger@gentoo.org> libssh2-0.18.ebuild:
keyworded ~arch for ppc64, bug 215709
01 Apr 2008; Raúl Porcel <armin76@gentoo.org> libssh2-0.18.ebuild:
Add ~alpha/~ia64/~sparc wrt #215709
01 Apr 2008; Jeroen Roovers <jer@gentoo.org> libssh2-0.18.ebuild:
Marked ~hppa.
*libssh2-0.18 (23 Dec 2007)
23 Dec 2007; Cédric Krier <cedk@gentoo.org> +libssh2-0.18.ebuild:
Version bump
13 Sep 2007; Daniel Black <dragonheart@gentoo.org> libssh2-0.17.ebuild:
added ~amd64 keyword - works with curl-7.17.0-r1
*libssh2-0.17 (29 Aug 2007)
29 Aug 2007; Cédric Krier <cedk@gentoo.org> +libssh2-0.17.ebuild:
Version bump
*libssh2-0.15 (01 Jul 2007)
01 Jul 2007; Cédric Krier <cedk@gentoo.org> +libssh2-0.15.ebuild:
Version bump
*libssh2-0.14 (27 Nov 2006)
27 Nov 2006; Markus Ullmann <jokey@gentoo.org>
+files/libssh2-0.14-banner-wait.patch,
+files/libssh2-0.14-channel-failure.patch,
+files/libssh2-0.14-configure.patch,
+files/libssh2-0.14-peer-shutdown.patch, +metadata.xml,
+libssh2-0.14.ebuild:
Import from sunrise for bug 113844 thanks to Joe and cedk

View File

@ -1,28 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
AUX libssh2-1.4.2-pkgconfig.patch 288 SHA256 0a4fde85a0772a6ecc793493c19f58416847ca30135f64e7e0c08a3197ea2abe SHA512 a2a29069a85fd1e1fabe0fac92ea5666a82da53bf822e105ff0b918188196bdbdf271e2b7a8e636b9746fb75226192c0bdd8a0f4598e46604a64b6f0727fbfec WHIRLPOOL c59b318376ebe979aca73721b4be23374f6d2f44533044d689f94ad145d2b70acbf584a3c6e1a4bcf57805a350259603204ec140b8388d98bc1fcbad94f3f1c6 AUX libssh2-1.4.2-pkgconfig.patch 288 SHA256 0a4fde85a0772a6ecc793493c19f58416847ca30135f64e7e0c08a3197ea2abe SHA512 a2a29069a85fd1e1fabe0fac92ea5666a82da53bf822e105ff0b918188196bdbdf271e2b7a8e636b9746fb75226192c0bdd8a0f4598e46604a64b6f0727fbfec WHIRLPOOL c59b318376ebe979aca73721b4be23374f6d2f44533044d689f94ad145d2b70acbf584a3c6e1a4bcf57805a350259603204ec140b8388d98bc1fcbad94f3f1c6
DIST libssh2-1.5.0.tar.gz 728222 SHA256 83196badd6868f5b926bdac8017a6f90fb8a90b16652d3bf02df0330d573d0fc SHA512 9dada6d86e962ce35d6d30625d3a8743b5f269b325d4f1e072206e73c4ef87f216fe54c0c5bfc06eb969a07e221c21ce6f7b9e5524afdb3f957a25f714c62f73 WHIRLPOOL 94e897f59a02ca7ab4b3006cc9c84228a202f16a8e898f202e89015275e95324cb7a71c722324134f1b7f5a85a45718a2c7d25de1d806e0534c1d61683da5487 DIST libssh2-1.7.0.tar.gz 811714 SHA256 e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584 SHA512 0f9dfd83196129568c00383e2e4fea29b3d8c4f3b1690f550a6748d1db68cc437b4ed083f5d3d4646365fdc839819619aea96eeaef5ab072c7023d13f08b5153 WHIRLPOOL dceefdc11b6b88f4320bfdd01044dc9c81e4d1e3e54a9e2ec8f6869ba091668e5957a3e2a56934196c87f1877d61ebe0b45f450ca12bf1802da9812db8a4ffb6
DIST libssh2-1.6.0.tar.gz 734110 SHA256 5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c8e8215 SHA512 aa28bf782b5de1f09d1b85aa8b480069bf08494ed3505e59ed522799dd710905b8d3464b3447e35393764632d5e43d21990ceab9584a8df17abda4f85dfc2ec7 WHIRLPOOL 0702eb089483b5047e517e89eca0c23719528b3672e24bf3f3a3ff3c0ca5335e1d00ff328f0c6458ae1cdd25d73d222cb3dfb5d95445df80a6bd9d8c4f17b9ff EBUILD libssh2-1.7.0.ebuild 1217 SHA256 093a9cdfa5d4321c1a70af780f96476245fff9900f5cf86e2c3000b20d2f6028 SHA512 90610f804de1cd56abcac75e5f3257c490943bb8e336f53d7dfe08fb7a00607e04a2519868bf0e8f2d64b0c80f2ea83e99e966179652f79fb166e75b74e7bbad WHIRLPOOL 79e3546af0873bbda3c4bb0c2c142c026e49679b469e980eb3958f386e7241a18bc252d9df279658e8a4c737873953f7244bdc8fa73d24701c108aaf846f7ffa
EBUILD libssh2-1.5.0.ebuild 1283 SHA256 b52c991a653c0a276bc2260a88a738c51b197579114c58001fe90b6b552440c1 SHA512 e4b8a53b897ea45e10077c489961be429aa38d3e0ea6b24fcca4e1ead44d685d78bf38cb49284fc52992ad9abfaf7d21df7732bbb8e8030634fdf422f8dea43a WHIRLPOOL 6b9a95a0eefd350cf18a6e1290e6d04b6541139e606a729a5a11447c87db488f53371f5194ca33a90e6bdcd642a942ac9845c368594a5a00ae6dda60f7296735 EBUILD libssh2-9999.ebuild 1209 SHA256 4ecdc32c964c25f8d9285513722ca2501a363ba880133b54a190734b8222cf6d SHA512 f271019ce0cca1a4667782911291ba10b8422a2417c42e94c856e559a70893db9ed2f5c37ec41faa1de8cb5278fc5581c054a276ec5b9d5e5d068ae23b09399b WHIRLPOOL d0242dc2f6ad3c85f75f290fc08de96f6309aafe4b1099ed12e4604ef1a02f4d8f8b43a1fda88ff72ca8650702acc5cd954343b12616d605b4fb210cd695d450
EBUILD libssh2-1.6.0.ebuild 1301 SHA256 70b417ddca15b5c3e63bf6eacacd8800d067044bdb93d014ec95a05653830dbe SHA512 7c362183962e858b28ff4614ff7c08037fd45f63f1f879301c3626f65c15d7cb8aca6636f35a8882ce74864996a1e105678da5b7b25de193d316056a5f5f0aed WHIRLPOOL d49f85b8eb91911a2f2251569fa56014fe581a6c69b3f5aed1a456607dd4f7be0f84f3d2bba894f6ce0f1675417bcfe5770def312ea76732d69d2a88dd939148 MISC ChangeLog 4896 SHA256 a77758fa916830c2f32c8c7be26eda64f234bb7249209c96375cfe6a523463e4 SHA512 bd4cae4f0306095564b2a3b9884680be25d0289e1914e05cb33775de350b0cef756d6a2925a22ffb42f9f7adc5e7c182a1f26f254af224c9fbf391da97c08821 WHIRLPOOL 06cafe1426287aa27ba2b18d30aab36d8fefb4767e6bb71b6081e95427abeda96490e6be68a996a12a5d3cc0e06b082368a2a8e37621d743a4218783c857a6ad
EBUILD libssh2-9999.ebuild 1228 SHA256 32754ed54e7970b1e215f44e972b22db3b6d571a8c301b6d7176d2b9e092f716 SHA512 713328382048d02998c1232e76a153d511d242bd473c5503441f27157f4f4b728f904a2f9515cd5edb81acdc7bbce561e26db755042402728eca7d20bc1f4fc1 WHIRLPOOL d945f50f4103c620a080566e95553d1e52c02bbb2c07c5a58b21cec49c161edefd471618de6f6ba9c28e6acc00c1f083e935140356ff4516850bf039bafa59ab MISC ChangeLog-2015 13302 SHA256 34f5839998ce4cd9ad8b2782504071bc970c51e410a20e6ad25325e3d05439e1 SHA512 e5761b40bbd899eef35bf5fd7c3f16d54dddb46a48e0f74b2296ed2dc94d33e9045d17c542762922e9be54844afc8b77dc8f37648464ab2df16999c3916987a1 WHIRLPOOL d5c73508c9008f46297da236d4dec27e02171e869687f9e0067b889b539d440723613f0816c44541ac7830a211a14c028fe3ee919ee56d2101a9f55bb3b13cd4
MISC ChangeLog 13200 SHA256 e10e89aa26a78a2d960378b97493d6d0dba79375533927466a076e480a2b13cb SHA512 81eb0e1dc5c99fc14744d6dd90f51dd2b5c508ab3eff23a3202b1b138d51968da3af87afda7bc371ee92d764cd1c2af140cf637f57412d8ccc8304cb371d74ec WHIRLPOOL 9bba57da3fadabda90218de3829f906aa87830d3c0330cdfbdd6abadca2cfe0797caa0733e60e81ccccd3ac209f673fadfc72413a3fccf2f891cd8dc1ba84fc0 MISC metadata.xml 387 SHA256 e28876588c38761f1ff35f200658eaabdfaf1f63e8b7ad9b7b5900d607d0987c SHA512 c98134dddb94e8d6db6750b27d6b5b92b778b8bdb00b6abb1448124eb88ac638c0599fcf6e7cdcd4e26e9e2b181471fe1456c4ccf422036f481f092d61a95ae9 WHIRLPOOL a85fa9c9d6feb23ef68da416fc02e85309f138b52654c05d86e93aac3db50a00647fcb525941f562bf0a01ca1f7bb157151268bcc7629f5c4b0ef73357ddeca6
MISC metadata.xml 272 SHA256 4c07d4717c27b5976aac9ce277542bedc24b5bef17f3cb4c7927fdc24d0fd709 SHA512 7a616c601fc9c21e3c6f96090a84a0c9165751ff67c7df5f22a6a481732a38fc9eaf591c7250f777bd4f7fbf62bdf10cd71f744be4ceb89f33844dc00b63a5aa WHIRLPOOL 08dfebac6c76e121aebce82c9cd160a76481c008a3fb76032a22216d90644279d5af7b02e0fed005d43381e8c1344b5e7edb52a61c060295aaba05787ae2af37
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJVgbgKAAoJEPGu1DbS6WIA6ZoQAIdQEQN2GaJNdqSMH2ukzYdO
Vb767vmgKrBXj0Z6IDj3a5MkrsPpYZUOfc/oLj1cpVqp/EjVY0zN3KxP6IdBMASf
K4WVURfAvOXY/1agsb+cgFeenx7lS/X6two2WnT1HvYdfcUeum8QLUeC9/JutoVZ
IO5a9XmNXwkxrcjxzm395eisstBb0q5cq9z3xeqM82xVM265LOlAZmYmKbdoTz2R
YdrF0Ffyl3orwykUKlZ8xTXyWiV/XjZPZ+dV5LZStx/X4DpyiOHa/60JWgQeFpxq
3e1PNPyGdQgHQumIjJSOnqHIf3LziBD/pa1EV428Jxt3dHTuxm/Hox4BLkwd6Dvy
afOj9jOZT/T0toEAPhpW6EbRByctNt7WSSC+4AW5wDQYu4Zs1l0Ss6fQfo2bmWmS
VxKkgGxcDebwttCIeIMul8BwI7edkQvUWect6DFRv7epT0DErLCBH9OZQuv9CN3a
ccnGyoV/o5Q4KO74YGvuBKcqEJtzCT+DpkeG3Nlisyp43yL2yFKxM/WFliq9ZNFS
UswqwnHT6j4BTuNmXG8qHH4c31cLyrlWBAz6KW0nTAt0tpbW2sy6dJe/RcwjlQyo
g4KN99SY1KLn8CJrb/iLLGiqzHFnavj7CRbcBpJX8iElsqVgr23+Sqm84azZX7IC
dEurp9u6NWmiNFZzZJ4r
=2vDh
-----END PGP SIGNATURE-----

View File

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation # Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.5.0.ebuild,v 1.10 2015/03/30 10:02:11 ago Exp $ # $Id$
EAPI=5 EAPI=5
@ -13,7 +13,7 @@ SRC_URI="http://www.${PN}.org/download/${P}.tar.gz"
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="gcrypt static-libs test zlib" IUSE="gcrypt static-libs test zlib"
DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )

View File

@ -0,0 +1,46 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
AUTOTOOLS_AUTORECONF=true
inherit autotools-multilib
DESCRIPTION="Library implementing the SSH2 protocol"
HOMEPAGE="http://www.libssh2.org/"
SRC_URI="http://www.${PN}.org/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="gcrypt libressl static-libs test zlib"
DEPEND="
!gcrypt? (
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
)
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"
DOCS=( README )
PATCHES=( "${FILESDIR}"/${PN}-1.4.2-pkgconfig.patch )
src_prepare() {
sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die
autotools-multilib_src_prepare
}
multilib_src_configure() {
# Disable tests that require extra permissions (bug #333319)
use test && local -x ac_cv_path_SSHD=
local myeconfargs=(
$(use_with zlib libz)
$(usex gcrypt --with-libgcrypt --with-openssl)
)
autotools-utils_src_configure
}

View File

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation # Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.6.0.ebuild,v 1.2 2015/06/17 18:10:17 vapier Exp $ # $Id$
EAPI=5 EAPI=5

View File

@ -0,0 +1,44 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
AUTOTOOLS_AUTORECONF=true
inherit autotools-multilib
DESCRIPTION="Library implementing the SSH2 protocol"
HOMEPAGE="http://www.libssh2.org/"
SRC_URI="http://www.${PN}.org/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="gcrypt libressl static-libs test zlib"
DEPEND="
!gcrypt? (
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
)
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}"
DOCS=( README )
src_prepare() {
sed -i -e 's|mansyntax.sh||g' tests/Makefile.am || die
autotools-multilib_src_prepare
}
multilib_src_configure() {
# Disable tests that require extra permissions (bug #333319)
use test && local -x ac_cv_path_SSHD=
local myeconfargs=(
$(use_with zlib libz)
$(usex gcrypt --with-libgcrypt --with-openssl)
)
autotools-utils_src_configure
}

View File

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation # Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-9999.ebuild,v 1.1 2015/05/27 10:56:25 mgorny Exp $ # $Id$
EAPI=5 EAPI=5
@ -15,9 +15,13 @@ SRC_URI=""
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
KEYWORDS="" KEYWORDS=""
IUSE="gcrypt static-libs test zlib" IUSE="gcrypt libressl static-libs test zlib"
DEPEND="!gcrypt? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) DEPEND="
!gcrypt? (
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
)
gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<herd>netmon</herd> <maintainer type="project">
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
<use> <use>
<flag name="gcrypt">Use <pkg>dev-libs/libgcrypt</pkg> instead of <pkg>dev-libs/openssl</pkg></flag> <flag name="gcrypt">Use <pkg>dev-libs/libgcrypt</pkg> instead of <pkg>dev-libs/openssl</pkg></flag>
</use> </use>