pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libtorrent



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  2 19:54:36 UTC 2025

Modified Files:
        pkgsrc/net/libtorrent: Makefile distinfo

Log Message:
libtorrent: updated to 0.15.1

0.15.1
If you want news, watch CNN or something.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/libtorrent/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libtorrent/Makefile
diff -u pkgsrc/net/libtorrent/Makefile:1.65 pkgsrc/net/libtorrent/Makefile:1.66
--- pkgsrc/net/libtorrent/Makefile:1.65 Fri Oct  4 09:00:05 2024
+++ pkgsrc/net/libtorrent/Makefile      Thu Jan  2 19:54:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2024/10/04 09:00:05 adam Exp $
+# $NetBSD: Makefile,v 1.66 2025/01/02 19:54:36 adam Exp $
 
-DISTNAME=      libtorrent-0.14.0
+DISTNAME=      libtorrent-0.15.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rakshasa/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,10 +10,10 @@ HOMEPAGE=   https://github.com/rakshasa/li
 COMMENT=       BitTorrent library written in C++ for *nix
 LICENSE=       gnu-gpl-v2
 
+USE_CXX_FEATURES=      c++14
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            autoconf automake autoreconf gmake pkg-config
-USE_CXX_FEATURES+=     c++11
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-debug
 LDFLAGS+=              -lz
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+=      --disable-instrumentati
 .if !exists(${BUILDLINK_PREFIX.openssl}/lib/pkgconfig/openssl.pc)
 OPENSSL_CFLAGS=        -I${BUILDLINK_PREFIX.openssl}/include
 OPENSSL_LIBS=  -L${BUILDLINK_PREFIX.openssl}/lib \
-               -Wl,-R${BUILDLINK_PREFIX.openssl}/lib
+               ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 
 CONFIGURE_ENV+=        OPENSSL_CFLAGS=${OPENSSL_CFLAGS:M*:Q}
 CONFIGURE_ENV+=        OPENSSL_LIBS=${OPENSSL_LIBS:Q}

Index: pkgsrc/net/libtorrent/distinfo
diff -u pkgsrc/net/libtorrent/distinfo:1.45 pkgsrc/net/libtorrent/distinfo:1.46
--- pkgsrc/net/libtorrent/distinfo:1.45 Fri Oct  4 09:00:06 2024
+++ pkgsrc/net/libtorrent/distinfo      Thu Jan  2 19:54:36 2025
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.45 2024/10/04 09:00:06 adam Exp $
+$NetBSD: distinfo,v 1.46 2025/01/02 19:54:36 adam Exp $
 
-BLAKE2s (libtorrent-0.14.0.tar.gz) = ec594f2a76daf0d0445c92c76528ba9a7c136224ee6c8da3a3daa41083305d19
-SHA512 (libtorrent-0.14.0.tar.gz) = 124efde251e335ae0fc2f8cd9dff9f918ae9f818d17bc823b08826da534103e8e74dec37ee03a0b9c9c0a7bb1039958638dab08d17e83593b718b07aecad5001
-Size (libtorrent-0.14.0.tar.gz) = 387008 bytes
+BLAKE2s (libtorrent-0.15.1.tar.gz) = a3c2107387320d4d79abd96eabccdc1eecaf224f3c68ac5b485840a0c30cf30d
+SHA512 (libtorrent-0.15.1.tar.gz) = d5ff64d9e939bc57bda4a0b7486276a99867c3f028d0f7e25122754a7e4e6adc1b29bf35870d46797e8be727b54a89ff54bb237dd2b39da4289ccacac3888aae
+Size (libtorrent-0.15.1.tar.gz) = 384658 bytes
 SHA1 (patch-src_data_chunk__list.cc) = 92a5f36d7ae993667123051b39e6033c73169f4e
 SHA1 (patch-src_data_memory__chunk.cc) = 25c1e529223ab4873f61430e922949eeb29637c4
 SHA1 (patch-src_torrent_net_socket__address__key.h) = a50248e4272f413458236730508d5903fdeba53d
-SHA1 (patch-src_torrent_poll__kqueue.cc) = 9e5191d9a9802d46a7c7da20e2ec4c3ce9f45a11



Home | Main Index | Thread Index | Old Index