[Touch-packages] [Bug 2077685] Re: python3-apt_2.7.7ubuntu2 uninstallable on armhf

2024-08-22 Thread Chris Halse Rogers
Ok. So, as far as I can tell, python3-apt on armhf *and only* on armhf gets a versioned dependency on libapt-pkg6.0t64 (>= $THE_VERSION_IT_BUILT_AGAINST). It's unclear to me what is causing this behaviour; the symbols file for that library in the apt source looks unremarkable, and there's no weird

[Touch-packages] [Bug 2077685] Re: python3-apt_2.7.7ubuntu2 uninstallable on armhf

2024-08-22 Thread Chris Halse Rogers
I've set the phasing of python-apt to 0. Now, of course, we have the most annoying kind of regression to untangle - any rebuild of python-apt in -proposed will *also* exhibit this bug. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscr

[Touch-packages] [Bug 2077685] [NEW] python3-apt_2.7.7ubuntu2 uninstallable on armhf

2024-08-22 Thread Chris Halse Rogers
Public bug reported: The python-apt 2.7.7ubuntu2 update has a versioned dependency on libapt- pkg6.0t64 (>= 2.8.1) (on armhf only). Presumably there's an armhf-only symbols difference resulting in the armhf package (and *only* the armhf package - none of i386, amd64, ppc64el, s390x, or riscv64 are

[Touch-packages] [Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-08-14 Thread Chris Halse Rogers
Hello Xavier, or anyone else affected, Accepted apparmor into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apparmor/4.0.1really4.0.1-0ubuntu0.24.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new pac

[Touch-packages] [Bug 2064672] Re: [SRU] - fixes for apparmor on noble

2024-08-14 Thread Chris Halse Rogers
Hello Georgia, or anyone else affected, Accepted apparmor into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apparmor/4.0.1really4.0.1-0ubuntu0.24.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new pa

[Touch-packages] [Bug 2060100] Re: denials from sshd in noble

2024-08-14 Thread Chris Halse Rogers
Hello John, or anyone else affected, Accepted apparmor into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apparmor/4.0.1really4.0.1-0ubuntu0.24.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new packa

[Touch-packages] [Bug 2072811] Re: Apparmor: New update broke flatpak with `apparmor="DENIED"`

2024-08-14 Thread Chris Halse Rogers
Hello klo, or anyone else affected, Accepted apparmor into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apparmor/4.0.1really4.0.1-0ubuntu0.24.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new packag

[Touch-packages] [Bug 2065180] Re: performance regression in dracut-install 060

2024-07-30 Thread Chris Halse Rogers
Hello Viraniac, or anyone else affected, Accepted cloud-initramfs-tools into noble-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud-initramfs-tools/0.49~24.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-04-02 Thread Chris Halse Rogers
Hello Alexsander, or anyone else affected, Accepted initramfs-tools into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/initramfs- tools/0.136ubuntu6.8 in a few hours, and then in the -proposed repository. Please help us by testing this new pac

[Touch-packages] [Bug 2056187] Re: fails to configure BOOTIF when using iscsi

2024-04-02 Thread Chris Halse Rogers
Hello Alexsander, or anyone else affected, Accepted initramfs-tools into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/initramfs- tools/0.140ubuntu13.5 in a few hours, and then in the -proposed repository. Please help us by testing this new pa

[Touch-packages] [Bug 2029473] Re: Backport Ubuntu Pro to Xenial

2024-04-02 Thread Chris Halse Rogers
Hello Nathan, or anyone else affected, Accepted software-properties into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/software-properties/0.96.20.13 in a few hours, and then in the -proposed repository. Please help us by testing this new pac

[Touch-packages] [Bug 2058035] Re: [SRU] Create directories for apt configuration files if they are absent

2024-04-02 Thread Chris Halse Rogers
Hello Nathan, or anyone else affected, Accepted software-properties into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/software-properties/0.96.20.13 in a few hours, and then in the -proposed repository. Please help us by testing this new pac

[Touch-packages] [Bug 2037595] Update Released

2024-03-05 Thread Chris Halse Rogers
The verification of the Stable Release Update for gpgme1.0 has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 2037595] Re: _gpgme_io_select breaks when more than 1024 file descriptors are open

2024-03-05 Thread Chris Halse Rogers
ubuntu@sru-focal:~$ python3 Python 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import gpg >>> c = gpg.Context() >>> list(c.keylist()) [] >>> fs = [] >>> for i in range(1024): ... fs.append(open('/dev/nul

[Touch-packages] [Bug 2037595] Re: _gpgme_io_select breaks when more than 1024 file descriptors are open

2024-03-05 Thread Chris Halse Rogers
ubuntu@sru-jammy:~$ python3 Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import gpg >>> c = gpg.Context() >>> list(c.keylist()) [] >>> fs = [] >>> for i in range(1024): ... fs.append(open('/dev/null

[Touch-packages] [Bug 2040011] Re: [SRU] Ensure supported codenames are accurate

2024-01-23 Thread Chris Halse Rogers
It's a little weird that you're folding two patches into a single patch, but looks ok. Please do update the bug description! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu. https://bugs.launchpad.net/bugs/204001

[Touch-packages] [Bug 1964506] Update Released

2024-01-02 Thread Chris Halse Rogers
The verification of the Stable Release Update for iputils has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2023-11-21 Thread Chris Halse Rogers
Ah, jbicha had already retriggered the autopkgtests, and they now pass. Huzzah! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1794064 Title: Clicking a hyperlink in a PD

[Touch-packages] [Bug 1993370] Update Released

2023-11-21 Thread Chris Halse Rogers
The verification of the Stable Release Update for software-properties has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Touch-packages] [Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2023-11-21 Thread Chris Halse Rogers
Retriggered the autopkgtest to use the correct apparmor version; let's see if that fixes things. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1794064 Title: Clicking a

[Touch-packages] [Bug 2038453] Update Released

2023-11-14 Thread Chris Halse Rogers
The verification of the Stable Release Update for apt has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regr

[Touch-packages] [Bug 2036358] Re: systemd wait-online now times out after jammy and lunar upgrade

2023-10-18 Thread Chris Halse Rogers
(SRU team member): It's not entirely clear to me what the status of this bug is? It's marked as verification-done and all the autopkgtests are clear, but there's a lot of “it doesn't work” chatter. Let's see if I can summarise: Werner seems to be seeing a hanging problem with 249.11-0ubuntu3.11. L

[Touch-packages] [Bug 2028082] Re: Update glib to 2.76.4

2023-10-04 Thread Chris Halse Rogers
Hello Jeremy, or anyone else affected, Accepted glib2.0 into lunar-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/glib2.0/2.76.4-0ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 2036358] Please test proposed package

2023-09-20 Thread Chris Halse Rogers
Hello Jamie, or anyone else affected, Accepted systemd into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/systemd/249.11-0ubuntu3.11 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https:/

[Touch-packages] [Bug 2036358] Re: systemd wait-online now times out after jammy and lunar upgrade

2023-09-20 Thread Chris Halse Rogers
Hello Jamie, or anyone else affected, Accepted systemd into lunar-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/systemd/252.5-2ubuntu3.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 2028810] Update Released

2023-09-20 Thread Chris Halse Rogers
The verification of the Stable Release Update for rsync has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a re

[Touch-packages] [Bug 1992688] Update Released

2023-07-05 Thread Chris Halse Rogers
The verification of the Stable Release Update for ubuntu-meta has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encount

[Touch-packages] [Bug 1971715] Update Released

2023-07-05 Thread Chris Halse Rogers
The verification of the Stable Release Update for libidn has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 2019212] Re: Backport packages for 22.04.3 HWE stack

2023-06-27 Thread Chris Halse Rogers
Hello Timo, or anyone else affected, Accepted mesa into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/mesa/23.0.4-0ubuntu1~22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 2021948] Re: New bugfix release 23.0.4

2023-06-27 Thread Chris Halse Rogers
Hello Timo, or anyone else affected, Accepted mesa into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/mesa/23.0.4-0ubuntu1~22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 1947800] Update Released

2023-05-30 Thread Chris Halse Rogers
The verification of the Stable Release Update for apport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 2015962] Proposed package upload rejected

2023-05-17 Thread Chris Halse Rogers
An upload of ayatana-indicator-messages to lunar-proposed has been rejected from the upload queue for the following reason: "Rejecting from the queue as this is still missing SRU information, and that should notify someone who cares :). The diff itself looks fine, although the it now also needs fix

[Touch-packages] [Bug 2003797] Update Released

2023-04-25 Thread Chris Halse Rogers
The verification of the Stable Release Update for tzdata has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1995247] Update Released

2023-04-18 Thread Chris Halse Rogers
The verification of the Stable Release Update for apt has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regr

[Touch-packages] [Bug 1995247] Re: Leftover /tmp/apt-key.* files after updates with embedded gpg keys in deb822 sources

2023-04-18 Thread Chris Halse Rogers
Ok. My understanding of this bug is that it's unlikely to make anyone's system unusable, and lunar is very nearly released, so there's (very nearly) an upgrade path that preserves the fix. Marking the kinetic task as Wont Fix, and releasing to jammy. ** Changed in: apt (Ubuntu Kinetic) Stat

[Touch-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-04-04 Thread Chris Halse Rogers
Hello Robert, or anyone else affected, Accepted glib2.0 into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/glib2.0/2.72.4-0ubuntu2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 1981794] Update Released

2023-03-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for dnsmasq has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1983794] Re: Evolution not deleting autosave files

2023-03-28 Thread Chris Halse Rogers
Can anyone do the verification for kinetic? Releasing this for 22.04 is blocked waiting on successful testing for 22.10. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libcanberra in Ubuntu. https://bugs.launchpad.net/bugs/19

[Touch-packages] [Bug 1728130] Update Released

2023-03-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for apparmor has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1964636] Update Released

2023-03-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for apparmor has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1999104] Update Released

2023-03-21 Thread Chris Halse Rogers
The verification of the Stable Release Update for libunwind has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter

[Touch-packages] [Bug 1993353] Update Released

2023-03-13 Thread Chris Halse Rogers
The verification of the Stable Release Update for apparmor has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1994146] Update Released

2023-03-13 Thread Chris Halse Rogers
The verification of the Stable Release Update for apparmor has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 2006756] Update Released

2023-02-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for pango1.0 has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1988730] Update Released

2023-02-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for cyrus-sasl2 has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encount

[Touch-packages] [Bug 1950282] Update Released

2023-02-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for libmbim has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 2003996] Update Released

2023-02-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for software-properties has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Touch-packages] [Bug 2004245] Update Released

2023-02-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for software-properties has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Touch-packages] [Bug 2004634] Update Released

2023-02-28 Thread Chris Halse Rogers
The verification of the Stable Release Update for software-properties has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you

[Touch-packages] [Bug 1995247] Re: Leftover /tmp/apt-key.* files after updates with embedded gpg keys in deb822 sources

2023-02-07 Thread Chris Halse Rogers
The kinetic sbuild autopkgtest regression *looks* to be a real regression to me - having a bit of a look, it seems mmdebstrap is checking the apt version against ``` $content =~ /^apt ([0-9]+\.[0-9]+\.[0-9]+)[a-z0-9]* \([a-z0-9-]+\)$/m ``` while this SRU has version string "apt 2.5.3ubuntu0.1 (a

[Touch-packages] [Bug 1988730] Re: package libsasl2-modules provides only unsafe SASL bind mechanims

2023-01-31 Thread Chris Halse Rogers
Hello rdratlos, or anyone else affected, Accepted cyrus-sasl2 into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cyrus- sasl2/2.1.27+dfsg2-3ubuntu1.2 in a few hours, and then in the -proposed repository. Please help us by testing this new pack

[Touch-packages] [Bug 2003833] Re: colord migration blocked by impossible depends on argyll

2023-01-24 Thread Chris Halse Rogers
I'm not sure Argyll is going to be MIR-able; could we instead demote colord-sensor-argyll to universe? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to colord in Ubuntu. https://bugs.launchpad.net/bugs/2003833 Title: colord

[Touch-packages] [Bug 1998765] Update Released

2023-01-24 Thread Chris Halse Rogers
The verification of the Stable Release Update for libnl3 has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1974223] Re: FTBFS and autopkgtest failure since changes in apt for automatic kernel removal

2023-01-24 Thread Chris Halse Rogers
I'm going to go ahead and mark this as block-proposed-bionic so I don't keep checking this :). Please ping in #ubuntu-release if this actually needs to be released to users. ** Tags added: block-proposed-bionic -- You received this bug notification because you are a member of Ubuntu Touch seede

[Touch-packages] [Bug 1991761] Re: Backport packages for 22.04.2 HWE stack

2022-12-14 Thread Chris Halse Rogers
llvm-toolchain-15 will presumably need to be promoted to main in jammy- proposed/-updates, yes? I'm not familiar with the process of backporting NEW packages into main; presumably because it's in main in lunar that'll be ok, but I'd like to check with the MIR team that my assumption is correct. --

[Touch-packages] [Bug 1991761] Re: Backport packages for 22.04.2 HWE stack

2022-12-14 Thread Chris Halse Rogers
Right, but as far as the archive is concerned, libdrm-tegra0 itself is unused :) What code *does* use libdrm-tegra0, and how sure are we that it doesn't use those symbols (even accidentally)? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1991761] Re: Backport packages for 22.04.2 HWE stack

2022-12-13 Thread Chris Halse Rogers
spirv-headers is build-depended on by several packages; could we do test-rebuilds of those as a part of verification, please. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1991

[Touch-packages] [Bug 1991761] Re: Backport packages for 22.04.2 HWE stack

2022-12-13 Thread Chris Halse Rogers
Hello Timo, or anyone else affected, Accepted spirv-headers into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/spirv- headers/1.6.1+1.3.216.0-1~ubuntu0.22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing thi

[Touch-packages] [Bug 1991761] Re: Backport packages for 22.04.2 HWE stack

2022-12-13 Thread Chris Halse Rogers
I know it doesn't have any rdepends in the archive, but this includes a libdrm-tegra0 ABI break without bumping SONAME; what sort of consumers of libdrm-tegra0 are likely to exist? What risk mitigations could we implement? -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 1991761] Re: Backport packages for 22.04.2 HWE stack

2022-12-13 Thread Chris Halse Rogers
Hello Timo, or anyone else affected, Accepted directx-headers into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/directx- headers/1.606.4-1~ubuntu0.22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this ne

[Touch-packages] [Bug 1972977] Re: gnome-shell crashed (out of memory) with SIGSEGV in crocus_begin_query() from crocus_begin_query() from crocus_end_query() from crocus_end_query() from tc_call_end_q

2022-12-07 Thread Chris Halse Rogers
Hello errors.ubuntu.com, or anyone else affected, Accepted mesa into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/mesa/22.0.5-0ubuntu0.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See ht

[Touch-packages] [Bug 1998893] Re: NV reverse prime HDMI has no output

2022-12-07 Thread Chris Halse Rogers
Hello Kai-Chuan, or anyone else affected, Accepted mesa into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/mesa/22.0.5-0ubuntu0.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wi

[Touch-packages] [Bug 1997360] Please test proposed package

2022-12-06 Thread Chris Halse Rogers
Hello Sebastien, or anyone else affected, Accepted libmbim into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/libmbim/1.28.0-1~ubuntu22.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. S

[Touch-packages] [Bug 1997360] Please test proposed package

2022-12-06 Thread Chris Halse Rogers
Hello Sebastien, or anyone else affected, Accepted libqmi into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/libqmi/1.32.0-1ubuntu0.22.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. Se

[Touch-packages] [Bug 1997360] Re: Update from git snapshot to stable 1.20

2022-12-06 Thread Chris Halse Rogers
These seem reasonable, particularly if there's later HWE updates to be made. I assume the Cert lab has some of the hardware to test on? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to modemmanager in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 1997360] Re: Update from git snapshot to stable 1.20

2022-12-06 Thread Chris Halse Rogers
Hello Sebastien, or anyone else affected, Accepted modemmanager into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/modemmanager/1.20.0-1~ubuntu22.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new p

[Touch-packages] [Bug 1998893] Re: NV reverse prime HDMI has no output

2022-12-06 Thread Chris Halse Rogers
Is there a particular reason why we should take the PCI-ID removals? They seem safe enough, though. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1998893 Title: NV reverse p

[Touch-packages] [Bug 1998893] Proposed package upload rejected

2022-12-06 Thread Chris Halse Rogers
An upload of mesa to jammy-proposed has been rejected from the upload queue for the following reason: "Looks like there's unintentional changes in src/mesa/formats.csv". -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in

[Touch-packages] [Bug 1972977] Proposed package upload rejected

2022-12-06 Thread Chris Halse Rogers
An upload of mesa to jammy-proposed has been rejected from the upload queue for the following reason: "Looks like there's unintentional changes in src/mesa/formats.csv". -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in

[Touch-packages] [Bug 1974223] Re: FTBFS and autopkgtest failure since changes in apt for automatic kernel removal

2022-12-06 Thread Chris Halse Rogers
Should this be marked as block-proposed-bionic? It looks like there are no user-visible changes, which we'd usually verify and then leave in proposed until it can be folded into a later SRU with user-visible fixes. -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1994146] Re: [SRU] apparmor - Focal, Jammy

2022-11-22 Thread Chris Halse Rogers
So, I'm not Steve, but as this is a priority and I know Steve is off this week I've taken a look at this to hopefully resolve some review questions before he's back. A number of the bugs referenced in this upload don't have the relevant SRU information attached, which would be helpful. The packag

[Touch-packages] [Bug 1728130] Re: Policy needs improved feature versioning to ensure it is correctly being applied

2022-11-22 Thread Chris Halse Rogers
This is missing the SRU template information. Particularly: what is the test plan to verify (a) that this does what we need, and (b) doesn't accidentally break existing apparmor profiles? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is sub

[Touch-packages] [Bug 1964636] Re: Incorrect handling of apparmor `bpf` capability

2022-11-22 Thread Chris Halse Rogers
This is missing the SRU template information - there seems to be a test case there, but the rest is missing. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1964636 Title:

[Touch-packages] [Bug 1867204] Update Released

2022-11-22 Thread Chris Halse Rogers
The verification of the Stable Release Update for apport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1982487] Update Released

2022-11-22 Thread Chris Halse Rogers
The verification of the Stable Release Update for apport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1962454] Update Released

2022-11-22 Thread Chris Halse Rogers
The verification of the Stable Release Update for apport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1982555] Update Released

2022-11-22 Thread Chris Halse Rogers
The verification of the Stable Release Update for apport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1989467] Update Released

2022-11-22 Thread Chris Halse Rogers
The verification of the Stable Release Update for apport has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1971715] Re: 22.04 idn -a domain.com idn: could not convert from ASCII to UTF-8

2022-11-01 Thread Chris Halse Rogers
** Description changed: + [ Impact ] + + idn cannot handle non-ASCII characters + + [ Test Plan ] + + Existing state in 22.04: + + $ echo ü | idn + idn: could not convert from ASCII to UTF-8 + + Fixed output: + + $ echo ü | idn + xn--tda + + [ Where problems could occur ] + + The patch ena

[Touch-packages] [Bug 1971632] Update Released

2022-10-18 Thread Chris Halse Rogers
The verification of the Stable Release Update for pulseaudio has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounte

[Touch-packages] [Bug 1987523] Update Released

2022-10-18 Thread Chris Halse Rogers
The verification of the Stable Release Update for pulseaudio has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounte

[Touch-packages] [Bug 1958055] Update Released

2022-10-18 Thread Chris Halse Rogers
The verification of the Stable Release Update for sudo has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a reg

[Touch-packages] [Bug 1615381] Re: apt-get autoremove may remove current kernel

2022-09-13 Thread Chris Halse Rogers
Hello Jarno, or anyone else affected, Accepted apt into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/1.6.17 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Te

[Touch-packages] [Bug 1968154] Please test proposed package

2022-09-13 Thread Chris Halse Rogers
Hello Julian, or anyone else affected, Accepted apt into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/1.6.17 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/T

[Touch-packages] [Bug 1974456] Re: regression: apt.postint fails if never previously configured

2022-09-13 Thread Chris Halse Rogers
Hello David, or anyone else affected, Accepted apt into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/1.6.17 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Te

[Touch-packages] [Bug 1969976] Re: DynamicUser=1 doesn't get along with services that need dbus-daemon

2022-09-05 Thread Chris Halse Rogers
Hello Mario, or anyone else affected, Accepted fwupd into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/fwupd/1.8.3-1~22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.u

[Touch-packages] [Bug 1988702] [NEW] FFe: Upstream 2.9.0 release

2022-09-04 Thread Chris Halse Rogers
Public bug reported: This is low-risk, as we have no reverse-dependencies in the archive. This bumps some SONAMEs (libmiral4 -> libmiral5, libmircore1 -> libmircore2, libmiroil1 -> libmiroil2). The autopkgtest (checking conformance against in-archive wlcs) passes. * New upstream release 2.9.0

[Touch-packages] [Bug 1981807] Re: qt5-network openssl3 armhf does not support tls1.3

2022-08-31 Thread Chris Halse Rogers
The patch looks reasonable (assuming that it doesn't change ABI, which seems to be the case). Could you be able to update the bug with the necessary SRU information (the https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template can help here)? Particularly, the [Test Plan] and [Where problems

[Touch-packages] [Bug 1965439] Re: [SRU] kdesu fails to authenticate with sudo from Jammy

2022-08-30 Thread Chris Halse Rogers
Hello Erich, or anyone else affected, Accepted kdesu into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/kdesu/5.92.0-0ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki

[Touch-packages] [Bug 1980408] Re: Update glib to 2.72.3

2022-08-16 Thread Chris Halse Rogers
Hello Jeremy, or anyone else affected, Accepted glib2.0 into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/glib2.0/2.72.3-0ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 1962135] Update Released

2022-08-02 Thread Chris Halse Rogers
The verification of the Stable Release Update for gstreamer1.0 has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encoun

[Touch-packages] [Bug 1974456] Re: regression: apt.postint fails if never previously configured

2022-05-31 Thread Chris Halse Rogers
Hello David, or anyone else affected, Accepted apt into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apt/2.0.9 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Test

[Touch-packages] [Bug 1974428] Update Released

2022-05-31 Thread Chris Halse Rogers
The verification of the Stable Release Update for network-manager has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you enc

[Touch-packages] [Bug 1913775] Re: Copy from Firefox Wayland fails to be pasted anywhere else

2022-05-17 Thread Chris Halse Rogers
Yeah, ok. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1913775 Title: Copy from Firefox Wayland fails to be pasted anywhere else Status in GTK+: Unknown Status in gtk

[Touch-packages] [Bug 1913775] Update Released

2022-05-17 Thread Chris Halse Rogers
The verification of the Stable Release Update for gtk+3.0 has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1959047] Update Released

2022-05-17 Thread Chris Halse Rogers
The verification of the Stable Release Update for lxd has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regr

[Touch-packages] [Bug 1959375] Update Released

2022-05-17 Thread Chris Halse Rogers
The verification of the Stable Release Update for shadow has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

[Touch-packages] [Bug 1959375] Re: [SRU] Please support group manipulation with "extrausers"

2022-05-17 Thread Chris Halse Rogers
Yeeah, ok. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to shadow in Ubuntu. https://bugs.launchpad.net/bugs/1959375 Title: [SRU] Please support group manipulation with "extrausers" Status in shadow package in Ubuntu:

[Touch-packages] [Bug 1892825] Update Released

2022-05-10 Thread Chris Halse Rogers
The verification of the Stable Release Update for glibc has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a re

[Touch-packages] [Bug 1965791] Update Released

2022-03-23 Thread Chris Halse Rogers
The verification of the Stable Release Update for tzdata has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a r

  1   2   3   4   5   >