[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-11 Thread Andreas Hasenack
Here is a better test case in my opinion. If you (reporter, or uploader, or Eric) agree, could you please update the test plan in the description? To reproduce the bug: # download sample midi file from wikiepdia: wget https://upload.wikimedia.org/wikipedia/commons/5/55/MIDI_sample.mid # play

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2024-01-10 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/dnsmasq/+git/dnsmasq/+merge/458373 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2042587

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2024-01-10 Thread Andreas Hasenack
Test script ** Description changed: [ Impact ] When upgrading from focal to jammy, existing dnsmasq dhcp-scripts stopped working in an environment where a DHCP relay is in use. Instead of the expected client IP address, the script gets the _relay_ IP address as an argument. -

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2024-01-10 Thread Andreas Hasenack
Test script ** Description changed: + [ Impact ] + + * An explanation of the effects of the bug on users and + + * justification for backporting the fix to the stable release. + + * In addition, it is helpful, but not required, to include an +explanation of how the upload fixes this

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2024-01-10 Thread Andreas Hasenack
Reproduced the problem and verified the fix. @timotunk, if you would like to give the fix a try, it's available in this PPA for jammy: https://launchpad.net/~ahasenack/+archive/ubuntu/dnsmasq- relay-2042587/+packages I'll in the meantime prepare the SRU paperwork and merge proposal for review.

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2024-01-10 Thread Andreas Hasenack
I believe this to be the fix: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=patch;h=1c8855ed10d3923a9a4fd8a89f1c95439d4c8827 >From 1c8855ed10d3923a9a4fd8a89f1c95439d4c8827 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Sun, 26 Dec 2021 16:35:54 + Subject: [PATCH] Fix wrong client

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-10 Thread Andreas Hasenack
Uploaded to jammy unapproved, waiting on SRU team now. ** Merge proposal linked: https://code.launchpad.net/~ahasenack/ubuntu/+source/dnsmasq/+git/dnsmasq/+merge/457905 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

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

2024-01-04 Thread Andreas Hasenack
Hello Lucas, or anyone else affected, Accepted base-files into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/base- files/9.4ubuntu4.14 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

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

2024-01-04 Thread Andreas Hasenack
Hello Lucas, or anyone else affected, Accepted base-files into lunar-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/base- files/12.3ubuntu2.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

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

2024-01-04 Thread Andreas Hasenack
Hello Lucas, or anyone else affected, Accepted base-files into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/base- files/12ubuntu4.5 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

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

2024-01-04 Thread Andreas Hasenack
Hello Lucas, or anyone else affected, Accepted base-files into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/base- files/11ubuntu5.8 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

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

2024-01-04 Thread Andreas Hasenack
Hello Lucas, or anyone else affected, Accepted base-files into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/base- files/10.1ubuntu2.12 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2046356] Re: Update URL for Support information in MOTD message

2024-01-04 Thread Andreas Hasenack
Hello Lucas, or anyone else affected, Accepted base-files into mantic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/base- files/13ubuntu2.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
Yep, false alarm, the patch works. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2045570 Title: dnsmasq crash when no servers in resolv.conf Status in dnsmasq package

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
Ah, never mind, I built the package incorrectly. It's not a quilt package... :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2045570 Title: dnsmasq crash when no

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
So with the upstream patch, I see no crash, but dnsmasq starts spinning CPU at 100%. This is not a good enough fix. ** Description changed: [ Impact ] dnsmasq "keeps an eye" on /etc/resolv.conf, and reloads it whenever the file is updated. When that happens and for some reason there

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
** Description changed: [ Impact ] dnsmasq "keeps an eye" on /etc/resolv.conf, and reloads it whenever the file is updated. When that happens and for some reason there were no "nameserver" declarations in the updated file, dnsmasq can crash. Here is a log of a reproducer: $ dig

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
** Description changed: [ Impact ] dnsmasq "keeps an eye" on /etc/resolv.conf, and reloads it whenever the file is updated. When that happens and for some reason there were no "nameserver" declarations in the updated file, dnsmasq can crash. Here is a log of a reproducer: $ dig

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
** Description changed: [ Impact ] dnsmasq "keeps an eye" on /etc/resolv.conf, and reloads it whenever the file is updated. When that happens and for some reason there were no "nameserver" declarations in the updated file, dnsmasq can crash. Here is a log of a reproducer: $ dig

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2024-01-03 Thread Andreas Hasenack
** Description changed: + [ Impact ] + + * An explanation of the effects of the bug on users and + + * justification for backporting the fix to the stable release. + + * In addition, it is helpful, but not required, to include an +explanation of how the upload fixes this bug. + + [

[Touch-packages] [Bug 2040386] Re: Merge krb5 from Debian unstable for noble

2024-01-03 Thread Andreas Hasenack
dal-clients. Closes: #213316, #751203 [ Sam Hartman ] * Enable build-time tests, Thanks Andreas Hasenack, Closes: #1017763 * Work around doxygen change that breaks doc build, Thanks Greg Hudson, Closes: #1051523 -- Sam Hartman Mon, 11 Sep 2023 11:06:57 -0600 krb5 (1.20.

[Touch-packages] [Bug 2040386] Re: Merge krb5 from Debian unstable for noble

2024-01-02 Thread Andreas Hasenack
nks Andreas Hasenack, Closes: #1017763 * Work around doxygen change that breaks doc build, Thanks Greg Hudson, Closes: #1051523 -- Sam Hartman Mon, 11 Sep 2023 11:06:57 -0600 krb5 (1.20.1-3) unstable; urgency=high * Fixes CVE-2023-36054: a remote authenticated attacker can ca

[Touch-packages] [Bug 1964506] Re: Ping: checks payloads incorrectly, ignores all mismatch replies

2024-01-02 Thread Andreas Hasenack
Focal verification # Reproducing the bug ubuntu@f-ping-1964506:~$ apt-cache policy iputils-ping iputils-ping: Installed: 3:20190709-3 Candidate: 3:20190709-3 Version table: *** 3:20190709-3 500 500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages 100

[Touch-packages] [Bug 2042587] Re: jammy's version breaks existing dhcp scripts with relay

2023-12-13 Thread Andreas Hasenack
** Changed in: dnsmasq (Ubuntu Jammy) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: dnsmasq (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2023-12-06 Thread Andreas Hasenack
I was able to reproduce this after a few attempts. Good enough for a test plan/case. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2045570 Title: dnsmasq crash when no

[Touch-packages] [Bug 2045570] Re: dnsmasq crash when no servers in resolv.conf

2023-12-06 Thread Andreas Hasenack
** Changed in: dnsmasq (Ubuntu Jammy) Assignee: (unassigned) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2045570 Title: dnsm

[Touch-packages] [Bug 1979879] Re: Apparmor profile in 22.04 jammy - fails to start when printing enabled

2023-11-27 Thread Andreas Hasenack
** Description changed: [Impact] Users who have: a) opted in to confining samba with apparmor (by installing apparmor-profiles); and b) changed the usr.sbin.smbd and samba-bgqd apparmor profiles to enforce mode; will experience an error in starting the smbd service in jammy:

[Touch-packages] [Bug 2023545] Re: [UBUNTU 22.04] openssl with ibmca engine configured dumps core when creating a new certificate

2023-11-23 Thread Andreas Hasenack
Adrien, we do have openssl-ibmca in the archive, for the s390x arch: $ rmadison openssl-ibmca openssl-ibmca | 1.3.0-0ubuntu2 | xenial/universe | source, s390x openssl-ibmca | 1.3.0-0ubuntu2.16.04.2 | xenial-updates/universe | source, s390x openssl-ibmca | 1.4.1-0ubuntu1

[Touch-packages] [Bug 1994165] Re: CMS_final: do not ignore CMS_dataFinal result

2023-11-23 Thread Andreas Hasenack
There are two changes here: a) The original bug: CMS_final() was not taking into account the result of CMS_dataFinal() when returning its return code. It might be that CMS_dataFinal() failed, in which case an error would even be raised, but the return code of CMS_final() would be that of

[Touch-packages] [Bug 1993572] Re: samba profile: missing rule for mkdir /var/cache/samba/printing

2023-11-22 Thread Andreas Hasenack
Kinetic is EOL. ** Changed in: apparmor (Ubuntu Kinetic) Status: Fix Committed => Won't Fix -- 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/1993572 Title: samba

[Touch-packages] [Bug 2029930] Re: wget crash when printing download rate

2023-11-17 Thread Andreas Hasenack
I prepared a ppa with the fix here: https://launchpad.net/~ahasenack/+archive/ubuntu/wget-2029930 Packages are still building as I write this, and should be published in an hour or so. @halfgaar, would you be able to test it? I can easily upload to noble, but for an SRU, we would require a bit

[Touch-packages] [Bug 2029930] Re: wget crash when printing download rate

2023-11-17 Thread Andreas Hasenack
** Also affects: wget (Ubuntu Noble) Importance: Low Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wget in Ubuntu. https://bugs.launchpad.net/bugs/2029930 Title: wget crash when printing

[Touch-packages] [Bug 2039280] Re: Support IP address protocol

2023-11-17 Thread Andreas Hasenack
No update since Oct 27th, unsubscribing sponsors. Please subscribe again if there is an update. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/2039280 Title: Support IP

[Touch-packages] [Bug 2039429] Re: Please merge wget 1.21.4 (main) from Debian unstable

2023-11-17 Thread Andreas Hasenack
This is stuck in noble migration, armhf test failures which I wasn't able to reproduce neither locally, nor in the infrastructure with a ppa. The actual infrastructure is having issues with armhf anyway, so a retry there also didn't do anything yet. I'll keep an eye on it. Unsubscribing sponsors,

[Touch-packages] [Bug 2032851] Re: package apparmor 2.12-4ubuntu5.3 failed to install/upgrade: new apparmor package pre-installation script subprocess returned error exit status 1

2023-11-16 Thread Andreas Hasenack
Hello Ravi, or anyone else affected, Accepted apparmor into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/apparmor/2.13.3-7ubuntu5.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2036253] Re: FTBFS: missing strl* symbols fail the build

2023-11-04 Thread Andreas Hasenack
** Bug watch added: Debian Bug tracker #1055316 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055316 ** Also affects: heimdal (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055316 Importance: Unknown Status: Unknown -- You received this bug notification

[Touch-packages] [Bug 2039280] Re: Support IP address protocol

2023-10-27 Thread Andreas Hasenack
I agree that a merge from debian would be better, since we are quite behind: iproute2 | 6.5.0-4 | testing But we have been at 6.1.0 since at least lunar, so I don't know how long that would take. I think we can take these patches for noble. I would ask that you also add this one,

[Touch-packages] [Bug 2039429] Re: Please merge wget 1.21.4 (main) from Debian unstable

2023-10-27 Thread Andreas Hasenack
Checklist: - preserved delta as needed - correct ubuntu versioning and changelog entries (I updated the release name to noble) - debian changes are ok - upstream changes are ok - upstream gpg signature checks out - test build failed at first locally in a noble lxd, but worked in a launchpad ppa

[Touch-packages] [Bug 2038894] Re: Ubuntu 23.10 cloud images unexpected UDP listening port 5353

2023-10-26 Thread Andreas Hasenack
Hello Philip, or anyone else affected, Accepted systemd into mantic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/systemd/253.5-1ubuntu6.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2038894] Re: Ubuntu 23.10 cloud images unexpected UDP listening port 5353

2023-10-26 Thread Andreas Hasenack
Thanks for the replies. I note that the resolved defaults are also baked in in the default config file /etc/systemd/resolved.conf, which on mantic currently states "#MulticastDNS=resolve". With the new build, that shall change to "=no". Unless users changed that file, this update should NOT

[Touch-packages] [Bug 2040384] Re: Merge heimdal from Debian unstable for noble

2023-10-25 Thread Andreas Hasenack
** Changed in: heimdal (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to heimdal in Ubuntu. https://bugs.launchpad.net/bugs/2040384 Title: Merge heim

[Touch-packages] [Bug 2040386] Re: Merge krb5 from Debian unstable for noble

2023-10-25 Thread Andreas Hasenack
** Changed in: krb5 (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/2040386 Title: Merge krb5 from Deb

[Touch-packages] [Bug 2038894] Re: Ubuntu 23.10 cloud images unexpected UDP listening port 5353

2023-10-19 Thread Andreas Hasenack
Hi Philip, I have some questions here: a) You state that some policy says that no ports other than 22 should be open, which policy is that? Does it apply only to cloud images, or is it an Ubuntu policy in general? b) This is in mantic release at the moment, and switching that option back to

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

2023-10-19 Thread Andreas Hasenack
Hi Georgia, is this still pending an evince fix? Your PPA has an updated evince package, but I don't think it was uploaded to unapproved yet, without the recommends. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in

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

2023-10-19 Thread Andreas Hasenack
Hi @enr0n, could you please comment on Chris's remark above about the state of this SRU? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2036358 Title: systemd wait-online

[Touch-packages] [Bug 1965328] Re: transient scope could not be started error in bionic lxd container

2023-10-09 Thread Andreas Hasenack
I'm seeing this problem with a few snaps on a bionic lxd, where lunar is the host: classic snaps: $ git ubuntu merge --help internal error, please report: running "git-ubuntu" failed: transient scope could not be started, job /org/freedesktop/systemd1/job/29 finished with result failed $

[Touch-packages] [Bug 1964506] Re: Ping: checks payloads incorrectly, ignores all mismatch replies

2023-09-29 Thread Andreas Hasenack
The DEP8 tests are green now, but we still need verification on this bug. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iputils in Ubuntu. https://bugs.launchpad.net/bugs/1964506 Title: Ping: checks payloads incorrectly,

[Touch-packages] [Bug 2035061] Re: uptime -p reports incorrect output after 52 weeks

2023-09-15 Thread Andreas Hasenack
Time calculations can be so tricky! The patch is also changing the non-human-readable case (without -p), if I understood it correctly. I think this also needs to be tested. I think it would be beneficial to include the upcoming fix for the other corner case you found, when uptime is exactly 60s,

[Touch-packages] [Bug 2036253] [NEW] FTBFS: missing strl* symbols fail the build

2023-09-15 Thread Andreas Hasenack
Public bug reported: See ubuntu-devel thread[1] and mantic rebuild report[2]. dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libkafs0-heimdal/DEBIAN/symbols doesn't match completely

[Touch-packages] [Bug 2031942] Update Released

2023-09-14 Thread Andreas Hasenack
The verification of the Stable Release Update for openssh 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 2031942] Re: AuthorizedPrincipalsCommand is ignored if AuthorizedKeysCommand is set

2023-09-07 Thread Andreas Hasenack
All autopkgtests have been cleared after retries (both lunar and jammy ones). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2031942 Title: AuthorizedPrincipalsCommand is

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

2023-09-06 Thread Andreas Hasenack
Hello Matthew, or anyone else affected, Accepted openssh into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openssh/1:8.9p1-3ubuntu0.4 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2031942] Re: AuthorizedPrincipalsCommand is ignored if AuthorizedKeysCommand is set

2023-09-06 Thread Andreas Hasenack
Hello Matthew, or anyone else affected, Accepted openssh into lunar-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/openssh/1:9.0p1-1ubuntu8.5 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 2031942] Re: AuthorizedPrincipalsCommand is ignored if AuthorizedKeysCommand is set

2023-09-06 Thread Andreas Hasenack
** Description changed: [Impact] - * User of openssh reported an issue that affects Lunar and Jammy. + User of openssh reported an issue that affects Lunar and Jammy. - * This crash is caused by the wrong pointer manipulation in the if - statement. The fix is to change the code to check

[Touch-packages] [Bug 2028810] Re: rsync 3.1.3 performance regression

2023-09-05 Thread Andreas Hasenack
3.1.3-8ubuntu0.7 was just uploaded to focal unapproved with the documentation additions and an appropriate .changes file: Changes: rsync (3.1.3-8ubuntu0.7) focal; urgency=medium . * d/p/add-trust-sender-option-docs.patch: Add manpage and help documentation for the --trust-sender option

[Touch-packages] [Bug 2028810] Re: rsync 3.1.3 performance regression

2023-08-31 Thread Andreas Hasenack
I'm a bit reluctant to release this because the update is not documenting the new option, and I can't find out why. The original MP[1] review implies that documentation was present, both in -h output, and in the manpage, but I don't see it in the package in proposed. This makes it very hard for

[Touch-packages] [Bug 2028935] Re: Merge rsyslog 8.2306.0-2

2023-07-28 Thread Andreas Hasenack
** Merge proposal linked: https://code.launchpad.net/~xypron/ubuntu/+source/rsyslog/+git/rsyslog/+merge/447986 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsyslog in Ubuntu. https://bugs.launchpad.net/bugs/2028935

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-07-27 Thread Andreas Hasenack
> The livecd-rootfs/2.765.20 regression is not caused by distro-info: gzip: stdout: No space left on device I triggered a migation-reference/0 and it failed too, so the error should clear soon. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

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

2023-07-27 Thread Andreas Hasenack
Apparmor in jammy-proposed has the necessary changes, we just need a new evince upload to jammy without the recommends then. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu.

[Touch-packages] [Bug 1971984] Update Released

2023-07-27 Thread Andreas Hasenack
The verification of the Stable Release Update for pcsc-lite 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 1971984] Re: pcscd.socket is disabled after installation

2023-07-27 Thread Andreas Hasenack
This is missing a lunar verification before jammy (already verified) can be released. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcsc-lite in Ubuntu. https://bugs.launchpad.net/bugs/1971984 Title: pcscd.socket is

[Touch-packages] [Bug 1971984] Re: pcscd.socket is disabled after installation

2023-07-27 Thread Andreas Hasenack
Kinetic is EOL. ** Changed in: pcsc-lite (Ubuntu Kinetic) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcsc-lite in Ubuntu. https://bugs.launchpad.net/bugs/1971984 Title:

[Touch-packages] [Bug 2018074] Re: Merge heimdal from Debian unstable for mantic

2023-07-26 Thread Andreas Hasenack
7.8.git20221117.28daf24+dfsg-3ubuntu1. Marking fix released. ** Changed in: heimdal (Ubuntu) Status: New => Fix Released ** Changed in: heimdal (Ubuntu) Assignee: Andreas Hasenack (ahasenack) => (unassigned) -- You received this bug notification because you are a member of

[Touch-packages] [Bug 2018074] Re: Merge heimdal from Debian unstable for mantic

2023-07-26 Thread Andreas Hasenack
7.8.git20221117.28daf24+dfsg-3 was already merged, nothing new for now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to heimdal in Ubuntu. https://bugs.launchpad.net/bugs/2018074 Title: Merge heimdal from Debian unstable

[Touch-packages] [Bug 2028459] [NEW] cups apparmor: read access to /etc/gnutls/config

2023-07-23 Thread Andreas Hasenack
Public bug reported: The gnutls library has an optional configuration file in /etc/gnutls/config. This file is not shipped by the Ubuntu packaging, but it can be created by an user wanting to configure certain aspects of gnutls. When the file exists, gnutls functions might trigger an access to

[Touch-packages] [Bug 2004551] Re: upgrade to lunar fails due to rescue-ssh.target or port 22 takeover

2023-07-21 Thread Andreas Hasenack
I'm seeing something that looks just like this in a dep8 mantic test run, where openssh-server is upgraded while preparing the testbed and postinst fails[1]: 977s Preparing to unpack .../openssh-sftp-server_1%3a9.3p1-1ubuntu1_amd64.deb ... 977s Unpacking openssh-sftp-server (1:9.3p1-1ubuntu1)

[Touch-packages] [Bug 1724623] Update Released

2023-07-13 Thread Andreas Hasenack
The verification of the Stable Release Update for cloud-init 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 1971242] Re: printing PDF appears always grey, no color

2023-07-13 Thread Andreas Hasenack
Till, could you please clarify if kinetic and lunar are fixed? It seems only cups 2.4.3[1] fixed the issue, and kinetic and lunar have 2.4.2. I checked the code in the packages with patches applied and I don't see the fix there (in kinetic and lunar). 1.

[Touch-packages] [Bug 1991606] Update Released

2023-07-13 Thread Andreas Hasenack
The verification of the Stable Release Update for dput 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 2020913] Proposed package upload rejected

2023-07-12 Thread Andreas Hasenack
An upload of elfutils to jammy-proposed has been rejected from the upload queue for the following reason: "Requested by sergiodj on IRC and "in person" in a google meet.". -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-07-06 Thread Andreas Hasenack
Hello wieczyk, or anyone else affected, Accepted dput into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/dput/1.0.3ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

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

2023-07-06 Thread Andreas Hasenack
Looks like we get this if evince is update, apparmor is not, and a link in a pdf is clicked: Jul 06 18:36:59 j-evince kernel: audit: type=1400 audit(1688668619.304:78): apparmor="DENIED" operation="exec" info="profile transition not found" error=-13 profile="/usr/bin/evince" name="/usr/bin/snap"

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

2023-07-06 Thread Andreas Hasenack
> Do we need evince to be reuploaded for jammy there since the previous upload was rejected by Steve? I'm trying to see what type of error we get if we load a profile with such a rule and the target profile does not exist: /{,snap/core/[0-9]*/,snap/snapd/[0-9]*/}usr/bin/snap mrCx ->

[Touch-packages] [Bug 1794064] Update Released

2023-07-06 Thread Andreas Hasenack
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

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

2023-07-02 Thread Andreas Hasenack
Hello wieczyk, or anyone else affected, Accepted dput into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/dput/1.1.0ubuntu2.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

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

2023-07-02 Thread Andreas Hasenack
Hello wieczyk, or anyone else affected, Accepted dput into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/dput/1.1.2ubuntu2.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-07-02 Thread Andreas Hasenack
Hello wieczyk, or anyone else affected, Accepted dput into lunar-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/dput/1.1.3ubuntu2.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-06-30 Thread Andreas Hasenack
So far, we have these implementations: (a) python-debian and dput other than the lunar one (seems the more robust implementation?): 1.2.3ubuntu4~ppa1 -> 1.2.3+ubuntu4.ppa1 (b) lunar's dput: 1.2.3ubuntu4~ppa1 -> 1.2.3.post4~ppa1 (c) distro-info: 1.2.3ubuntu4~ppa1 -> 1.2.3+ubuntu4~ppa1 How

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-06-30 Thread Andreas Hasenack
The change in lunar also produces different version strings, could this become a problem for someone release upgrading through lunar? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gpgme1.0 in Ubuntu.

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-06-30 Thread Andreas Hasenack
For the dput upload: kinetic, jammy and focal have the same change as the current devel release (mantic), but not the same one as in lunar. Do you plan to adapt the lunar change as well? The mantic change (adopted in f, j, k) explicitly calls out SRUs: dput (1.1.3ubuntu3) mantic; urgency=medium

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

2023-06-30 Thread Andreas Hasenack
Hello Robert, or anyone else affected, Accepted cloud-init into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/23.2.1-0ubuntu0~20.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Touch-packages] [Bug 1724623] Re: Update ubuntu cloud info

2023-06-30 Thread Andreas Hasenack
Hello Robert, or anyone else affected, Accepted cloud-init into kinetic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/23.2.1-0ubuntu0~22.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

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

2023-06-30 Thread Andreas Hasenack
Hello Robert, or anyone else affected, Accepted cloud-init into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/cloud- init/23.2.1-0ubuntu0~22.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-06-29 Thread Andreas Hasenack
Sorry, I'm having a hard time understanding how the dput check shows that distro-info and python-debian are fixed. I'm guessing dput ends up importing the other two? Shouldn't python-debian be a block-proposed-kinetic update, since it's currently unaffected due to its version being still fine

[Touch-packages] [Bug 1991606] Re: Invalid PEP440 package version breaking setuptools >= 66

2023-06-29 Thread Andreas Hasenack
I triggered a migration-reference/0 run for devscripts. If I understood it correctly, it will also fail, and that will clear the autopkgtests for python-debian. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gpgme1.0 in

[Touch-packages] [Bug 1983359] Re: [SRU] hwrng drivers missing in initrd.img

2023-06-29 Thread Andreas Hasenack
Thanks for the verification. This looks good to release, except due to a current breakage in jammy's DEP8 reporting[1], I can't easily verify if the autopkgtests are green. I can check the test from initramfs-tools[2] itself pretty easily, but not the DEP8 results of the other tests triggered by

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

2023-06-29 Thread Andreas Hasenack
evince and apparmor for lunar should be released together to fix this bug, but there is still a DEP8 failure that needs clearing under apparmor: libreoffice/armhf https://ubuntu-archive-team.ubuntu.com/proposed- migration/lunar/update_excuses.html#apparmor It was retried a few times already, but

[Touch-packages] [Bug 2020604] Re: After Mesa upgrades, Chrome won't show graphics

2023-06-15 Thread Andreas Hasenack
What's up with the lunar task that is still open? Lunar didn't have a mesa update yet, so it can't have regressed. I understand if we want to avoid future regressions in lunar too, of course, but the fix ("set VERSION so that it also includes the packaging version") should be bundled together with

[Touch-packages] [Bug 2023030] [NEW] DEP8 failures on s390x, ppc64el

2023-06-06 Thread Andreas Hasenack
Public bug reported: Some of the cyrus-sasl2 dep8 tests have never passed on ppc64el or s390x. s390x: https://autopkgtest.ubuntu.com/results/autopkgtest- mantic/mantic/s390x/c/cyrus-sasl2/20230606_065455_398c1@/log.gz saslauthdFAIL non-zero exit status 253 shared-secret-mechs FAIL

[Touch-packages] [Bug 2021505] Re: Flaky DEP8 test: saslauthd

2023-06-06 Thread Andreas Hasenack
This was fixed in debian and synced to ubuntu in https://launchpad.net/ubuntu/+source/cyrus-sasl2/2.1.28+dfsg1-1. ** Changed in: cyrus-sasl2 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 2021505] Re: Flaky DEP8 test: saslauthd

2023-06-01 Thread Andreas Hasenack
I have a fix for this. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu. https://bugs.launchpad.net/bugs/2021505 Title: Flaky DEP8 test: saslauthd Status in cyrus-sasl2 package in Ubuntu: In

[Touch-packages] [Bug 2021505] Re: Flaky DEP8 test: saslauthd

2023-05-31 Thread Andreas Hasenack
** Changed in: cyrus-sasl2 (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: cyrus-sasl2 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2021505] [NEW] Flaky DEP8 test: saslauthd

2023-05-29 Thread Andreas Hasenack
Public bug reported: It looks like the saslauthd test is a bit flaky, and more so in platforms like arm64[1]: autopkgtest [15:14:52]: test saslauthd: [--- Setting up saslauthd with mecanism sasldb Authentication of user user1887 with correct password should succeed... FAIL

[Touch-packages] [Bug 2016439] Update Released

2023-05-25 Thread Andreas Hasenack
The verification of the Stable Release Update for curl 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 2016439] Re: Regression finding system certificates

2023-05-25 Thread Andreas Hasenack
I just checked and a rebuild of the test app is not necessary, which is good, otherwise we would have to chase down anything in the archive that linked with the libcurl3-nss library package and rebuild those. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1992454] Re: iptables: segfault when renaming a chain

2023-05-25 Thread Andreas Hasenack
iptables in excuses triggers tests in other packages. The excuses report doesn't show the fully green results anymore, so it's easy to miss them. I think we can consider the ufw dep8 tests as sufficient for the case of "normal iptables usage hasn't regressed". I ran the ufw

[Touch-packages] [Bug 1979879] Re: Apparmor profile in 22.04 jammy - fails to start when printing enabled

2023-05-25 Thread Andreas Hasenack
I'll check the current status -- 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/1979879 Title: Apparmor profile in 22.04 jammy - fails to start when printing enabled

[Touch-packages] [Bug 1992454] Re: iptables: segfault when renaming a chain

2023-05-20 Thread Andreas Hasenack
These new DEP8 failures are now also cleared. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iptables in Ubuntu. https://bugs.launchpad.net/bugs/1992454 Title: iptables: segfault when renaming a chain Status in iptables

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

2023-05-18 Thread Andreas Hasenack
This is still needing a kinetic verification. -- 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/1983794 Title: Evolution not deleting autosave files Status in

[Touch-packages] [Bug 2017229] Update Released

2023-05-18 Thread Andreas Hasenack
The verification of the Stable Release Update for evolution-data-server 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

<    1   2   3   4   5   6   7   8   9   10   >