Accepting request 44907 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libssh2_org based on submit request 44907 from user elvigia OBS-URL: https://build.opensuse.org/request/show/44907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh2_org?expand=0&rev=9
This commit is contained in:
parent
def7a84ba4
commit
199d4fb5d9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:598f1892ae8de705a9eea39885347efb83059562df7d6a362b084c3511aefea8
|
||||
size 178151
|
3
libssh2-1.2.6.tar.bz2
Normal file
3
libssh2-1.2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c421b1549aed7a6187097b2aee9232fbfec96b21f0c2d77d3eb2d1eb34f6255
|
||||
size 462234
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 8 14:28:00 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- restore %build section, accidentally removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 2 15:57:25 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- update to libssh2 1.2.6
|
||||
* Added libssh2_sftp_statvfs() and libssh2_sftp_fstatvfs()
|
||||
* Added libssh2_knownhost_checkp()
|
||||
* Added libssh2_scp_send64()
|
||||
* fail to init SFTP if session isn't already authenticated
|
||||
* sftp_close_handle: add precaution to not access NULL pointer
|
||||
* channel_write: if data has been sent, don't return EAGAIN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 21:51:55 UTC 2010 - crrodriguez@opensuse.org
|
||||
|
||||
- fix build in older products
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 22:00:37 UTC 2010 - crrodriguez@opensuse.org
|
||||
|
||||
- update to version 1.2.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 11:55:42 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libssh2_org (Version 1.2.2_git200911281702)
|
||||
# spec file for package libssh2_org (Version 1.2.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
Summary: A library implementing the SSH2 protocol
|
||||
|
||||
Name: libssh2_org
|
||||
Version: 1.2.2_git200911281702
|
||||
Version: 1.2.6
|
||||
Release: 1
|
||||
%define pkg_name libssh2
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -70,14 +70,8 @@ SECSH-PUBLICKEY.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
# /me hides :-)
|
||||
%{__rm} -f configure
|
||||
%{__sed} -i -e s@/lib/libz@/%{_lib}/libz@g -e s@/lib/libcrypto@/%{_lib}/libcrypto@g configure.ac
|
||||
%{__sed} -i -e 's|LIBZ_LIBDIR=.*|LIBZ_LIBDIR=%{_libdir}|g' configure.ac
|
||||
%{__sed} -i -e 's|OPENSSL_LIBLINE=".*"| OPENSSL_LIBLINE="-lcrypto"|g' configure.ac
|
||||
|
||||
%build
|
||||
./buildconf --force
|
||||
%configure --enable-hidden-symbols \
|
||||
--disable-static --with-pic \
|
||||
--disable-rpath --with-libz=%{_usr} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user