View | Details | Raw Unified | Return to bug 240058 | Differences between
and this patch

Collapse All | Expand All

(-)litecoin/Makefile (-28 / +33 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	litecoin
3
PORTNAME=	litecoin
4
PORTVERSION=	0.16.3
4
PORTVERSION=	0.17.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
PORTREVISION=	12
6
PORTREVISION?=  0
7
CATEGORIES=	net-p2p finance
7
CATEGORIES=	net-p2p finance
8
8
9
MAINTAINER=	hsw@bitmark.com
9
MAINTAINER=	hsw@bitmark.com
Lines 10-24 Link Here
10
COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)
10
COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
16
NOT_FOR_ARCHS_REASON=	fails to configure: "Big Endian not supported"
17
18
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
14
LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
19
		libevent.so:devel/libevent
15
		libevent.so:devel/libevent
20
16
21
USES+=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 ssl
17
USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
22
USE_GITHUB=	yes
18
USE_GITHUB=	yes
23
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
24
20
Lines 32-45 Link Here
32
BUILD_DEPENDS+=	protoc:devel/protobuf
28
BUILD_DEPENDS+=	protoc:devel/protobuf
33
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
29
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
34
30
35
TESTS_USES=	qt:5
31
TESTS_USES=		qt:5
36
TESTS_USE=		QT=testlib
32
TESTS_USE=		QT=testlib
37
TESTS_PLIST_FILES=	bin/test_litecoin-qt \
33
TESTS_PLIST_FILES=	bin/test_litecoin-qt \
38
			bin/test_litecoin
34
			bin/test_litecoin
39
.endif
35
.endif
40
36
41
OPTIONS_DEFINE?=	DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET ZMQ
37
OPTIONS_DEFINE?=	DBUS DEBUG HARDENING QRCODES TESTS UPNP ZMQ
42
OPTIONS_DEFAULT?=	DBUS HARDENING QRCODES UPNP WALLET ZMQ
38
OPTIONS_RADIO?=		WALLET
39
OPTIONS_RADIO_WALLET?=	WALLET_BDB48 WALLET_BDBMODERN
40
OPTIONS_DEFAULT?=	DBUS HARDENING QRCODES UPNP WALLET_BDBMODERN ZMQ
43
OPTIONS_SUB=		yes
41
OPTIONS_SUB=		yes
44
42
45
HARDENING_DESC=	Attempt to harden binaries (PIE for ASLR, NX Stack)
43
HARDENING_DESC=	Attempt to harden binaries (PIE for ASLR, NX Stack)
Lines 46-51 Link Here
46
QRCODES_DESC=	Display QR Codes
44
QRCODES_DESC=	Display QR Codes
47
TESTS_DESC=	Build test binary and unit tests
45
TESTS_DESC=	Build test binary and unit tests
48
WALLET_DESC=	Wallet Management Support
46
WALLET_DESC=	Wallet Management Support
47
WALLET_BDB48_DESC=	Wallet using BDB 4.8
48
WALLET_BDBMODERN_DESC=	Wallet using modern BDB 5.x or 6.x
49
ZMQ_DESC=	Block and transaction broadcasting with ZeroMQ
49
ZMQ_DESC=	Block and transaction broadcasting with ZeroMQ
50
50
51
DBUS_CONFIGURE_WITH=	dbus
51
DBUS_CONFIGURE_WITH=	dbus
Lines 71-81 Link Here
71
QRCODES_CONFIGURE_WITH=	qrencode
71
QRCODES_CONFIGURE_WITH=	qrencode
72
QRCODES_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
72
QRCODES_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
73
73
74
WALLET_CONFIGURE_ENABLE=	wallet
75
WALLET_CXXFLAGS=		-I${BDB_INCLUDE_DIR}
76
WALLET_LIBS=			-L${BDB_LIB_DIR}
77
WALLET_USES=			bdb:48
78
79
ZMQ_CONFIGURE_ENABLE=	zmq
74
ZMQ_CONFIGURE_ENABLE=	zmq
80
ZMQ_BUILD_DEPENDS=	libzmq4>0:net/libzmq4
75
ZMQ_BUILD_DEPENDS=	libzmq4>0:net/libzmq4
81
ZMQ_RUN_DEPENDS=	libzmq4>0:net/libzmq4
76
ZMQ_RUN_DEPENDS=	libzmq4>0:net/libzmq4
Lines 89-116 Link Here
89
84
90
CONFIGURE_ENV=	CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \
85
CONFIGURE_ENV=	CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \
91
		SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \
86
		SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \
92
		OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" V=1
87
		OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}"
93
MAKE_ENV+=	V=1
88
MAKE_ENV+=	V=1
94
89
95
PLIST_FILES?=	bin/litecoin-qt man/man1/litecoin-qt.1.gz \
90
PLIST_FILES?=	bin/litecoin-qt man/man1/litecoin-qt.1.gz \
96
		share/applications/litecoin-qt.desktop share/pixmaps/litecoin128.png
91
		share/applications/litecoin-qt.desktop share/pixmaps/litecoin.png
97
92
93
.include <bsd.port.options.mk>
94
95
.if ${PORT_OPTIONS:MWALLET_BDB48}
96
CONFIGURE_ARGS+=	--enable-wallet
97
USES+=			bdb:48
98
.elif ${PORT_OPTIONS:MWALLET_BDBMODERN}
99
CONFIGURE_ARGS+=	--enable-wallet --with-incompatible-bdb
100
USES+=			bdb:5+
101
.else
102
CONFIGURE_ARGS+=	--disable-wallet
103
.endif
104
98
.include <bsd.port.pre.mk>
105
.include <bsd.port.pre.mk>
99
106
107
.if ${PORT_OPTIONS:MWALLET_BDB48} || ${PORT_OPTIONS:MWALLET_BDBMODERN}
108
CPPFLAGS+=	-I${BDB_INCLUDE_DIR}
109
LIBS+=		-L${BDB_LIB_DIR}
110
.endif
111
100
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
112
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
101
113
102
post-patch:
103
	@${REINPLACE_CMD} -e 's|bitcoin|litecoin|g' \
104
			  -e 's|Bitcoin|Litecoin|g' \
105
		${WRKSRC}/contrib/debian/bitcoin-qt.desktop
106
107
post-install:
114
post-install:
108
	@${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \
115
	${INSTALL} ${FILESDIR}/litecoin-qt.desktop \
109
		${WRKSRC}/contrib/debian/bitcoin-qt.desktop
116
		${STAGEDIR}${PREFIX}/share/applications/
110
	${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \
117
	${INSTALL} ${FILESDIR}/litecoin.png \
111
		${STAGEDIR}${PREFIX}/share/applications/litecoin-qt.desktop
118
		${STAGEDIR}${PREFIX}/share/pixmaps/
112
	${INSTALL} ${WRKSRC}/share/pixmaps/bitcoin128.png \
113
		${STAGEDIR}${PREFIX}/share/pixmaps/litecoin128.png
114
119
115
.endif
120
.endif
116
121
(-)litecoin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1537577883
1
TIMESTAMP = 1562572626
2
SHA256 (litecoin-project-litecoin-v0.16.3_GH0.tar.gz) = 7788800eb4a433696a464563384cbdf83a47eebb8698325c75314171833227c8
2
SHA256 (litecoin-project-litecoin-v0.17.1_GH0.tar.gz) = 6e05514a480990f1ff1e7c81b5443d741f4016c03ab5c1ef44bf4b169af88bee
3
SIZE (litecoin-project-litecoin-v0.16.3_GH0.tar.gz) = 5776885
3
SIZE (litecoin-project-litecoin-v0.17.1_GH0.tar.gz) = 4717718
(-)litecoin/files/litecoin-qt.desktop (+14 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Version=1.0
3
Name=Litecoin Core
4
Comment=Connect to the Litecoin P2P Network
5
Comment[de]=Verbinde mit dem Litecoin peer-to-peer Netzwerk
6
Comment[fr]=Litecoin, monnaie virtuelle cryptographique pair à pair
7
Comment[tr]=Litecoin, esten ese kriptografik sanal para birimi
8
Exec=litecoin-qt %u
9
Terminal=false
10
Type=Application
11
Icon=litecoin
12
MimeType=x-scheme-handler/litecoin;
13
Categories=Office;Finance;
14
StartupWMClass=Litecoin-qt
(-)litecoin/files/litecoind.in (-33 / +143 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
# PROVIDE: litecoind
4
# PROVIDE: litecoind
5
# REQUIRE: DAEMON cleanvar
5
# REQUIRE: LOGIN cleanvar
6
# KEYWORD: shutdown
6
# KEYWORD: shutdown
7
7
8
#
8
#
Lines 10-62 Link Here
10
# litecoind_enable (bool):	Set to "NO" by default.
10
# litecoind_enable (bool):	Set to "NO" by default.
11
#				Set it to "YES" to enable litecoind
11
#				Set it to "YES" to enable litecoind
12
# litecoind_user (str)		Set to "litecoin" by default.
12
# litecoind_user (str)		Set to "litecoin" by default.
13
#				Set it to preferred user
14
# litecoind_group (str)		Set to "litecoin" by default.
13
# litecoind_group (str)		Set to "litecoin" by default.
15
#				Set it to preferred group
14
# litecoind_conf (str)		Set to "%%PREFIX%%/etc/litecoind.conf" by default.
16
# litecoind_data_dir (str)	Set to "/var/lib/litecoin" by default.
15
# litecoind_data_dir (str)	Set to "/var/db/litecoin" by default.
17
#				Set it to preferred data dir
16
# litecoindlimits_enable (bool)	Set to "NO" by default.
18
# litecoind_config_file (str)	Set to "%%PREFIX%%/etc/litecoind.conf" by default.
17
#				Set it to "YES" to enable litecoindlimits
19
#				Set it to preferred config file
18
# litecoindlimits_args		Set to "-e -U ${litecoind_user}" by default
20
# litecoind_log_file (str)	Set to "/var/log/litecoind.log" by default.
21
#				Set it to preferred log file
22
19
20
23
. /etc/rc.subr
21
. /etc/rc.subr
24
22
25
name=litecoind
23
name="litecoind"
26
desc="Litecoin Daemon"
27
rcvar=litecoind_enable
24
rcvar=litecoind_enable
28
25
26
start_precmd="litecoind_precmd"
27
start_cmd="litecoind_start"
28
restart_precmd="litecoind_checkconfig"
29
reload_precmd="litecoind_checkconfig"
30
configtest_cmd="litecoind_checkconfig"
31
status_cmd="litecoind_status"
32
stop_cmd="litecoind_stop"
33
stop_postcmd="litecoind_wait"
34
command="%%PREFIX%%/bin/litecoind"
35
daemon_command="/usr/sbin/daemon"
36
#pidfile="/var/run/${name}.pid"
37
extra_commands="configtest"
38
39
40
: ${litecoind_enable:="NO"}
41
: ${litecoindlimits_enable:="NO"}
42
29
load_rc_config ${name}
43
load_rc_config ${name}
30
44
31
: ${litecoind_enable:=NO}
45
: ${litecoind_user:="litecoin"}
32
: ${litecoind_user:=litecoin}
46
: ${litecoind_group:="litecoin"}
33
: ${litecoind_group:=litecoin}
47
: ${litecoind_data_dir:="/var/db/litecoin"}
34
: ${litecoind_data_dir:=/var/db/litecoin}
48
: ${litecoind_config_file:="%%PREFIX%%/etc/litecoin.conf"}
35
: ${litecoind_config_file:=%%PREFIX%%/etc/litecoin.conf}
49
: ${litecoindlimits_args:="-e -U ${litecoind_user}"}
36
: ${litecoind_log_file:=/var/log/litecoind.log}
37
50
51
# set up dependant variables
52
procname="${command}"
53
pidfile="${litecoind_data_dir}/litecoind.pid"
38
required_files="${litecoind_config_file}"
54
required_files="${litecoind_config_file}"
39
litecoind_chdir="${litecoind_data_dir}"
40
litecoind_env="HOME=${litecoind_data_dir}"
41
pidfile="/var/run/${name}.pid"
42
command="%%PREFIX%%/bin/litecoind"
43
command_args="-daemon -pid=${pidfile} -conf=${litecoind_config_file} -datadir=${litecoind_data_dir} > ${litecoind_log_file} 2>&1"
44
55
45
start_precmd=litecoind_startprecmd
46
56
47
litecoind_startprecmd()
57
litecoind_checkconfig()
48
{
58
{
49
        if [ ! -e ${pidfile} ]; then
59
  echo "Performing sanity check on litecoind configuration:"
50
                install -o ${litecoind_user} -g ${litecoind_group} /dev/null ${pidfile};
60
  if [ ! -d "${litecoind_data_dir}" ]
51
        fi
61
  then
62
    echo "Missing data directory: ${litecoind_data_dir}"
63
    exit 1
64
  fi
65
  chown -R "${litecoind_user}:${litecoind_group}" "${litecoind_data_dir}"
52
66
53
        if [ ! -e ${litecoind_log_file} ]; then
67
  if [ ! -f "${litecoind_config_file}" ]
54
                install -o ${litecoind_user} -g ${litecoind_group} /dev/null ${litecoind_log_file};
68
  then
55
        fi
69
    echo "Missing configuration file: ${litecoind_config_file}"
70
    exit 1
71
  fi
72
  if [ ! -x "${command}" ]
73
  then
74
    echo "Missing executable: ${command}"
75
    exit 1
76
  fi
77
  return 0
78
}
56
79
57
        if [ ! -d ${litecoind_data_dir} ]; then
80
litecoind_cleanup()
58
                install -d -o ${litecoind_user} -g ${litecoind_group} ${litecoind_data_dir}
81
{
59
        fi
82
  rm -f "${pidfile}"
60
}
83
}
61
84
85
litecoind_precmd()
86
{
87
  litecoind_checkconfig
88
89
  pid=$(check_pidfile "${pidfile}" "${procname}")
90
  if [ -z "${pid}" ]
91
  then
92
    echo "Litecoind is not running"
93
    rm -f "${pidfile}"
94
  fi
95
96
  if checkyesno litecoindlimits_enable
97
  then
98
    eval $(/usr/bin/limits ${litecoindlimits_args}) 2>/dev/null
99
  else
100
    return 0
101
  fi
102
}
103
104
litecoind_status()
105
{
106
  local pid
107
  pid=$(check_pidfile "${pidfile}" "${procname}")
108
  if [ -z "${pid}" ]
109
  then
110
    echo "Litecoind is not running"
111
    return 1
112
  else
113
    echo "Litecoind running, pid: ${pid}"
114
  fi
115
}
116
117
litecoind_start()
118
{
119
  echo "Starting litecoind:"
120
  cd "${litecoind_data_dir}" || return 1
121
  ${daemon_command} -u "${litecoind_user}" -p "${pidfile}" -f \
122
    ${command} \
123
    -conf="${litecoind_config_file}" \
124
    -datadir="${litecoind_data_dir}"
125
}
126
127
litecoind_stop()
128
{
129
  echo "Stopping litecoind:"
130
  pid=$(check_pidfile "${pidfile}" "${procname}")
131
  if [ -z "${pid}" ]
132
  then
133
    echo "Litecoind is not running"
134
    return 1
135
  else
136
    kill ${pid}
137
  fi
138
}
139
140
litecoind_wait()
141
{
142
  local n=60
143
  echo "Waiting for litecoind shutdown:"
144
  while :
145
  do
146
    printf '.'
147
    pid=$(check_pidfile "${pidfile}" "${procname}")
148
    if [ -z "${pid}" ]
149
    then
150
      printf '\n'
151
      break
152
    fi
153
    sleep 1
154
    n=$((${n} - 1))
155
    if [ ${n} -eq 0 -a -f "${pidfile}" ]
156
    then
157
      printf "\nForce shutdown"
158
      kill -9 $(cat "${pidfile}")
159
      for n in 1 2 3
160
      do
161
        printf '.'
162
        sleep 1
163
      done
164
      printf '\n'
165
      break
166
    fi
167
  done
168
  rm -f "${pidfile}"
169
  echo "Shutdown complete"
170
}
171
62
run_rc_command "$1"
172
run_rc_command "$1"
(-)litecoin/files/patch-src_leveldb_helpers_memenv_memenv.cc (-11 lines)
Lines 1-11 Link Here
1
--- src/leveldb/helpers/memenv/memenv.cc.orig	2015-07-10 17:23:55 UTC
2
+++ src/leveldb/helpers/memenv/memenv.cc
3
@@ -2,6 +2,8 @@
4
 // Use of this source code is governed by a BSD-style license that can be
5
 // found in the LICENSE file. See the AUTHORS file for names of contributors.
6
 
7
+#define __STDC_LIMIT_MACROS
8
+
9
 #include "helpers/memenv/memenv.h"
10
 
11
 #include "leveldb/env.h"
(-)litecoin/pkg-help (+18 lines)
Line 0 Link Here
1
The wallet is stored in a Berkeley database file (BDB) (usually
2
~/.litecoin/wallets/wallet.dat).
3
4
Litecoin Core can use either BDB 4.8, 5.x or 6.x to create and access the
5
wallet file.
6
7
Wallets created using BDB 4.8 are also accessible by BDB 5.x and 6.x.
8
9
Wallets created using BDB 5.x or 6.x are not accessible by BDB 4.8.
10
11
Opening and using a wallet created by 4.8 with a higher major version (5.x
12
or 6.x) does not change its format, so it will still be accessible to 4.8
13
afterwards. But encrypting an unencrypted wallet recreates it, so encrypting
14
a 4.8 wallet with Litecoin Core linked against BDB 5.x or 6.x will render it
15
unreadable for Litecoin Core linked against BDB 4.8.
16
17
If you do not plan on copying the wallet file to another machine that uses
18
BDB 4.8 then it is recommended to use the modern versions of BDB 5.x or 6.x.
(-)litecoin-daemon/Makefile (-7 / +8 lines)
Lines 7-23 Link Here
7
7
8
SLAVE_PORT=	yes
8
SLAVE_PORT=	yes
9
9
10
NOT_FOR_ARCHS=		powerpc64 sparc64
10
NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
11
NOT_FOR_ARCHS_REASON=	configure: error: Big Endian not supported
11
NOT_FOR_ARCHS_REASON=	configure: error: Big Endian not supported
12
12
13
OPTIONS_DEFINE=		DEBUG HARDENING TESTS UPNP ZMQ
14
# WALLET_BDBMODERN is a choice for WALLET, introduced via OPTIONS_RADIO=WALLET
15
# from ${MASTERDIR}/Makefile
16
OPTIONS_DEFAULT=	HARDENING UPNP WALLET_BDBMODERN ZMQ
17
13
USES+=		cpe
18
USES+=		cpe
14
CPE_VENDOR=	bitcoin
19
CPE_VENDOR=	bitcoin
15
CPE_PRODUCT=	bitcoind
20
CPE_PRODUCT=	bitcoind
16
CPE_VERSION=	${PORTVERSION:R}
21
CPE_VERSION=	${PORTVERSION:R}
17
22
18
OPTIONS_DEFINE=		DEBUG HARDENING TESTS UPNP WALLET ZMQ
19
OPTIONS_DEFAULT=	HARDENING WALLET ZMQ
20
21
USERS=		litecoin
23
USERS=		litecoin
22
GROUPS=		litecoin
24
GROUPS=		litecoin
23
25
Lines 25-32 Link Here
25
		--without-gui \
27
		--without-gui \
26
		--without-libs \
28
		--without-libs \
27
		--without-qrencode \
29
		--without-qrencode \
28
		--without-utils \
30
		--without-utils
29
		--disable-reduce-exports
30
31
31
PLIST_FILES=	bin/litecoind
32
PLIST_FILES=	bin/litecoind
32
PLIST_FILES+=	man/man1/litecoind.1.gz
33
PLIST_FILES+=	man/man1/litecoind.1.gz
Lines 35-40 Link Here
35
USE_RC_SUBR=	litecoind
36
USE_RC_SUBR=	litecoind
36
37
37
post-install:
38
post-install:
38
	${INSTALL_DATA} ${WRKSRC}/contrib/debian/examples/bitcoin.conf ${STAGEDIR}${PREFIX}/etc/litecoin.conf.sample
39
	${INSTALL_DATA} ${WRKSRC}/share/examples/litecoin.conf ${STAGEDIR}${PREFIX}/etc/litecoin.conf.sample
39
40
40
.include "${MASTERDIR}/Makefile"
41
.include "${MASTERDIR}/Makefile"
(-)litecoin-utils/Makefile (-4 / +6 lines)
Lines 4-25 Link Here
4
PKGNAMESUFFIX=	-utils
4
PKGNAMESUFFIX=	-utils
5
5
6
COMMENT=	Virtual Peer-to-Peer Currency (CLI and Utilities)
6
COMMENT=	Virtual Peer-to-Peer Currency (CLI and Utilities)
7
8
SLAVE_PORT=	yes
7
SLAVE_PORT=	yes
9
8
10
NOT_FOR_ARCHS=		powerpc64 sparc64
9
NOT_FOR_ARCHS=		powerpc powerpc64 sparc64
11
NOT_FOR_ARCHS_REASON=	configure: error: Big Endian not supported
10
NOT_FOR_ARCHS_REASON=	configure: error: Big Endian not supported
12
11
13
OPTIONS_DEFINE=		DEBUG HARDENING TESTS
12
OPTIONS_DEFINE=		DEBUG HARDENING TESTS
13
OPTIONS_RADIO=
14
OPTIONS_DEFAULT=	HARDENING TESTS
14
OPTIONS_DEFAULT=	HARDENING TESTS
15
15
16
PKGHELP=	${NONEXISTENT}
17
16
CONFIGURE_ARGS=	--without-daemon \
18
CONFIGURE_ARGS=	--without-daemon \
17
		--without-gui \
19
		--without-gui \
18
		--without-libs \
20
		--without-libs \
19
		--without-qrencode \
21
		--without-qrencode \
22
		--without-miniupnpc \
20
		--with-utils \
23
		--with-utils \
21
		--disable-wallet \
24
		--disable-wallet
22
		--disable-reduce-exports
23
25
24
PLIST_FILES=	bin/litecoin-cli bin/litecoin-tx \
26
PLIST_FILES=	bin/litecoin-cli bin/litecoin-tx \
25
		man/man1/litecoin-cli.1.gz man/man1/litecoin-tx.1.gz
27
		man/man1/litecoin-cli.1.gz man/man1/litecoin-tx.1.gz

Return to bug 240058