libtorrent (0.16.11-1)
[PTS] [DDPO]
UNREL: VCS matches the version in the archive, but the VCS changelog is UNRELEASED. The uploader should update the changelog and tag the release.
- Git: https://salsa.debian.org/debian/libtorrent.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 466944
- Browser: https://salsa.debian.org/debian/libtorrent
- Last scan: 2026-05-10 12:59:03+00
- Next scan: 2026-05-19 06:36:00+00
- Debian changelog in Git:
libtorrent (0.16.11-1) UNRELEASED; urgency=medium
* New upstream release
* Bumped package to match the soname change (27 -> 41)
* Update homepage URL to rtorrent.net
* Various debian/copyright updates to make lrc happier
-- Jonathan McDowell <noodles@earth.li> Sun, 03 May 2026 12:03:50 +0100
- This branch is 252 commits ahead of tag upstream/0.15.7
- Git log:
commit 24b281bcec64136ad853e7c78e7ca42f74212c98
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun May 3 12:30:16 2026 +0100
Various debian/copyright updates to make lrc happier
Lots of these are build files, so not forming part of the generated
binary, but easy to add. lrc doesn't seem to understand the OpenSSL
exception.
commit b45de20e6bc1fe814cf30502ac6be3208419727f
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun May 3 12:17:07 2026 +0100
Update homepage URL to rtorrent.net
commit d1051b0e3480c509d00d0fbbd2288213df5dc615
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun May 3 12:10:20 2026 +0100
Bump package to libtorrent41 to reflect soname change
commit d61d854def712c484d9d0ab262a58fbc20676e52
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun May 3 12:04:21 2026 +0100
Update debian/changelog to indicate 0.16.11-1
commit c5e3c893c970cb5c4c8a2100df74e1a1cde1c372
Merge: f482ef0 c5473d3
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun May 3 12:03:09 2026 +0100
Update upstream source from tag 'upstream/0.16.11'
Update to upstream version '0.16.11'
with Debian dir 5881240bcf82913c4f635527c6de24c9f3c627f2
commit c5473d377d697a6b8868e23089bfe697216e55bc
Merge: 155c743 dafcba7
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun May 3 12:03:09 2026 +0100
New upstream version 0.16.11
commit dafcba711114af2274a45ca55a7bcd4abdf5ca9a
Author: rakshasa <sundell.software@gmail.com>
Date: Fri May 1 11:28:46 2026 +0200
Tagged release 0.16.11.
commit 2141a43a5ab14c4425316e33b35aa91cb16fcd05
Author: rakshasa <sundell.software@gmail.com>
Date: Thu Apr 30 09:33:02 2026 +0200
Don't throw when DhtSearch is not found in DhtServer.
commit 37a3ed75d72635eace1d32a074dee7070dbfe993
Author: Jari Sundell <sundell.software@gmail.com>
Date: Thu Apr 30 09:23:51 2026 +0200
Cleaned up TrackerUDP and resolves.
commit 0c0349997a95157a284b3b1c316c5b614dcc8f0d
Author: rakshasa <sundell.software@gmail.com>
Date: Fri Apr 24 12:27:08 2026 +0200
Don't use std::scoped_lock in CurlStack as it doesn't support unlocking just one mutex.
commit 3e6508fbcb9cef13c62d41ecd460990ff063a5df
Author: rakshasa <sundell.software@gmail.com>
Date: Thu Apr 23 10:31:38 2026 +0200
Tagged release 0.16.9.
commit ff94c8189a9fcc8efad1962cf3a2c5a00dffb460
Author: Jari Sundell <sundell.software@gmail.com>
Date: Wed Apr 22 15:52:43 2026 +0200
Moved Thread header to torrent/system directory.
commit 898d8fbd3c99c97a341ea247ad831427f87bb0fd
Author: Jari Sundell <sundell.software@gmail.com>
Date: Wed Apr 22 11:18:19 2026 +0200
Fixed Block stalled counter when peer_info is null.
commit 9ec99d6996a658c458d512824568a3bd793aeaa4
Author: Jari Sundell <sundell.software@gmail.com>
Date: Wed Apr 22 10:57:45 2026 +0200
Fix HashTorrent use of errno and properly zero-initialize ChunkHandle.
commit 628614bde01182374888df86931eb5c3203aa423
Author: Shivaram Lingamneni <slingamn@cs.stanford.edu>
Date: Mon Apr 20 01:41:25 2026 -0400
clean up valgrind error
commit aa363d84e869b5dc654b5198ff71887ca719eb7c
Author: rakshasa <sundell.software@gmail.com>
Date: Sun Apr 19 09:51:22 2026 +0200
Clear other address family dns staleness entry.
commit 7efe403b2fd124c06ffca2680d93844721f849cc
Author: Jari Sundell <sundell.software@gmail.com>
Date: Sat Apr 18 18:05:49 2026 +0200
Use std::shared_ptr for DhtSearch.
commit 98c52e7f6d1c14fddc027969ea8ecd0eae599c36
Author: rakshasa <sundell.software@gmail.com>
Date: Sat Apr 18 14:54:49 2026 +0200
Unlock CurlStack mutex before calling CurlGet::activate_unsafe().
commit 54c14f891dec72ba92de2e4f277df44013568075
Author: Jindrich Makovicka <makovick@gmail.com>
Date: Sat Apr 18 10:33:56 2026 +0200
Fix stack-use-after-free in DHT
- keep contactId as a member variable (DhtSearch keeps a reference)
- move nodeIdStr and buffer a level up (used later in catch())
commit 066d17879f6f1af055f13a47f1a4cd63553b086b
Author: rakshasa <sundell.software@gmail.com>
Date: Fri Apr 17 11:47:16 2026 +0200
Fixed socket count in handshake transfer failure event.
commit 04e936aa72ecf2faf17f595e6d864f2f89de7d45
Author: Jari Sundell <sundell.software@gmail.com>
Date: Sat Apr 11 09:51:19 2026 +0200
Added missing reference and const qualifier to hex/html transforms.
commit 6c78bd6665d76637f7647a193073b86362ffda93
Author: Jari Sundell <sundell.software@gmail.com>
Date: Fri Apr 10 14:53:49 2026 +0200
Added specializations for utils/string_manip.h functions.
commit 7af13f265f2e49cfb0a48f51b75abd654c8bd41b
Author: Jari Sundell <sundell.software@gmail.com>
Date: Thu Apr 9 20:02:00 2026 +0200
Removed deprecated rak headers.
commit adcb319ab2fb6199db120047b611955bee5159c8
Author: Jari Sundell <sundell.software@gmail.com>
Date: Tue Apr 7 09:26:40 2026 +0200
Remove deprecated rak/error_number header.
commit e88d4e7854abacd3036a0dec11927c1276c1e6b2
Author: rakshasa <sundell.software@gmail.com>
Date: Mon Apr 6 15:19:13 2026 +0200
Tagged release 0.16.9.
commit f31cf2752b558abc7aee9841934b687cbf83cecc
Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
Date: Mon Apr 6 05:08:05 2026 +0300
Add the missing <unordered_map> header to the DNS cache code
commit 605c6404ce70b55c188eb7a467949d58566c8838
Author: rakshasa <sundell.software@gmail.com>
Date: Mon Apr 6 10:19:20 2026 +0200
Added minor cleanup to socket addresses and curl get.
commit 72ac13e4c7c22327f8db3d8b3cfa6b98030c6de0
Author: Liu Xiaoyi <circuitcoder0@gmail.com>
Date: Thu Apr 2 10:14:11 2026 +0800
Re-attach CURL handle during HTTP resolver retry
commit cf73592d008b633d27c028f42392245e36a47281
Author: rakshasa <sundell.software@gmail.com>
Date: Wed Apr 1 12:36:23 2026 +0200
Add gai_enum_error() to correct namespace.
commit 4a94978abda2ce0968e0481382a446c19e82ec93
Author: rakshasa <sundell.software@gmail.com>
Date: Mon Mar 30 15:41:53 2026 +0200
Return EAI_NODATA when there's no A/AAAA or CNAME record.
commit edef9d8aba6e2be382b76c0b5137e8f4c7d318dc
Author: rakshasa <sundell.software@gmail.com>
Date: Mon Mar 30 15:26:41 2026 +0200
Follow CNAME records.
commit 6475266733644a9a7c76dfd6eb53f4d67e6a2f27
Author: Jari Sundell <sundell.software@gmail.com>
Date: Mon Mar 30 15:17:32 2026 +0200
Fixed various DNS issues.
commit f63fea01d6eebd4283541a9e56dfb7bca378ca75
Author: zqmfb <267821100+angularbanjo@users.noreply.github.com>
Date: Wed Mar 25 18:21:49 2026 -0400
Read existing flags in torrent::fd_set_nonblock
commit 14c0b3fe6bbb9ca420abd3c7621bbb429f7469df
Author: Jari Sundell <sundell.software@gmail.com>
Date: Mon Mar 23 12:58:18 2026 +0100
DNS results now return errors for both address families if requested.
commit b63d0d7e9777a12597b1a50c03ef2bffb9e17b51
Author: Jari Sundell <sundell.software@gmail.com>
Date: Wed Mar 18 21:57:34 2026 +0100
Handle DNS cache staleness and varius states.
commit 997495ab5b31cf625f07a2890a84f4d5c6908aa7
Author: Jari Sundell <sundell.software@gmail.com>
Date: Tue Mar 17 16:40:26 2026 +0100
Added timeouts to DNS cache.
commit 7f97e5db78e77ba019d43dc91ab4f3bd903e0ddc
Author: Jari Sundell <sundell.software@gmail.com>
Date: Mon Mar 16 22:31:47 2026 +0100
Index DNS cache entries by hostname instead of family+hostname
commit 1534b1563f464fd1636c0b55e1591b72f7d8ab6b
Author: rakshasa <sundell.software@gmail.com>
Date: Sun Mar 15 15:43:15 2026 +0100
Tagged release 0.16.8.
commit d3357b1a30a5879f64004fbe5772cbae82291f62
Author: Jari Sundell <sundell.software@gmail.com>
Date: Tue Mar 10 16:32:00 2026 +0100
Added dns cache.
commit 753b563432aa9be4ee79a16b6d6fd1f3b1fd2641
Author: Jari Sundell <sundell.software@gmail.com>
Date: Tue Mar 10 15:24:46 2026 +0100
Use callback in DnsBuffer result and catch EINTR in Listen.
commit ef0e3eae940412dffb685efb8ea5dbeef2d462f4
Author: Aden Northcote <aden.northcote@whatbox.ca>
Date: Sun Mar 8 16:24:41 2026 +1100
Fix crash on double scrape request
Replaces wait_for_ceil_seconds by the idempotent
update_wait_For_ceil_seconds to fix crashes on startup when a
send_scrape and receive_done are called within 10s of eachother,
triggering a "Scheduler::wait_until(...) called on an already scheduled
entry."
commit 336c16c017309a694b9e0b420c9063d016bd83ee
Author: rakshasa <sundell.software@gmail.com>
Date: Wed Mar 4 11:15:25 2026 +0100
Added missing net/dns_types.h header to Makefile.am.
commit 4c785dd4ef51d8e7bf29d8b1a23b48b0209263a5
Author: rakshasa <sundell.software@gmail.com>
Date: Wed Mar 4 10:47:03 2026 +0100
Tagged release 0.16.7.
commit e54f5fdba9b801f2c1cc252994714c08835f5d51
Author: Jari Sundell <sundell.software@gmail.com>
Date: Tue Mar 3 18:54:25 2026 +0100
Optimized canceling of dns requests.
commit c5ad4d036320b27b1664905787b1d7e3cf71d71f
Author: Jari Sundell <sundell.software@gmail.com>
Date: Mon Mar 2 09:27:08 2026 +0100
Fixed various dns issues and added a buffer that limits/deduplicates active dns requests.
commit e876e4014cb1e20c1b66512756178bd4419f9e56
Author: Jari Sundell <sundell.software@gmail.com>
Date: Sun Mar 1 12:38:56 2026 +0100
Fix nullptr access in handshake transfer function.
commit 6d4d6d70b1d4dd3d7e6cf77c50f1e63ac027a456
Author: Jari Sundell <sundell.software@gmail.com>
Date: Mon Feb 16 18:56:13 2026 +0100
Fix error handling of CurlSockets.
commit 10da5b75151da2e1de0d28b93ac37a2bf3e90ce4
Author: Jari Sundell <sundell.software@gmail.com>
Date: Sun Feb 15 17:44:39 2026 +0100
Fixed various socket management bugs.
commit 7e6457a966aeed751ba7f8035d1e20aedb6747df
Author: Jari Sundell <sundell.software@gmail.com>
Date: Sat Feb 14 15:05:09 2026 +0100
Minor cleanup of dht add contact.
commit 12ec1e2d4930b15366476a9b20b6629367f8a664
Author: Jari Sundell <sundell.software@gmail.com>
Date: Fri Feb 13 13:41:41 2026 +0100
Disable open/close curl sockets and treat then all as not properly opened.
commit 9c8017ac3d840d24465d51fb7bf3819594171aa5
Author: Jari Sundell <sundell.software@gmail.com>
Date: Thu Feb 12 15:55:00 2026 +0100
Improvements to SocketManager and disable connection reuse in libcurl.
commit 53c098e6a1b7ec458604f7b31b99b31ce0d8b0f4
Author: Anthony Ryan <anthonyryan1@gmail.com>
Date: Thu Jan 29 00:33:47 2026 -0500
Fix crash in DhtRouter::bootstrap
f is an asyncronous callback, meaning that m_contacts->pop_back()
on line 609 will execute prior to f on 602-605. This can result in
a scenario where pop_back() has been called on every element in
m_cotacts and the deque is empty before the last f executes.
Because f's use of m_contacts->back() on line 604, the now empty
deque will throw because we obviously can't go back on an empty
deque.
By passing the port into the asynchronous callback, that can keep
track of the value as it was before m_contacts was emptied later.
commit 79adb5e1102fc8a18aaf886694f98af8b7f564d5
Author: Anthony Ryan <anthonyryan1@gmail.com>
Date: Thu Jan 29 00:13:47 2026 -0500
Fix use after free in UdnsResolver::try_resolve_numeric
::freeaddrinfo() on 236 frees result but we were using it later on
line 238.
Move the free after the integrity check to resolve some infrequent
crashes.
Because internal_errors are never handled, since they're used for
integrity checks, we don't need ::freeaddrinfo() in the throw
conditions because rtorrent will be shutting down immediately.
commit 1b9e9f0f6be22270f7df82614e9d831be567856b
Author: Jari Sundell <sundell.software@gmail.com>
Date: Wed Jan 28 19:15:49 2026 +0100
Added SocketManager to handle reuse of uninterested fd's by the kernel.
commit 94b79aa2326ec526d4e87a3d528d9251a99d3251
Author: fffe <fffe@users.noreply.github.com>
Date: Tue Jan 27 06:45:36 2026 -0800
Fix some compile warnings. @fffe
commit f482ef0cd3e822d4d6ddc6e14cfaef6f6ba1ffe5
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 13:32:50 2025 +0000
Update changelog for upload to experimental
commit 37616c34abcc1ea476d284640f3a7121d03118f6
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 13:26:58 2025 +0000
Bump debian/watch to v4
commit 4daa3316ff6a9782feaf93fcd71790944f2eeb9d
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:50:30 2025 +0000
Update debian/copyright
commit 76108925a50303784c50cc2468482f6f20929554
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:45:58 2025 +0000
Move to debhelper compat level 13
commit 3a0951ad387bccbd341643dab7fca867ab8e1805
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:44:45 2025 +0000
Switch to pkgconf instead of pkg-config
pkg-config is now just a transitional package pointing to pkgconf.
commit c11ebf2ec754285ef553ca7936116fde4d6d2414
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:20:09 2025 +0000
Update copyright file to drop old FSF postal address.
commit e791c6595731b5fe1172acf2761d680141037fd8
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:18:36 2025 +0000
Bump package to libtorrent27 to reflect soname change
commit 9db22f10d905f44e79987ee1dde28a8916bfd547
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:14:06 2025 +0000
Fix Build-Depends / Build-Depends-Arch up
Trixie has released and now git-buildpackage falls in a heap when trying
to build because it wants to install all the Build-Depends. Try and
clean this up so the base machine doesn't need the bits for a binary
build.
commit 0ffd512aed59e4448c4c2ab00172010580c3140c
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 12:12:23 2025 +0000
Update debian/changelog to indicate 0.15.7-1
commit e88c44f734d71930f40b07a23053f92aab41c1af
Merge: e9b54ef 155c743
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 13:17:37 2025 +0000
Update upstream source from tag 'upstream/0.15.7'
Update to upstream version '0.15.7'
with Debian dir a632a8bac5f764c796022fcd4a6f9ba3a648db88
commit e9b54ef4978129c6a1c42015ff8fdfa318300619
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 7 13:15:20 2025 +0000
Import 0.13.8-2.1 upload
This was an NMU for the t64 transition.
commit 3c9f9f06d3c4d9faf5e99d23095cd3a6414be016
Merge: 80c1c7e 0195ea6
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Fri Nov 4 17:16:26 2022 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request debian/libtorrent!1
commit 0195ea6f35488874cebd9202b00c10b4e49e75ec
Author: Jenkins <jenkins@jenkins.debian.net>
Date: Wed Oct 13 06:35:32 2021 +0000
Fix field name case in debian/control (Vcs-browser => Vcs-Browser).
Changes-By: lintian-brush
Fixes: lintian: cute-field
See-also: https://lintian.debian.org/tags/cute-field.html
commit db882a676964dd2245622b4731fb24c83bacca06
Author: Jenkins <jenkins@jenkins.debian.net>
Date: Wed Oct 13 06:35:11 2021 +0000
Update standards version to 4.6.0, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 5bac83fe0b1bf70ab74a19aa4ad36ab52c535d2b
Author: Jenkins <jenkins@jenkins.debian.net>
Date: Wed Oct 13 06:34:50 2021 +0000
Changed vcs type from git to Git based on URL.
Changes-By: lintian-brush
Fixes: lintian: vcs-field-mismatch
See-also: https://lintian.debian.org/tags/vcs-field-mismatch.html
commit c2cb5187dd140688b8f5da5b1e15cb70f1d72619
Author: Jenkins <jenkins@jenkins.debian.net>
Date: Wed Oct 13 06:34:30 2021 +0000
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
commit b410160ca851e0701d78a843dd4c05aedb0d71a8
Author: Jenkins <jenkins@jenkins.debian.net>
Date: Wed Oct 13 06:34:03 2021 +0000
debian/copyright: use spaces rather than tabs to start continuation lines.
Changes-By: lintian-brush
Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html
commit d40d7f348268de8b6483788f366f2f8d48d9c4ea
Author: Jenkins <jenkins@jenkins.debian.net>
Date: Wed Oct 13 06:33:42 2021 +0000
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
commit 80c1c7eb856ae807d933d346bbf807f483c104a7
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 29 08:58:07 2019 +0000
Update changelog for upload to unstable
commit eb63230a44bd6614948a003ab785adad0e2bae0a
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 29 08:57:34 2019 +0000
Update Standards-Version to 4.4.1
commit 0b7d4039754e0a0983fc922d5f4937ad46e3b20f
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 29 08:52:39 2019 +0000
Set Rules-Requires-Root to no
commit 3e1f5344068fdbabbb4363f4f2ce365dcbe787b8
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 1 11:15:48 2019 +0000
Update changelog for upload to experimental
commit 3cae5d17acd576cc699420d30a6e6208b8d261db
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 1 11:10:45 2019 +0000
No longer sends private IP to trackers (closes: #931656)
Mark this as closed; v0.13.8 fixes it in
0ee9799f2896a3eff591fce8654d2e1394d9ebd4
commit fa2d8e9f276c4e04d3bf7c11d79092134452d5e0
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 1 10:57:23 2019 +0000
Bump package to libtorrent21 to machine soname change
commit b081a39d169745d0cee98f0aea891d64b7982b92
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 1 10:47:09 2019 +0000
Remove no longer necessary OpenSSL 1.1 patch
This is included in the new upstream
commit f9ccb9663a75e52cc4a9d2f5bc1d28fbce14f7f5
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 1 10:46:08 2019 +0000
Update debian/changelog to indicate 0.13.7-1
commit bc3b1f035514a2e4f16e01342873cc9f8f71d9d9
Merge: 652e604 fc737a5
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Dec 1 10:45:27 2019 +0000
Update upstream source from tag 'upstream/0.13.8'
Update to upstream version '0.13.8'
with Debian dir d5e6e6f8d545f94cca1bcaeb5f731b56916f325b
commit 652e604e96805837f0303ec79d4d523a1819aaa6
Author: Jonathan McDowell <noodles@earth.li>
Date: Thu Jun 28 17:45:26 2018 +0100
Remove unnecessary build-dep on dh-autoreconf
No longer necessary with the move to debhelper compat level 10.
commit 92e81cf020929a77b0f49fcd7180f3729368cc2a
Author: Ondřej Nový <onovy@debian.org>
Date: Mon Oct 1 09:40:57 2018 +0200
d/changelog: Remove trailing whitespaces
commit 2a3917c0a82fd8868ddf02a3a64bc63fc844194d
Author: Ondřej Nový <onovy@debian.org>
Date: Mon Oct 1 09:40:56 2018 +0200
d/copyright: Use https protocol in Format field
commit f607d187bedfe886450b3cec24376442b1c73b06
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 24 11:04:57 2018 +0100
Update changelog for upload to unstable
commit 36a660e4231fce4b3c0c7319fc7e9cb140087164
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 24 11:12:43 2018 +0100
Bump package to libtorrent20 to machine soname change
commit 777287ae8fecdc820b44637b6b737d700f45eae7
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 24 11:03:39 2018 +0100
Bump debhelper compat level to 10
No need to explicitly autoreconf or enable parallel builds; both are the
default in compat level 10.
commit 4e9da7915a5cedcd8128642038c5949d719d220f
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 24 11:01:43 2018 +0100
Update Standards-Version to 4.1.4
commit e763bf361e119193bcdb125e9fee936cc7b10914
Author: Jonathan McDowell <noodles@earth.li>
Date: Mon Jun 18 09:08:41 2018 +0100
Switch to priority optional instead of extra
Package priority "extra" is now deprecated and "optional" is the
correct replacement.
commit 25755424a9551fdf1e7b7d080c7270ea0369de02
Author: Jonathan McDowell <noodles@earth.li>
Date: Mon Jun 18 09:06:19 2018 +0100
Mark libtorrent-dev Multi-Arch: same
The Multiarch hinter was complaining about this; the common files across
archs are the same, so add the appropriate header.
commit ec9ce2c2613b5fca74271766eef0a5853be1f226
Author: Jonathan McDowell <noodles@earth.li>
Date: Mon Jun 18 08:31:17 2018 +0100
Move VCS from Alioth to Salsa
Alioth is dead, long live Salsa!
commit 1c0e44b64e091c9c49d27e6936c3370b3bfc5f65
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 17 22:44:26 2018 +0100
Remove no longer necessary patches
0.13.7 has folded the configure.ac and ENOSPACE SIGBUS fixes in.
commit 26352919db5cfe45a8a007e477d1b0374632c25d
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 17 22:42:28 2018 +0100
Update debian/changelog to indicate 0.13.7-1
commit 09ceb50f03534a0b80d8a004617cb6a24a0ab1bf
Merge: 3dddf70 a22d6f3
Author: Jonathan McDowell <noodles@earth.li>
Date: Sun Jun 17 22:40:38 2018 +0100
Merge tag 'upstream/0.13.7'
Upstream version 0.13.7
commit 3dddf7095810aabe48a0e00df1acfd36fe65fc2f
Author: Jonathan McDowell <noodles@earth.li>
Date: Sat Aug 12 10:54:17 2017 -0400
Update changelog for upload to unstable
commit 889a811f4f211782ec4d3f1f100775712f3b36f0
Author: Jonathan McDowell <noodles@earth.li>
Date: Sat Aug 12 10:50:20 2017 -0400
Update Vcs links to point to anonscm instead of git.d.o
commit 81e2a32e527803d0aefbeae624bed67ba17cfb45
Author: Jonathan McDowell <noodles@earth.li>
Date: Sat Aug 12 10:32:42 2017 -0400
Fail more gracefully when out of disk space. Closes: #804523
Include Edward Betts' patch to fix a SIGBUS when out of disk space.
Pulled from upstream git repo.
commit d0b900a778ca01ce564b468e91ca8ce82bdf373d
Author: Rene Engelhard <rene@rene-engelhard.de>
Date: Tue Jul 11 05:01:29 2017 +0200
add build-dep on pkg-config
commit ca1102f93f5b6e3504f25fb4b95d7e58e0202190
Author: Rene Engelhard <rene@rene-engelhard.de>
Date: Mon Jul 10 23:40:49 2017 +0200
make it a NMU