mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libssh2: bump version.
Update libssh2 to 1.7.0. Also bump revision for mc and vlc-2.2.1 (which require libssh2).
This commit is contained in:
@@ -10,7 +10,7 @@ SOURCE_URI="http://ftp.midnight-commander.org/mc-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="cf4e8f5dfe419830d56ca7e5f2495898e37ebcd05da1e47ff7041446c87fba16"
|
||||
COPYRIGHT="1994-2015, Free Software Foundation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ VCDs, and various streaming protocols."
|
||||
HOMEPAGE="https://www.videolan.org/vlc/"
|
||||
COPYRIGHT="1998-2015"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.videolan.org/pub/videolan/vlc/$portVersion/vlc-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb"
|
||||
PATCHES="vlc-2.2.1.patch"
|
||||
PATCHES="vlc-$portVersion.patch"
|
||||
ADDITIONAL_FILES="vlc.rdef"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
SUMMARY="A SSH2 library"
|
||||
DESCRIPTION="libssh2 is a library implementing the SSH2 protocol, available \
|
||||
under the revised BSD license."
|
||||
HOMEPAGE="http://www.libssh2.org"
|
||||
HOMEPAGE="https://www.libssh2.org/"
|
||||
COPYRIGHT="2004-2007 Sara Golemon
|
||||
2005,2006 Mikhail Gusarov
|
||||
2006-2007 The Written Word, Inc.
|
||||
2007 Eli Fant
|
||||
2009 Daniel Stenberg
|
||||
2009-2014 Daniel Stenberg
|
||||
2008, 2009 Simon Josefsson"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.libssh2.org/download/libssh2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="83196badd6868f5b926bdac8017a6f90fb8a90b16652d3bf02df0330d573d0fc"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.libssh2.org/download/libssh2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584"
|
||||
PATCHES="libssh2-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -1,14 +1,14 @@
|
||||
From c34843e419df91f5aef52632df473bdbafe3a684 Mon Sep 17 00:00:00 2001
|
||||
From e49e613c4094031e5706925471a53b579dbe5f74 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Fri, 13 Jun 2014 17:19:49 +0000
|
||||
Subject: haiku patch
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 563fb04..334a051 100644
|
||||
index d6bdab4..069c2f6 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -60,7 +60,7 @@ dnl Our configure and build reentrant settings
|
||||
@@ -61,7 +61,7 @@ dnl Our configure and build reentrant settings
|
||||
CURL_CONFIGURE_REENTRANT
|
||||
|
||||
# Some systems (Solaris?) have socket() in -lsocket.
|
||||
@@ -18,5 +18,5 @@ index 563fb04..334a051 100644
|
||||
# Solaris has inet_addr() in -lnsl.
|
||||
AC_SEARCH_LIBS(inet_addr, nsl)
|
||||
--
|
||||
1.8.3.4
|
||||
2.7.0
|
||||
|
||||
Reference in New Issue
Block a user