Merge ~bryce/ubuntu/+source/ruby2.5:sru.1835968-bionic into ubuntu/+source/ruby2.5:ubuntu/bionic-devel
Status: | Merged |
---|---|
Merge reported by: | Bryce Harrington |
Merged at revision: | 9f3ad7b0e3fa28d43eefd1fa0812b4757ca21fd5 |
Proposed branch: | ~bryce/ubuntu/+source/ruby2.5:sru.1835968-bionic |
Merge into: | ubuntu/+source/ruby2.5:ubuntu/bionic-devel |
Diff against target: |
52 lines (+30/-0) 3 files modified
debian/changelog (+9/-0) debian/patches/restore_buffer_newline_check.patch (+20/-0) debian/patches/series (+1/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Christian Ehrhardt (community) | Approve | ||
Ubuntu Server Developers | Pending | ||
Canonical Server | Pending | ||
git-ubuntu developers | Pending | ||
Review via email:
|
Description of the change
Fixes LP: #1835968 for Ubuntu bionic by restoring a bit of code that had
been dropped by a recent patch, introducing a regression when
transferring certain files using openssh.
PPA with test package: https:/
$ sudo add-apt-repository ppa:bryce/
$ sudo apt-get update
$ sudo apt-get install ruby2.5
Test case:
$ lxc create ubuntu:18.04/amd64 ruby25-
$ lxc exec ruby25-
(...)
# sudo apt-get update
$ sudo apt-get -y install ruby-roadie ruby
# Preconfigure as Internet site
$ sudo debconf-
$ sudo debconf-
$ sudo apt-get install -y postfix
./testcase-
With the current Ubuntu version, the testcase generates a backtrace
ending in an error message involving ASCII/UTF8 confusion.
With the PPA version, the test file gets successfully delivered to a
local mailbox
Great analysis on the bug down to the minimal change for the SRU.
changelog: ok
patch: ok
headers: ok
Thanks for continuing on that bug.
+1, but lets wait with the upload until also unit193 acks on the PPA in the bug.