[arch-commits] Commit in net6/trunk (PKGBUILD build-fix.patch)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Sun May 5 21:30:32 UTC 2013
Date: Sunday, May 5, 2013 @ 23:30:32
Author: spupykin
Revision: 89935
upgpkg: net6 1.3.14-1
upd
Modified:
net6/trunk/PKGBUILD
Deleted:
net6/trunk/build-fix.patch
-----------------+
PKGBUILD | 11 ++++-------
build-fix.patch | 33 ---------------------------------
2 files changed, 4 insertions(+), 40 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-05 21:30:28 UTC (rev 89934)
+++ PKGBUILD 2013-05-05 21:30:32 UTC (rev 89935)
@@ -5,22 +5,19 @@
# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
pkgname=net6
-pkgver=1.3.12
-pkgrel=3
+pkgver=1.3.14
+pkgrel=1
pkgdesc="A library that provides a TCP protocol abstraction for C++"
arch=('i686' 'x86_64')
url="http://gobby.0x539.de/"
license=('LGPL')
depends=('gnutls' 'libsigc++2.0')
options=('!libtool')
-source=(http://releases.0x539.de/$pkgname/$pkgname-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('506776416d8aea2b9ea13a81f9145383'
- 'a200e6f132839782e3e5cfdf438e79d3')
+source=(http://releases.0x539.de/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('be6db739f71c5c08421bf6181e77f3b2')
build() {
cd ${srcdir}/$pkgname-$pkgver
- patch -p1 <$srcdir/build-fix.patch
./configure --prefix=/usr
make
}
Deleted: build-fix.patch
===================================================================
--- build-fix.patch 2013-05-05 21:30:28 UTC (rev 89934)
+++ build-fix.patch 2013-05-05 21:30:32 UTC (rev 89935)
@@ -1,33 +0,0 @@
-diff -wbBur net6-1.3.12/inc/encrypt.hpp net6-1.3.12.my/inc/encrypt.hpp
---- net6-1.3.12/inc/encrypt.hpp 2009-11-15 16:02:46.000000000 +0300
-+++ net6-1.3.12.my/inc/encrypt.hpp 2011-11-21 16:39:32.000000000 +0400
-@@ -34,7 +34,7 @@
- typedef gnutls_anon_server_credentials gnutls_anon_server_credentials_t;
- typedef gnutls_transport_ptr gnutls_transport_ptr_t;
- typedef gnutls_dh_params gnutls_dh_params_t;
--typedef gnutls_connection_end gnutls_connection_end_t;
-+//typedef gnutls_connection_end gnutls_connection_end_t;
-
- class dh_params: private net6::non_copyable
- {
-diff -wbBur net6-1.3.12/src/encrypt.cpp net6-1.3.12.my/src/encrypt.cpp
---- net6-1.3.12/src/encrypt.cpp 2009-11-15 16:02:46.000000000 +0300
-+++ net6-1.3.12.my/src/encrypt.cpp 2011-11-21 16:39:49.000000000 +0400
-@@ -25,7 +25,7 @@
- {
- const unsigned int DH_BITS = 1024;
-
-- net6::gnutls_session_t create_session(net6::gnutls_connection_end_t end)
-+ net6::gnutls_session_t create_session(gnutls_connection_end_t end)
- {
- net6::gnutls_session_t session;
- gnutls_init(&session, end);
-@@ -201,8 +201,6 @@
- net6_unix_send_func
- );
- #endif
--
-- gnutls_transport_set_lowat(session, 0);
- }
-
- net6::tcp_encrypted_socket_base::~tcp_encrypted_socket_base()
More information about the arch-commits
mailing list