# HG changeset patch
# User Pascal Bellard <pascal.bellard@slitaz.org>
# Date 1557733600 -7200
# Node ID addb674a634f9ff90b503348e9bbe44a4951b41e
# Parent  f56ae17d902e295e4286f036be61b14c03e3022e
Up rtorrent (0.9.7)

diff -r f56ae17d902e -r addb674a634f freetds-dev/receipt
--- a/freetds-dev/receipt	Fri May 10 20:15:48 2019 +0200
+++ b/freetds-dev/receipt	Mon May 13 09:46:40 2019 +0200
@@ -6,7 +6,7 @@
 SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
 MAINTAINER="pascal.bellard@slitaz.org"
 LICENSE="GPL2"
-WEB_SITE="http://www.freetds.org/"
+WEB_SITE="https://www.freetds.org/"
 WANTED="freetds"
 
 DEPENDS="freetds"
diff -r f56ae17d902e -r addb674a634f freetds/receipt
--- a/freetds/receipt	Fri May 10 20:15:48 2019 +0200
+++ b/freetds/receipt	Mon May 13 09:46:40 2019 +0200
@@ -7,7 +7,7 @@
 MAINTAINER="pascal.bellard@slitaz.org"
 LICENSE="GPL2"
 TARBALL="$PACKAGE-$VERSION.tar.gz"
-WEB_SITE="http://www.freetds.org/"
+WEB_SITE="https://www.freetds.org/"
 WGET_URL="ftp://ftp.ibiblio.org/pub/Linux/ALPHA/$PACKAGE/stable/$TARBALL"
 
 DEPENDS="libunixODBC ncurses readline"
diff -r f56ae17d902e -r addb674a634f rtorrent/receipt
--- a/rtorrent/receipt	Fri May 10 20:15:48 2019 +0200
+++ b/rtorrent/receipt	Mon May 13 09:46:40 2019 +0200
@@ -1,23 +1,24 @@
 # SliTaz package receipt.
 
 PACKAGE="rtorrent"
-VERSION="0.9.3"
+VERSION="0.9.7"
 CATEGORY="network"
 SHORT_DESC="Ncurses based torrent client"
 MAINTAINER="mimas@slitaz.org"
 LICENSE="GPL2"
 TARBALL="$PACKAGE-$VERSION.tar.gz"
-WEB_SITE="http://libtorrent.rakshasa.no/"
-WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
+WEB_SITE="https://github.com/rakshasa/rtorrent"
+WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
 TAGS="torrent"
 
 DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base"
 BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \
-libsigc++-dev curl-dev"
+libsigc++-dev curl-dev automake libtool"
 
 # Rules to configure and make the package.
 compile_rules()
 {
+	./autogen.sh
 	./configure \
 		--with-xmlrpc-c \
 		$CONFIGURE_ARGS &&
diff -r f56ae17d902e -r addb674a634f syslinux/stuff/iso2exe/win32.c
--- a/syslinux/stuff/iso2exe/win32.c	Fri May 10 20:15:48 2019 +0200
+++ b/syslinux/stuff/iso2exe/win32.c	Mon May 13 09:46:40 2019 +0200
@@ -314,7 +314,7 @@
 		if (MessageBox(NULL,
 			"This program must be run in DOS mode.\n"
 			"I can create the file slitaz.pif to launch it,\n"
-			"but you can reboot in DOS mode to run it\n",
+			"but you can reboot in DOS mode to run it.\n",
 			"Create slitaz.pif now ?",
 			MB_YESNO|MB_ICONQUESTION) == IDYES) {
 			exec16bits(isoFileName);