Skip to content

Commit 8e999de

Browse files
Robert Sendereknicefile
authored andcommitted
transmission: Update IPv6 announcement method
Transmission 4.0.x update method how IPv6 address is handled This change allows announcing both IPv4 and IPv6 addresses to the tracker tested and Signed-off-by: Robert Senderek <[email protected]>
1 parent 57242e5 commit 8e999de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

net/transmission/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=transmission
1111
PKG_VERSION:=4.0.6
12-
PKG_RELEASE:=2
12+
PKG_RELEASE:=3
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/

net/transmission/files/transmission.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config transmission
1515
option alt_speed_time_end 1020
1616
option alt_speed_up 50
1717
option bind_address_ipv4 '0.0.0.0'
18-
option bind_address_ipv6 '::'
1918
option blocklist_enabled false
2019
option blocklist_url ''
2120
option cache_size_mb 2

net/transmission/files/transmission.init

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@ transmission() {
128128
watch_dir_enabled rpc_host_whitelist_enabled
129129

130130
append_params_quotes "$cfg" \
131-
blocklist_url bind_address_ipv4 bind_address_ipv6 download_dir incomplete_dir \
131+
blocklist_url bind_address_ipv4 download_dir incomplete_dir \
132132
peer_congestion_algorithm peer_socket_tos rpc_bind_address rpc_password rpc_url \
133133
rpc_username rpc_host_whitelist rpc_whitelist script_torrent_done_filename watch_dir
134134

135+
echo '"bind-address-ipv6": "",'
135136
echo "\"invalid-key\": false"
136137
echo "}"
137138

0 commit comments

Comments
 (0)