[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#983876: unblock: otrs2/6.0.32-1



Hi

Am 16.03.21 um 20:28 schrieb Paul Gevers:
Control: tags -1 moreinfo

Hi Patrick,

On 15-03-2021 15:12, Patrick Matthäi wrote:
reopen #983876
thanks

Am 02.03.21 um 19:38 schrieb Paul Gevers:
Hi Patrick,

On 02-03-2021 16:58, Patrick Matthäi wrote:
I just uploaded the otrs2 6.0.32 package to experimental.  Could I have your ACK for bullseye? :-)
otrs2 is neither a key package [1], nor listed on the (build-)essential
list [1]. As long as you follow the soft freeze rules [3] and ensure
that the package migrates before the start of the hard freeze
(12-03-2021), there is nothing for us to unblock. I'm wondering if and
suspect that you are asking our permission to upload a new upstream
source. It's hardly doable for us to do that for all packages in Debian,
so we expect you honor the freeze rules and make the judgement yourself
if a new upstream version for your package is appropriate at this state.

Paul

[1] https://udd.debian.org/cgi-bin/key_packages.yaml.cgi
[2] https://release.debian.org/bullseye/essential-and-build-essential.txt
[3] https://release.debian.org/bullseye/freeze_policy.html#soft

Hi,

I uploaded the release to unstable just one hour after your mail and
there were still 10 days for the package to migrate. But the migration
process was not done before the freeze so now I need an unblock:

   * Migration status for otrs2 (6.0.30-2 to 6.0.32-2): BLOCKED: Needs an
     approval (either due to a freeze, the source suite or a manual hint)
   * Too young, only 12 of 20 days old

Now it needs also 10 days more, but in two days 6.0.30 should be
AUTORMed from testing :(

The diff is not reviewable:

  5637 files changed, 151250 insertions(+), 29937 deletions(-)

If you think you can provide a diff that can be reviewed, please provide
one, but please show how you filtered the diff too.

Paul

I have attached a filtered diff. Steps to reproduce:

1) find otrs2-6.0.32/ -type f -exec sed 's/Copyright (C) 2001-2021 OTRS AG/Copyright (C) 2001-2020 OTRS AG/g' -i {} \; To filter out copyright changes on most files (a few small ones are still in the diff)

2) diff -Naur otrs2-6.0.30/ otrs2-6.0.32/ -x ckeditor-4.7.0 -x ckeditor-4.16.0 -x "*.png" -x "*.po" -x ARCHIVE -x development -x Selenium -x spec -x auto_build -x CHANGES.md -x .pc -x .gitignore -x .github -x AUTHORS.md -x CONTRIBUTING.md -x README.md -x RELEASE -x .mailmap -x .otrs-ci.yml -x database -x test -x .weblate

Many changes are not relevant for Debian (readme files, test, auto_build, spec, development, .github etc), many other changes are just product name changes, also in database. ckeditor is relevant for this release, but..

3) all other changes are mostly only removing the not working "OTRS Business" solution stuff and updating the ckeditor to 4.16.0, which is security relevant


This is the filtered diffstat:


 Kernel/Config/Defaults.pm |    2
 Kernel/Config/Files/XML/Calendar.xml |    2
 Kernel/Config/Files/XML/Framework.xml |   63 +++++++---------
 Kernel/Config/Files/XML/Ticket.xml |   18 ----
 Kernel/Modules/AdminDynamicField.pm |   20 -----
 Kernel/Modules/AgentTicketZoom.pm |   12 ---
 Kernel/Modules/PictureUpload.pm |    3
 Kernel/Output/HTML/Notification/AgentOTRSBusiness.pm |   16 ----
 Kernel/Output/HTML/Notification/PackageManagerCheckNotVerifiedPackages.pm |   53 --------------
 Kernel/Output/HTML/Templates/Standard/AdminAppointmentNotificationEvent.tt |    8 --
 Kernel/Output/HTML/Templates/Standard/AdminCloudServices.tt |    8 --
 Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt |   32 --------
 Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceWebservice.tt |   14 ---
 Kernel/Output/HTML/Templates/Standard/AdminNotificationEvent.tt |    8 --
 Kernel/Output/HTML/Templates/Standard/AdminPackageManager.tt |   47 +-----------
 Kernel/Output/HTML/Templates/Standard/AdminProcessManagement.tt |   11 --
 Kernel/Output/HTML/Templates/Standard/AdminSystemConfiguration.tt |    2
 Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationDeployment.tt |    9 +-
 Kernel/Output/HTML/Templates/Standard/AgentAppointmentEdit.tt |    6 -
 Kernel/Output/HTML/Templates/Standard/Copyright.tt |    4 -
 Kernel/Output/HTML/Templates/Standard/CustomerFooter.tt |   13 ---
 Kernel/Output/HTML/Templates/Standard/Error.tt |   36 ---------
 Kernel/Output/HTML/Templates/Standard/Footer.tt |   13 ---
 Kernel/Output/HTML/Templates/Standard/Header.tt |    5 -
 Kernel/Output/HTML/Templates/Standard/Installer.tt |   75 ++------------------
 Kernel/Output/HTML/Templates/Standard/InstallerFinish.tt |    7 -
 Kernel/Output/HTML/Templates/Standard/SystemConfiguration/SettingsList.tt |    4 -
 Kernel/Output/HTML/Templates/Standard/SystemConfiguration/Sidebar/OTRSBusinessTeaser.tt |   19 -----
 Kernel/Output/HTML/TicketMenu/TeaserAttachmentView.pm |   31 --------
 Kernel/Output/PDF/Ticket.pm |   33 +++++++-
 Kernel/System/CommunicationChannel.pm |    6 -
 Kernel/System/Console/Command/Dev/UnitTest/Run.pm |    2
 Kernel/System/Package.pm |  521 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------  Kernel/System/ProcessManagement/TransitionAction/DynamicFieldSet.pm |    2
 Kernel/System/ProcessManagement/TransitionAction/TicketArticleCreate.pm |   24 +++---
 Kernel/System/UnitTest.pm |   12 ++-
 Kernel/System/UnitTest/Selenium.pm |    7 +
 debian/README.Debian |    2
 debian/changelog |   14 +++
 debian/control |   12 +--
 debian/copyright |    2
 debian/otrs2.install |    1
 debian/rules |   10 ++
 debian/schemas/DBUpdate-to-6.0.32 |    5 +
 debian/source/lintian-overrides |    4 +
 debian/watch |    6 +
 var/httpd/htdocs/js/Core.UI.RichTextEditor.js |    3
 var/httpd/htdocs/skins/Agent/default/css/Core.Login.css |   28 +++++++
 48 files changed, 482 insertions(+), 753 deletions(-)

Attachment: filtered.diff.gz
Description: application/gzip


Reply to: