Bug#1016084: transition: petsc

2022-09-01 Thread Drew Parsons

On 2022-09-01 23:32, Sebastian Ramacher wrote:


Lower level libraries are uploaded.  We'll want mumps level 2 built to
prepare trilinos for the petsc build.


Scheduled mumps level 2 (except trilinos)

   ^^^

Wait no, it's trilinos that I'm waiting for! petsc needs it.



Processed: Re: Bug#1018912: transition: bamtools

2022-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed
Bug #1018912 [release.debian.org] transition: bamtools
Added tag(s) confirmed.

-- 
1018912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018912
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1018912: transition: bamtools

2022-09-01 Thread Sebastian Ramacher
Control: tags -1 confirmed

On 2022-09-01 23:01:04 +0200, Étienne Mollier wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: transition
> 
> Dear Release Team,
> 
> bamtools recently cleared New processing after an soversion bump
> from 2.5.1 to 2.5.2 and is now available in experimental.  I
> verified the package builds properly on all architectures in
> testing.  Pseudo-excuses are looking good[1], the ben tracker[2]
> too.  Please kindly consider providing a transition slot when
> deemed appropriate.

Please go ahead

Cheers

> 
> [1]: 
> https://release.debian.org/britney/pseudo-excuses-experimental.html#bamtools
> [2]: https://release.debian.org/transitions/html/auto-bamtools.html
> 
> Ben file:
> 
> title = "bamtools";
> is_affected = .depends ~ "libbamtools2.5.1" | .depends ~ "libbamtools2.5.2";
> is_good = .depends ~ "libbamtools2.5.2";
> is_bad = .depends ~ "libbamtools2.5.1";
> 
> Have a nice day,  :)
> -- 
> Étienne Mollier 
> Fingerprint:  8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
> Sent from /dev/pts/5, please excuse my verbosity.
> On air: Saga - Hot To Cold



-- 
Sebastian Ramacher



Processed: Re: Bug#1018876: transition: ace

2022-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed
Bug #1018876 [release.debian.org] transition: ace
Added tag(s) confirmed.

-- 
1018876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018876
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1018876: transition: ace

2022-09-01 Thread Sebastian Ramacher
Control: tags -1 confirmed

On 2022-09-01 10:53:10 +0100, Sudip Mukherjee wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: transition
> X-Debbugs-Cc: sudipm.mukher...@gmail.com
> 
> Hi,
> 
> Small transition with only two affected packages: diagnostics, ivtools.
> 
> diagnostics already has a FTBFS due to #1012912, so could not test it.
> ivtools builds fine with ace 7.0.8+dfsg-1 version in experimental.
> 
> The autogenerated ben tracker looks good. Please consider 'ace' for
> transition.
> Thanks in advance.

Please go ahead

Cheers
-- 
Sebastian Ramacher



Processed: Re: Bug#1018888: nmu: elastix_5.0.1-3+b1

2022-09-01 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 moreinfo
Bug #101 [release.debian.org] nmu: elastix_5.0.1-3+b1
Added tag(s) moreinfo.

-- 
101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1018888: nmu: elastix_5.0.1-3+b1

2022-09-01 Thread Sebastian Ramacher
Control: tags -1 moreinfo

On 2022-09-01 08:37:55 -0500, Steve M. Robbins wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: binnmu
> 
> nmu elastix_5.0.1-3+b1 . ANY . unstable . -m "Rebuild against updated
> insighttoolkit5"

Why is this rebuild needed?

Cheers
-- 
Sebastian Ramacher



Bug#1016084: transition: petsc

2022-09-01 Thread Sebastian Ramacher
On 2022-09-01 22:05:20 +0200, Drew Parsons wrote:
> On 2022-08-31 11:57, Drew Parsons wrote:
> > 
> > The pmix problem is now worked around by reverting back to the earlier
> > version. I'll proceed with the transition of the numerical stack now.
> 
> Lower level libraries are uploaded.  We'll want mumps level 2 built to
> prepare trilinos for the petsc build.

Scheduled mumps level 2 (except trilinos)

Cheers
-- 
Sebastian Ramacher



Bug#1016084: transition: petsc

2022-09-01 Thread Drew Parsons

On 2022-08-31 11:57, Drew Parsons wrote:


The pmix problem is now worked around by reverting back to the earlier
version. I'll proceed with the transition of the numerical stack now.


Lower level libraries are uploaded.  We'll want mumps level 2 built to 
prepare trilinos for the petsc build.


Drew



Bug#1018905: buster-pu: package clamav/0.103.7+dfsg-0+deb10u1

2022-09-01 Thread Sebastian Andrzej Siewior
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: pu
Tags: buster
Severity: normal

This is an long overdue update to the clamav package. It is a stable
update provided by upstream. From their changelog:

- Fix logical signature "Intermediates" feature.

- Relax constraints on slightly malformed zip archives that contain overlapping
  file entries.

0.103.7 is the current LTS release.
The code diff is eual vs the bullseye package and did deploy it on one
of my servers with no side effects so far :)

It would be nice if this could become part of -updates.

Sebastian
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d42d3c..b910470 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ string(TIMESTAMP TODAY "%Y%m%d")
 set(VERSION_SUFFIX "")
 
 project( ClamAV
- VERSION "0.103.6"
+ VERSION "0.103.7"
  DESCRIPTION "ClamAV open source email, web, and end-point anti-virus toolkit." )
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
diff --git a/NEWS.md b/NEWS.md
index 66570e7..4595141 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,17 @@
 Note: This file refers to the source tarball. Things described here may differ
  slightly from the binary packages.
 
+## 0.103.7
+
+ClamAV 0.103.7 is a critical patch release with the following fixes:
+
+- Upgrade the vendored UnRAR library to version 6.1.7.
+
+- Fix logical signature "Intermediates" feature.
+
+- Relax constraints on slightly malformed zip archives that contain overlapping
+  file entries.
+
 ## 0.103.6
 
 ClamAV 0.103.6 is a critical patch release with the following fixes:
diff --git a/configure b/configure
index 59bf5dd..9f9a4f5 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ClamAV 0.103.6.
+# Generated by GNU Autoconf 2.69 for ClamAV 0.103.7.
 #
 # Report bugs to .
 #
@@ -592,8 +592,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ClamAV'
 PACKAGE_TARNAME='clamav'
-PACKAGE_VERSION='0.103.6'
-PACKAGE_STRING='ClamAV 0.103.6'
+PACKAGE_VERSION='0.103.7'
+PACKAGE_STRING='ClamAV 0.103.7'
 PACKAGE_BUGREPORT='https://github.com/Cisco-Talos/clamav/issues'
 PACKAGE_URL='https://www.clamav.net/'
 
@@ -1606,7 +1606,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ClamAV 0.103.6 to adapt to many kinds of systems.
+\`configure' configures ClamAV 0.103.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1687,7 +1687,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ClamAV 0.103.6:";;
+ short | recursive ) echo "Configuration of ClamAV 0.103.7:";;
esac
   cat <<\_ACEOF
   --enable-dependency-tracking
@@ -1922,7 +1922,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ClamAV configure 0.103.6
+ClamAV configure 0.103.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2550,7 +2550,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ClamAV $as_me 0.103.6, which was
+It was created by ClamAV $as_me 0.103.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4308,7 +4308,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='clamav'
- VERSION='0.103.6'
+ VERSION='0.103.7'
 
 
 # Some tools Automake needs.
@@ -6036,7 +6036,7 @@ esac
 $as_echo "#define PACKAGE PACKAGE_NAME" >>confdefs.h
 
 
-VERSION="0.103.6"
+VERSION="0.103.7"
 
 major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/^0-9//g"`
 minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/^0-9//g"`
@@ -31896,7 +31896,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ClamAV $as_me 0.103.6, which was
+This file was extended by ClamAV $as_me 0.103.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -31963,7 +31963,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ClamAV config.status 0.103.6
+ClamAV config.status 0.103.7
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -34813,7 +34813,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="

Bug#1018904: bullseye-pu: package clamav/0.103.7+dfsg-0+deb11u1

2022-09-01 Thread Sebastian Andrzej Siewior
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: pu
Tags: bullseye
Severity: normal

This is an long overdue update to the clamav package. It is a stable
update provided by upstream. From their changelog:

- Fix logical signature "Intermediates" feature.

- Relax constraints on slightly malformed zip archives that contain overlapping
  file entries.

0.103.7 is the current LTS release.
The code diff is eual vs the buster package.

It would be nice if this could become part of -updates.

Sebastian
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d42d3c..b910470 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ string(TIMESTAMP TODAY "%Y%m%d")
 set(VERSION_SUFFIX "")
 
 project( ClamAV
- VERSION "0.103.6"
+ VERSION "0.103.7"
  DESCRIPTION "ClamAV open source email, web, and end-point anti-virus toolkit." )
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
diff --git a/NEWS.md b/NEWS.md
index 66570e7..4595141 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,17 @@
 Note: This file refers to the source tarball. Things described here may differ
  slightly from the binary packages.
 
+## 0.103.7
+
+ClamAV 0.103.7 is a critical patch release with the following fixes:
+
+- Upgrade the vendored UnRAR library to version 6.1.7.
+
+- Fix logical signature "Intermediates" feature.
+
+- Relax constraints on slightly malformed zip archives that contain overlapping
+  file entries.
+
 ## 0.103.6
 
 ClamAV 0.103.6 is a critical patch release with the following fixes:
diff --git a/configure b/configure
index 59bf5dd..9f9a4f5 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ClamAV 0.103.6.
+# Generated by GNU Autoconf 2.69 for ClamAV 0.103.7.
 #
 # Report bugs to .
 #
@@ -592,8 +592,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ClamAV'
 PACKAGE_TARNAME='clamav'
-PACKAGE_VERSION='0.103.6'
-PACKAGE_STRING='ClamAV 0.103.6'
+PACKAGE_VERSION='0.103.7'
+PACKAGE_STRING='ClamAV 0.103.7'
 PACKAGE_BUGREPORT='https://github.com/Cisco-Talos/clamav/issues'
 PACKAGE_URL='https://www.clamav.net/'
 
@@ -1606,7 +1606,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ClamAV 0.103.6 to adapt to many kinds of systems.
+\`configure' configures ClamAV 0.103.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1687,7 +1687,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ClamAV 0.103.6:";;
+ short | recursive ) echo "Configuration of ClamAV 0.103.7:";;
esac
   cat <<\_ACEOF
   --enable-dependency-tracking
@@ -1922,7 +1922,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ClamAV configure 0.103.6
+ClamAV configure 0.103.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2550,7 +2550,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ClamAV $as_me 0.103.6, which was
+It was created by ClamAV $as_me 0.103.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4308,7 +4308,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='clamav'
- VERSION='0.103.6'
+ VERSION='0.103.7'
 
 
 # Some tools Automake needs.
@@ -6036,7 +6036,7 @@ esac
 $as_echo "#define PACKAGE PACKAGE_NAME" >>confdefs.h
 
 
-VERSION="0.103.6"
+VERSION="0.103.7"
 
 major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/^0-9//g"`
 minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/^0-9//g"`
@@ -31896,7 +31896,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ClamAV $as_me 0.103.6, which was
+This file was extended by ClamAV $as_me 0.103.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -31963,7 +31963,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ClamAV config.status 0.103.6
+ClamAV config.status 0.103.7
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -34813,7 +34813,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ClamAV $as_me 0.103.6, which was
+This file 

Bug#1018888: nmu: elastix_5.0.1-3+b1

2022-09-01 Thread Steve M. Robbins
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu elastix_5.0.1-3+b1 . ANY . unstable . -m "Rebuild against updated
insighttoolkit5"



Opinion on splitting official architecture (tiers)

2022-09-01 Thread Paul Gevers

Dear DSA, ftp-master, release team,

As you are probably aware, architecture qualification is a notorious 
hard problem for the Release Team and the project. This year at DebConf, 
we have been discussing [1,2] a potential change in the way we look at 
the (release) architectures. Although my original intent of that BoF was 
broader, I'd like to discuss the option to split the group of official 
architectures into two groups.


There are a couple of architectures (armel, armhf, i386, mips64el and 
mipsel) that we have serious concerns about, but not so much that we 
have already decided to kick them out from the release architectures. I 
am under the impression (acknowledged by the big crowd at the BoF) that 
it would help the project if we would reduce the "Fully Supported 
architecture" (FS) without demoting the other architectures to ports (on 
ports.debian.org). The idea that I have is that we don't change what 
happens on the DSA and ftp-master side of the archive, but that we 
change the support level for some of the current release architectures. 
For the scope of this e-mail, lets call the new group the "Best Effort 
architectures" (BE). The main idea is that (most) problems on those 
architectures are not blocking migration from unstable to testing on the 
FS archs.


Of course there are details to figure out and agree on, but before 
diving into those I'd like to hear if you are open to support the idea 
(hopefully even in time for bookworm) or if there are already deep 
concerns (that would take long to resolve if at all).


Paul

[1] 
https://debconf22.debconf.org/talks/47-investigating-a-tier-system-for-release-architectures/

[2] https://gobby.debian.org/export/debconf22/bof/tier-architecture-system


OpenPGP_signature
Description: OpenPGP digital signature


Actie vereist: uw mailbox staat op het punt vol te raken.

2022-09-01 Thread admin
release.debian@packages.debian.org
 
 (3) eingehende E-Mails konnten nicht zugestellt werden. 
 Bitte gehen Sie zum Nachrichtencenter, um fehlgeschlagene Nachrichten 
abzurufen.
 
 Gehe zum Nachrichtenzentrum >>
 
 © 2021 Powered by Domain manager.
 

Bug#1018876: transition: ace

2022-09-01 Thread Sudip Mukherjee
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: sudipm.mukher...@gmail.com

Hi,

Small transition with only two affected packages: diagnostics, ivtools.

diagnostics already has a FTBFS due to #1012912, so could not test it.
ivtools builds fine with ace 7.0.8+dfsg-1 version in experimental.

The autogenerated ben tracker looks good. Please consider 'ace' for
transition.
Thanks in advance.


-- 
Regards
Sudip



Bug#1018076: transition: gjs and gnome-shell likely to be removed from armel

2022-09-01 Thread Simon McVittie
On Wed, 31 Aug 2022 at 10:19:18 +0100, Simon McVittie wrote:
> I think we'll probably want to swap from a mozjs91-based gjs to a
> mozjs102-based gjs either before or during the mutter/Shell transition
> (#1018118)

I'm having trouble finding the right arguments for `dak rm -n`, but I
think the transition will go something like this:

0. Adapt some packages to stop depending on gjs or gnome-shell on armel:
   - gdm3 - fixed in 42.0-2 (experimental)
   - glade - fixed in 3.40.0-2, might need additional changes if
 the autopkgtest fails on armel as a result of removing gjs support
   - ibus - #1018871 reported
   - libguestfs - #1018819 reported
   - libportal - fixed in 0.6-3
   - libsecret - fixed in 0.20.5-3
   - ostree - fixed in 2022.5-3
1. Wait for release team ack
2. Upload gjs/experimental and gdm3/experimental to unstable
3. Adapt meta-gnome3 so gnome-core and gnome are only built on
   architectures that have a working gjs
4. Remove only these armel *binaries* (as NBS), leaving the rest of their
   source packages intact:
   - gdm3 (from src:gdm3)
   - gnome-core (from src:meta-gnome3)
   - gnome (from src:meta-gnome3)
6. Remove all binaries of these source packages from armel:
   - clapper
   - eos-sdk
   - gjs
   - gnome-books
   - gnome-characters
   - gnome-maps
   - gnome-shell
   - gnome-shell-extension-manager
   - gnome-shell-extension-panel-osd
   - gnome-shell-mailnag
   - gnome-shell-pomodoro
   - gnome-sushi
   - gpaste
   - polari
7. Release team will need to force through the transition by ignoring the
   "all task packages are installable" check on armel, because
   task-gnome-desktop will now be uninstallable on armel

Unfortunately `dak rm -R -n -aarmel` seems to still be showing packages like
libportal, libsecret and ostree as having B-D on gjs, even though the B-D
in question is now qualified with an architecture list that excludes armel.
I think these are now false positives.

I think we can safely ignore these packages, which have Build-Depends
(not Build-Depends-Indep!) on gjs and therefore are not ignored by
dak rm -R -n -A -aarmel, but only build Architecture: all binaries:

- arc-theme
- foliate
- gnome-sound-recorder
- gnome-weather

Contingency plan if #1018819 in libguestfs is not fixed is to also remove
all binaries built by these sources from armel:

- guestfs-tools
- kworkflow
- lava
- libguestfs
- libnbd
- nbdkit
- oz
- poke
- supermin
- virt-p2v
- virt-v2v

and ignore diffoscope's Build-Depends: python3-guestfs (which should
arguably be B-D-I).

Contingency plan if #1018871 in ibus is not fixed is probably a NMU.
Lots of libraries depend on libibus-1.0-dev, so removing ibus from armel
would be very disruptive.

smcv



Processed: ibus-tests:armel: depends on gnome-shell:armel which is likely to be removed

2022-09-01 Thread Debian Bug Tracking System
Processing control commands:

> block 1018076 by -1
Bug #1018076 [release.debian.org] transition: gjs and gnome-shell likely to be 
removed from armel
1018076 was blocked by: 1018819
1018076 was not blocking any bugs.
Added blocking bug(s) of 1018076: 1018871

-- 
1018076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018076
1018871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems