---- '''This application was announced in the devel-permissions mailing list and was approved in the DMB meeting on 2022-08-08''' ---- ||<>|| '''I, Athos Ribeiro, apply for the Ubuntu Core Developer status within the Ubuntu community.''' || '''Name''' || Athos Ribeiro || || '''Launchpad Page''' || [[https://launchpad.net/~athos-ribeiro|~athos-ribeiro]] || || '''Wiki Page''' || AthosRibeiro || While my current permissions (MOTU + Server package set) already allow me to perform most of the work I am interested in, being a core developer will grant me broader access to the distro infrastructure, allowing myself to be more helpful to the distro. For instance, this will allow me to re-trigger tests for packages out of the (universe + Server package set) set, use bileto, and upload non-(universe + Server package set) packages when needed. = Who I am = I am a software engineer working on the Ubuntu Server team. In the Server team, other than the usual bug/merge/maintenance work performed through the Server team package set, I currently focus in maintaining * the Ubuntu based OCI images shipped in [[https://hub.docker.com/u/ubuntu|DockerHub]] and in Amazon's [[https://gallery.ecr.aws/ubuntu|Elastic Container Registry]]; * PHP (merges, bug fixes, and overall maintenance over PHP and related packages); and * PostgreSQL (merges, bug fixes, MREs and overall maintenance over PostgreSQL and related packages). I have a Master's degree in CS from the University of São Paulo, in Brazil, where I am originally from and currently based in. That master's degree was focused on extending the work I performed as a guest researcher in the National Institute of Standards and Technology (NIST), in Maryland, regarding source code static analysis and static analysis tools evaluation. From 2018 to early 2021, I lived in the Czech Republic, while working for Red Hat, where I worked on the development and maintenance of a container image build system, which is also used by Fedora to build the images available in their registry. I come from a Python background and also have previous experience with RPM packaging both from my previous job and from contributions to the Fedora project. = My Ubuntu story = Ubuntu was the first distribution I have used. This was at school, during my bachelor degree, many years ago. After I started getting comfortable as a Ubuntu user, I started trying different distributions. In that process, I got involved with the Fedora community and did stick with it for the past few years. Right before joining the Server team, I migrated most of my systems to Ubuntu, where I usually run the development version both on work, and personal use machines. In December 2021, I was granted PPU rights for the Ubuntu Server package set. My Server package set application can be fount at [[AthosRibeiro/UbuntuServerDeveloperApplication]]. In April 2022, I was granted MOTU rights. My MOTU application can be fount at [[AthosRibeiro/MOTUDeveloperApplication]]. == My involvement == == Examples of my work / Things I'm proud of == In the following subsections you will find a list of bugs, merge proposals, uploads, and repositories I have worked on in the past few months divided by topics (package merges, SRUs, etc). Since the list is somewhat extensive, I discuss a few issues below which should hopefully demonstrate my packaging, debugging, and Ubuntu processes skills. * '''PHP performance improvements:''' in LP: #1882279, The bug reporter noticed a PHP Ubuntu/upstream performance difference. A thorough investigation showed that a bug in a GCC macro embedded in the upstream project was preventing distribution PHP binaries from using x86_64 v2 and v3 instructions when they are available. * '''postgresql-common regression due to recent debhelper changes:''' in LP: #1973382, our investigations showed that recent changes in debhelper preinst injected snippets introduced a regression in this package's preinst script, forcing undesired service restarts upon package upgrades. * '''squid ROCK service investigation and patch:''' while LP: #1978272 is not related to a deb package, but to a ROCK image, the fix involved investigating how the deb package service relies on systemd defaults for the maximum number of open file descriptors. Without the cap, the squid process crashes in systems where the ulimit for file descriptors is too high (squid tries to allocate memory based on that value). We then crafted the squid ROCK's configurations to mimic the Ubuntu package service behavior, capping the number of maximum open files to systemd's default. * '''mdevctl MIR - Rust MIR, multiple upstream tarball delta:''' LP #1942394 shows a non-trivial MIR process being pushed forward by ~paelzer and I, where an older version of the package is already in main, but the latest version has been re-written in Rust, whose packages had no clear MIR path until this bug was filed. Moreover, the attached MP shows non-trivial packaging to include vendorized sources as a delta to the package and means for the security team to track those. * '''nss sync/delta analysis:''' LP: #1971299 shows a detailed delta analysis. Ubuntu carried several patches in nss up to this point. After checking each of them, we decided that we could sync the package instead, reducing our delta back down to zero, which, IMO, is something we should generally seek to reduce technical debt. * '''multipath-tools -Bsymbolic-functions dropped from LDFLAGS:''' LP: #1946834 Shows an interesting case where the usage of the -Bsymbolic-functions in LDFLAGS results in undesired codepaths being executed. While the fix for the issue was straightforward, the debugging process was quite time consuming and involved some offline discussion and a few debugging sessions with sergiodj. * '''cl-plus-ssl OpenSSL 3 support and pgloader follow-up fix:''' I personally enjoyed working on LP: #1960615. This included a feature freeze exception for jammy, a OpenSSL 3 support fix, and an upstream patch. I had no previous lisp experience then. To fix pgloader, a follow-up bug (LP: # 1968594) was needed, which needed careful analysis of lisp hooks and resulted in another upstream patch. While working on these bugs, we realized sbcl needed bootstraping for ppc64el, described below. * '''sbcl ppc64el bootstrap:''' in LP: #1968579, we bootstrapped sbcl for ppc64el. The process was described in the ubuntu-devel mailing list at https://www.mail-archive.com/ubuntu-devel@lists.ubuntu.com/msg10518.html and require a few reverse-dependencies rebuilds to provide ppc64el binaries for those dependencies as well. === MIRs === * [[https://bugs.launchpad.net/ubuntu/+source/mdevctl/+bug/1942394|LP: #1942394]] mdevctl. === Package Merges and Syncs === * [[https://bugs.launchpad.net/ubuntu/+source/cacti/+bug/1972833|LP: #1972833]] cacti. * [[https://launchpad.net/ubuntu/+source/cacti/1.2.20+ds1-2ubuntu1|1.2.20+ds1-2ubuntu1]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/cacti/+git/cacti/+merge/421869|MP: #421869]] * [[https://bugs.launchpad.net/ubuntu/+source/php-symfony-polyfill/+bug/1973074|LP: #1973074]] php-symfony-polyfill. * [[https://launchpad.net/ubuntu/+source/php-symfony-polyfill/1.25.0-2ubuntu1|1.25.0-2ubuntu1]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/php-symfony-polyfill/+git/php-symfony-polyfill/+merge/422221|MP: #422221]] * [[https://bugs.launchpad.net/ubuntu/+source/php-symfony-contracts/+bug/1973818|LP: #1973818]] php-symfony-contracts. * [[https://launchpad.net/ubuntu/+source/php-symfony-contracts/2.5.0-2ubuntu1|2.5.0-2ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-symfony-contracts/+bug/1979234|LP: #1979234]] php-symfony-contracts. * [[https://launchpad.net/ubuntu/+source/php-symfony-contracts/2.5.1-1ubuntu1|2.5.1-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-symfony-contracts/+bug/1980660|LP: #1980660]] php-symfony-contracts. * [[https://launchpad.net/ubuntu/+source/php-symfony-contracts/2.5.2-1ubuntu1|2.5.2-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/phpunit/+bug/1976007|LP: #1976007]] phpunit. A change was added to deal with a circular dependency * [[https://launchpad.net/ubuntu/+source/phpunit/9.5.20-3ubuntu1|9.5.20-3ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1971271|LP: #1971271]] crmsh. * [[https://launchpad.net/ubuntu/+source/crmsh/4.4.0-1ubuntu1|4.4.0-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-doctrine-cache/+bug/1976624|LP: #1976624]] php-doctrine-cache. * [[https://launchpad.net/ubuntu/+source/php-doctrine-cache/2.2.0-1ubuntu1|2.2.0-1ubuntu1]] * kinetic/civicrm. * [[https://launchpad.net/ubuntu/+source/civicrm/5.50.1+dfsg1-1ubuntu1|5.50.1+dfsg1-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/civicrm/+bug/1980139|LP: #1980139]] civicrm. * [[https://launchpad.net/ubuntu/+source/civicrm/5.50.3+dfsg1-1ubuntu1|5.50.3+dfsg1-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/symfony/+bug/1973123|LP: #1973123]] symfony. This was a 2 step build due to a build dependency (polyfill). A doctrine rebuild was also needed. * [[https://launchpad.net/ubuntu/+source/symfony/5.4.9+dfsg-1ubuntu1|5.4.9+dfsg-1ubuntu1]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/symfony/+git/symfony/+merge/423932|MP: #423932]] * https://launchpad.net/ubuntu/+source/symfony/5.4.9+dfsg-1ubuntu2 * https://launchpad.net/ubuntu/+source/doctrine/2.12.2+dfsg-2build1 * [[https://bugs.launchpad.net/ubuntu/+source/symfony/+bug/1980365|LP: #1980365]] symfony. * [[https://launchpad.net/ubuntu/+source/symfony/5.4.10+dfsg-1ubuntu1|5.4.10+dfsg-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/composer/+bug/1978147|LP: #1978147]] composer. * [[https://launchpad.net/ubuntu/+source/composer/2.2.13-1ubuntu1|2.2.13-1ubuntu1]] * kinetic/composer/2. * [[https://launchpad.net/ubuntu/+source/composer/2.2.14-1ubuntu1|2.2.14-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/1978364|LP: #1978364]] php8.1. * [[https://launchpad.net/ubuntu/+source/php8.1/8.1.5-1ubuntu1|8.1.5-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-parser/+bug/1979240|LP: #1979240]] php-parser. * [[https://launchpad.net/ubuntu/+source/php-parser/4.14.0-1ubuntu1|4.14.0-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-cache-tag-interop/+bug/1972904|LP: #1972904]] php-cache-tag-interop. Sync * [[https://launchpad.net/ubuntu/+source/php-cache-tag-interop/1.1.0-1|1.1.0-1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-pear/+bug/1971311|LP: #1971311]] php-pear. Sync * [[https://launchpad.net/ubuntu/+source/php-pear/1:1.10.13+submodules+notgz+2022032202-2|1:1.10.13+submodules+notgz+2022032202-2]] * [[https://bugs.launchpad.net/ubuntu/+source/php-pecl-http/+bug/1973036|LP: #1973036]] php-pecl-http. Sync * [[https://launchpad.net/ubuntu/+source/php-pecl-http/4.2.2-1|4.2.2-1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-imagick/+bug/1973062|LP: #1973062]] php-imagick. Sync * [[https://launchpad.net/ubuntu/+source/php-imagick/3.7.0-2|3.7.0-2]] * kinetic/libphp-swiftmailer. Sync * [[https://launchpad.net/ubuntu/+source/libphp-swiftmailer/6.3.0-2|6.3.0-2]] * kinetic/php-symfony-polyfill/2. Sync * [[https://launchpad.net/ubuntu/+source/php-symfony-polyfill/1.25.0-3|1.25.0-3]] * kinetic/php-twig. Sync * [[https://launchpad.net/ubuntu/+source/php-twig/3.4.1-1|3.4.1-1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-doctrine-persistence/+bug/1976310|LP: #1976310]] php-doctrine-persistence. Sync * [[https://launchpad.net/ubuntu/+source/php-doctrine-persistence/2.5.3-2|2.5.3-2]] * [[https://bugs.launchpad.net/ubuntu/+source/doctrine/+bug/1976635|LP: #1976635]] doctrine. Sync * [[https://launchpad.net/ubuntu/+source/doctrine/2.12.2+dfsg-2|2.12.2+dfsg-2]] * [[https://bugs.launchpad.net/ubuntu/+source/php-symfony-mercure/+bug/1976663|LP: #1976663]] php-symfony-mercure. Sync * [[https://launchpad.net/ubuntu/+source/php-symfony-mercure/0.6.1-2|0.6.1-2]] * [[https://bugs.launchpad.net/ubuntu/+source/php-doctrine-dbal/+bug/1977509|LP: #1977509]] php-doctrine-dbal. Sync * [[https://launchpad.net/ubuntu/+source/php-doctrine-dbal/3.3.6+dfsg-1|3.3.6+dfsg-1]] * [[https://bugs.launchpad.net/ubuntu/+source/composer/+bug/1979213|LP: #1979213]] composer. Sync * [[https://launchpad.net/ubuntu/+source/composer/2.3.7-2|2.3.7-2]] * [[https://bugs.launchpad.net/ubuntu/+source/phpunit/+bug/1979527|LP: #1979527]] phpunit. Sync * [[https://launchpad.net/ubuntu/+source/phpunit/9.5.21-1|9.5.21-1]] * [[https://bugs.launchpad.net/ubuntu/+source/php-doctrine-data-fixtures/+bug/1979567|LP: #1979567]] php-doctrine-data-fixtures. Sync * [[https://launchpad.net/ubuntu/+source/php-doctrine-data-fixtures/1.5.3-1|1.5.3-1]] * [[https://bugs.launchpad.net/ubuntu/+source/nbd/+bug/1971294|LP: #1971294]] nbd. Sync * [[https://launchpad.net/ubuntu/+source/nbd/1:3.24-1|1:3.24-1]] * [[https://bugs.launchpad.net/ubuntu/+source/postgresql-14/+bug/1971313|LP: #1971313]] postgresql-14. Sync * [[https://launchpad.net/ubuntu/+source/postgresql-14/14.3-1|14.3-1]] * [[https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1971299|LP: #1971299]] nss. Sync. The Linked bug and MP provided a complete delta analysis before deciding on the sync. * [[https://launchpad.net/ubuntu/+source/nss/2:3.77-1|2:3.77-1]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/nss/+git/nss/+merge/423527|MP: #423527]] * [[https://bugs.launchpad.net/ubuntu/+source/pgloader/+bug/1980144|LP: #1980144]] pgloader. Sync * [[https://launchpad.net/ubuntu/+source/pgloader/3.6.6-1|3.6.6-1]] * [[https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1971332|LP: #1971332]] unbound. Sync * [[https://launchpad.net/ubuntu/+source/unbound/1.16.0-2|1.16.0-2]] upload sponsored by [[https://launchpad.net/~paelzer|~paelzer]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/unbound/+git/unbound/+merge/426432|MP: #426432]] * [[https://bugs.launchpad.net/ubuntu/+source/php-solr/+bug/1964125|LP: #1964125]] php-solr. Sync request during feature freeze. No FFe needed: this was a fix to allow package migration * [[https://bugs.launchpad.net/ubuntu/+source/php-solr/2.5.1+2.4.0-15|2.5.1+2.4.0-15]] upload sponsored by [[https://launchpad.net/~schopin|~schopin]] * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006934 * [[https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1959126|LP: #1959126]] nss. Packaging an LTS version not present in Debian for the next Ubuntu LTS release * [[https://bugs.launchpad.net/ubuntu/+source/nss/2:3.68.2-0ubuntu1|2:3.68.2-0ubuntu1]] upload sponsored by [[https://launchpad.net/~lucaskanashiro|~lucaskanashiro]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/nss/+git/nss/+merge/415883|MP: #415883]] * [[https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1946834|LP: #1946834]] multipath-tools. This was an interesting merge which required lots of debugging on a -Bsymbolic-functions issue. * [[https://bugs.launchpad.net/ubuntu/+source/multipath-tools/0.8.8-1ubuntu1|0.8.8-1ubuntu1]] upload sponsored by [[https://launchpad.net/~lucaskanashiro|~lucaskanashiro]] * For further references: * https://github.com/opensvc/multipath-tools/issues/26 * https://salsa.debian.org/linux-blocks-team/multipath-tools/-/merge_requests/5 * https://salsa.debian.org/linux-blocks-team/multipath-tools/-/merge_requests/6 * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/multipath-tools/+git/multipath-tools/+merge/415814|MP: #415814]] * [[https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1946833|LP: #1946833]] bind9. * [[https://bugs.launchpad.net/ubuntu/+source/bind9/1:9.18.0-2ubuntu1|1:9.18.0-2ubuntu1]] upload sponsored by [[https://launchpad.net/~ahasenack|~ahasenack]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/bind9/+git/bind9/+merge/414727|MP: #414727]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1958978|LP: #1958978]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.3.1-1ubuntu1|4.3.1-1ubuntu1]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414581|MP: #414581]] * impish/adcli. * [[https://launchpad.net/ubuntu/+source/adcli/0.9.1-1ubuntu1|0.9.1-1ubuntu1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/adcli/+git/adcli/+merge/407265|MP: #407265]] * impish/bind9. * [[https://launchpad.net/ubuntu/+source/bind9/1:9.16.15-1ubuntu1|1:9.16.15-1ubuntu1]] upload sponsored by [[https://launchpad.net/~paelzer|~paelzer]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/bind9/+git/bind9/+merge/405606|MP: #405606]] * impish/openvpn. * [[https://launchpad.net/ubuntu/+source/openvpn/2.5.1-2ubuntu1|2.5.1-2ubuntu1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/openvpn/+git/openvpn/+merge/402164|MP: #402164]] * impish/cyrus-sasl2. This ended up being a sync request. See the merge for further reference. * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/cyrus-sasl2/+git/cyrus-sasl2/+merge/402660|MP: #402660]] * impish/samba. * [[https://launchpad.net/ubuntu/+source/samba/2:4.13.5+dfsg-2ubuntu1|2:4.13.5+dfsg-2ubuntu1]] upload sponsored by [[https://launchpad.net/~lucaskanashiro|~lucaskanashiro]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/samba/+git/samba/+merge/402774|MP: #402774]] * impish/kerberos-configs. * [[https://launchpad.net/ubuntu/+source/kerberos-configs/2.6+nmu1ubuntu1|2.6+nmu1ubuntu1]] upload sponsored by [[https://launchpad.net/~bryce|~bryce]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/kerberos-configs/+git/kerberos-configs/+merge/406047|MP: #406047]] * impish/squid. This was performed in a pairing session with Robie and was merged right away after his review. Therefore, no MP is available * [[https://launchpad.net/ubuntu/+source/squid/4.13-9ubuntu1|4.13-9ubuntu1]] upload sponsored by [[https://launchpad.net/~racb|~racb]] * For further references: * https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/squid/+git/squid/+ref/merge-impish-4.13-9ubuntu1 * impish/dovecot. This was rejected due to the size of the changes provided by Debian and due to the fact it was proposed 2 days away from the feature freeze * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/dovecot/+git/dovecot/+merge/407189|MP: #407189]] * [[https://bugs.launchpad.net/ubuntu/+source/thin-provisioning-tools/+bug/1946908|LP: #1946908]] thin-provisioning-tools. * [[https://launchpad.net/ubuntu/+source/thin-provisioning-tools/0.9.0-2ubuntu1|0.9.0-2ubuntu1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/thin-provisioning-tools/+git/thin-provisioning-tools/+merge/417096|MP: #417096]] === Bug Fixes and SRUs === * [[https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1903516|LP: #1903516]] openssh. This was a staged SRU for impish, due to the low impact of the bug. For bionic and focal, it was uploaded with a different SRU. * bionic SRU [[https://launchpad.net/ubuntu/+source/openssh/1:7.6p1-4ubuntu0.7|1:7.6p1-4ubuntu0.7]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * focal SRU [[https://launchpad.net/ubuntu/+source/openssh/1:8.2p1-4ubuntu0.5|1:8.2p1-4ubuntu0.5]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * impish SRU [[https://launchpad.net/ubuntu/+source/openssh/1:8.4p1-6ubuntu2.2|1:8.4p1-6ubuntu2.2]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1972730|LP: #1972730]] crmsh. This is an SRU I sponsored for someone else after the fix landed in kinetic with the first kinetic merge. * jammy SRU [[https://launchpad.net/ubuntu/+source/crmsh/4.3.1-1ubuntu3|4.3.1-1ubuntu3]] * [[https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1968228|LP: #1968228]] php7.4. * focal SRU [[https://launchpad.net/ubuntu/+source/php7.4/7.4.3-4ubuntu2.11|7.4.3-4ubuntu2.11]] * [[https://bugs.launchpad.net/ubuntu/+source/squid/+bug/1968200|LP: #1968200]] squid. * [[https://launchpad.net/ubuntu/+source/squid/5.2-1ubuntu4|5.2-1ubuntu4]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/squid/+git/squid/+merge/419351|MP: #419351]] * [[https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/1772915|LP: #1772915]] php8.1. * [[https://launchpad.net/ubuntu/+source/php8.1/8.1.2-1ubuntu4|8.1.2-1ubuntu4]] * [[https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/1882279|LP: #1882279]] php8.1. A buggy GCC macro has been hindering PHP's configuration step for x86_64, making distribution binaries performance worse for specific operations than binaries shipped by the upstream project. * [[https://launchpad.net/ubuntu/+source/php8.1/8.1.2-1ubuntu4|8.1.2-1ubuntu4]] * For further references: * https://github.com/php/php-src/pull/8483 * https://salsa.debian.org/php-team/php/-/merge_requests/12 * [[https://bugs.launchpad.net/ubuntu/+source/pgloader/+bug/1968594|LP: #1968594]] pgloader. * [[https://launchpad.net/ubuntu/+source/pgloader/3.6.3-1ubuntu1|3.6.3-1ubuntu1]] * For further references: * https://github.com/dimitri/pgloader/issues/1370 * https://github.com/dimitri/pgloader/pull/1372 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009379 * [[https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1973382|LP: #1973382]] postgresql-common. * [[https://launchpad.net/ubuntu/+source/postgresql-common/241ubuntu1|241ubuntu1]] * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011067 * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/postgresql-common/+git/postgresql-common/+merge/422669|MP: #422669]] * [[https://bugs.launchpad.net/ubuntu/+source/rainloop/+bug/1974202|LP: #1974202]] rainloop. * [[https://launchpad.net/ubuntu/+source/rainloop/1.16.0+dfsg-1ubuntu2|1.16.0+dfsg-1ubuntu2]] * For further references: * https://salsa.debian.org/js-team/rainloop/-/merge_requests/2 * https://salsa.debian.org/js-team/rainloop/-/merge_requests/5 * https://github.com/RainLoop/rainloop-webmail/pull/2177 * [[https://bugs.launchpad.net/ubuntu/+source/php-klogger/+bug/1967796|LP: #1967796]] php-klogger. * [[https://launchpad.net/ubuntu/+source/php-klogger/1.2.1-4ubuntu1|1.2.1-4ubuntu1]] * civicrm - PSR stack compatibility. * [[https://launchpad.net/ubuntu/+source/civicrm/5.33.2+dfsg1-1ubuntu1|5.33.2+dfsg1-1ubuntu1]] * php-malkusch-lock - PSR stack compatibility. * [[https://launchpad.net/ubuntu/+source/php-malkusch-lock/2.2+ds.1-2ubuntu1|2.2+ds.1-2ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/sbcl/+bug/1968579|LP: #1968579]] sbcl. * [[https://launchpad.net/ubuntu/+source/sbcl/2:2.2.3-2maysync3|2:2.2.3-2maysync3]] * For further references: * https://www.mail-archive.com/ubuntu-devel@lists.ubuntu.com/msg10518.html * [[https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1951031|LP: #1951031]] php7.4. * focal SRU [[https://bugs.launchpad.net/ubuntu/+source/php7.4/7.4.3-4ubuntu2.8|7.4.3-4ubuntu2.8]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * hirsute SRU [[https://bugs.launchpad.net/ubuntu/+source/php7.4/7.4.16-1ubuntu2.3|7.4.16-1ubuntu2.3]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/php7.4/+git/php7.4/+merge/412416|MP: #412416]] * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/php7.4/+git/php7.4/+merge/412418|MP: #412418]] * [[https://bugs.launchpad.net/ubuntu/+source/php-symfony-polyfill/+bug/1964709|LP: #1964709]] php-symfony-polyfill. * [[https://launchpad.net/ubuntu/+source/php-symfony-polyfill/1.24.0-1ubuntu2|1.24.0-1ubuntu2]] upload sponsored by [[https://launchpad.net/~schopin|~schopin]] * For further references: * https://github.com/symfony/polyfill/pull/399 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007203 * https://salsa.debian.org/php-team/pear/php-symfony-polyfill/-/merge_requests/1 * [[https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1961556|LP: #1961556]] bind9. * [[https://bugs.launchpad.net/ubuntu/+source/bind9/1:9.18.0-2ubuntu2|1:9.18.0-2ubuntu2]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/bind9/+git/bind9/+merge/415930|MP: #415930]] * [[https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1961136|LP: #1961136]] multipath-tools. * [[https://bugs.launchpad.net/ubuntu/+source/multipath-tools/0.8.8-1ubuntu1|0.8.8-1ubuntu1]] upload sponsored by [[https://launchpad.net/~lucaskanashiro|~lucaskanashiro]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1958393|LP: #1958393]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.3.1-1ubuntu1|4.3.1-1ubuntu1]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414581|MP: #414581]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1958247|LP: #1958247]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.2.1-3ubuntu2|4.2.1-3ubuntu2]] * For further references: * https://salsa.debian.org/ha-team/crmsh/-/merge_requests/5 * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414111|MP: #414111]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1958246|LP: #1958246]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.2.1-3ubuntu2|4.2.1-3ubuntu2]] * For further references: * https://github.com/ClusterLabs/crmsh/pull/926 * https://salsa.debian.org/ha-team/crmsh/-/merge_requests/4 * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414111|MP: #414111]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1958243|LP: #1958243]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.2.1-3ubuntu2|4.2.1-3ubuntu2]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414111|MP: #414111]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1958241|LP: #1958241]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.2.1-3ubuntu2|4.2.1-3ubuntu2]] * For further references: * https://github.com/ClusterLabs/crmsh/pull/925 * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414111|MP: #414111]] * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1947022|LP: #1947022]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/4.2.1-3ubuntu2|4.2.1-3ubuntu2]] * For further references: * https://github.com/ClusterLabs/crmsh/issues/879 * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/crmsh/+git/crmsh/+merge/414111|MP: #414111]] * [[https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1947810|LP: #1947810]] autopkgtest. * impish SRU [[https://launchpad.net/ubuntu/+source/autopkgtest/5.16ubuntu2|5.16ubuntu2]] upload sponsored by [[https://launchpad.net/~juliank|~juliank]] * For further references: * https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/133 * [[https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/1928311|LP: #1928311]] python-certbot. * For further references: * https://salsa.debian.org/letsencrypt-team/certbot/certbot/-/merge_requests/5 * [[https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1845765|LP: #1845765]] asterisk. * [[https://bugs.launchpad.net/ubuntu/+source/python-debian/+bug/1923845|LP: #1923845]] python-debian. * [[https://launchpad.net/ubuntu/+source/python-debian/0.1.39ubuntu1|0.1.39ubuntu1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/python-debian/+git/python-debian/+merge/407413|MP: #407413]] * [[https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1945993|LP: #1945993]] python-django. * [[https://bugs.launchpad.net/ubuntu/+source/python-django/2:2.2.24-1ubuntu1|2:2.2.24-1ubuntu1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/dh-cmake/+bug/1940586|LP: #1940586]] dh-cmake. * [[https://bugs.launchpad.net/ubuntu/+source/sane-airscan/+bug/1939916|LP: #1939916]] sane-airscan. * [[https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1927877|LP: #1927877]] unbound. * [[https://bugs.launchpad.net/ubuntu/+source/unbound/1.13.1-1ubuntu1|1.13.1-1ubuntu1]] upload sponsored by [[https://launchpad.net/~bryce|~bryce]] * [[https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1631104|LP: #1631104]] openvpn. This is a follow-up and reproducer I decided to add to the bug after working on a different bug. * Telegraf CVE fix on unpublished branch for OCI image. * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/telegraf/+git/telegraf/+merge/401795|MP: #401795]] * [[https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1898593|LP: #1898593]] cyrus-sasl2. * [[https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1899902|LP: #1899902]] bind9. * [[https://bugs.launchpad.net/ubuntu/+source/bind9/1:9.16.8-1ubuntu3.2|1:9.16.8-1ubuntu3.2]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * https://salsa.debian.org/dns-team/bind9/-/merge_requests/17 * [[https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1905285|LP: #1905285]] openssh. * [[https://launchpad.net/ubuntu/+source/openssh/1:8.4p1-5ubuntu2|1:8.4p1-5ubuntu2]] upload sponsored by [[https://launchpad.net/~paelzer|~paelzer]] * focal SRU [[https://launchpad.net/ubuntu/+source/openssh/1:8.2p1-4ubuntu0.3|1:8.2p1-4ubuntu0.3]] upload sponsored by [[https://launchpad.net/~bryce|~bryce]] * hirsute SRU [[https://launchpad.net/ubuntu/+source/openssh/1:8.4p1-5ubuntu1.1|1:8.4p1-5ubuntu1.1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * For further references: * https://salsa.debian.org/ssh-team/openssh/-/merge_requests/12 * [[https://bugs.launchpad.net/ubuntu/+source/golang-github-docker-docker-credential-helpers/+bug/1813003|LP: #1813003]] golang-github-docker-docker-credential-helpers. * bionic SRU [[https://launchpad.net/ubuntu/+source/golang-github-docker-docker-credential-helpers/0.5.0-2ubuntu0.1|0.5.0-2ubuntu0.1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1934781|LP: #1934781]] openvpn. * focal SRU [[https://launchpad.net/ubuntu/+source/openvpn/2.4.7-1ubuntu2.20.04.3|2.4.7-1ubuntu2.20.04.3]] upload sponsored by [[https://launchpad.net/~bryce|~bryce]] * bionic SRU [[https://launchpad.net/ubuntu/+source/openvpn/2.4.4-2ubuntu1.6|2.4.4-2ubuntu1.6]] upload sponsored by [[https://launchpad.net/~bryce|~bryce]] * [[https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/1890406|LP: #1890406]] tmux. * focal SRU [[https://launchpad.net/ubuntu/+source/tmux/3.0a-2ubuntu0.3|3.0a-2ubuntu0.3]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1905387|LP: #1905387]] samba. * focal SRU [[https://launchpad.net/ubuntu/+source/samba/2:4.11.6+dfsg-0ubuntu1.9|2:4.11.6+dfsg-0ubuntu1.9]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * groovy SRU [[https://launchpad.net/ubuntu/+source/samba/2:4.12.5+dfsg-3ubuntu4.4|2:4.12.5+dfsg-3ubuntu4.4]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/1453463|LP: #1453463]] lighttpd. * bionic SRU [[https://launchpad.net/ubuntu/+source/lighttpd/1.4.45-1ubuntu3.18.04.1|1.4.45-1ubuntu3.18.04.1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * focal SRU [[https://launchpad.net/ubuntu/+source/lighttpd/1.4.55-1ubuntu1.20.04.1|1.4.55-1ubuntu1.20.04.1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/ocfs2-tools/+bug/1939406|LP: #1939406]] ocfs2-tools. Reported to Debian and fixed by the Debian maintainer. * [[https://bugs.launchpad.net/ubuntu/+source/liboping/+bug/1780746|LP: #1780746]] liboping. The Proposed SRU was rejected. Reason: "No users evidently still affected or expected to be affected." * [[https://bugs.launchpad.net/ubuntu/+source/python-gear/+bug/1951952|LP: #1951952]] python-gear. * [[https://launchpad.net/ubuntu/+source/python-gear/0.5.8-6ubuntu1|0.5.8-6ubuntu1]] upload sponsored by [[https://launchpad.net/~sergiodj|~sergiodj]] * [[https://bugs.launchpad.net/ubuntu/+source/python-testtools/+bug/1951877|LP: #1951877]] python-testtools. * [[https://launchpad.net/ubuntu/+source/python-testtools/2.5.0-2ubuntu1|2.5.0-2ubuntu1]] upload sponsored by [[https://launchpad.net/~rafaeldtinoco|~rafaeldtinoco]] * [[https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1919965|LP: #1919965]] nginx. * For further references: * https://salsa.debian.org/nginx-team/nginx/-/merge_requests/14 * [[https://bugs.launchpad.net/ubuntu/+source/php-dapphp-radius/+bug/1964514|LP: #1964514]] php-dapphp-radius. * [[https://launchpad.net/ubuntu/+source/php-dapphp-radius/2.5.8-1ubuntu1|2.5.8-1ubuntu1]] upload sponsored by [[https://launchpad.net/~schopin|~schopin]] * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007132 * https://salsa.debian.org/php-team/pear/php-dapphp-radius/-/merge_requests/2 === Autopkgtest & DEP8 === * [[https://bugs.launchpad.net/ubuntu/+source/python-oauth/+bug/1679377|LP: #1679377]] python-oauth. * For further references: * https://salsa.debian.org/python-team/packages/python-oauth/-/merge_requests/2 * [debian] samba. * For further references: * https://salsa.debian.org/samba-team/samba/-/merge_requests/53 * [debian] tmux. * For further references: * https://salsa.debian.org/rfrancoise/tmux/-/merge_requests/7 === Milestones and Exceptions === * [[https://bugs.launchpad.net/ubuntu/+source/cl-plus-ssl/+bug/1960615|LP: #1960615]] cl-plus-ssl. * [[https://launchpad.net/ubuntu/+source/cl-plus-ssl/20220328.git8b91648-3|20220328.git8b91648-3]] * For further references: * https://github.com/cl-plus-ssl/cl-plus-ssl/pull/154 * https://salsa.debian.org/common-lisp-team/cl-plus-ssl/-/merge_requests/2 * [[https://bugs.launchpad.net/ubuntu/+source/postgresql-10/+bug/1973627|LP: #1973627]] postgresql MRE. * [[https://bugs.launchpad.net/ubuntu/+source/postgresql-12/+bug/1961127|LP: #1961127]] postgresql MRE. * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/postgresql-10/+git/postgresql-10/+merge/415924|MP: #415924]] * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/postgresql-12/+git/postgresql-12/+merge/415963|MP: #415963]] * [[https://bugs.launchpad.net/ubuntu/+source/dh-php/+bug/1963695|LP: #1963695]] dh-php. * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006428 * [[https://bugs.launchpad.net/ubuntu/+source/python-debian/+bug/1945205|LP: #1945205]] python-debian. === +1 maintenance === * udo - badtest udo for i386. * For further references: * [[https://code.launchpad.net/~athos-ribeiro/britney/+git/britney/+merge/405253|MP: #405253]] * [[https://bugs.launchpad.net/ubuntu/+source/universal-ctags/+bug/1934829|LP: #1934829]] universal-ctags. * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990784 * https://github.com/universal-ctags/ctags/pull/3125 * [[https://bugs.launchpad.net/debian/+source/golang-github-go-sourcemap-sourcemap/+bug/1935066|LP: #1935066]] golang-github-go-sourcemap-sourcemap. * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989120 * piuparts - FTBFS. * For further references: * https://salsa.debian.org/debian/piuparts/-/merge_requests/35 * https://launchpad.net/ubuntu/+source/piuparts/1.1.3/+build/21477124 * [[https://bugs.launchpad.net/ubuntu/+source/unittest2/+bug/1949778|LP: #1949778]] unittest2. * For further references: * https://salsa.debian.org/python-team/packages/unittest2/-/merge_requests/1 * [[https://bugs.launchpad.net/ubuntu/+source/python-werkzeug/+bug/1950335|LP: #1950335]] python-werkzeug. * For further references: * https://salsa.debian.org/python-team/packages/python-werkzeug/-/merge_requests/2 * [[https://bugs.launchpad.net/ubuntu/+source/python-pyscss/+bug/1950391|LP: #1950391]] python-pyscss. * For further references: * https://salsa.debian.org/python-team/packages/python-pyscss/-/merge_requests/2 * https://salsa.debian.org/python-team/packages/python-pyscss/-/merge_requests/3 * [[https://bugs.launchpad.net/ubuntu/+source/testresources/+bug/1950521|LP: #1950521]] testresources. * [[https://launchpad.net/ubuntu/+source/testresources/2.0.1-2ubuntu1|2.0.1-2ubuntu1]] upload sponsored by [[https://launchpad.net/~brian-murray|~brian-murray]] * For further references: * https://github.com/testing-cabal/testresources/pull/14 * https://salsa.debian.org/openstack-team/python/testresources/-/merge_requests/3 * [[https://bugs.launchpad.net/ubuntu/+source/python-agate/+bug/1950646|LP: #1950646]] python-agate. * For further references: * https://salsa.debian.org/python-team/packages/python-agate/-/merge_requests/2 * https://salsa.debian.org/python-team/packages/python-leather/-/merge_requests/2 === Bug reports === * [[https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1964928|LP: #1964928]] multipath-tools. * For further references: * https://github.com/opensvc/multipath-tools/issues/26 * [[https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1957320|LP: #1957320]] nginx. * [[https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1961633|LP: #1961633]] multipath-tools. * [[https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1958594|LP: #1958594]] initramfs-tools. * [[https://bugs.launchpad.net/ubuntu/+source/soupsieve/+bug/1945788|LP: #1945788]] soupsieve. * [[https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1947022|LP: #1947022]] crmsh. * [[https://bugs.launchpad.net/ubuntu/+source/python-molotov/+bug/1947751|LP: #1947751]] python-molotov. === Reviews === * openldap MRE. * For further references: * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/424341|MP: #424341]] * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/424587|MP: #424587]] * postgresql MRE. * For further references: * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/postgresql-14/+git/postgresql-14/+merge/424983|MP: #424983]] * puppet - link issues. * For further references: * [[https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/puppet/+git/puppet/+merge/424107|MP: #424107]] * [[https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/puppet/+git/puppet/+merge/424206|MP: #424206]] * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/openssh/+git/openssh/+merge/418102|MP: #418102]] openssh focal SRU. * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/openssh/+git/openssh/+merge/418101|MP: #418101]] openssh bionic SRU. * [[https://code.launchpad.net/~ahasenack/ubuntu/+source/python-tempita/+git/python-tempita/+merge/417740|MP: #417740]] python-tempita: Fix FTBFS. * [[https://bugs.launchpad.net/ubuntu/+source/ruby3.0/+bug/1964813|LP: #1964813]] ruby3.0: Script to generate Provides is broken. * jammy/resource-agents updates. * For further references: * [[https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/resource-agents/+git/resource-agents/+merge/416053|MP: #416053]] * jammy/adcli merge. * For further references: * [[https://code.launchpad.net/~ahasenack/ubuntu/+source/adcli/+git/adcli/+merge/416042|MP: #416042]] * jammy/freeradius merge. * For further references: * [[https://code.launchpad.net/~ahasenack/ubuntu/+source/freeradius/+git/freeradius/+merge/415870|MP: #415870]] * ubuntu-advantage-client - Dockerfile tests and docs. * For further references: * https://github.com/canonical/ubuntu-advantage-client/pull/1975 * [[https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1956456|LP: #1956456]] ubuntu-advantage-tools. * For further references: * [[https://code.launchpad.net/~renanrodrigo/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/413641|MP: #413641]] * [[https://code.launchpad.net/~renanrodrigo/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/413671|MP: #413671]] * [[https://code.launchpad.net/~renanrodrigo/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/413672|MP: #413672]] * [[https://code.launchpad.net/~renanrodrigo/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/413673|MP: #413673]] * [[https://code.launchpad.net/~renanrodrigo/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/413674|MP: #413674]] * [[https://code.launchpad.net/~renanrodrigo/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/413675|MP: #413675]] * sendmail MP. * For further references: * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/sendmail/+git/sendmail/+merge/402723|MP: #402723]] * [[https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1934902|LP: #1934902]] ubuntu-advantage-tools. * For further references: * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405486|MP: #405486]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405489|MP: #405489]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405490|MP: #405490]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405491|MP: #405491]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405492|MP: #405492]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405776|MP: #405776]] * [[https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405786|MP: #405786]] * [[https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405782|MP: #405782]] * [[https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405784|MP: #405784]] * [[https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/405785|MP: #405785]] * ubuntu-maintainers-handbook documentation update. * For further references: * https://github.com/canonical/ubuntu-maintainers-handbook/pull/22 * [[https://bugs.launchpad.net/ubuntu/+source/r10k/+bug/1940104|LP: #1940104]] r10k. * [[https://bugs.launchpad.net/ubuntu/+source/prometheus/+bug/1930752|LP: #1930752]] prometheus. * openldap merge - impish cycle. * For further references: * [[https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/407278|MP: #407278]] * corosync SRU. * For further references: * [[https://code.launchpad.net/~mirespace/ubuntu/+source/corosync/+git/corosync/+merge/409319|MP: #409319]] * [[https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1942929|LP: #1942929]] ubuntu-advantage-tools. * For further references: * [[https://code.launchpad.net/~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/409097|MP: #409097]] * [[https://code.launchpad.net/~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/409099|MP: #409099]] * [[https://code.launchpad.net/~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/409100|MP: #409100]] * [[https://code.launchpad.net/~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/409102|MP: #409102]] * [[https://code.launchpad.net/~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/409103|MP: #409103]] * [[https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1949634|LP: #1949634]] ubuntu-advantage-tools. * For further references: * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/411422|MP: #411422]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/411423|MP: #411423]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/411424|MP: #411424]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/411425|MP: #411425]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/411426|MP: #411426]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/411427|MP: #411427]] * [[https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1951705|LP: #1951705]] ubuntu-advantage-tools. * For further references: * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/412296|MP: #412296]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/412298|MP: #412298]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/412299|MP: #412299]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/412300|MP: #412300]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/412301|MP: #412301]] * [[https://code.launchpad.net/~lamoura/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/412302|MP: #412302]] === Snaps and OCIs === * [[https://code.launchpad.net/cassandra-snap|Cassandra Snap]] * [[https://code.launchpad.net/~canonical-server/ubuntu-docker-images/+git/cassandra|Cassandra OCI image]] * [[https://code.launchpad.net/~canonical-server/ubuntu-docker-images/+git/squid|Squid OCI image]] * [[https://code.launchpad.net/kafka-snap|Kafka Snap]] * [[https://code.launchpad.net/~canonical-server/ubuntu-docker-images/+git/kafka|Kafka and Zookeeper OCI images]] === Misc === * buildapp - no-change rebuild for sbcl ppc64el bootstrap. * [[https://launchpad.net/ubuntu/+source/buildapp/1.5.6-3build1|1.5.6-3build1]] * cafeobj - no-change rebuild for sbcl ppc64el bootstrap. * [[https://launchpad.net/ubuntu/+source/cafeobj/1.6.0-2build1|1.6.0-2build1]] * pgloader - no-change rebuild for sbcl ppc64el bootstrap. * [[https://launchpad.net/ubuntu/+source/pgloader/3.6.6-1build1|3.6.6-1build1]] * pgcharts - FTBFS fix plus ppc64el support after sbcl bootstrap. * [[https://launchpad.net/ubuntu/+source/pgcharts/1.0+2017-09-16-1ubuntu1|1.0+2017-09-16-1ubuntu1]] * [[https://bugs.launchpad.net/ubuntu/+source/pgloader/+bug/1960615|LP: #1960615]] pgloader. * [[https://launchpad.net/ubuntu/+source/pgloader/3.6.3-1build1|3.6.3-1build1]] * php-psr-http-factory - no-change rebuild for new autoloader path. * [[https://launchpad.net/ubuntu/+source/php-psr-http-factory/1.0.1-3build1|1.0.1-3build1]] * php-http-message-factory - no-change rebuild for new autoloader path. * [[https://launchpad.net/ubuntu/+source/php-http-message-factory/1.0.2-3build1|1.0.2-3build1]] * xmlsec1 - no-change rebuild for kinetic nss sync. * [[https://launchpad.net/ubuntu/+source/xmlsec1/1.2.33-1build3|1.2.33-1build3]] * squid ROCK - reducing gaps with deb package. Thorough bug analysis followed by a change to match deb package behavior * For further references: * https://bugs.launchpad.net/ubuntu-docker-images/+bug/1978272 * podman-compose - new package. * For further references: * https://launchpad.net/ubuntu/+source/podman-compose * https://tracker.debian.org/pkg/podman-compose * [[https://bugs.launchpad.net/ubuntu/+source/postgresql-14/+bug/1980380|LP: #1980380]] postgresql-14. * [[https://bugs.launchpad.net/ubuntu/+source/adldap2/+bug/1931315|LP: #1931315]] adldap2. * [[https://bugs.launchpad.net/ubuntu/+source/pgloader/+bug/1980695|LP: #1980695]] pgloader. * phpunit-cli-parser - fixing migration issues. * For further references: * https://salsa.debian.org/php-team/pear/phpunit-cli-parser/-/merge_requests/1 * rainloop - licensing issues. * For further references: * https://salsa.debian.org/js-team/rainloop/-/merge_requests/4 * https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2022-May/019259.html * [git-ubuntu] [[https://code.launchpad.net/~athos-ribeiro/usd-importer/+git/usd-importer/+merge/416951|MP: #416951]] Fix dpkg fallbacks and leaking snap perl dependencies * [Debian] php-dapphp-radius: d/watch cannot detect new upstream tags. * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007133 * https://salsa.debian.org/php-team/pear/php-dapphp-radius/-/merge_requests/3 * ubuntu-server-triage patches. * For further references: * https://github.com/canonical/ubuntu-server-triage/pull/35 * https://github.com/canonical/ubuntu-server-triage/pull/36 * [[https://bugs.launchpad.net/ubuntu/+source/python-oauth/+bug/1118815|LP: #1118815]] python-oauth. * For further references: * https://salsa.debian.org/python-team/packages/python-oauth/-/merge_requests/2 * https://bugs.launchpad.net/ubuntu/+source/python-oauth/+bug/1883875 * [Docs] Updates to ubuntu-maintainers-handbook. * For further references: * https://github.com/canonical/ubuntu-maintainers-handbook/pull/39 * https://github.com/canonical/ubuntu-maintainers-handbook/pull/40 * https://github.com/canonical/ubuntu-maintainers-handbook/pull/43 * https://github.com/canonical/ubuntu-maintainers-handbook/pull/44 * https://github.com/canonical/ubuntu-maintainers-handbook/pull/45 * [[https://bugs.launchpad.net/ubuntu/+source/python-debian/+bug/1215287|LP: #1215287]] python-debian. * [Debian] adcli: update adcli version. * For further references: * https://salsa.debian.org/debian/adcli/-/merge_requests/2 * https://salsa.debian.org/debian/adcli/-/merge_requests/3 * https://salsa.debian.org/debian/adcli/-/merge_requests/4 * [Debian] Updated python-email validator upstream version. * For further references: * https://salsa.debian.org/python-team/packages/email-validator/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&author_username=athos * I used to maintain a small python package to create LP PPAs from the command line (see [[https://pypi.org/project/lppa/|lppa]]). I halted the development efforts on this one after I realized there are more mature solutions available in Launchpad * [Debian] update cyrus-sasl2 broken watchfile. * For further references: * https://salsa.debian.org/debian/cyrus-sasl2/-/merge_requests/5 === Work in progress === * [[https://bugs.launchpad.net/ubuntu/+source/php8.1/+bug/1975626|LP: #1975626]] php8.1. * For further references: * [[https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/php8.1/+git/php8.1/+merge/426844|MP: #426844]] * [[https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1926119|LP: #1926119]] samba. waiting for an upstream reply * [[https://bugs.launchpad.net/debian/+source/bind9/+bug/1897545|LP: #1897545]] bind9. * For further references: * https://salsa.debian.org/dns-team/bind9/-/merge_requests/16 * https://gitlab.isc.org/isc-projects/bind9/-/issues/2717 * [[https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1492212|LP: #1492212]] bind9. * For further references: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995310 == Areas of work == * The Ubuntu Server package set * PHP * PostgreSQL * Ubuntu OCI images * Ubuntu OCI images QA * Snaps used to build Ubuntu OCI images == Things I could do better == * Read more docs to better understand the work, tooling, and processes of different teams, such as MIR, SRU, archive admins, the technical board, the DMB, etc. * Increase participation in Ubuntu mailing lists and IRC channels. = Plans for the future = == General == * Increase my participation in and interactions with Debian. * Help making Ubuntu a better distribution by taking part in discussions, producing automation tools, and improving documentation. == What I like least in Ubuntu == Finding resources around may be difficult at times. For instance, if one does not keep track of their work and/or does not properly set fields in launchpad, compiling a list of work performed around Ubuntu, such as this one, may become a hard task. Working on both documentation and automation tools could help the community and decrease the efforts when one applies for membership. ---- = Endorsements = ''As a sponsor, just copy the template below, fill it out and add it to this section.'' == Bryce Harrington == === General feedback === I've reviewed many of Athos' merge proposals and always find his work solid. Where I've suggested improvements they are well received, and adopted into his common practice. As he mentioned in his introduction, he has the necessary permissions to do his day-to-day work; his coredev membership will be more for the benefit of Ubuntu itself, since it will let us tap him for a broader array of work beyond that such as +1 maintenance and review/sponsorship of new developers. He will make a great addition to the larger development community, and I would encourage him to think about continuing his development towards participation in one of the higher level boards, administrative teams, or other roles. === Specific Experiences of working together === Athos has provided a thorough list above of packaging items we've worked together on, but I'd like to specifically note the PHP work. I've handled the PHP transitions up until now, but wanted to hand it off. Athos was looking for opportunities to learn a lot more about advanced packaging techniques and was eager to take it on. Serendipitously, for 22.10 the team was not planning on doing a PHP transition (Debian still has 8.2 as experimental), but there was ample re-merging and cleanup work from the PHP 8.1 transition. I gave Athos a todo list at the start of the cycle, and he polished it off quicker than I expected, and then proceeded to merge and fix a number of more challenging packages I had been expecting to do myself. Through all of this he was diligent at pushing delta up to debian or upstream, or dropping it after verifying it was no longer needed. This should make the 8.2 transition next cycle easier, and gives me a lot of confidence he's up to the task. I bet he'll do a better job at it than me! Beyond PHP, Athos has also worked with me as a reviewer for my own packaging work and python coding. He always has good suggestions for improvements and is quick to respond with his reviews. === Areas of Improvement === Just keep up the great work! == Sergio Durigan Junior == === General feedback === This is the third endorsement I write for Athos, and I am very happy to know it will be the last one in Ubuntu: I strongly support Athos' Core Dev application and know that he will continue to be a valuable member of the project. He and I have continued to work close together since he became MOTU; we really get along and I absolutely enjoy having discussions about debugging stuff with him. I joke that whenever he comes to me with an package issue, it's always a hairy, difficult and fun one to work on. I am very satisfied to see his progress since he joined the Server team last year. I said this already, but I like his attention to details and his commitment to always do a good job when he works on Ubuntu packages. Lastly, sometimes we (the Server team) forget that Athos is not a Core Dev already. This, to me, is a testament to the fact that he *should* be one. === Specific Experiences of working together === As I said, Athos and I have done many things together these past months. I liked to see the work he did on performance improvements for PHP. I also had fun bootstrapping sbcl on ppc64el with him; it was nice finding hairy bugs and seeing his diligence in working on them. === Areas of Improvement === I really cannot think of any improvement areas for Athos right now. And I can say that it will be a pleasure having him as a fellow Core Dev, helping with +1 maintenance and other things. -- [[LaunchpadHome:sergiodj]] <> == Christian Ehrhardt == === General feedback === The quality of Athos work is great, since he joined our team he was always eager to do a step more - add one more test or "I have found this should now be done that way in d/rules" and such. Due to that his proposed changes were always exactly as needed or better. Athos has a good connection into the Server Team, the Ubuntu Developers in general and also into Debian which provides him ample opportunity to pre-discuss options and solutions enabling him to provide that great work. === Specific Experiences of working together === There would be many small things, but the other endorsements above covered a lot of the same. Instead I'd like to talk about postgresql. I have myself taken that over years ago from Pitti when he left and recently just got so overloaded with other tasks that I needed help. Athos (and Sergio) were very kind to help taking over that work and I'm pleased with it. Athos did not only continue my work including merges, re-occurring MREs and general triage and bug work. He also came up with little improvements here and there of his own - furthermore I connected him with the Debian maintainer who is kind and works with us (=Ubuntu) well. Athos took that connection as well and communicated proactively with Debian which is just the right path on the postgresql packages. === Areas of Improvement === No single big thing comes to my mind. Being a core-deve soon (hopefully) I'd like to see him join our +1 maintenance rotation to broaden his scope even further - but that isn't critique, more an obvious next step. -- [[LaunchpadHome:paelzer]] <> ---- = Comments = ''If you'd like to comment, but are not the applicant or a sponsor, do it here. Don't forget to sign with `@``SIG``@`.'' ---- == TEMPLATE == {{{ == == === General feedback === ## Please fill us in on your shared experience. (How many packages did you sponsor? How would you judge the quality? How would you describe the improvements? Do you trust the applicant?) === Specific Experiences of working together === ''Please add good examples of your work together, but also cases that could have handled better.'' ## Full list of sponsored packages can be generated here: ## https://udd.debian.org/cgi-bin/ubuntu-sponsorships.cgi === Areas of Improvement === }}} ---- ## Uncomment the one that applies for you and please remove the others. ## [[CategoryCoreDevApplication]] ## [[CategoryMOTUApplication]] ## [[CategoryUniverseContributorApplication]] ## [[CategoryPerPackageUploaderApplication]]