[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989446: marked as done (unblock: apt-transport-s3/2.0.0-2)



Your message dated Sat, 05 Jun 2021 22:52:13 +0000
with message-id <E1lpf9J-0005hN-Cn@respighi.debian.org>
and subject line unblock apt-transport-s3
has caused the Debian Bug report #989446,
regarding unblock: apt-transport-s3/2.0.0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
989446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989446
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package apt-transport-s3

We need this package to be included in the Bullseye release, changeset is
minimal and only contains fix for the RC bug (#986647).
Impact of this change should be minimal as the change is really simple type
casting.
Set of manual tests including fetching and installing packages via apt with this
transport has been run successfully.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attached source debdiff against the package in testing

unblock apt-transport-s3/2.0.0-2

*** /tmp/apt-transport-s3.debdiff
diff -Nru apt-transport-s3-2.0.0/debian/changelog apt-transport-s3-2.0.0/debian/changelog
--- apt-transport-s3-2.0.0/debian/changelog	2019-08-27 14:22:40.000000000 +0100
+++ apt-transport-s3-2.0.0/debian/changelog	2021-06-03 20:20:49.000000000 +0100
@@ -1,3 +1,9 @@
+apt-transport-s3 (2.0.0-2) unstable; urgency=medium
+
+  * Applying patch fixing string opperations (Closes: #986647)
+
+ -- Marcin Kulisz <debian@kulisz.net>  Thu, 03 Jun 2021 20:20:49 +0100
+
 apt-transport-s3 (2.0.0-1) unstable; urgency=medium
 
   [ Hayden Myers ]
diff -Nru apt-transport-s3-2.0.0/debian/patches/0001-Added-explicit-string-casing-Closes-986647.patch apt-transport-s3-2.0.0/debian/patches/0001-Added-explicit-string-casing-Closes-986647.patch
--- apt-transport-s3-2.0.0/debian/patches/0001-Added-explicit-string-casing-Closes-986647.patch	1970-01-01 01:00:00.000000000 +0100
+++ apt-transport-s3-2.0.0/debian/patches/0001-Added-explicit-string-casing-Closes-986647.patch	2021-06-03 20:20:49.000000000 +0100
@@ -0,0 +1,24 @@
+From: Marcin Kulisz <debian@kulisz.net>
+Date: Thu, 3 Jun 2021 20:10:24 +0100
+Subject: Added explicit string casing (Closes: #986647)
+
+---
+ s3 | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/s3 b/s3
+index 01b1d9d..83a6dfa 100755
+--- a/s3
++++ b/s3
+@@ -187,8 +187,9 @@ class AWSCredentials(object):
+ 
+         if data.get("AccessKeyId") is None:
+             self.__get_role()
+-            data = self.__request_json(urllib.parse.urljoin(self.credentials_metadata,
+-                                                            self.iamrole))
++            data = self.__request_json(urllib.parse.urljoin(
++                str(self.credentials_metadata, 'utf-8'),
++                str(self.iamrole, 'utf-8')))
+ 
+         self.access_key = data['AccessKeyId']
+         if self.access_key is None or self.access_key == '':
diff -Nru apt-transport-s3-2.0.0/debian/patches/series apt-transport-s3-2.0.0/debian/patches/series
--- apt-transport-s3-2.0.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ apt-transport-s3-2.0.0/debian/patches/series	2021-06-03 20:20:49.000000000 +0100
@@ -0,0 +1 @@
+0001-Added-explicit-string-casing-Closes-986647.patch

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: