--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package ttytter/2.1.0+1-1.
This update fixes two important or serious bugs: SSL connections to the
OAuth API are now over SSL by default (#736446, #760815) and a spurious
warning in the main display is addressed (#756960).
unblock ttytter/2.1.0+1-1
Thanks,
Thijs
diff -Nru ttytter-2.1.0/2.1.00.txt ttytter-2.1.0+1/2.1.00.txt
--- ttytter-2.1.0/2.1.00.txt 2012-12-28 00:56:55.000000000 +0100
+++ ttytter-2.1.0+1/2.1.00.txt 2014-01-15 06:20:47.000000000 +0100
@@ -634,6 +634,7 @@
# default command line options
$anonymous ||= 0;
+$ssl ||= 1;
die("** -anonymous is no longer supported with Twitter (you must use -apibase also)\n")
if ($anonymous && !length($apibase));
undef $user if ($anonymous);
@@ -4241,15 +4242,15 @@
# choose the MOST restrictive and normalize that.
$rate_limit_left = &min(
-0+$rate_limit_ref->{'resources'}->{'statuses'}->{'/statuses/home_timeline'}->{'remaining'},
+0+$rate_limit_ref->{'resources'}->{'statuses'}->{'\\/statuses\\/home_timeline'}->{'remaining'},
&min(
-0+$rate_limit_ref->{'resources'}->{'statuses'}->{'/statuses/mentions_timeline'}->{'remaining'},
-0+$rate_limit_ref->{'resources'}->{'search'}->{'/search/tweets'}->{'remaining'}));
+0+$rate_limit_ref->{'resources'}->{'statuses'}->{'\\/statuses\\/mentions_timeline'}->{'remaining'},
+0+$rate_limit_ref->{'resources'}->{'search'}->{'\\/search\\/tweets'}->{'remaining'}));
$rate_limit_rate = &min(
-0+$rate_limit_ref->{'resources'}->{'statuses'}->{'/statuses/home_timeline'}->{'limit'},
+0+$rate_limit_ref->{'resources'}->{'statuses'}->{'\\/statuses\\/home_timeline'}->{'limit'},
&min(
-0+$rate_limit_ref->{'resources'}->{'statuses'}->{'/statuses/mentions_timeline'}->{'limit'},
-0+$rate_limit_ref->{'resources'}->{'search'}->{'/search/tweets'}->{'limit'}));
+0+$rate_limit_ref->{'resources'}->{'statuses'}->{'\\/statuses\\/mentions_timeline'}->{'limit'},
+0+$rate_limit_ref->{'resources'}->{'search'}->{'\\/search\\/tweets'}->{'limit'}));
if ($rate_limit_left < 3 && $rate_limit_rate) {
$estring =
"*** warning: API rate limit imminent";
diff -Nru ttytter-2.1.0/debian/changelog ttytter-2.1.0+1/debian/changelog
--- ttytter-2.1.0/debian/changelog 2014-11-07 08:32:09.000000000 +0100
+++ ttytter-2.1.0+1/debian/changelog 2014-11-07 08:32:10.000000000 +0100
@@ -1,3 +1,11 @@
+ttytter (2.1.0+1-1) unstable; urgency=medium
+
+ * New upstream pseudorelease.
+ - Accesses OAuth API over SSL by default (Closes: #736446, #760815).
+ - Addresses rate limit warning (Closes: #756960).
+
+ -- Thijs Kinkhorst <thijs@debian.org> Thu, 30 Oct 2014 22:36:58 +0100
+
ttytter (2.1.0-1) unstable; urgency=low
* New upstream release (closes: #684335).
diff -Nru ttytter-2.1.0/debian/control ttytter-2.1.0+1/debian/control
--- ttytter-2.1.0/debian/control 2014-11-07 08:32:09.000000000 +0100
+++ ttytter-2.1.0+1/debian/control 2014-11-07 08:32:10.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.6
Homepage: http://www.floodgap.com/software/ttytter/
Vcs-Svn: https://svn.kinkhorst.nl/svn/debian/ttytter/trunk/
Vcs-Browser: https://aphrodite.kinkhorst.nl/wsvn/debian/ttytter/
--- End Message ---
--- Begin Message ---
On 2014-11-07 07:34, Thijs Kinkhorst wrote:
Please unblock package ttytter/2.1.0+1-1.
This update fixes two important or serious bugs: SSL connections to the
OAuth API are now over SSL by default (#736446, #760815) and a spurious
warning in the main display is addressed (#756960).
Your changelog doesn't mention the bump to standards version 3.9.6, but
meh. Not worth another upload.
Unblocked.
--
Jonathan Wiltshire jmw@debian.org
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
<directhex> i have six years of solaris sysadmin experience, from
8->10. i am well qualified to say it is made from bonghits
layered on top of bonghits
--- End Message ---