dwww Home | Show directory contents | Find package

redmine (6.0.5+ds-1) unstable; urgency=medium

  * New upstream release.
  * Remove debian/patches/run-some-tests-in-English.patch, applied upstream.
  * Add debian/po/ca.po (thanks to poc senderi <pocsenderi@protonmail.com>).

 -- Soren Stoutner <soren@debian.org>  Tue, 29 Apr 2025 19:43:16 -0700

redmine (6.0.4+ds-3) unstable; urgency=medium

  * debian/redmine.triggers:
    - Add /usr/lib/ruby/vendor_ruby.
    - Add individual architechture-specific directories for ruby-nokogiri
      instead of /usr/lib/*/rubygems-integration (really closes: #1015751).

 -- Soren Stoutner <soren@debian.org>  Fri, 18 Apr 2025 16:33:38 -0700

redmine (6.0.4+ds-2) unstable; urgency=medium

  * Add debian/patches/run-some-tests-in-English.patch to fix intermittent build
    failures.
  * debian/doc/examples/apache2-passenger-alias.conf:
    - Remove broken /redmine/assets/ information.
    - Group sections to make improve readability.
    - Add example custom aliases commands.
  * debian/doc/examples/apache2-passenger-host.conf:
    - Remove broken /assets/ information.
    - Group sections to make improve readability.
  * debian/control:  Update nokogiri depends version constraints to match
    current patch value in Gemfile.
  * debian/README.Debian:
    - Add information about running under an alias and clearing the cache,
      thanks to Jörg-Volker Peetz <jvpeetz@web.de> (Closes: #1101504).
  * debian/redmine.triggers:  Add /usr/lib/*/rubygems-integration
    (Closes: #1015751).
  * debian/rules:  Disable "export DH_RUBY_IGNORE_TESTS=all", which didn't
    appear to function anyway as the tests were running at build time.

 -- Soren Stoutner <soren@debian.org>  Thu, 17 Apr 2025 13:52:19 -0700

redmine (6.0.4+ds-1) unstable; urgency=medium

  [ Soren Stoutner ]
  * New upstream release.
  * Remove debian/source/lintian-overrides:  These overrides are obsolete.
  * Remove obsolete Apache configuration files, which no longer work without
    FCGI (Apache Passenger configuration files are still shipped):
    - debian/doc/examples/apache2-alias.conf
    - debian/doc/examples/apache2-host.conf
  * Update the names of the following files:
    - install -> redmine.install
    - postinst -> redmine.postinst
    - postrm -> redmine.postrm
    - prerm -> redmine.prerm
  * debian/doc/examples/apache2-passenger-alias.conf:
    - Update alias and directory from plugin-assets to assets.
    - Reformat for readability.
  * debian/doc/examples/apache2-passenger-host.conf:
    - Update alias and directory from plugin-assets to assets.
    - Reformat for readability.
  * debian/control:
    - Add build-depends on "ruby-listen <!nocheck>".
    - Add depends on puma, ruby-capybara, ruby-listen, ruby-mocha,
      ruby-rails-dom-testing, ruby-selenium-webdriver, and ruby-simplecov to the
      redmine binary package (Closes: #1099904).
    - Remove obsolete suggests on ruby-fcgi for the redmine binary package.
    - Bump standards-version to 4.7.2, no changes needed.
  * debian/copyright:  Remove obsolete information for:
    - public/javascripts/jstoolbar/*
    - public/javascripts/jstoolbar/lang/jstoolbar-et.js
  * debian/NEWS:  Update config file change news entry.
  * debian/patches/gemfile-deps-adjustment.patch:
    - Enable listen gem, which is now required, possibly by one of the newly
      enabled test gems.
    - Update gems for new upstream release.
  * debian/README.Debian:
    - Update for Redmine 6.x, specifically addressing the way plugins are now
      handled (Closes: #807169).
    - Add information about restricting access before changing the default
      password (Closes: #964759).
  * debian/tests/control:
    - Add "Restrictions: isolation-container" to tests that need to start
      services or open ports.
    - Disable debian/tests/smoke-test-lighttpd because there are no working
      lighttpd example config files.
    - Disable debian/tests/smoke-test-thin because it is trying to write to
      /etc/thin3.1/, which doesn't exist.
    - Disable plugin tests because they no longer work with Redmine 6.x.
    - Remove unnecessary FCGI and plugin depends from the nginx test.
    - Reorder and comment tests for readability.
  * debian/tests/plugin-assets:  Update plugin_assets to assets.
  * debian/tests/smoke-test-apache:  Enable the Apache passenger module.
  * debian/tests/smoke-test-nginx:  Disable FCGI commands.

  [ Valentin Kleibel ]
  * Add debian/doc/examples/redmine-puma-default.service, required for testing
    with nginx.
  * Update the following example configs to work with Redmine 6.x, including
    refactoring out the FCGI references:
    - debian/doc/examples/nginx-alias.conf
    - debian/doc/examples/nginx-host.conf
  * debian/patches/0004-Add-multi-tenancy-support.patch:  Update for 6.x changes
    (Closes: #1099906), merging in stop-unnecessary-recursive-chowning.patch.
  * debian/tests/smoke-test-nginx:  Update to work with Redmine 6.x.

 -- Soren Stoutner <soren@debian.org>  Thu, 27 Mar 2025 16:10:09 -0700

redmine (6.0.3+ds-2) unstable; urgency=medium

  * Re-upload to unstable. (Closes: #1095148)
  * Add dependency on propshaft.

 -- Utkarsh Gupta <utkarsh@debian.org>  Fri, 07 Mar 2025 13:53:11 +0530

redmine (6.0.3+ds-1) experimental; urgency=medium

  * New upstream release.
  * Remove the following example configs as they depend on dispatch.fcgi, which
    has been removed upstream <https://www.redmine.org/issues/40092>.
    - debian/docs/examples/lighttpd-host.conf
    - debian/docs/examples/lighttpd-host-alias.conf
    - debian/docs/examples/lighttpd-socket.conf
    - debian/docs/examples/lighttpd-socket-alias.conf
    - debian/docs/examples/run-redmine-fcgi
  * Remove references to dispatch.fcgi from the following example configs, as
    support has been removed upstream.
    - debian/docs/apache2-alias.conf
    - debian/docs/apache2-host.conf
  * Remove debian/patches/broken-tests-skip.patch, these tests are now
    successful.
  * Remove debian/patches/relax-pg-version.patch, incorporated into
    debian/patches/gemfile-deps-adjustment.patch.
  * Remove debian/patches/relax-ruby-version-constraint.patch, applied upstream.
  * Remove debian/patches/rouge_4.5.patch, applied upstream.
  * Remove debian/patches/tests_missing_fixtures.patch, no longer needed.
  * Remove debian/patches/test-timezone.patch, applied upstream.
  * debian/control:
    - Drop build-depends on ruby-request-store, no longer used upstream.
    - Remove unneeded build-depends on gsfonts.
    - Drop obsolete version restriction on gem2deb (>= 2.1~).
    - Drop binary package depends on ruby-mocha and ruby-rails-dom-testing,
      which are only used for testing.
    - Enable build-depends on "ghostscript <!nocheck>", as the problematic
      version (< 9.24) is no longer in Debian.
    - Add build-depends on "ruby-rails-propshaft (>= 1.1.0~)".
    - Add <!nocheck> build-depends on puma, ruby-capybara,
      ruby-selenium-webdriver, and ruby-simplecov.
    - Bump dependency versions.
  * debian/copyright:
    - Update upstream copyright.
    - Add 2025 to copyright year for myself.
  * debian/NEWS:
    - Add entry explaining the removal of FastCGI support upstream.
    - Delete obsolete entries for versions <= 3.x.
  * debian/patches/0002-Force-table-encoding-in-mysql.patch:  Remove fuzz.
  * debian/patches/0004-Add-multi-tenancy-support.patch:  Remove fuzz.
  * debian/patches/autoload-thin-gem:  Refresh offsets.
  * debian/patches/gemfile-deps-adjustment.patch:  Update gem versions.
  * debian/patches/use_system_jquery_libs.patch:  Remove fuzz.
  * debian/rules:
    - Remove commands relating to FastCGI, which have been obsoleted upstream.
    - Switch to using some execute_after sections.
    - Remove -f from rm commands to be notified during build if things change.
  * debian/salsa-ci.yml:  Replace contents with currently recommended defaults.

 -- Soren Stoutner <soren@debian.org>  Tue, 04 Feb 2025 16:57:37 -0700

redmine (5.1.3+ds-6) unstable; urgency=medium

  * Relax dependency for ruby version in Gemfile
  * Remove extra exists? in a patch

 -- Cédric Boutillier <boutil@debian.org>  Tue, 28 Jan 2025 07:33:28 +0100

redmine (5.1.3+ds-5) unstable; urgency=medium

  * debian/control:  Bump ruby-net-ldap build-depends version from (>= 0.17.0~)
    to (>= 0.19.0~).
  * debian/patches/gemfile-deps-adjustment.patch:  Bump gem 'net-ldap' from
    '~> 0.17.0' to '~> 0.19.0'.

 -- Soren Stoutner <soren@debian.org>  Thu, 19 Dec 2024 12:16:43 -0700

redmine (5.1.3+ds-4) unstable; urgency=medium

  * debian/copyright:  Document that the excluded files are provided by their
    Debian packages.
  * debian/control:  Add Suggests apache2 and libapache2-mod-passenger to
    redmine binary package.
  * debian/redmine.links:
    - Update chart.min.js link (Closes: #1083165).
    - Rename from "links" to "redmine.links" to be compatible with the proposed
      debhelper-compat >= 15.
    - Reformat for readability.
  * debian/missing-sources:  Remove chart.min.js and jquery-migrate-3.3.2.min.js
    as these are now excluded from the source and provided by their respective
    Debian packages.

 -- Soren Stoutner <soren@debian.org>  Mon, 16 Dec 2024 15:05:59 -0700

redmine (5.1.3+ds-3) unstable; urgency=medium

  * Team upload.
  * Update version in ruby-mini-magick dependency.

 -- Cédric Boutillier <boutil@debian.org>  Wed, 04 Dec 2024 08:41:50 +0100

redmine (5.1.3+ds-2) unstable; urgency=medium

  * Team upload.
  * Update some versions in dependencies. (Closes: #1087591)
    Thanks Jörg-Volker Peetz

 -- Cédric Boutillier <boutil@debian.org>  Mon, 18 Nov 2024 23:54:31 +0100

redmine (5.1.3+ds-1) unstable; urgency=medium

  [Soren Stoutner]
  * New upstream release (Closes: #1052877, #1041020).
    - Fixes CVE-2023-47260, CVE-2023-47259, CVE-2023-47258.
  * debian/control:
    - Bump debhelper-compat from 12 to 13.
    - Bump standards version to 4.7.0 (no changes needed).
    - Update Build-Depends minimum versions.
  * debian/copyright:
    - Add myself to 'Files: debian/*'.
    - Improve GPL-2 and GPL-2+ license text.
  * debian/Gemfile.test.local:  Add gem 'sqlite3' required by the database test.
  * debian/patches:
    - Remove mail-2.8.patch (applied upstream).
    - Remove update-rouge-to-4.1.0.patch (applied upstream).
    - Add test-timezone.patch.
    - Add test skip to broken-tests-skip.patch.
    - Refresh other patches.
  * debian/postinst:  Fix bashisms (Closes: #1040927).
  * debian/source/lintian-overrides:  Remove obsolete overrides.
  * debian/templates:  Update list of language choices.
  * debian/watch:  Repack the upstream tarball using the "+ds" extension as some
    JavaScript files are replaced by system packages.

  [ Marc Dequènes (Duck) ]
  * Remove allow-activesupport-hwia.patch, it is now integrated upstream
    and this override now breaks various plugins.
  * Fix broken locales check due to bad ordering.
  * Remove install-purge-install test.
  * Add dependency on ruby-with-advisory-lock for mysql adapter.
  * Add patch to fix tests with rouge 4.5.
  * Add patch to fix tests randomly failing due to missing fixtures.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Fri, 15 Nov 2024 16:49:28 +0900

redmine (5.0.4-7) unstable; urgency=medium

  * d/postinst: Run redmine from its own user. (Closes: #1022815)
  * d/README.Debian: document how to run redmine from its own user.

 -- Utkarsh Gupta <utkarsh@debian.org>  Mon, 10 Jul 2023 15:23:38 +0530

redmine (5.0.4-6) unstable; urgency=medium

  [Jakob Haufe]
  * Patch mercurial helper to work with Python 3 (Closes: #1031811).
  * Adapt dependencies version requirements.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 04 Jul 2023 11:46:13 +0900

redmine (5.0.4-5) unstable; urgency=medium

  [Jakob Haufe]
  * Add support for Thin (Closes: #1031685).

  [ Marc Dequènes (Duck) ]
  * Update lintian overrides to new format.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 22 Feb 2023 03:58:10 +0900

redmine (5.0.4-4) unstable; urgency=medium

  * Set DH_RUBY_IGNORE_TESTS to all. (Closes: #1031308)
  * Cherry-pick changes from bullseye-backports branch.
  * Revert "d/rules: Limit PARALLEL_WORKERS to 2 to attempt fix flaky tests"

 -- Utkarsh Gupta <utkarsh@debian.org>  Mon, 20 Feb 2023 19:31:13 +0530

redmine (5.0.4-3) unstable; urgency=medium

  [ Nilesh Patra ]
  * d/rules: Limit PARALLEL_WORKERS to 2 to attempt fix flaky tests.
  * Cleanup some more stuff for clean builds.

  [ Utkarsh Gupta ]
  * Add patch to stop unnecessary recursive chown'ing.
    (Closes: #1022816, #1022817)

 -- Utkarsh Gupta <utkarsh@debian.org>  Fri, 10 Feb 2023 22:57:07 +0530

redmine (5.0.4-2) unstable; urgency=medium

  * Team upload.
  * d/control (Depends): Add ruby-mocha (closes: #1029601).

 -- Daniel Leidert <dleidert@debian.org>  Wed, 01 Feb 2023 16:41:38 +0100

redmine (5.0.4-1) unstable; urgency=medium

  * New upstream version 5.0.4. (Closes: #1022818)
    - Fixes CVE-2022-44030, CVE-2022-44031, and CVE-2022-44637.
      (Closes: #1026048)
  * Refresh d/patches.
    - Keep mocha in Gemfile. (Closes: #1027340)

 -- Utkarsh Gupta <utkarsh@debian.org>  Mon, 16 Jan 2023 17:56:19 +0530

redmine (5.0.2-2) unstable; urgency=medium

  * Add patch to relax pg's version for autopkgtest.

 -- Utkarsh Gupta <utkarsh@debian.org>  Tue, 13 Sep 2022 20:29:06 +0530

redmine (5.0.2-1) unstable; urgency=medium

  [ Marc Dequènes (Duck) ]
  * Do not use bundle without command. (Closes: #999617)

  [ Vivek K J ]
  * Relax Gemfile dep rouge (use 3.30.0 instead of 3.28.0).

  [ Utkarsh Gupta ]
  * New upstream version 5.0.2
  * Refresh d/patches.
    + Allow rouge ~> 3.28 as well. (Closes: #1017525)
    + Allow src:rails ~> 6.1.6 as well. (Closes: #1019607)
  * Add patch to allow Symbols and HWIA in YAML columns.
    (Closes: #1019238)
  * Add myself as an uploader.
  * Update minimum version of ruby-rails to 6.1.6.
  * Replace ruby-deckar01-task-list with ruby-task-list.

 -- Utkarsh Gupta <utkarsh@debian.org>  Tue, 13 Sep 2022 18:28:49 +0530

redmine (5.0.0-1) unstable; urgency=medium

  * New upstream version: (Closes: #990792, #998417, #986800, #956365,
    #969206, #961630)
    + updated Files-Excluded.
    + refreshed/adapted patches.
    + removed gantt_jquery3_fix.patch, applied upstream.
    + removed openid_optional.patch, OpenID support removed.
    + removed openid_hardcoded.patch, OpenID support removed.
    + update missing source.
  * Fix import issue with tmp directory (Thanks Andre Heider) (Closes:
    #952417).
  * Bumped Standards-Version to 4.6.0 (no changes required).
  * Minor package updates suggested by dh-make-ruby.
  * Add upstream metadata.
  * Switch to watch format 4.
  * Update watch URL.
  * Ensure database choice match installed redmine-<db> packages.
  * Set Rules-Requires-Root to 'no'.
  * Remove obsolete Breaks and Conflicts.
  * Update lintian overrides.
  * Fix Passenger restart file location in example Apache config (thanks
    Pierre-Louis Bonicoli).
  * doc: async_smtp method was removed in 4.0.0.
  * Add lintian overrides for doc included in the UI.
  * Update copyright info.
  * Enable test suite at build time (courtesy of Emilio Pozuelo Monfort)
    (Closes: #988449).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 12 Apr 2022 18:39:20 +0900

redmine (4.0.6-1) unstable; urgency=medium

  * NUR (Closes: #947779):
    + fix_jquery_deprecated_zindex.patch removed (included upstream)
    + refreshed patches
    + updated Gemfile requirements (Closes: #949039)
  * Add missing support for Chart.js.
  * Add patch to fix Gantt with JQuery 3 (Closes: #950570).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Fri, 07 Feb 2020 00:54:24 +0900

redmine (4.0.4-3) unstable; urgency=medium

  * Clarify plugins installation documentation (partial reply to
    #807169).
  * Do not install upstream changelog generator script.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Mon, 09 Sep 2019 14:45:37 +0900

redmine (4.0.4-2) unstable; urgency=medium

  * Add patch to fix deprecated jQuery zIndex function (thanks Fabrice
    Helmbacher).
  * add tests for lighttpd host configuration.
  * Add nging host configuration and test.
  * Fix adapters loading in multi-tenancy support.
  * Fix socket path in example nginx-alias.conf.
  * Update configuration examples to use REDMINE_INSTANCE instead of the
    deprecated X_DEBIAN_SITEID.
  * Clarify doc about alternate webserver configurations.
  * Remove support for OpenID as ruby-openid is plaggued by CVE-2019-
    11027 due to a specification problem, and anyway this protocol has
    too many flaws.
  * Also test the login page with autopkgtest.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sat, 07 Sep 2019 03:16:56 +0900

redmine (4.0.4-1) unstable; urgency=medium

  [ Stewart Ferguson ]
  * Relaxing dependencies to allow minor version increments (Closes: #933784)
  * Bumping compat 11->12 (replacing d/compat with dep)
  * Bumping Standards-Version 4.3.0 -> 4.4.0 (no changes required)

  [ Marc Dequènes (Duck) ]
  * New upstream release, update/refresh patches.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sat, 17 Aug 2019 15:45:31 +0900

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog redmine-mysql`.

Generated by dwww version 1.16 on Tue Dec 16 07:11:08 CET 2025.