Package: golang-github-aws-aws-sdk-go / 1.21.6+dfsg-2

Metadata

Package Version Patches format
golang-github-aws-aws-sdk-go 1.21.6+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 dfsg footer.erb.patch | (download)

doc-src/plugin/templates/default/layout/html/footer.erb | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 re-create free portion of a non-dfsg file removed from
source tarball
 Taken from v0.9.9

0002 dfsg godoc.html.patch | (download)

doc-src/aws-godoc/templates/godoc.html | 152 152 + 0 - 0 !
1 file changed, 152 insertions(+)

 dfsg godoc.html

re-create free portion of a non-DFSG file removed from source tarball
take from v1.8.44

This patch is same reason with what Dmitry Smirnov did. So no new
Bug-Upstream url.

0003 fix int64 alignment on 32 bit platforms.patch | (download)

aws/csm/metric_chan.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 aws/csm: fix int64 alignment of metricchan on 386 and arm
 TestMetricChanPush panics on 386 and arm due to an unaligned int64
 in type metricChan struct.
0004 fix int overflow on 32 bit platforms.patch | (download)

service/ec2/customizations.go | 4 2 + 2 - 0 !
service/ec2/retryer_test.go | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 service/ec2: fix int overflow in mintime on 386 and arm