adonthell (0.3.8-4) unstable; urgency=medium . * Team upload. * Add dep on python3-setuptools (Closes: #1080536) amberol (0.10.3-5) unstable; urgency=medium . * Team upload * d/control: Build against gtk-rs 0.9 (Closes: #1081897) * Add cherry-picked upstream patch to build with gtk-rs 0.9 apt-listchanges (4.6) unstable; urgency=medium . * Man page translation updates: French courtesy of Jean-Pierre Giraud and the Debian French translation team, German courtesy of Helge Kreutzmann, Italian courtesy of Ceppo, Portuguese courtesy of Américo Monteiro, Romanian courtesy of Remus-Gabriel Chelu. (Closes: #1080256, #1080473, #1081630) * Debconf translation updates: Czech courtesy of Miroslav Kure, Italian courtesy of Ceppo. simplified Chinese courtesy of Xiyue Deng. (Closes: #1080353) * Program translation updates: Basque courtesy of Dooteo, Catalan courtesy of Carles Pina i Estany, Italian courtesy of Ceppo. (Closes: #1081467) * Minor man page typo and language cleanup courtesy of Ceppo. . apt-listchanges (4.5) experimental; urgency=medium . * If the user has the `confirm` feature enabled and aborts the upgrade, the changes they were shown should be shown to them again when they rerun the upgrade. This restores the previous behavior, which was unintentionally changed in version 4.3. * Special-case handling of changelogs for `linux-image-*` packages to prevent us from displaying changelog entries we shouldn't, by trusting the version number sequencing in those changelogs. (Closes: #1055780) * Display binary NMU changelog entries. (Closes: #1063677) * Document the systemd timer and service in the man page, and reference the man page from the systemd unit files so it is displayed when someone does `systemctl help apt-listchanges.timer` or `systemctl help apt-listchanges.service`. * Update the man page to make it clear that `--which=news` is only the default when running as an APT plugin; otherwise the default is `--which=both`. (Closes: #1052514) * Updated program translations: Brazilian Portuguese courtesy of Carlos Henrique Lima Melara, Catalan courtesy of Carles Pina i Estany, Czech courtesy of Miroslav Kure, Dutch courtesy of Frans Spiesschaert, French courtesy of Jean-Pierre Giraud. (Closes: #1055127, #1055180, #1055239, #1056772) * Updated man page translations: Dutch courtesy of Frans Spiesschaert, French courtesy of Jean-Pierre Giraud. (Closes: #1055182, #1055240) * Updated Swedish debconf translation courtesy of Martin Bagge. (Closes: #1059225) apt-listchanges (4.4) experimental; urgency=medium . * Performance improvement: don't parse and extract files from each deb twice when network changelogs are enabled and we're displaying both changelogs and news. * As per the discussion in bug #1054108, enable version-number-based parsing logic for local changelog files, not just for network changelogs. To be clear: this applies only to changelog files, not NEWS files. apt-listchanges (4.3) experimental; urgency=medium . * Clean up database files and shapshots on purge. (Closes: #1053925) * Capture list of debs properly in snapshots in APT mode. * Save displayed entries to database and snapshot even when user cancels update at the confirm prompt. * Treat packages with the same package name but different architectures as distinct. In most cases this won't make any difference, but it should still be done this way so the edge cases are handled correctly. apt-listchanges (4.2) experimental; urgency=medium . * Fix a bug in 4.1 which was causing the seen database to be corrupted and causing repeat changelog entries to be displayed. (Closes: #1053812) * Add new snapshot functionality for experimental releases. See README.Debian for details. * Fix for: a NEWS entry which matches an entry in the changelog file should not cause processing of the changelog to stop. * The database structure has been refactored to facilitate strong typing hints and and also to make the database more robust and the code which uses it clearer and more straightforward. When this release is installed the old database is discarded. If you would like to prepopulate the new database to speed up future apt-listchanges runs, run `systemctl start apt-listchanges.service` as root. * Adjust the logic for when we save changes out to the seen database. Specifically, we need to attempt to save changes even when we haven't displayed any changelog or news entries to the user, because it's possible that we seeded the database while determining that nothing should be displayed, and those seeds should be saved. At the same time, however, don't rewrite the database when we haven't actually made any changes. * Revert setting the LESSSECURE environment variable, since it messes up the terminal state of the user suspends and resumes apt-listchanges running inside apt. (Closes: #1053863) * Do some minor refactoring of the database populating script to make it easier to unit-test and debug. * Other minor non-functional fixes. * Update Chinese (zh_CN) program translation. Thanks to Xiyue Deng. apt-listchanges (4.1) experimental; urgency=medium . * Updated Portuguese translation of man page. Thanks to Américo Monteiro. (Closes: #1053432) * After releasing 4.0 we discovered that it fixes an additional bug. (Closes: #988090) * Updated Brazilian Portuguese translation of the program. Thanks to Paulo Henrique de Lima Santana. (Closes: #1023988) * Set the LESSSECURE environment variable to reduce potential security exposure. Thanks to Christian Göttsche for the suggestion. (Closes: #1003112) * Updated German translation of man page and program. Thanks to Helge Kreutzmann. (Closes: #1053606, #1053607) * Improve performance for packages that don't have any changelog or NEWS files. * Improve performance when determining changelog entries for a package that isn't already in the database of previously seen packages. * Fix a bug in 4.0 which prevented the old, obsolete seen database file (/var/lib/apt/listchanges.db) from being deleted on upgrade. * Add a service which runs after installation to populate the APT seen database from installed packages so they don't have to be populated during upgrades, so interactive performance is faster for the user. * When extracting changelog entries from a package that is being upgraded, and neither the new or installed version of the package have local changelog entries, and we are unable to fetch the entries for the installed version of the package from the network, then attempt to do version-based filtering of the entries from the network changelog for the new version. (Closes: #1053696) * Fix an instance of entries being displayed that shouldn't have been because they are already present in the installed changelog files. (Closes: #1053725) apt-listchanges (4.0) experimental; urgency=medium . * New maintainer. (Closes: #981890) * Overhaul how apt-listchanges determines which changelog and NEWS entries to display to users. (Closes: #478188, #748631, #760918, #1020858, #1023084, #1052986) * Don't flash Gtk frontend window briefly without displaying anything. (Closes: #514865) * Allow Gtk frontend window to start hidden with `--hide' command-line option or `hide' config setting. * Flash or badge the Gtk frontend taskbar icon when content is ready in the window. * Fix broken `--filter' command-line option / `filter' configuration file setting. It previously caused the program to crash when used. (Closes: #1052569) * Fix man page to no longer falsely state that `--latest' can only be used with a single .deb file. In fact `--latest' works fine with multiple .deb files. * Don't assume that all binary packages from the same source have the same changelog and news entries, thereby potentially failing to display some messages to the user. (Closes: #383803) * Flush output before prompting for install confirmation. Thanks to Timon Reinold. (Closes: #1028474) * Add a blank line after the "--- Changes for .. ---" headers to make them stand out a bit more. (Closes: #880142) * Dutch translation of the man page. Thanks to Frans Spiesschaert. (Closes: #1033903) * Romanian translation of the program. Thanks to Remus-Gabriel Chelu. (Closes: #1034197, #1034241) * Install Python files required by the application in the standard location rather than a custom location, and use the standard Debian mechanism for packaging a Debian package rather than custom packaging. * Remove APT_HOOK_INFO_FD backward compatibility code that was obsolete as of Debian 10. * Fix some errant debug messages that were being printed even when `--debug' wasn't specified. * Code cleanup and improvement, including `flake8' and `pylint' compatibility, (some) unit tests, and adherence to newer standards and best practices. * Remove TODO from /usr/share/doc/apt-listchanges since it's out-of-date and unlikely to be useful to anyone. asahi-audio (2.3-1) unstable; urgency=medium . [ NoisyCoil ] * New upstream release. autorenamer (0.6-2) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since stretch: + Build-Depends: Drop versioned constraint on debhelper. * Use versioned copyright format URI. * Use secure URI in Homepage field. * Bump debhelper dependency to >= 10, since that's what is used in debian/compat. * Bump debhelper from old 10 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit. . [ Marcin Owsiany ] * [57e7850] Add build-dep, bump standards version * [facc3db] Rename section in gbp.conf bobcat (6.06.02-1) unstable; urgency=medium . * Upstream version 6.06.02 repaired missing newline insertion by Log objects when inserting std::end. * Removed the nmapbuf-xsgetn-cc.patch: patched in the upstream version. catgirl (2.2a-1) unstable; urgency=medium . * New upstream release * Bump standards version to 4.7.0, no changes required * transition pkg-config to pkgconf cdo (2.4.4-1) unstable; urgency=medium . * New upstream release ceilometer (1:23.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. ceilometer (1:23.0.0~rc1-1) experimental; urgency=medium . * New upstream release. * Removed python3-os-win from build-depends. cloudkitty-dashboard (19.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. cloudkitty-dashboard (19.0.0~rc1-1) experimental; urgency=medium . * New upstream release. colorcet (3.1.0-2) unstable; urgency=medium . * Fix autopkgtest. colorcet (3.1.0-1) unstable; urgency=medium . * Team upload. * New upstream version * This is an arch:all package * Standards-Version: 4.7.0 (routine-update) * Fix two typo in "" stanzas * Add d/clean * Add python3-setuptools-scm build-dep to avoid #971287. colorcet (3.0.1-1) unstable; urgency=medium . [ Debian Janitor ] * Trim trailing whitespace. * Update watch file format version to 4. * Bump debhelper from old 12 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.6.1, no changes needed. . [ Sébastien Delafond ] * d/control: remove myself from uploaders . [ Picca Frédéric-Emmanuel ] * New upstream version 3.0.1 * Update standards version to 4.6.2, no changes needed. * Bug fix: "None in /usr/lib/python3/dist-packages/colorcet-None.egg-info", thanks to Tomas Janousek (Closes: #971287). * Added Autopkgtests colorcet (2.0.2-2) unstable; urgency=medium . * Fix d/copyright dh-ros (0.13.8) unstable; urgency=medium . * Add special cases for building catkin itself dh-ros (0.13.7) unstable; urgency=medium . * Set CMAKE_PREFIX_PATH and AMENT_PREFIX_PATH for all build stages * Set ROS_PACKAGE_PATH ding-libs (0.6.2-3) unstable; urgency=medium . * Mark libini-config-dev as Multi-Arch: same. * Standards-Version: 4.7.0. * Fix lintian update-debian-copyright. * B-D on pkgconf instead of obsolete pkg-config. * Fix uscan/watch warning re PGP signature. * Drop lintian overrides (no longer triggers). * Add first DEP8 self-test. eckit (1.28.0-1) unstable; urgency=medium . * New upstream release falkon (24.08.1-1) unstable; urgency=medium . * New upstream version 24.08.1 ffmpegthumbnailer (2.2.3-1) unstable; urgency=medium . * QA upload. * New upstream release. fwupd-efi (1:1.7-1) unstable; urgency=medium . * New upstream veresion (1.7) git-buildpackage (0.9.35) unstable; urgency=medium . [ Guido Günther ] * [09d65cb] Use pythons builtin mock * [360222d] d/control: Let Vcs-* point to salsa * [ca70762] import: Use debian/latest. It's the recommended layout * [4dc9a6c] docs: Prefer debian/latest over debian/sid. This is more widespread nowadays and ensures the latest upstream version is always in the repositories default branch. * [a88e01e] Drop completely outdated tox.ini * [5c8f1af] Drop travis CI file. We use salsa's CI and haven't used travis CI since ages. * [8e494cb] tests: Merge the repository doctests. We use a single doctest as module scoped fixtures can't be used with doctests in pytest * [d21fead] tests: Merge the pristine-tar doctests. We use a single doctest as module scoped fixtures can't be used with doctests in pytest * [33f4884] build: Run tests through pytest. We still use nose's assertions. See https://github.com/pytest-dev/nose2pytest on how to convert those in the future so can't drop the dependency yet. Closes: #1080224 Helps: #1018367 * [a553f93] rpm: Mark two tests as xfail. Needs debugging why they regressed as there weren't any changes in that area recently. * [54bec6e] tests/component: Fix skipping tests when submodules are no present. Rework the logic to work with pytest instead of nose * [3a87c05] tests/component/rpm: Fix skipping tests with pytest. Rework the logic to work with pytest instead of nose . [ Ferenc Wágner ] * [aa468c0] dscfile.py: decide native/non-native based on diff presence, not version format. Source format 1.0 native packages with a hyphen in their version number were mistaken by the original code for non-native. * [1fecdcd] 12_test_deb: add test for native 1.0 DSC with Debian revision git-quick-stats (2.5.7-1) unstable; urgency=medium . * New upstream release globalplatform (2.4.0+dfsg-3) unstable; urgency=medium . * Fix reprotest failure. * Fix gpshell.1 paths. Closes: #1079704. * Run wrap-and-sort -satbk. gnocchi (4.6.4-2) unstable; urgency=medium . * Uploading to unstable. gnocchi (4.6.4-1) experimental; urgency=medium . * New upstream release. * Removed python3-six from (build-)depends. * Removed patches applied upstream: - Remove_the_use_of_the_future_module.patch - setup-fix-usage-of-deprecated-get_script_header.patch gnome-snapshot (47.0.1-2) unstable; urgency=medium . * Upload to unstable gnome-snapshot (47.0.1-1) experimental; urgency=medium . * New upstream release (Closes: #1081895) * d/p/relax-deps.diff: Refresh for new upstream * d/p/fix-meson-build.diff: refresh for new upstream * d/rules: Explicitly enable x11 and portal feature, depend on ashpd in d/control for portal feature gnome-snapshot (47~beta-2) experimental; urgency=medium . * d/rules: disable lto on armel/hf (Closes: #1080323) gnome-snapshot (47~beta-1) experimental; urgency=medium . * Team upload . [ Matthias Geiger ] * New upstream release * Updated my mail address in d/control, d/copyright * d/copyright: Updated copyright years * d/control: updated build-dependencies from Cargo.toml for new upstream * d/control: depend on gstreamer1.0-gtk4 >= 0.13 * d/patches/fix-meson-build: rebase for new upstream release; squash with disable-clippy-tests patch * d/control: Depend on libadwaita >= 1.6~beta . [ Jeremy Bícha ] * Add patch to use gnome_46 featureset since we aren't ready for gnome_47 yet golang-github-golang-jwt-jwt-v5 (5.2.1-1) unstable; urgency=medium . * New upstream release. * Standards-Version: 4.7.0. * Fix lintian update-debian-copyright. golang-github-gophercloud-utils (0.0~git20231010.80377ec-2) unstable; urgency=medium . * Team upload * Bump golang-github-gophercloud-gophercloud-dev version constraint (>= 1.3.0) golang-github-gophercloud-utils (0.0~git20231010.80377ec-1) unstable; urgency=medium . * Team upload * New upstream git snapshot google-android-installers (1726697545-1) unstable; urgency=medium . * update spanish translation (Closes: #1078330). Thanks to Camaleón * update german translation (Closes: #1082508). Thanks to Christoph Brinkhaus * New upstream version 1726697545 - NEW packages: - google-android-cmdline-tools-16.0-installer - google-android-ndk-r27b-installer - google-android-platform-34-ext10-installer - google-android-platform-34-ext11-installer - update emulator package to 35.1.21 - update platform-tools package to 35.0.2 * refresh patches gpaste (45.1-2) unstable; urgency=medium . * Okay to use gcr-4 now. Closes: #1082425 gpaste (45.1-1) unstable; urgency=medium . * New upstream version 45.1 * Refresh patches . [ Jeremy Bícha ] * Move gjs to Build-Depends-Indep * Remove unused Build-Depends: libappstream-glib-dev guvcview (2.1.0-0.2) unstable; urgency=medium . * Non-maintainer upload. * Release to unstable. guvcview (2.1.0-0.1) experimental; urgency=medium . * Non-maintainer upload. * New upastream version, 2.1.0. (Closes: #1072421) * Shared object bump to 2.2. * 'd/copyright': Add myself, Phil Wyett to 'Files: debian/*' section. * 'd/control': - Remove 't64' transition. - Update 'Standards-Version' to 4.7.0, no changes required. - Use HTTPS for 'Homepage'. - Update 'Breaks' and 'Replaces'. * 'd/rules': - Add DH_VERBOSE but leave disabled. - Add hardening 'all' to build. * Add 'd/watch' file. * Remove 'd/patches' and contents. * Remove legacy 'd/README.Debian'. guvcview (2.0.8-2.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062197 guvcview (2.0.8-2.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. guvcview (2.0.8-2) unstable; urgency=medium . * d/control: Add Breaks and Replaces to libguvcview-2.1-2 (Closes: #1014841) guvcview (2.0.8-1) unstable; urgency=medium . * New upstream release. (Closes: #1004630) * Drop d/patches/update-appdata-to-new-format. * d/rules: - Fix path of guvcview.appdata.xml. * d/control: - Update package name with soname. guvcview (2.0.7-2-1) unstable; urgency=medium . * New upstream release. (Closes: #1003148) * Update d/copyright - Remove the object deleted from the source. * Update d/libguvcview-2.0-2.lintian-overrides guvcview (2.0.6+debian-2) unstable; urgency=medium . [ Debian Janitor ] * Trim trailing whitespace. * Set debhelper-compat version in Build-Depends. * Update renamed lintian tag names in lintian overrides. * Set upstream metadata fields: Repository. * Make "Files: *" paragraph the first in the copyright file. * Update standards version to 4.6.0, no changes needed. . [ Nobuhiro Iwamatsu ] * Update d/upstream/metadata. - Add Name, Repository-Browse Bug-Submit and Contact. * Update d/control. - Bump debhelper-compat version to 13. - Add 'Rules-Requires-Root: no'. * Update d/copyright. * Update d/rules. - Add '--exclude=.la' to dh. guvcview (2.0.6+debian-1) unstable; urgency=medium . * New upstream release. * Update d/copyright. - Get rid of insecure-copyright-format-uri. * Update d/control. - Update Vcs-Git and Vcs-Browser. - Bump Standards-Version to 4.3.0. - Update debhelper to 11. - Remove autotools-dev from B-D. guvcview (2.0.5+debian-1.1) unstable; urgency=medium . * Non-maintainer upload. * debian/patches: Fix FTBFS with ffmpeg 4.0. Thanks to James Cowgill for the patch. (Closes: #888329) guvcview (2.0.5+debian-1) unstable; urgency=medium . * New upstream release. (Closes: #881324, #791603, #774092) * Delete debian/menu. Obsolete. * Fix appstream metadata legacy format and location. - Update debian/rules. - Add debian/patches/update-appdata-to-new-format. * Update Standards-Version to 4.1.1 * Change Priority to optional * Remove patches/ffmpeg3.patch guvcview (2.0.4+debian-1) unstable; urgency=medium . * New upstream release. (Closes: #808240) * Update debian/control. - Update Standards-Version to 3.9.8. * Update patch for ffmpeg. guvcview (2.0.2+debian-3) unstable; urgency=medium . * Fix build with ffmpeg 2.9. (Closes: #803823) Thanks to Andreas Cadhalpun. guvcview (2.0.2+debian-2) unstable; urgency=medium . * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. (Closes: #807205) guvcview (2.0.2+debian-1) unstable; urgency=medium . * New upstream release. * Add patches/update-manpage. (Closes: #779839) * Bump soname in control file and override file. * Update debian/rules. - Add GVIEWENCODER_CFLAGS="-D_FILE_OFFSET_BITS=64" to configure. (Closes: #778834) guvcview (2.0.1+debian-1) unstable; urgency=medium . * New upstream release. (Closes: #761388, #761230) * Update patches/remove_cppflags.patch. * Update debian/README.source. * Update debian/control. - Update Standards-Version to 3.9.6. - Update sdl library from libsdl1.2-dev to libsdl2-dev. - Add libgsl0-dev to Build-Depends.. guvcview (1.7.3-2) unstable; urgency=medium . * Add patches/0001-Fix-Segmentation-fault-in-get_ctrl_by_id.patch. Fix segmentation fault on startup. (Closes: #760187) guvcview (1.7.3-1.1) unstable; urgency=medium . * Non-maintainer upload. * debian/patches/0001-fix-build-with-libav10.patch: Update patch to build against libav 10. Thanks to Moritz Muehlenhoff. (Closes: #739323) guvcview (1.7.3-1) unstable; urgency=low . * New upstream release. (Closes: #739049) * Update debian/control. - Update Standards-Version to 3.9.5. - Add libusb-1.0-0-dev to Build-Depends. * Fix build with libav10. (Closes: #739323) Add patches/0001-fix-build-with-libav10.patch. Thanks to Moritz Muehlenhoff and anton@khirnov.net. guvcview (1.7.1-1) unstable; urgency=low . * New upstream release. (Closes: #712397) * Update debian/control. - Update Vcs-Git and Vcs-Browser field * Remove patches/fix_typo. This was applied to upstream. guvcview (1.7.0-1) unstable; urgency=low . * New upstream release. (Closes: #677123, #686649, #687440, #704295) * Update debian/control. - Bumped standards-version to 3.9.4. * Change source format to 3.0 (quilt). * Fix typo in manpage. Add debian/patches/fix_typo. guvcview (1.6.0-1~exp1) experimental; urgency=low * New upstream release. * Update debian/control. - Update to debhelper 9. - Bumped standards-version to 3.9.3. - Add Vcs-Git field and Vcs-Browser field. - Add intltool to Build-Depends. * Update debian/compat. Bumped to 9. * Update debian/copyight. Update to copyright-format 1.0. guvcview (1.5.3-1) unstable; urgency=low * New upstream release (Closes: #644733). * Update debian/control. - Update Build-depends from libpng12-dev to libpng-dev only. (Closes: #662368) - Update Homepage field. (Closes: #662297) guvcview (1.5.0-1) unstable; urgency=low * New upstream release. (Closes: #638323) * Update debian/control. - Update Architecture from any to linux-any. - Add libpng-dev to Build-Depends. This needs to libpng transition. guvcview (1.4.5-1) unstable; urgency=low * New upstream release. * Update debian/control. - Bumped standards-version to 3.9.2. No changes needed. - Add libudev-dev to Build-Depends. guvcview (1.4.1-1) unstable; urgency=low * New upstream release. * Update debian/control. - Bumped standards-version to 3.9.0. No changes needed. - Remove quilt from Build-depends. - Add uvcdynctrl to Recommends. * Remove debian/patches. guvcview (1.3.1-1) unstable; urgency=low * New upstream release * Update debian/control. - Add quilt (>= 0.46-7~). * Add debian/source/format. Set source format to "1.0". guvcview (1.3.0-1) unstable; urgency=low * New upstream release. * Update debian/control. - Bumped standards-version to 3.8.4. No changes needed. - Add libv4l-dev to Build-Depends. guvcview (1.2.1-1) unstable; urgency=low * New upstream release (Closes: #564301). * Change from cdbs to debhelper. * Change patch control tool from dpatch to quilt. guvcview (1.1.3-1) unstable; urgency=low * New upstream release. * Change e-mail address. * Remove DM-Upload-Allowed field. * Update Standards-Version. * Add README.source file. * Update 01_update_man.dpatch guvcview (1.1.1-1) unstable; urgency=low * New upstream release. * Update Standards-Version. (Closes: #535303) * Add "DM-Upload-Allowed: yes" to debian/control. * Add 01_update_man.dpatch * Remove some patch, because applied in upstream. 01_null_check_and_file_clean.dpatch 02_uyvy_draw_size.dpatch ibus-typing-booster (2.25.16-1) unstable; urgency=medium . * New upstream release. ironic-ui (6.4.0-2) unstable; urgency=medium . * Uploading to unstable. ironic-ui (6.4.0-1) experimental; urgency=medium . * New upstream release. kf6-kapidox (6.6.0-1) unstable; urgency=medium . [ Aurélien COUDERC ] * New upstream release (6.6.0). kwartz-client (3.0-14) unstable; urgency=medium . * updated de.po, thanks to Helge Kreutzmann. Closes: #1082396 libdebian-dep12-perl (0.1.0-4) unstable; urgency=medium . * Team upload. * Add patch to fix version comparison with newer YAML::XS. * Declare compliance with Debian Policy 4.7.0. * Drop unneeded version constraints from (build) dependencies. libervia-templates (0.9.0~hg400+dfsg-2) unstable; urgency=medium . * Drop transitional package libmail-dkim-perl (1.20240923-1) unstable; urgency=medium . * Team upload. * Import upstream version 1.20240923. Fixes "FTBFS: test failure in t/signer.t with CryptX 0.081" (Closes: #1082542) libopendbx (1.4.6-18) unstable; urgency=medium . * QA upload. * d/p/gcc14.patch: Fix ftbfs with GCC-14. Thanks to Tim Woodall (Closes: #1075196) * Bump Standards-Version to 4.7.0. libopendbx (1.4.6-17) unstable; urgency=medium . * QA upload. * Fix building with -Werror=implicit-function-declaration. (Closes: #1065767) * Update .symbols file. * Set Rules-Requires-Root: no. * Switch to debhelper-compat (= 13). * Switch to dh. * Enable all hardening flags. * Update .symbols for loong64, thanks to yalingfang. (Closes: #1051751) * Mark some symbols as optional if LTO is used. (Closes: #1015508) libopendbx (1.4.6-16.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062499 libopendbx (1.4.6-16.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. libopendbx (1.4.6-16) unstable; urgency=medium . * QA upload. * Fix FTBFS with GCC-11 (Closes: #984196): - Build with -std=c++11 in CXXFLAGS. * Adjust symbols in libopendbx1.symbols according to dpkg-gensymbols output. * Bump Standards-Version to 4.6.0 without further changes. libopendbx (1.4.6-15) unstable; urgency=high . * QA upload. * Drop obsolete libopendbx1-sqlite binary package (Closes: #972126). * Add newly detected symbols to libopendbx1.symbols and tag as optional. * Bump Standards-Version to 4.5.1 without further changes. libopendbx (1.4.6-14) unstable; urgency=medium . [ David Bürgin ] * QA upload. * Remove unused build dependencies on dh-autoreconf and autotools-dev. * Empty out broken debian/watch file (upstream is no longer developed). * Bump Standards-Version to 4.5.0 without further changes. . [ Debian Janitor ] * Trim trailing whitespace. * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Fix day-of-week for changelog entries 1.3.11-1, 1.3.4-1, 1.3.3-1, 1.3.2-1, 1.1.3-1, 1.1.2-1, 1.1.0-1, 0.9.4-1, 0.9.1-1, 0.9.0-1, 0.9-1, 0.8-1. libopendbx (1.4.6-13) unstable; urgency=medium . [ Scott Kitterman ] * Orphan the package, see #916331 - Set maintainer to Debian QA Group - Remove Marc Haber and myself from uploaders * Update symbols from build logs . [ Ondřej Nový ] * d/rules: Remove trailing whitespaces libopendbx (1.4.6-12) unstable; urgency=medium . * Update maintainer address due to demise of alioth (Closes: #899584) * Update Vcs-* for move to salsa * Bump standards-version to 4.1.4 without further change * Delete incorrect built-using field for libopendbx-doc * Mark libopendbx-doc Multi-Arch: foreign * Install pkg-config file in cross-compilation friendly location libopendbx (1.4.6-11) unstable; urgency=medium . * Wrap and sort * Build depend on firebird-dev instead of firebird2.5-dev (Closes: #841469) * Build depend on default-libmysqlclient-dev insted of libmysqlclient-dev libopendbx (1.4.6-10) unstable; urgency=medium . * Update debian/rules to allow for arch and indep only builds to succeed (Closes: #806060) * Bump standards version to 3.9.8 without further change libopendbx (1.4.6-9) unstable; urgency=medium . * Update libopendbx1.symbols for g++5 transition (Closes: #777962) - Symbols are lost/gained for the C++ portion of the library, but nothing in Debian uses them, so not bumping library name * Add rm of additional build artifacts (doc/doxygen_sqlite3.db and utils/doc/odbx-sql.1) to clean rule so package builds twice in a row * Update mechanism in debian/rules for adding dpkg-gensymbols from pkg-kde- tools to the path * Bump standards version to 3.9.6 without further change libopendbx (1.4.6-8) unstable; urgency=medium . * Switch to source format 3.0 (quilt) since patches stopped being applied on the buildds for some reason - Update debian/rules - Remove quilt portions of debian/README.Source - Update build-depends libopendbx (1.4.6-7) unstable; urgency=medium . * Fix FTBFS due to incompatible change in doxygen 1.8.8 (Closes: #759951) - Add symlink from lib/opendbx/api to lib/opendbx/api.dox in debian/rules so the correct FileParser is used without having to rewrite the opendbx makefiles to work with a new filename. - Remove the symlink in clean - Add debian/patches/inputname.diff to change the INPUT file name in doc/ Doxyfile.in to use api.dox and upgrade using doxygen -u libopendbx (1.4.6-6) unstable; urgency=medium . [ Xilin Sun ] * Update libopenbx1.symbols to fix ftbfs with GCC-4.9 (Closes: #746868) . [ Scott Kitterman ] * Add mips64 mips64el specific symbols changes (Closes: #746267) libopendbx (1.4.6-5) unstable; urgency=medium . * Confirm symbols on all archs * Capture unforwarded change from Ubuntu to use dh-autoreconf * Update for symbols on Debian and Ubuntu ports (alpha, arm64, ppc64, ppc64el, and sparc64) * Update standards version to 3.9.5 without further change libopendbx (1.4.6-4) unstable; urgency=low . * Switch maintainer address to alioth list (pkg-libopendbx-maintainers) now that it is set up * Update Vcs-* now that it's set up on alioth (Closes: #702244) * Update debian/libopendbx1.symbols to match GCC 4.8 (Closes: #701306) * Adjust debian/rules to use pkgkde-gensymbols for more consistent C++ symbols libopendbx (1.4.6-3) unstable; urgency=low . * Reorganize rules to avoid build-stamp in binary * Update symbols files again based on logs from amd64, ia64, kfreebsd-amd64, mips, mipsel, powerpc, s390, s390x, and sparc * Change libopendbx1 Depends on libopendbx1-sqlite3 | libopendbx1-backend to Recommends to break dependency loop (Closes: #693713) * Add debian/patches/odbxtest_exit_1_on_error.diff so that test failures will also cause the build to fail * Fix debian/odbxtest.site path so tests run correctly * Update clean rule to correctly remove the test database libopendbx (1.4.6-2) unstable; urgency=low . * Upload to unstable * Set opendbx@kitterman.com as maintainer address * Move myself to Uploaders * Add Marc Haber to Uploaders * Add Vcs-* fields to debian/control * Fix install locations for opendbx-utils test scripts * Update symbols files from build logs on amd64, ia64, kfreebsd-amd64, mips, powerpc, s390, s390x, and sparc * Use modified gensymbols from pkg-kde-tools for better management of C++ symbols (added to build-depends and updated symbols file) libopendbx (1.4.6-1) experimental; urgency=low . [ Norbert Sendetzky ] * New upstream version (stable version) * Fixed build requirements for Ubuntu . [ Scott Kitterman ] * Initial upload to Debian (Closes: #648702) * Add quilt as a patch system to capture debian specific changes * Add new opendbx-doc package for OpenDBX HTML documentation * Include odbxtest, odbxplustest, and odbxtest.sh in opendbx-utils to support testing during package build - Add opendbx-utils.install and change debian/rules to use it * Use debhelper > 9 and compat 9 * Add misc:Depends to all binaries * Remove duplicate section/priority fields in binary sections * Add Homepage field * Bump standards version to 3.9.4 * Update debian/copyright * Add local copy of http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd to debian dir for documentation building without internet access and patch xml source documentation to build using the local dtd * Update debian/rules to also add symlink for docs for opendbx-utils to libopendbx1's doc directory * Update debian/rules to used dpkg-buildflags * Update debian/rules not to ignore errors on make clean * Add build-arch and build-indep targets to debian/rules * Modify debian/rules so .la files aren't shipped * Change the libopendbx1 Depends on libopendbx1-backend to be libopendbx1-sqlite3 | libopendbx1-backend so a real package is always specified * Add debian/libopendbx.symbols * Updated package descriptions * Update debian/watch (although it still doesn't work) * Use dh_prep instead of dh_clean -k loki-ecmwf (0.2.7-1) unstable; urgency=medium . * New upstream release m17n-db (1.8.8-1) unstable; urgency=medium . * Team upload. * New upstream release 1.8.8. m17n-lib (1.8.4-2) unstable; urgency=medium . * Team upload. * Debian-patched m17n-lib already supported multiarch. (LP: #1508670) * debian/control: Bump Standards-Version to 4.7.0 (no changes). * debian/control: Replace build-dep pkg-config => pkgconf. m1n1 (1.4.15-1) unstable; urgency=medium . * New upstream version 1.4.15 magicgui (0.9.1-1) unstable; urgency=medium . * New upstream release. This fixes: "FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11 3.12" returned exit code 13", thanks to Lucas Nussbaum (Closes: #1074724). * Skip testcase that requires network access. magicgui (0.7.2-4) unstable; urgency=medium . * Fix testsuite and autopkgtests. magicgui (0.7.2-3) unstable; urgency=medium . * Source-only upload for migration to testing. magicgui (0.7.2-2) unstable; urgency=medium . * Add missing copyright holders to debian/copyright. . magicgui (0.7.2-1) unstable; urgency=low . * Initial release, autogenerated by py2dsp/3.20230219 then tweaked by hand. mail-spf-perl (3.20240923-1) unstable; urgency=medium . * Import upstream version 3.20240923. * Refresh patches (offset). manpages-l10n (4.24.0-2) unstable; urgency=medium . * Update debian/control (Indonesian no longer ships man8). manpages-l10n (4.24.0-1) unstable; urgency=medium . * New upstream version 4.24.0. * Update d/copyright. * Indonesian no longer ships pages in man8, adjust. * Adjust lintian overrides for new upstream sources. masakari-dashboard (11.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. masakari-dashboard (11.0.0~rc1-1) experimental; urgency=medium . * New upstream release. milter-greylist (4.6.4-3) unstable; urgency=medium . * QA upload. * Set user greylist in the configuration file rather than as a command-line option in the service file (which always takes precedence) to allow easier customization. (Closes: #1002527) - debian/milter-greylist.service - debian/patches/greylist.conf milter-greylist (4.6.4-2) unstable; urgency=medium . [ Ondřej Surý ] * QA upload. * Disable libbind-dev and libgeoip-dev Build-Depends (Closes: #942501) . [ Tobias Frost ] * Don't do a NMU on a QA upload. * Touch upload date. * Remove Depends: on obsolete lsb-base package, see it's README.Debian for details. This fixes lintian error depends-on-obsolete-package. * Thanks to Amin Bandali for triaging #942501. * Drop ancient d/NEWS file. milter-greylist (4.6.4-1) unstable; urgency=medium . * QA upload. * Add salsa ci. * New upstream version 4.6.4 - Refresh patches. milter-greylist (4.6.2-3) unstable; urgency=medium . * QA upload. * Start the application as daemon with user greylist. (Closes: #979965) * Create the tmp file as user greylist. milter-greylist (4.6.2-2) unstable; urgency=medium . * QA upload. . [ Debian Janitor ] * Use secure URI in debian/watch. * Set Homepage field in Source rather than Binary package. * Update standards version to 4.5.0, no changes needed. . [ Vagrant Cascadian ] * debian/patches: Adjust configure.ac to avoid embedding hostname, username, build time and build path in the binaries. (Closes: #978751) * debian/control: Set Rules-Requires-Root to "no". * debian/control: Update to debhelper-compat 13. * debian/control: Update Standards-Version to 4.5.1. . [ Christian Dröge ] * systemd support for milter-greylist (Closes: #739465) . [ Vagrant Cascadian ] * debian/patches: initfile.nosudo: Fix typo in patch to use "su" instead of "sudo". (Closes: #784408) milter-greylist (4.6.2-1) unstable; urgency=medium . * QA upload. * Update to v4.6.2 (Closes: #881154) * Add dependency on lsb-base. * Disable init.d script using dh_installinit. - Ref. Debian Policy Manual section 9.3.3.1 * Use proper home with adduser. * Orphan the package (See: #889305) * Update compat level to 12. * Remove dependency on autotools-dev and quilt. * Update Standards-Version to 4.4.1 - Change priority to optional. * Add dependency on init-system-helpers. * Add predends on misc. * Maintainer script should not use recursive chown. * Add commented patch file in series. * Add vcs link to salsa. milter-greylist (4.5.11-1.1) unstable; urgency=medium . * Non-maintainer upload. * Build --with-libbind and add libbind-dev to build-depends to build with thread safe resolver (Closes: #808669) * Use _DEFAULT_SOURCE instead of _BSD_SOURCE in Makefile/configure to fix FTBFS milter-greylist (4.5.11-1) unstable; urgency=low . * New upstream release * Bump debhelper compat level to 9. * Build against libcurl (Closes: #637441) * Build against libopendkim (Closes: #562960) * Build against libgeoip (Closes: #634903) * New patch: + patches/initfile.lsb: Add lsb/init-functions to init script. (Helps: #739465) + patches/initfile.nosudo: Remove dependency on sudo by using su instead. (Closes: #747634) * Updated standards version to 3.9.5 (no changes) milter-greylist (4.3.9-1) unstable; urgency=low * New upstream release * Refreshed patch: + patches/m4.socket-options * Convert from cdbs to dh. * Build with -fno-strict-aliasing as the source uses type punned pointers * Updated standards version to 3.9.2 (no changes) milter-greylist (4.3.8-1) unstable; urgency=low * New upstream release * Updated standards version to 3.9.1 (no changes) * Update debian/copyright to fix lintian warning copyright-refers-to-deprecated-bsd-license-file milter-greylist (4.3.7-1) unstable; urgency=low * New upstream release milter-greylist (4.3.5-3) unstable; urgency=low * Revert back to 4.3.5-1 code and put on a brown paper bag. The changes don't work. milter-greylist (4.3.5-2) unstable; urgency=low * Updated patches: + patches/greylist.conf: Make the init script parse the config file to find out which user it runs as. + patches/rc-debian.socket: ditto. This prevents the confusion of two files specifying what the socket file and user should be. Also removed from defaults. (Closes: 554239) milter-greylist (4.3.5-1) unstable; urgency=low * New upstream release * Switch to dpkg-source 3.0 (quilt) format * Add DEP-3 tags to all patches. * Update to Debian Policy 3.8.4 (no changes) * New patch: + patches/573936-dump_lex: Fixes parsing a dump with some awkward non-RFC822 email addresses. (Closes: #573936) * Updated patch: + patches/greylist.conf: Document what to do for Postfix use. (Closes: #554239) milter-greylist (4.3.4-2) unstable; urgency=low * debian/control: change Recommends to "sendmail | postfix". (Closes: #552539) milter-greylist (4.3.4-1) unstable; urgency=low * New upstream release + patches/initfile.syntaxerror removed (applied upstream) * Bump standards version to 3.8.3 + add debian/README.source + debian/milter-greylist.files: don't store /var/run/milter-greylist in package. It's created at boot time. * New patch: + patches/initfile.mountall: LSB INIT INFO should depend on $local_fs rather than mountall. milter-greylist (3.0-3) unstable; urgency=low [ Elrond ] * Remove patch to configure after talking to Cord * Fix new location of libmilter.so by also searching in /usr/lib/milter for it (closes: #423969) [ Cord Beermann ] * fixed lintian 'debian-rules-ignores-make-clean-error' * leaving the 'binary-or-shlib-defines-rpath'. it is needed to fix the libmilter problem above. (Yes, there must be a better solution) milter-greylist (3.0-2) unstable; urgency=low * adding missing Build-dependency libspf2-dev (closes: #406859) * set priority to extra, because libmilter0 is also extra and we depend on it. milter-greylist (3.0-1) unstable; urgency=low * Initial official release (Closes: #264192) mistral (19.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. mistral (19.0.0~rc1-1) experimental; urgency=medium . * New upstream release. * Removed patch applied upstream: - py3.12-cast-random-delay-as-int.patch - py3.12-assertDictContainsSubset-is-removed.patch navarp (1.6.0-4) unstable; urgency=medium . * Bug fix: "FTBFS: failing tests", thanks to Santiago Vila (Closes: #1077950). navarp (1.6.0-3) unstable; urgency=medium . Update standards version to 4.6.2, no changes needed. * wrap-and-sort -ast * Bug fix: "please add autopkgtests (to add coverage for python3-matplotlib)", thanks to Sandro Tosi (Closes: #1036495). * Bug fix: "please add autopkgtests (to add coverage for python3-numpy)", thanks to Sandro Tosi (Closes: #1035190). navarp (1.6.0-2) unstable; urgency=medium . * Bug fix: "Fails to build source after successful build", thanks to Lucas Nussbaum (Closes: #1048252). * Bug fix: "Fails to build binary packages again after successful build", thanks to Lucas Nussbaum (Closes: #1049546). navarp (1.6.0-1) unstable; urgency=medium . * New upstream release. navarp (1.3.0-1) unstable; urgency=medium . [ Neil Williams ] * Change d.watch file to use modified gitlab mangling * Update control to add Debian PaN maintainers . [ Picca Frédéric-Emmanuel ] * d/watch: fixed to obtain the latest version. * New upstream version 1.3.0 navarp (1.0.0-2) unstable; urgency=medium . * Source-only upload to migrate to testing. navarp (1.0.0-1) unstable; urgency=medium . * Initial release. (Closes: #995371: ITP: navarp -- Navigation tool for ARPES data) * Add a desktop file, convert upstream SVN to xpm & install. * Fix lintian missing-build-dependency-for-dh-addon error * Salsa: Allow reprotest to fail - upstream issue * Fix missing copyright information netatalk (3.2.9~ds-3) unstable; urgency=medium . [ Daniel Markstedt ] * add patch cherry-picked from upstream: 002: meson: Format afpd help text output to match autotools * update afpd smoketest: + remove the check for the tdb CNID backend + sort tests in the same order as actual output * stop build-depend on libtdb-dev: obsoleted by upstream changes * build-depend on libltdl-dev (not libltdl3-dev) netatalk (3.2.9~ds-2) unstable; urgency=medium . [ Daniel Markstedt ] * Add patch cherry-picked from upstream: 001: Correct libwrap capability check in Meson build system * Make cracklib-runtime a build dependency in order to build netatalk with cracklib support netatalk (3.2.9~ds-1) unstable; urgency=high . [ upstream ] * new release(s) + fix CVE-2024-38439 CVE-2024-38440 CVE-2024-38441 closes: bug#1074473, #1074474, #1074475 . [ Daniel Markstedt ] * drop patches obsoleted by upstream changes * refresh patch 202 * stop build-depend on libgcrypt-config; closes: bug#1074503 * build-depend on libio-socket-ip-perl libnet-dbus-perl perl; stop build-depend on python3 python3-dbus * update build rules to use Meson (not autotools) * Install PAM config in /usr/lib/pam.d to conform to FHS * update TODOs . * update copyright info: + exclude embedded libwolfssl from repackaged upstream tarball + removing blurbs for files dropped upstream * generate documentation, and register with doc-base * build-depend on libmariadb-dev (not libmariadb-dev-compat) . [ Jonas Smedegaard ] * Set urgency=high due to security-related bugfixes * set buildsystem in overridden configure rule, and stop set implied configure option netatalk (3.1.18~ds-2) unstable; urgency=high . * update git-buildpackage: adjust debian-branch * add patches cherry-picked upstream: + use pkg-config to find libgcrypt; closes: bug#1071945, thanks to Andreas Metzler + harden user login; CVE-2024-38439 CVE-2024-38440 CVE-2024-38441; closes: bug#1074473,#1074474,#1074475 * stop pass now superfluous configure option --with-libgcrypt-dir * set urgency=high due to security bugfixes netatalk (3.1.18~ds-1) unstable; urgency=high . [ upstream ] * new release + CVE-2022-22995: Harden create_appledesktop_folder() closes: bug#1053545 . [ Jonas Smedegaard ] * drop patch 001, obsoleted by upstream changes * set urgency=high due to security-related bugfix netatalk (3.1.17~ds-2) unstable; urgency=medium . [ Daniel Markstedt ] * Cherry-pick upstream patch for restoring tcp wrapper autoconf check. * Update lintian sonames override after removal of ABI versioning upstream. . [ Jonas Smedegaard ] * set urgency=high due to previous security-related bugfixes netatalk (3.1.17~ds-1) unstable; urgency=high . [ upstream ] * new release(s) + Use non-interactive PAM session when available closes: bug#1040065, thanks to Richard van den Berg + Renames asip-status.pl to asip-status + Removes uniconv and cnid2_create from distribution + FIX CVE-2023-42464: Validate data type in dalloc_value_for_key() + FIX: Declare a variable before using it in a loop, which was throwing off the default compiler on RHEL7 closes: bug#1052087 . [ Daniel Markstedt ] * Drop patches obsoleted by upstream changes: 001, 101, 105, 106, 107, 204 * Generate man pages from XML sources with docbook-xsl * Improve configure parameters: + Explicitly define sysconfdir + Sort parameters alphabetically * Add lintian overrides for: + package-name-doesnt-match-sonames + package-contains-documentation-outside-usr-share-doc . [ Jonas Smedegaard ] * set urgency=high due to security-related bugfixes netatalk (3.1.15~ds-3) unstable; urgency=medium . [ Daniel Markstedt ] * Cherry-pick upstream patch for: + Fix CVE-2022-23121, CVE-2022-23123 regression * Install netatalk dbus config file into /usr/share prefix instead of /etc - to appease lintian * Don't distribute libatalk.so shared lib symlink: The upstream project is moving towards turning it into a private library * Remove copyright info for generated source files no longer in VCS * Remove overlapping copyright files covered by wildcards * Add notes in TODO: + to figure out why lintian-overrides are ignored + to link with WolfSSL instead of OpenSSL (OpenSSL 3.0 broke compatibility with DHX) . [ Jonas Smedegaard ] * update DEP-3 patch headers netatalk (3.1.15~ds-2) unstable; urgency=medium . [ Daniel Markstedt ] * Fix failing smoke test caused by an upstream change * Replace deprecated dependency `lsb-base' which is now superseded by Essential package `sysvinit-utils' * Remove debian.pam override, since upstream now generates logically identical pam configurations * Fix duplicate globbing of copyright sources * Flag all patches as either forwarded or not-needed * Restore distribution of the afppasswd.1 man page * Fix typo in previous changelog entry (wrong CVE number) * Remove obsoleted NEWS file * Update own email address * Add item to TODO on cleaning up copyright for generated sources * Upstream repo renamed from `Netatalk' to `netatalk' . [ Jonas Smedegaard ] * update DEP-3 patch headers * renumber patches to match micro naming policy: 203 -> 101, 102 -> 205 netatalk (3.1.15~ds-1) unstable; urgency=high . [ upstream ] * new release + fixes CVE-2022-45188 CVE-2022-45188; closes: bug#1024021, thanks to Moritz Mühlenhoff . [ Jonas Smedegaard ] * adopt package, thanks to renewed interest in the Netatalk team; add Daniel Markstedt as uploader; closes: bug#1013308; closes: bug#1025011, thanks to Moritz Mühlenhoff * drop patches obsoleted by upstream changes * unfuzz patches * update copyright info: update coverage * generate documentation from Markdown source; build-depend on cmark-gfm * add patch 202 to avoid privacy leak in documentation * set urgency=high due to fixing CVE issue netatalk (3.1.14~ds-1) unstable; urgency=medium . * QA upload. . [ upstream ] * new release . [ Jonas Smedegaard ] * update upstream URIs to track project at Github (not sourceforge) * drop patch cherry-picked upstream now applied * drop patches 108 109, obsoleted by upstream changes * update and unfuzz remaining patches * fix source helper tool copyright-check to avoid insecure shell expansion * update source helper tool copyright-check to extract from illustrator file * declare compliance with Debian Policy 4.6.2 * update git-buildpackage config: + use DEP-14 git branches + enable automatic DEP-14 branch name handling + add usage config netatalk (3.1.13~ds-2) unstable; urgency=medium . * add patch 108 to handle ad_entry() returning NULL; closes: bug#1013303, thanks to Dennis * add patch 109 to avoid deprecated CPAN module IO::Socket::INET6 * declare compliance with Debian Policy 4.6.1 * orphan package: set maintainer to Debian QA Group netatalk (3.1.13~ds-1) unstable; urgency=high . [ upstream ] * new release CVE-2021-31439 CVE-2022-0194 CVE-2022-23121 CVE-2022-23122 CVE-2022-23123 CVE-2022-23124 CVE-2022-23125 . [ Jonas Smedegaard ] * update copyright info: + drop irrelevant comment about spotlight code originating from Wireshark: Might be true but according to upstream issue report was written by same author + update repackaging to stop exclude libevent no longer embedded upstream + update coverage * tighten lintian overrides * drop patches cherry-picked upstream now applied * unfuzz patches * set urgency=high due to fixing multiple CVE issues netatalk (3.1.12~ds-9) unstable; urgency=medium . * update copyright info: + fix typo in comment + improve source script copyright-check + update copyright info: use Reference field (not License-Reference); tighten lintian overrides * declare compliance with Debian Policy 4.6.0 * use debhelper compatibility level 13 (not 12) * generate up-to-date unicode casefolding code during build; build-depend on unicode-data netatalk (3.1.12~ds-8.2) unstable; urgency=high . * Non-maintainer upload. . [ Iain Lane ] * Build against libtirpc: (Closes: #982633) + debian/patches/allow-use-of-tirpc: Fixes quota support being disabled where this isn't available. + debian/rules: Pass --with-libtirpc to enable this new support. + debian/control: BD on libtirpc-dev. This solves autopkgtest regression when building with glibc after Debian 11 release. netatalk (3.1.12~ds-8.1) unstable; urgency=high . * Non-maintainer upload. . [ Iain Lane ] * 205_add-support-for-tracker3.patch, control, rules: Port to Tracker 3 using a patch from Fedora (Closes: #993412) netatalk (3.1.12~ds-8) unstable; urgency=medium . * update patch 105 to support cross-compilation; closes: bug#977570, thanks to Helmut Grohne * modernize source script copyright-check * copyright: + fix separate a License-Grant from a Coyright field + rename license shortnames to align more closely with SPDX + update coverage netatalk (3.1.12~ds-7) unstable; urgency=medium . * add patch 105 to fix support cross-compilation; closes: bug#973834, thanks to Helmut Grohne * rely on autoconf defaults (stop explicitly declare default options) * simplify rules; stop build-depend on autotools-dev cdbs dh-autoreconf * use debhelper compatibility level 12 (not 10); build-depend on debhelper-compat (not debhelper) * declare compliance with Debian Policy 4.5.1 * generate automatic -dbgsym package, replacing manual netatalk-dbg package * update watch file: use dversionmangle=auto * fix pre-depend on misc:Pre-Depends netatalk (3.1.12~ds-6) unstable; urgency=medium . * use system-shared libevent: + add patch cherry-picked from upstream merge-request to avoid embedded libevent + unfuzz patch 101 + exclude libevent when repackaging upstream source + build-depend on libevent-dev * fix stop needlessly depend on libpam-cracklib * link with libssl and Kerberos; build-depend on libcrack2-dev libkrb5-dev libssl-dev; closes: bug#973120, thanks to Lucas Nussbaum netatalk (3.1.12~ds-5) unstable; urgency=medium . * add patches cherry-picked from upstream merge-requests: + fix ftbfs with GCC-10; closes: bug#957590, thanks to Matthias Klose + fix implicit declarations in become_root() and unbecome_root() + fix garbage read in bsd_attr_list() + fix use after free in get_tm_used() + fix afpd segfault in Spotlight SPARQL parser * use debhelper compatibility level 10 (not 9) * stop build-depend on dh-systemd (provided by debhelper even in oldstable); closes: bug#958616, thanks to Michael Biebl * annotate superficial autopkgtest * unfuzz patch 103 * enable CNID backend mysql (MariaDB avoids OpenSSL since 1:10.3.13-1, available since buster); build-depend on libmariadb-dev-compat * simplify source script copyright-check netatalk (3.1.12~ds-4) unstable; urgency=medium . * Fix Vcs-Git URL. * Extend patch 101 to support cross-building. Closes: Bug#942185. Thanks to Helmut Grohne. * Declare compliance with Debian Policy 4.2.1. * Set Rules-Requires-Root: no. netatalk (3.1.12~ds-3) unstable; urgency=medium . * Update autopkgtest: Add sbin paths to PATH. netatalk (3.1.12~ds-2) unstable; urgency=medium . * Fix stop build-depend on obsolete libmysqlclient-dev. Adapt smoketest. Update documentation to include CNID backend mysql to list of GPL-incompatible features legally possible only in local rebuild. * Bump documentation timestamps, and timestamp each topic separately. netatalk (3.1.12~ds-1) unstable; urgency=medium . [ upstream ] * New release(s). Closes: Bug#685878. + AppleTalk networking protocol support dropped. Closes: Bug#187512, #467513, #467514, #489800, #599402, #652825, #660768. + Printer Access Protocol (PAP) support dropped. Closes: Bug#66875, #86185, #141405, #316563, #336495, #772280, #716165. . [ Igor Bernstein ] * Drop patches and configure options obsoleted by upstream changes. * Stop install documentation no longer provided upstream. * Install shared library and files in /var/lib, actually used now. . [ Michele Porelli ] * Change init style to systemd. . [ Adrian Knoth ] * Drop rules for uniconv. * Build-depend on dh-systemd. . [ Jonas Smedegaard ] * Re-add sysV init script, alongside systemd. * Repackage upstream source: + Exclude embedded code copies of libtalloc libtdb. + Exclude pre-generated spotlight code. * Update patches: + Drop patches applied upstream. + Extend patch 103 with fixes for additional typos. + Add patch 204 to use FHS-compatible state dir /var/lib/netatalk. + Unfuzz patches. * Update watch file: + Rewrite usage comment. + Use substitution strings. + Use suffix ~ds for repackaged upstream source. * Update copyright info: + Fix track scripts by HAT, licensed GPL-2+. + Update coverage, track exclusions, and stop track gone files. + Track new source files licensed GPL-2/GPL-2+/Autoconf-or-GPL-3+. * Build linked with system shared libtalloc libtdb. Add patches 101 201 to use system shared libraries libtalloc libtdb. Build-depend on libtalloc-dev libtdb-dev. * Enable AFPStats D-Bus service. Add patch 102 to migrate to and use python3. Build-depend on libdbus-glib-1-dev. Recommend dbus python3 python3-dbus. * Enable integration with SystemTap. Build-depend on systemtap-sdt-dev. * Add NEWS entry listing disruptive changes. * Stop create obsolete directory var/spool/netatalk. * Stop provide unmaintained logcheck snippets. * Enable autopkgtest. * Improve build-time check for OpenSSL license violation. * Avoid install manpages for obsolete or avoided commands. * Update documentation: + Drop duplicated changelog and copyright info in README.Debian. + Drop obsolete README.Debian note about manual BerkeleyDB migration, and about AppleTalk DDP and host-to-ip resolving. * Stop build GSS UAM (except in custom build): Causes license violation linking against OpenSSL. Stop build-depend on libkrb5-dev. Update documentation to mention GSS UAM in OpenSSL notes. * Build new mysql UAM, linking against libmysqlclient (not libmariadb to avoid license violation). Build-depend on libmysqlclient-dev. * Fix stop enable cracklib support, needed only with randnum UAM which requires OpenSSL. Update documentation. Stop build-depend on libcrack2-dev. Stop recommend libpam-cracklib, avahi-daemon. * Update short and long descriptions to talk only about Apple Filing Protocol (not obsolete AppleTalk protocol), and elaborate on differences with SMB protocol. * Stop build-depend on libcups2-dev, recommend rc db-util, or suggest texlive-base-bin quota: Needed for no longer provided features. * Enable Spotlight integration with tracker. Build-depend on bison flex: Needed to generate Spotlight code. Build-depend on libtracker-miner-2.0-dev libtracker-sparql-2.0-dev. Build-depend on and recommend tracker. * Add patch 104 to modernize Systemd service file. netatalk (2.2.6-3) unstable; urgency=high . * Regenerate autotools during build. Really closes: Bug#912091. Thanks (again!) to Helmut Grohne. * Set urgency=high due to previously fixed CVE-2018-1160. netatalk (2.2.6-2) unstable; urgency=medium . * Acknowledge NMUs. Closes: Bug#864125, #916930. Thanks to Salvatore Bonaccorso and Andreas Metzler. * Simplify rules: + Stop resolve build-dependencies in rules file. * Update notes on local build linked with OpenSSL: + Rephrase centered on usage needs (not legalese). + Use apt (not aptitude or apt-get) in interactive commands. + Stop reference obsolete unofficial package repository. + Move build details to README.source. * Update Vcs-* fields: Maintenance moved to Salsa. * Stop build-depend on dh-buildinfo. * Update copyright info: + Extend coverage of packaging. + Use https protocol in format URL. * Wrap and sort control file, and strip trailing spaces. * Use package priority optional (not extra). * Declare compliance with Debian Policy 4.2.1. * Fix depend on lsb-base. * Configure with --enable-a2boot. Closes: Bug#907958. Thanks to T. Joseph Carter. * Add patch 106 to fix detect Berkeley DB installed in multiarch location. Closes: Bug#912091. Thanks to Helmut Grohne. * Add patches cherry-picked upstream to fix unauthenticated remote code execution (replacing semantically identical patch 115 added in 2.2.6-1.2). netatalk (2.2.6-1.1) unstable; urgency=low . * Non-maintainer upload. * B-d on libgcrypt20-dev instead of (dummy transition package) libgcrypt11-dev. Closes: #864125 netatalk (2.2.6-1) unstable; urgency=medium . [ upstream ] * New stable release. . [ Jonas Smedegaard ] * Update watch file: Limit to 2.x.x releases. * Drop patches cherry-picked upstream, now applied. * Drop patch 201: etc2ps paths fixed upstream. * Advertise DEP3 format in patch headers. * Update copyright info: + Fix consistently reference license BSD-3-Clause~4. + Fix separate License-Grant from License. + Fix separate Comment from License. + Extend coverage of autotools. + Extend coverage of packaging. + Relicense packaging as GPL-3+. * Update lintian overrides: + Tighten overrides regarding license in License-Reference field. + Add overrides regarding FIXMEs in copyright_hints file. * Drop CUPS workaround build flags: Handled upstream. * Drop explicit core build flags: Handled in CDBS. * Modernize Vcs-* fields: + Use https protocol. + Use git (not gitweb) in path. * Declare compliance with Debian Policy 4.0.0. * Modernize cdbs: Do copyright-check in maintainer script (not during build). Stop build-depend on licensecheck. netatalk (2.2.5-2) unstable; urgency=medium . [ Adrian Knoth ] * Add patch to source init functions in init.d script. * Bump debhelper compatibility level to 9. . [ Brian Campbell ] * Add myself to uploaders . [ Chris Boot ] * Add myself to uploaders . [ Jonas Smedegaard ] * Address most FIXMEs. * Update watch file: + Bump to version 4. + Track any release (not only 2.x). + Mention gpb --uscan in usage comment. * Stop track upstream source with CDBS (use gpb --uscan). * Update git-buildpackage config: Filter any .gitignore file. * Modernize CDBS: + Build-depend on licensecheck (not devscripts). + Tighten binary package relations to be package-specific. * Declare compliance with Debian Policy 3.9.8. * Update copyright info: + Resolve remaining FIXMEs. Closes: Bug#751121. Thanks to Luca Falavigna. + Use License-Grant and License-Reference fields. Thanks to Ben Finney. + Clarify vaguely ORed license pair. + Re-label to use SPDX license shortnames FSFUL FSFULLR X11. + Extend coverage of Debian packaging. * Add lintian override regarding license in License-Reference field. See bug#786450. * Drop example script to convert from netatalk 2.0.4~beta2-4 and earlier: needed package db4.2-util no longer available. Stop suggest db4.2-util. * Fix version in NEWS entry. * Add patches cherry-picked upstream, including ASP/DDP fixes. Closes: Bug#760111, #760112. Thanks to Vincent Duvert. * Fix stop build-depend on d-shlibs. netatalk (2.2.5-1.1) unstable; urgency=medium . * Non-maintainer upload. * Drop Build-Depends on hardening-includes. (Closes: #836757) netatalk (2.2.5-1) unstable; urgency=medium . [ upstream ] * New stable release 2.2.3. + Add afpd support for Apple mDNSResponder. + Add afpd new LDAP config option ldap_uuid_string. + Based on Unicode 6.1.0. + Update experimental systemd service files to always run both afpd and cnid_metad (unsuitable for 2.x: lack AppleTalk support). + Update afpd to ensure our umask is not altered by e.g. pam_umask. + Update afpd to use GSS_C_NO_NAME as server principal when Kerberos options -fqdn and -krb5service are not set. + Update afpd CNID handling for TimeMachine volumes. Closes: bug#703426. Thanks to Dominic Evans. + Fix afpd sendfile() on FreeBSD. + Fix afpd to not use searchdb when doing partial name search. + Fix possible afpd bug handling disconnected sessions. + Fix close IPC file descriptors in afpd session child processes. + Fix dbd to not remove BerkeleyDB if still in use by e.g. cnid_dbd (a bug introduced in 2.2.2). + Fix debian initscript to start avahi-daemon (if available) before atalkd + Fix use only ASCII in Zeroconf advertised TimeMachine volume name. * New stable release 2.2.4: + Fix missing UAM links. + Fix lockup in AFP logout on Fedora 17. + Fix reset signal handlers and alarm timer after successful PAM authentication. Fixes a problem with AFP disconnects caused by pam_smbpass.so messing with our handlers and timer. + Fix possible afpd problem with sendfile on Solaris derived platforms. * New stable release 2.2.5: + Fix errors searching volumes. + Add configurable symlink handling with a new volume option 'followsymlinks'. Setting the option causes afpd to follow symlinks on the server side. + Reload groups when reloading volumes. + Fix a possible crash in cname() where cname_mtouname calls dirlookup() where the curdir is freed because the dircache detected a dev/inode cache difference and evicted the object from the cache. + Fix change default FinderInfo for directories to be all 0. . [ Jonas Smedegaard ] * Update README.source to emphasize control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Adapt to upstream change from CVS to git: + Add git URL as alternate upstream source. + Have git-import-orig suppress upstream .gitignore file. + Drop helper target get-orig-vcs from rules file. + Stop tracking md5sum of upstream tarball (track git tags instead). * Drop dpkg-source local-options hint: Declared options are default since dpkg-source 1.16.1. * Move packaging to team maintenance: + Update Vcs-* Maintainer fields in control file. + (Re-)add myself as uploader. * Drop patch 101: Adopted upstream. * Unfuzz patches. * Separate upstream-relevant part of patch 205 as patch 101 to drop bogus warning in configfile. * Fix explicitly enable code paths private since CUPS 1.6. Closes: bug#713558. Thanks to Patrick Coulthard. * Add patch 102 to fix bashisms in add_netatalk_printer script. Closes: bug#581127. Thanks to Raphael Geissert. * Add patch 103 to fix user-visible typos in log output and documentation. Closes: bug#685162. Thanks to Ralf Hildebrandt. * extend logcheck filters. Closes: bug#589215, #588832. Thanks to Radek Antoniuk. * Update copyright file: + Fix relabel a license as MIT~veryshort (from GAP). + Improve tracking of autotools files. * Fix DEP5 syntax error (Double "Copyright:"). * Fix revert to SysV stop action at default runlevels: + Add patch 104 to adjust LSB header. + Drop custom update-rc.d parameters (also other now obsolete ones) in rules file. Closes: bug#745520. Thanks to "c" and Chad. * Tidy patches: + Normalize extension of patch 205. + Rename patches cherry-picked upstream to be based on changedata + git hash. + Add DEP3 patch headers. + Unfuzz patches. * Limit watch file to 2.x versions. . [ Adrian Knoth ] * Update copyright file: + Fix DEP5 syntax error ("Files:" misspelled). . [ Brian Campbell ] * Fix patch 103 to exclude debian/changelog typos. * Add debug package. * Explicitly set DEB_DESTDIR now that we're building two binary packages. * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied even in oldstable. + Build-depend on autotools-dev. * Cherry-pick patches from upstream mainline git branch: + Fix error reporting for connection errors. + Fix crash following symlinks. + Fix handling of large numbers of volumes. . [ Chris Boot ] * Add patch 105 to fix an unterminated quoted string in add_netatalk_printer. * Update standards version to 3.9.5. * Fix Vcs-Git URL to make it canonical. * Fix avoid duplicate Section fields in control file. netatalk (2.2.2-1) unstable; urgency=low * New upstream release. * Drop patch cherry-picked upstream: Included in new upstream release. * Build-depend on libldap2-dev and libacl1-dev, to enable LDAP support and support for extended ACLs (and possibly avoid FTBFS). Closes: bug#645290, #651406. Thanks to Peter Eisentraut and masc. * Update copyright file: + Bump format to 1.0. + Fix double-indent in Copyright fields as per Policy §5.6.13. + Add Files paragraph for ACL code. * Bump standards-version to 3.9.3. * Update copyright file: Add disclaimer to License paragraph GAP~Makefile.in. * Bump debhelper compat level to 7. * Add patch 101 to start avahi-daemon (if available) before atalkd. Recommend avahi-daemon. netatalk (2.2.1-1) unstable; urgency=low * New upstream release. + Closes: bug#637025. + Fixes FTBFS on GNU/kFreeBSD. Closes: bug#630349. Thanks to Petr Salinger. * Fix typo in comment. * Update patches: + Drop patch 213 (CVE-2008-5718): fixed upstream since 2.0.5. + Drop patches 115 and 214 (default → etc/default): fixed upstream since 2.2.1. + Unfuzz patch 114. + Add patch cherry-picked from upstream git, to fix EA header related file move/delete errors. Closes: bug#648792. Thanks to Tim Miller Dyck. * Update copyright file: Add/extend a few files sections. * Update package relations: + Tighten build-dependency on cdbs slightly. + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). netatalk (2.2~beta4-1) unstable; urgency=low * New upstream release. + Fixes "Internal Error" after ad_open on sparc. Closes: bug#606005. Thanks to Alfredo Sola. * Adjust references to unofficial packages in README.Debian. * Use dversionmangle (not uversionmangle) in watch file. Fix add leading dash (-) to upstream version in mangling. * Update patches: + Drop patches 107 and 294 (Zeroconf support): Implemented (differently) upstream now. + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete. + Drop patch 200 (hostname resolving): adopted upstream. + Refresh patch 205. * Rewrite copyright file using draft 174 of DEP-5 format. * Build-depend on and recommend unversioned (i.e. default) BerkeleyDB packages. Closes: bug#621413. Thanks to Ondřej Surý. Simplify suggestions on older versioned BerkeleyDB packages. * Stop installing some documentation dropped upstream, and let CDBS automagically handle some of the remains. * Update control file: + Bump policy compliance to standards-version 3.9.2. + Shorten Vcs-* URLs. * Add patches 115 and (for automade file) 214 to avoid installing unneeded /default dir. Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes. * Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler and Luk Claes. * Stop renaming afile and achfile, dropped upstream. * Explicitly enable DDP (AppleTalk), now disabled by default. * Enable Zeroconf, should be stable now. * Simplify package relations: + Drop (build-)dependency fallback unneeded even for oldstable. netatalk (2.1.4-1) unstable; urgency=low * New upstream release. * Add NEWS entry on BerkeleyDB bump to 4.8 and databases now auto- upgrading (replacing older testing-only entry bumping to 4.7). Rephrase README.Debian to mention auto-upgrading. * Bump standards compliance to standards-version 3.9.0. * Unfuzz patch 114. * Update copyright file: + Fix document a few missed copyright holders (no new licenses). + Split comments in License fields into separate License-Comments fields. * Ease building with git-buildpackage: Git-ignore quilt .pc dir, and add source local-options. netatalk (2.1.2-2) unstable; urgency=low * Fix enable DEB_BUILD_HARDENING. netatalk (2.1.2-1) unstable; urgency=low * New upstream release. * Refresh patch 205. * Tighten reinstall-initscript-quirk: upstream no longer double- expands DESTDIR. netatalk (2.1-2) unstable; urgency=low * Drop patch 212 (disable CNID metad by default): the CNID scheme used by default since Netatalk 2.1, dbd, requires metad enabled. Closes: bug#581773, thanks to Søren Grønning. netatalk (2.1-1) unstable; urgency=low * New upstream release. * Update patches: + Drop patches 001, 002, 003, 101, 102, 103, 104, 105, 106, 113, 206, 210, 214, and disabled patches 291, 292, 293: Merged upstream or no longer applies. + Refresh remaining (enabled) patches 109, 200, 205, 212, 213, with shortening quilt options --no-timestamps --no-index -pab. + Disable patch 109: XFS quota support apparently no longer broken. * Use only official CDBS (drop local snippets): All improvements now adopted upstream. * Use source format 3.0 (quilt), and stop including patchsys-quilt.mk. * Refer to FSF website (not postal address) in rules file. * Bump copyright years in header of in rules file. * Drop locally implemented DEB_MAINTAINER_MODE in rules file: Now adopted upstream. * Rewrite copyright file using draft DEP5 rev. 135. Adds new owners and licenses, and some files lacking proper licensing are revealed. * Install docs README.AppleTalk (not README.platforms, its old name) and README.ids. * Simplify rules file to no longer regenerate autotools: no patches affect upstream-shipped automade files. * Bump standards compliance to standards-version 3.8.4. * Add workaround for upstream braindead double expanded DESTDIR. * Tighten build-dependency on cdbs. * Stop build-depending on libtool, automake1.11 or autoconf. netatalk (2.0.5-3) unstable; urgency=medium * Fix replace/drop bogus and/or obsolete configure options: + Use --without-ssl-dir/--with-ssl-dir (not --with-openssl-dir/ --without-openssl-dir). Closes: bug#565969, thanks to Fabian Greffrath. + Use --enable-tcp-wrappers (not --with-tcp-wrappers). + Use --disable-srvloc (not --disable-slp). + Drop --disable-logger (obsolete since 2.0.1). + Drop --with-mangling (apparently obsolete since 2.0 alpha 1). + Drop --with-nls-dir and --without-xfs (apparently obsolete). * Autoreconfigure during build (since upstream does not enable maintainer-mode). Disable autotools-related patches. Build-depend on libtool, automake1.11 and autoconf. Closes: bug#559060, thanks to Cyril Brulebois and others. * Add safety-check to fail build if accidentally linked against libssl. Thanks to Fabian Greffrath (see bug#565969). * Disable atalkd by default, to not require supported network active at daemon start time. Closes: bug#565568, thanks to Kurt Roeckx. Add NEWS entry about the change. * Build-depend on and enable hardening-includes. * Fix adjust "See also" of manpages referring to afile or achfile. * Set urgency=medium as earlier lack of explicit disabling openssl caused the package to violate licensing for some architectures, also affecting testing. netatalk (2.0.5-2) unstable; urgency=low * Add patches to sync with upstream stable HEAD: + 001_init_sockaddr_in.patch + 002_fix_cnid_maint_symlink_attack.patch + 003_client-supported_volparam_bitmap.patch. Closes: bug#442228, thanks also to Patrik Schindler. * Link against BerkeleyDB 4.8. Update (build-)dependencies, patch 2.6, README.Debian and example script netatalk_update.sh, and add NEWS item. netatalk (2.0.5-1) unstable; urgency=low * New upstream prerelease. * Unfuzz patches, and minimize their headers. * Fix old-style update-rc.d options to match LSB init script hints: stop only in runlevel 1 (let system kill it in runlevels 0 and 6). * Fix rename variable used to mangle version in get-orig-source rule. * Declare binary dependencies (not only build-dependencies) in debian/rules. Document reasons for each dependency. * Really drop suggesting timeout (claimed but forgotten in 2.0.4~rc2-1). * Build-depend on libcrack2-dev (with cracklib-dev only as fallback). * Drop build-depending on avahi-client-dev by default (only when DEB_BUILD_OPTIONS contains zeroconf). * Improve patch 201 to use modern roff2ps in etc2ps, and suggest groff. * Recommend (not suggest) libpam-cracklib, and use default PAM configfile setup. * Bump policy compliance to standards version 3.8.3. netatalk (2.0.4-2) unstable; urgency=low * Update copyright hints. * Lower policy compliance to 3.8.0 (uncertain about sysv script requirements in 3.8.1). * Fix order of db upgrade commands in README.Debian. Closes: bug#533344, thanks (again) to Itai Seggev. * Update package-relations.mk: Cleanup unversioned+versioned dependency mix. Improve whitespace cleanup. Rewrite and silence applying dependencies. * Fix and improve README.Debian section on recompiling with OpenSSL, thanks to Gijs Hillenius and others. netatalk (2.0.4~beta2-4.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Fix incomplete upstream patch for CVE-2008-5718 by escaping every problematic character and not only those which enables an attacker to execute arbitrary code (213_CVE-2008-5718.patch; Closes: #510585). netatalk (2.0.4~beta2-4) unstable; urgency=high * Rebuild for unstable branch. netatalk (2.0.4~beta2-2) unstable; urgency=high * Always use gcrypt. Simplify optional openssl support. * Readd and update OpenSSL section to README.Debian, and improve NEWS entry to clarify that Randnum UAM is no longer provided by default. * Add patches 001-005 (but avoid applying some of them) to sync with upstream development, fixing the following issues: + remove bogus default ppd _PATH_PAPDPPDFILE + remove signed/unsigned gcc warning + better handling of bogus ppd files + Remove ucb includes from Netatalk (i.e. drop SunOS 4.x support) + Fix off-by-one error in PPD file processing + Fix dhx2 logincont packet size * Update copyright hints (no new owners or licenses). * Explicitly build-depend on libdb4.2-dev (not libdb-dev). * Mention MacOS X 10.5.x group ACL workaround in README.Debian. Closes: bug#458174, thanks to Tim Miller Dyck. * Set urgency=high due to possible security implications in above, and due to accidentally linking against BerkeleyDB 4.6 in prior release. netatalk (2.0.4~beta2-1) unstable; urgency=high * New upstream prerelease: + Quote chars in papd popen variables expansion (and other fixes to papd). Fixes remote execution security hole CVE-2008-5718. Closes: bug#510585. * Mangle upstream tarball beta version. * Drop patches 000 and 001 contained upstream now. * Unfuzz patches 107, 109, 205 and 212. * Unfuzz and enable patches 204a, 207a, 208, 209 and 211. * Build new DHX2 UAM: + Build-depend on libgcrypt11-dev + Configure with --with-libgcrypt + Drop SSL note from README.Debian + Add NEWS entry regarding new and recommended DHX2 UAM * Disable CDBS autotools reconfiguration. * Update cdbs snippets: + Move dependency cleanup to new local snippet package-relations.mk. + Update copyright-check output to more closely match proposed new copyright file format. + Several minor improvements to upstream-tarball.mk. + Compact simple licenses (those without ' or later') in copyright-check.mk + Fix use underscore (not dash) in internal variable + Ignore only debian changelog and copyright-related files by default in copyright-check.mk + Correct and update copyright hints of the snippets themselves + Update README.cdbs-tweaks. * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). * Stop installing README.ids no longer provided upstream. * Rewrite debian/copyright using new new format specification, and update copyright hints. * Semi-auto-update debian/control to update dependencies: DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean * Set urgency=high due to security fix. netatalk (2.0.3-7) unstable; urgency=low * Friendly package maintainer takeover, with the consent of the previous maintainer. Thanks a lot for your excellent work with both packaging and upstream development, Sebastian Rittau! * Enable BDB transaction protection. Closes: bug#435210, thanks to Craig Ringer. * Fix bogus trailing space in logcheck rule. Closes: bug#381839, thanks to Bernhard Sadlowski. * Fix building with DEB_BUILD_OPTIONS=ssl by moving ssl_build_depends inclusion below other build-dependencies declared in debian/rules. * Add Vcs-Svn and Vcs-Browser fields to debian/control. * Move Homepage to own field (from pseudo-field in long description). * Update CDBS tweaks: + update-tarball needs cdbs 0.4.39 or newer (only relevant for backports). + Fix typo in update-tarball regarding gzip-recompressing tarballs. + Use uppercase variables in copyright-check. * Update build-dependency cosmetics in debian/rules, and semi-auto- update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build * Support Zeroconf (instead of SLP: + Add patches 107 and 108 to support zeroconf, found at http://aur.archlinux.org/packages/netatalk/netatalk/ . + Enable zeroconf, and build-depend on recent version of libavahi-client-dev. + Drop SLP support, and drop build-depending on libslp-dev and recommending slpd. + Unfuzz zeroconf patches. * Generate autotools at build time (zeroconf patches change autobuilt files). + Disable patches to autobuilt files. + Adjust patch 210 to not indent comment hashes, thanks to automake 1.10. + Duplicate macros directory as m4, and touch AUTHORS, ChangeLog and INSTALL (as workaround for cdbs lacking support for passing options to autotools). + Suppress copyright-checking autobuilt files. + Build-depend on libltdl3-dev (seems to grow a dependency on that once the source has been rebuilt once). * Build-depend on libkrb5-dev (not heimdal-dev). Closes: bug#441520. * Add patch 109 to support explicitly avoiding XFS quota support. Patch found at http://aur.archlinux.org/packages/netatalk/netatalk/ . Use it - code is broken currently (complains about redefining __swabXXX in xfs/swab.h). * Only enable PGP UAM when SSL is enabled (didn't fail but was confusing). * Update BerkeleyDB linkage: + Add patch 110 to fix linking against newer versions of BerkeleyDB, found at http://aur.archlinux.org/packages/netatalk/netatalk/ . + Extend patch 110 to avoid deprecated DB_VERB_CHKPOINT. + build-depend on libdb-dev (not libdb4.2-dev). netatalk (2.0.3-6) unstable; urgency=low * Update CDBS tweaks: + Replace auto-update.mk with overloading buildcore.mk. + Add debian/README.cdbs-tweaks and advertise it in debian/rules. + Fix applying buildinfo only once. + Fix race condition: check copyright strings in pre-build target (not clean target). + Add upstream-tarball.mk to implement get-orig-source target. * Declare (and cleanup) build-dependencies in debian/rules. * Semi-auto-update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build * Add patch 212 to disable cnid_metad by default. This was the only major change in -5 initscript and thus hopefully closes: bug#384276. netatalk (2.0.3-5) unstable; urgency=low * Change back to unversioned build-dependency on heimdal-dev again (it was only a temporary need, and prevented backporting to sarge). * Add patches to fix a few missed sed replacements: + 101_fix_manpage_sed_replacements.patch + 208_fix_manpage_sed_replacements_for_automade_file.patch * Add patches to make upstream sysv init-file behave sanely: + 102_rename_initscript.patch + 103_initscript_background_off_by_default.patch + 104_initscript_load_module_only_if_intended.patch + 105_initscript_config_in_etc-default.patch + 106_papd_needs_atalk_and_fix_bashism.patch + 209_rename_initscript_for_automade_file.patch + 210_avoid_update-rc-d.patch + 211_avoid_update-rc-d_for_automade_file.patch * Add debian/patches/README explaining the patch numbering scheme. * Enable the use of upstream Debian-compliant init-file: + SysV daemons honours locale defaults. + SysV script handles new cnid daemon. * Have debhelper reinstall init-file, adding maintainer script hooks. * Rename NEWS.Debian to NEWS in source to get recognized by debhelper (yes, seems odd, but that's how it works). * Recommend procps, needed by macusers. * Fix default UAM list (upstream assumes openssl is compiled in). * Improve use of cdbs: + Add local snippet copyright-check.mk: Scan source for (c) changes. + Add local snippet auto-update.mk: auto-update build-dependencies. (enabled only when environment includes DEB_BUILD_OPTIONS=update). + Add local snippet buildinfo.mk: Include env info with binary pkgs + (instead of invoking buildinfo directly within debian/rules). + Switch to using patchsys-quilt (instead of simple-patchsys). * Add comments documenting the various parts of debian/rules, and avoid indentation, to not show them during build. * Fix my entry as package uploader. * Add netatalk_update.sh (found on upstream wiki) as example script. * Support autobuilding of ssl-enabled packages when DEB_BUILD_OPTIONS contains "ssl": + Include ssl-related build-dependencies with cdbs auto-update (when environment contains DEB_BUILD_OPTIONS=update,ssl or similar). + Extend default UAM list handling to toggle SSL-enabled UAMs. + Safety-check: Refuse to build if build-depending on "libssl" but without "ssl" included in DEB_BUILD_OPTIONS (if auto-updated to use ssl but later incosistently built without it enabled). * Update note in README.Debian about unofficial ssl-enabled packages to refer to new netatalk-only repository: deb http://debian.jones.dk/ $DIST/netatalk main * Bump up standards-version to 3.7.2 (no changes needed). * Drop no longer relevant (pre-potato) dependencies: - Depended on libpam-runtime (>= 0.76-14). - Conflicted with libatalk1 and netatalk-dev. - Replaced libatalk1. netatalk (2.0.3-4) unstable; urgency=low * Start cnid_metad when requested by user. (Patch stolen from Ubuntu.) + debian/netatalk.init: Run cnid_metad. + Closes: #308828 "cnid_metad doesn't run on startup" * debian/control: Bump heimdal-dev dependency to >= 0.7.1-3 to prevent build problems on mips/-el. netatalk (2.0.3-3) unstable; urgency=low * debian/netatalk.dirs: Add var/spool/netatalk. + Partly addresses bug #336495. * debian/control: Build-depend on heimdal-dev >= 0.7.0. * Fixed namespace conflict with bigloo by renaming afile and achfile. + Closes: #132054 "Should not conflict with bigloo" + Closes: #145482 "netatalk conflicts with bigloo" + debian/patches/207_afile_namespace_conflict.diff: Rename afile to apple_file and achfile to apple_chfile. + debian/rules: Manually rename afile.1 to apple_file.1 and achfile.1 to apple_chfile.1. + debian/control: Removed conflict with bigloo. * debian/patches/203_amd64_fixes.diff: Removed, obsolete. netatalk (2.0.3-2) unstable; urgency=low * Fixed namespace conflict with yudit by renaming uniconv to netatalk-uniconv. (Closes: #306385, #306279) + debian/patches/204_uniconv_namespace_conflict.diff: Rename uniconv to netatalk-uniconv. Adapt the man page accordingly. + debian/rules: Manually rename uniconv.1 to netatalk-uniconv.1. + debian/control: Removed conflict with yudit. netatalk (2.0.3-1) unstable; urgency=low * New upstream version. netatalk (2.0.2-5) unstable; urgency=low * Recompile against unstable libc6 and CUPS. (Closes: #312963) * Policy version 3.6.2. (No changes required.) netatalk (2.0.2-4) unstable; urgency=low * debian/README.Debian: Fixed typos, removed my homepage as alternate download location for SSL enabled packages for now. * Added conflict with yudit. Partly addresses bugs #306279 and #306385. netatalk (2.0.2-3) unstable; urgency=low * Fixed build problem on amd64. + debian/patches/203_amd64_fixes.diff: New patch (thanks, Andreas Jochens). + Closes: #300354 "FTBFS (amd64/gcc-4.0): static declaration of 'ucreator' follows non-static declaration" netatalk (2.0.2-2) unstable; urgency=low * debian/control: Added homepage URL to the long description. * debian/control: Added missing build dependency on heimdal-dev. + Closes: #300106 "FTBFS: missing build-depends?" netatalk (2.0.2-1) unstable; urgency=low * New upstream version. + debian/patches/100_psf_path.diff: Removed, integrated upstream. + debian/patches/200_netatalk_conf_defaults.diff: Updated. + debian/patches/202_psf_8_paths.diff: Updated. + debian/patches/203_add_netatalk_printer_paths.diff: Removed. + debian/patches/205_applevolumes_default_homedir.diff: Updated. + debian/netatalk.examples: Removed. + debian/netatalk.install: Removed obsolete stuff. + Closes: #277176 "Please package version 2.0" * Removed useless netatalk-dev package. + debian/control: Removed the netatalk-dev package. Make netatalk conflict with netatalk-dev. + debian/rules: Don't call d-devlibdeps. Installation directory is now debian/netatalk instead of debian/tmp. Remove unneeded files from the installation directory. + debian/netatalk.install: Removed. + debian/netatalk-dev.docs: Removed. + debian/netatalk-dev.install: Removed. * debian/control: Fix recommends on db4.2-util. + Closes: #288318 "Recommends non-existent package db4.2-utils" * New features: CUPS support, PGP and Kerberos UAMs. + debian/control: Added libcupsys2-dev and heimdal-dev to the build dependencies. + debian/rules: Added --enable-pgp-uam, --enablekrb4-uam and --enable-krbV-uam configure flags. * Documentation update: + debian/netatalk.docs: Removed doc/CONFIGURE, added doc/README.ids. + debian/netatalk-dev.docs: Added doc/README.logger. netatalk (1.6.4a-1) unstable; urgency=high * New upstream release. Security fix: insecure tempfile handling (CAN-2004-0974). Closes: bug#278396 (thanks to Joey Hess ). * Recommend db4.2-utils and add new patch 206 adapting hardcoded paths in cnid_maint to Debian location of helper binaries. Closes: Bug#239347 (thanks to Rory Campbell-Lange ). * Improve init script: + Timelord requires Appletalk, so load only when ATALKD_ON=yes. + Use && instead of test -a (it is apparently not POSIX compliant). * Cleaned up debian/copyright: + Mention "GNU systems" (instead of only GNU/Linux). + Drop info contained in changelog. + Refer only to upstream source. Closes: Bug#260703 (thanks to Adam Glasgall ). + Use simpler upstream source URL: http://netatalk.sourceforge.net/. * Improve README.Debian section on SSL being disabled: + Rephrase to describe only _current_ state (NEWS.Debian is the place for _change_ of state). + Rephrase to clarify the FSF and Debian as _interpreting_ the conflict between licenses (could be seen as FSF and Debian being the authors of OpenSSL license). + Clarify the FSF abbreviation. + Describe how to rebuild locally with SSL support. + Add another possible source of SSL-enabled packages, and clarify that both sources are only unofficial _suggestions_. Closes (also) bug#260703 (thanks to Adam Glasgall ). * Set urgency=high to get this bugfix release into sarge ASAP. netatalk (1.6.4-2) unstable; urgency=low * The following changes from Jonas (thanks!): + Tighten netatalk-dev dependency on exact same version of netatalk. + Bump up dependency on libpam-runtime to 0.76-14 (reflecting a recent update to Debian-PAM-MiniPolicy). + Drop patch no longer needed: 204_netatalk_pamd_enable_password.diff. + Enable SRVLOC support, recommend slpd and build-depend on libslp-dev. + Use (and build-depend on) d-devlibdeps. + Use (and build-depend on) dh-buildinfo. + Move around logcheck files to be recognized by dh_installlogcheck, and tighten build-dependencies of debhelper and cdbs. + Remove cracklib-related (build-)dependencies (they are only used when compiled with ssl support). + Support enabling ssl-related options simply by setting "DEB_BUILD_OPTIONS=ssl" at build time. - Include cracklib-support to PAM config on ssl build. - Only enable DHX plugin on ssl build. + Add TODO with notes on things to (re)add when (if ever?) ssl support is enabled again by default. * Use Berkeley DB 4.2. + debian/control: Changed build-dependencies accordingly. + debian/NEWS.Debian: Updated. + debian/README.Debian: Updated. netatalk (1.6.4-1) unstable; urgency=medium * New upstream release. + debian/patches/100_psf_path.diff: Updated. * debian/control: Build-Depend on libdb4.1-dev. [Suggested by Jonas Smedegaard] * Describe problems with upgrading from older BDB using versions of Netatalk to newer versions. [Problem tracked down by Jonas] + debian/README.Debian: Added note about upgrading issues with libdb. + debian/NEWS.Debian: Added another note and refer to README.Debian. netatalk (1.6.3-4) unstable; urgency=low * debian/logcheck/ignore.d.server: Patch by David Sewell to suppress rtmp_replace and rtmp_free to be displayed by logcheck. + Closes: #193304 "Suggested addition to logcheck ignore file for netatalk" * debian/control: Standards-Version 3.6.1 (no changes required) * Use common PAM files: + debian/control: Depend on libpam-runtime (>= 0.76-13.1). + debian/netatalk.install: Don't install upstream's PAM file. + debian/netatalk.pam: Custom PAM file. + debian/rules: Install debian/netatalk.pam into debian/netatalk/etc/pam.d. netatalk (1.6.3-3) unstable; urgency=low * Fix upload. * debian/rules: Set variables after including makefile fragment. (Closes: #198244) * debian/rules: Put source package in section net. netatalk (1.6.3-1) unstable; urgency=low * New upstream release. + debian/patches/000_netatalk_conf_typo.diff: Removed. + debian/patches/007_include_fixes.diff: Removed. * Remove adv1tov2 since it's obsolete: + debian/netatalk.install: Removed debian/tmp/usr/bin/adv1tov2. + debian/netatalk.ignore: Added usr/bin/adv1tov2. * New patch naming scheme: + 0xx: Bug fixes the need to go upstream. + 1xx: Feature addition/changes that should go upstream. + 2xx: Debian-specific patches. * debian/rules: Add --disable-logger to the configure options. Suggestion by Thomas Kaiser. netatalk (1.6.2-2) unstable; urgency=low * debian/netatalk.init: Don't redirect messages on force-reload. + Closes: #151050 "bad messages for restart" * debian/README.Debian: Document OpenSSL issues. * debian/control: Conforms to Debian policy 3.5.10. * debian/control: Build-Depend on libdb4.0-dev instead of libdb3-dev. * debian/control: Package netatalk depends on libdb4.0-util. (Pointed out by Nigel Pegram.) * Use CDBS: + debian/rules: Use cdbs. + debian/control: Build-Depend on cdbs and debhelper >= 4.1.0. + debian/patches/001_netatalk_conf_defaults.diff + debian/patches/002_etc2ps_paths.diff + debian/patches/003_psf_8_paths.diff + debian/patches/004_add_netatalk_printer_paths.diff + debian/patches/005_netatalk_pamd_enable_password.diff + debian/patches/006_applevolumes_default_homedir.diff * debian/patches/000_netatalk_conf_typo.diff: Fixed typo in comment. + Closes: #151051 "typo" * debian/patches/007_include_fixes.diff: Correct include paths. netatalk (1.6.2-1) unstable; urgency=low * New upstream version. * Put Debhelper compatibility level into debian/compat, use level 4. * Added dependencies on ${shlibs:Depends} and ${misc:Depends}. * Conforms to Debian policy 3.5.9. * Put netatalk in main. * Don't link against libssl for now. Also, don't install afppasswd and manual page. networking-generic-switch (7.4.0-2) unstable; urgency=medium . * Uploading to unstable. networking-generic-switch (7.4.0-1) experimental; urgency=medium . * New upstream release. * Fixed version of etcd3gw. networking-sfc (19.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. networking-sfc (19.0.0~rc1-1) experimental; urgency=medium . * New upstream release. * Requires SQLAlchemy >= 2. node-nodemailer (6.9.15+~6.4.16-1) unstable; urgency=medium . * Team upload * New upstream version 6.9.15+~6.4.16 octavia-dashboard (14.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. octavia-dashboard (14.0.0~rc1-1) experimental; urgency=medium . * New upstream release. opencl-clang-18 (18.1.0-2) unstable; urgency=medium . * Restrict watch file to 18.* releases. * Bump Standards-Version to 4.7.0. opendkim (2.11.0~beta2-9.1) unstable; urgency=medium . [ Helmut Grohne] * Non-maintainer upload. . [ Tim Woodall ] * debian/patches/ftbfs-gcc-14-1075339.patch: Fix FTBFS with gcc-14. (Closes: #1075339) * Move /lib/opendkim/opendkim.service.generate to /usr (DEP17). (Closes: #1073606) opendkim (2.11.0~beta2-9) unstable; urgency=medium . [ David Bürgin ] * debian/patches: Add missing upstream bug metadata, add new patches: - rev-ares-deletion.patch: Delete Authentication-Results headers in reverse, addresses CVE-2022-48521 (Closes: #1041107). - ares-missing-space.patch: Add missing space in Auth-Results header. * Replace transitional libldap2-dev with libldap-dev in Build-Depends. * Remove obsolete lsb-base dependency in opendkim package. * Delete obsolete entries in debian/opendkim.NEWS. . [ Samuel Thibault ] * d/rules: Generalize hurd-i386 into hurd. opendkim (2.11.0~beta2-8) unstable; urgency=medium . [ David Bürgin ] * Add patch "fix-RSA_Sign-call.patch": Fix signedness bug in RSA_Sign call (patch by Martin Grimm; closes: #1012506). * Update debian/watch to monitor GitHub tags instead of releases page. * Bump Standards-Version to 4.6.2 without further changes. . [ Debian Janitor ] * Set upstream metadata fields: Archive, Repository-Browse, Bug-Database, Bug-Submit. opendkim (2.11.0~beta2-7) unstable; urgency=medium . * systemd: Start service after network is online (Closes: #1004394). * Bump Standards-Version to 4.6.1 without further changes. opendkim (2.11.0~beta2-6) unstable; urgency=medium . * Deprecate /lib/opendkim/opendkim.service.generate script: instead, edit /etc/opendkim.conf directly, or use "systemctl edit opendkim.service" to create configuration overrides. * Add patch "lua-5.3.patch": Upgrade Lua library dependency to version 5.3 (from 5.1). * Document service startup order in README.Debian (Closes: #971074). opendkim (2.11.0~beta2-5) unstable; urgency=medium . * opendkim-tools: Do not install obsolete opendkim-convert-keylist script. * Add new patches: - cve-2020-12272.patch: Mitigation for CVE-2020-12272. - opendkim-genkey-typo.patch: Correct typo in man page (Closes: #960447). - replace-headers.patch: Fix ReplaceHeaders parameter (Closes: #986878). - insheader.patch: Insert trace headers at index 0. - mlfi_close.patch: Fix segfault due to use-after-free in mlfi_close. - conf_refcnt.patch: Remove invalid assert statement. * debian/control: Set "Rules-Requires-Root: no". * Bump Standards-Version to 4.6.0 without further changes. opendkim (2.11.0~beta2-4) unstable; urgency=medium . * Update debhelper-compat to compatibility level 13. - Rename d/opendkim.tmpfile for new dh_installtmpfiles convention. * opendkim-tools: Reference "OpenDKIM" in synopsis. * miltertest: Drop patch moving the man page (rejected upstream). * Add missing DEP-3 headers tracking upstream bug in d/patches. opendkim (2.11.0~beta2-3) unstable; urgency=medium . * Move miltertest into a separate binary package (Closes: #947324). * miltertest: Add a patch that moves the man page to section 1. * Use dh_auto_configure instead of ./configure directly, in order to install libraries and pkg-config files in the multiarch path /usr/lib/*/. * Mark shared library packages as "Multi-Arch: same" in d/control. * Silence a debhelper warning by renaming d/opendkim.service.generate. * Bump Standards-Version to 4.5.0 without further changes. opendkim (2.11.0~beta2-2) unstable; urgency=medium . * Bump debhelper compat to compatibility level 12, necessitating many small changes in .install files and similar to silence dh_missing warnings. * General packaging overhaul: - Package synopses have been streamlined. - opendkim-tools: System utilities have moved from /usr/bin to /usr/sbin. - opendkim-tools: A few secondary statistics utilities are now included. - Various additional documentation is included. - Recommends: Promote opendkim-tools to opendkim recommends, because it is indispensable for initial setup and almost always installed together with opendkim. - Suggests: Drop unbound from opendkim suggests, because opendkim already uses libunbound, suggesting the standalone service may be misleading. - Remnants of obsolete (unused) "reputation" packages have been purged. * Additional patches: - opendkim-genzone: Fix inverted logic with subdomains (after a patch originally by Andreas Schulze). - opendkim: Suppress an empty pair of brackets logged to syslog. * Drop redundant specification of default config ("-x /etc/opendkim.conf") in systemd and init services. * Rewrite /etc/opendkim.conf and discourage use of /etc/default/opendkim (Closes: #861169). * postinst: Make script more robust when expected directories are not present (LP: #1787307). opendkim (2.11.0~beta2-1) unstable; urgency=medium . * New upstream release. - Refresh patches, delete patch "openssl_1.1.0_compat.patch" incorporated upstream - Update symbols files, add Build-Depends-Package metadata - Drop outdated --enable-poll and --with-test-socket configure options * debian/rules: Build with hardening flags (patch by Christian Göttsche ; closes: #878058) * opendkim.service.generate script: Fix permissions of generated override files (patch by Christophe Siraut ; closes: #859797) * miltertest: Add patch fixing undefined behaviour in mt.eom_check() (Closes: #946397) * libopendkim-dev: Install only HTML files as documentation, and do so directly in /usr/share/doc/ (no subdirectory) as does upstream * Install convert_keylist.sh script in its documented location at /usr/bin/opendkim-convert-keylist, but keep old name around as a symlink * Replace all uses of /var/run with /run (Closes: #859706) * Add VCS repository coordinates * Bump standards version to 4.4.1 without further change opendkim (2.11.0~alpha-14) unstable; urgency=medium . * Bump debhelper compat to compatibility level 10 * Bump Standards-Version to 4.3.0 * debian/watch: Use uscan version 4, tighten URL mangling patterns; also remove unused and weak upstream signing key (upstream no longer signs release tarballs) * debian/copyright: Convert copyright information to DEP 5 format * debian/control: Update obsolete Priority "extra" to "optional" * Strip trailing whitespace in debian/* opendkim (2.11.0~alpha-13) unstable; urgency=medium . * miltertest: Fix broken mt.data() function (Closes: #946386) * Set maintainer to David Bürgin, who intends to adopt the package opendkim (2.11.0~alpha-12) unstable; urgency=medium . * Orphan the package, see #900774, set maintainer to Debian QA Group * Drop Mark Markley from uploaders, not active Debian in years * Partial update of debian/watch to point to the new upstream repository opendkim (2.11.0~alpha-11) unstable; urgency=medium . * Update opendkim service file so that /etc/opendkim.conf is used (Closes: #864162) * Start as root and drop privileges in opendkim so proper key file ownership works correctly * Add new options to /etc/opendkim.conf to match the above service file changes * Bump standards version to 4.1.0 without further change opendkim (2.11.0~alpha-10) unstable; urgency=medium . * Do not remove /etc/default/opendkim on upgrade since it is a conffile because policy 10.7.3 (Closes: #863055) opendkim (2.11.0~alpha-9) unstable; urgency=medium . * Set umask to 0007 in opendkim.service so opendkim socket is group readable (Closes: #851141) * Set opendkim-genkey to default to 2048 bit sha-256 only keys based on current best practices * Add debian/patches/nsupdate_output.patch to fix opendkim-genzone output to be usable for nsupdate (Closes: #849540) opendkim (2.11.0~alpha-8) unstable; urgency=medium . [ Peter Colberg ] * On systems using systemd, this version replaces /etc/default/opendkim with the files /etc/systemd/system/opendkim.service.d/overrride.conf and /etc/tmpfiles.d/opendkim.conf carrying over non-default settings (Closes: #843463, #843494) . [ Scott Kitterman ] * Fix undefined behavior in opendkim.postinst (Closes: #842684) * Fix pathfind invocation in sysv init script (Closes: #809089) opendkim (2.11.0~alpha-7) unstable; urgency=medium . * Upload to unstable (Closes: #840015) - Despite being called an alpha it is almost entirely a bug fix release * Replace TimeoutStartSec=10 with Restart=on-failure in opendkim.service to give more time for initial start-up and to make sure opendkim starts eventually (Closes: #837376) * Fix group permissions on /var/run/opendkim (Closes: #837375) * Add additional information to README.Debian about configuration with Postfix (Closes: #830503) * Add patch to build with either openssl 1.0.2 or 1.1.0 (Closes: #828466) - Thanks to Sebastian Andrzej Siewior for the patch * Generate opendkim.service in postinst instead of shipping it in the package (Closes: #837374) opendkim (2.11.0~alpha-6) experimental; urgency=medium . * Install opendkim.service.generate in its own directory opendkim (2.11.0~alpha-5) experimental; urgency=medium . * Since the variables that can be set from the environment directly a systemd unit file, generate opendkim.service based on /etc/default/ opendkim * Update /etc/default to include a few additional options as a result opendkim (2.11.0~alpha-4) experimental; urgency=medium . * Reorder startup options to match the requirements listed in the help file - Completes fix for (Closes: #792458) * Stop installing historical dkim-milter changelog (RELEASE-NOTES.Sendmail) * Add .m4 file to ease sendmail integration and related README.Sendmail (Closes: #804806) * Make opendkim user and group variables in both the service and sysv init files and then add the definition to /etc/default/opendkim to make it easier to change which user and group opendkim runs under (Closes: #778871) * Add opendkim run directory to /etc/default/opendkim to make it easier to change it to support, for example, use of a Unix socket for a chrooted postfix (Closes: #797492) opendkim (2.11.0~alpha-3) experimental; urgency=medium . * Hard-code shell in debian/rules for reproducibility * Try again on configure for kfreebsd* and hurd - Fix debian/rules - Add debian/opendkim-tools.install/manpages.hurd-i386 to account for opendkim-spam not being built when libopendbx is not available opendkim (2.11.0~alpha-2) experimental; urgency=medium . * Update debian/copyright to reflect change of copyright holder to The Trusted Domain Project * Update experimental to match changes in unstable (2.10.3-4) - Tighten opendkim depend version on libopendkim11 to prevent openssl version mismatch problems (Closes: #821898) - Change build-dep for libunbound-dev to linux-any since it is now linux only - Bump standards version to 3.9.8 without further change * Change build-dep for libopendbx1-dev to linux-any, kfreebsd-any since it is not available on hurd-i386 * Adjust debian/rules to use correct configure options on kfreebsd and hurd due to not all build-depends being available * Drop obsolete build-depends on libxml2-dev and related configure option opendkim (2.11.0~alpha-1) experimental; urgency=medium . * New upstream alpha release - Rename libopendkim10 to libopendkim11 to match new soname - Update symobls file - Rename debian/libopendkim10.* * Add --enable-poll to use poll() instead of select() for asynchronous I/O as discussed on opendkim-users@lists.opendkim.org * Add --enable-sender_macro to simplify identifing signing domain opendkim (2.10.3-5) unstable; urgency=medium . * Change build-dep for libopendbx-dev to linux-any kfreebsd-any since it is not available on hurd * Adjust debian rules to configure for kfreebsd/hurd based on available build-depends * Set shell to /bin/sh to work around captures_shell_variable_in_autofoo_ script issue for reproducibility * Drop obsolete --wite-libxml configure option * Add debian/opendkim-tools.install.hurd-i386 to account for opendkim-spam not being built due to lack of libopendbx * Reorder startup options to match the requirements listed in the help file - Completes fix for (Closes: #792458) * Stop installing historical dkim-milter changelog (RELEASE-NOTES.Sendmail * Add .m4 file to ease sendmail integration and related README.Sendmail (Closes: #804806) * Make opendkim user and group variables in both the service and sysv init files and then add the definition to /etc/default/opendkim to make it easier to change which user and group opendkim runs under (Closes: #778871) * Add opendkim run directory to /etc/default/opendkim to make it easier to change it to support, for example, use of a Unix socket for a chrooted postfix (Closes: #797492) * Since the variables that can be set from the environment directly a systemd unit file, generate opendkim.service based on /etc/default/ opendkim * Update /etc/default to include a few additional options as a result * Install opendkim.service.generate in its own directory opendkim (2.10.3-4) unstable; urgency=medium . * Tighten opendkim depend version on libopendkim10 to prevent openssl version mismatch problems (Closes: #821898) * Change build-dep for libunbound-dev to linux-any since it is now linux only * Bump standards version to 3.9.8 without further change opendkim (2.10.3-3) unstable; urgency=medium . * Correct install location of systemd service file * Drop debian/patches for upstream service file and use custom service file in debian/ * Adjust /etc/default/opendkim to work with either systemd or sysv init * Adjust debian/openddkim.init to work with modified default file opendkim (2.10.3-2) unstable; urgency=medium . * Ship systemd service file along with sysv init (LP: #1452538) * Fix upstream service file to recreate /var/run/opendkim on boot and to use appropriate paths for Debian - Thanks to Ben Thielsen for the patch opendkim (2.10.3-1) unstable; urgency=medium . * Add contrib/docs/chroot chrooting README to opedkim.docs * Add dns-root-data to opendkim Depends for DNSSEC support and adjust debian/opendkim.conf to for the correct path to the trust anchor (Closes: #751560) * Agreed Maintainer/Uploader swap opendkim (2.10.1-2) unstable; urgency=medium . * Upload to unstable * Use daemon name vice filename in init when checking to see if the pid file is stale or not (Closes: #783260) * Add /etc/dkimkeys directory with appropriate permissions set in postinst for securely storing DKIM private keys (Closes: #706061) * Update and improve key managemnet discussion in README.Debian * Add unbound to opendkim suggests and UnboundConfigFile so shipped config file to ease setup of DNSSEC (Closes: #751560) * Use exit instead of return in opendkim.init in start, stop, status (Closes: #776590) * Update dates in debian/copyright * Update comments in debian/opendkim.conf * Fix missing text in libopendkim-dev long description (Closes: #780140) * Fix dubplicated text in libvbr-dev long description (Closes: #780619) * Add --with-domain=localhost to configure to make the build reproducible (Closes: #782459) - Thanks to Reiner Herrmann for the report and the patch * Delete opendkim.postrm - we don't want to delete the user on purge since it may still own key files * Use pathfind from devref 6.4 to remove hard coded paths to restorecon and fix lintian command-with-path-in-maintainer-script warning opendkim (2.10.1-1) experimental; urgency=medium . * New upstream release - Bump libopendkim to libopendkim10 due to upstream soname change: Update debian/control and rename libopendkim10.docs, libopendkim10.install, and libopendkim10.symbols - Update libopendkim symbols file to remove symbols for dropped ADSP functionality (Obsolete) - Drop all patches, previously cherrypicked from upstream - ADSP support removed. Remove references to opendkim-testadsp from debian/control, opendkim-tools.install, and opendkim-tools.manpages * Bump standards version to 3.9.6 without further change opendkim (2.9.2-2) unstable; urgency=medium . * Cherry-pick bug fixes from upstream development of version 2.10 - 0000-Replace-overlapping-strlcpy-with-memmove-in-dkim_get.patch - 0000-Treat-CR-as-end-of-line.patch - 0001-Fix-bug-177-Plug-leaking-result-structures-when-Open.patch - 0002-LIBOPENDKIM-Tighten-relaxed-modes-to-break-on-only-D.patch - 0003-Feature-request-178-Add-F-flag-to-opendkim-genzone-s.patch - 0004-Be-careful-about-what-spaces-we-toss-in-header-field.patch - 0005-Make-dkim_header-more-strict-about-the-inputs-it-wil.patch - 0006-LIBOPENDKIM-If-a-signature-fails-to-verify-for-eithe.patch - 0009-Handle-parameters-safely-in-repute.php.-Reported-by-.patch - 0010-Handle-empty-values-of-i-reported-by-MTAs.patch - 0011-Make-a-reference-from-the-DNS-service-functions-to-d.patch - 0013-Patch-32-Re-arrange-the-execution-logic-to-drop-priv.patch opendkim (2.9.2-1) unstable; urgency=medium . * New upstream release opendkim (2.9.1-1) unstable; urgency=medium . * New upstream release opendkim (2.9.1~Beta4-1) experimental; urgency=low . * New upstream beta release opendkim (2.9.0-3) unstable; urgency=medium . * Disable test suite due to bogus errors even harder (Closes: #740486) - Forgot to disable mips/mipsel, Thanks to Dejan Latinovic for the patch opendkim (2.9.0-2) unstable; urgency=low . * Disable test suite on all archs due to undiagnosed race condition in the test suite that causes multiple FTBFS, but doesn't appear reflect any actual program problems opendkim (2.9.0-1) unstable; urgency=low . * New upstream release - Update symbols * Lengthen time between opendkim tests to increase test reliability * Bump standards version to 3.9.5 without further change opendkim (2.8.4-2) unstable; urgency=low . * Skip tests on kfreebsd-* as results are incredibly inconsistent due to system issues and not package bugs opendkim (2.8.4-1) unstable; urgency=low . * New upstream release * Slow down tests on mips and mipsel to give them more time to pass * Update debian/watch from update provided from the PTS opendkim (2.8.4~beta2-1) experimental; urgency=low . * New upstream beta release (Closes: #713968) opendkim (2.8.4~beta1-1) experimental; urgency=low . * New upstream release * Revert inadvertent direct dependency on db5.3 included in last upload opendkim (2.8.4~beta0-1) experimental; urgency=low . * New upstream release opendkim (2.8.3-1) unstable; urgency=low . * New upstream release * Added doc-base registration opendkim (2.8.2-1) unstable; urgency=low . * Upload to unstable * New upstream release - Drop debian/patches/Wformat_fixes.patch, originally backported from upstream and included in this release * Replace commented out entry for ADSPDiscard with an equally commented out entry for ADSPAction to match upstream changes (Closes: #701987) opendkim (2.8.1-1) experimental; urgency=low . * New uptream release * Switch to source/format 3.0 (quilt) * Add patch from upstream to fix -Wformat warnings opendkim (2.8.0-1) experimental; urgency=low . * New upstream release opendkim (2.8.0~beta6-1) experimental; urgency=low . * New upstream beta release - Drop debian/patches/warnings-fix.patch and added-linking.patch both included from upstream * Remove no longer needed quilt patch system opendkim (2.8.0~beta5-1) experimental; urgency=low . * New upstream beta release * Add debian/patches/warnings-fix.patch from upstream to correct issues that led to compiler warnings * Add debian/patches/added-linking.patch to add missint libs for correct linking * Add quilt to build-depends, add README.source, and add with quilt to debian/rules opendkim (2.8.0~beta4-1) experimental; urgency=low . * New upstream beta release opendkim (2.8.0~beta3-1) experimental; urgency=low . * New upstream beta relaese opendkim (2.8.0~beta2-2) experimental; urgency=low . * Use MALLOC_CHECK_=0 for tests on kfreebsd-i386 due to issues with the squeeze kernel used on the buildds - To be dropped after wheezy release and buildds are updated opendkim (2.8.0~beta2-1) experimental; urgency=low . * New upstream beta release - Drop local miltertest/miltertest.c and and opendkim/opendkim.c changes that had been backported from upstream opendkim (2.8.0~beta1-1) experimental; urgency=low . * New upstream beta release - Drop local opendkim/tests changes in favor of overriding dh_auto_test on mips to use the new upstream method for increasing connect retry interval (MILTERTEST_RETRY_SPEED_FACTOR) * Backport fix from upstream to make MILTERTEST_RETRY_SPEED_FACTOR work * Backport fix from upstream to remove left over attempt to free variable that is now static (opendkim/opendkim.c) opendkim (2.8.0~beta0-3) experimental; urgency=low . * Extend mt.set_timeout(300) to all opendkim tests and also increase number of retries and retry interval to use the extra time * Fix typo in closes for last changelog entry opendkim (2.8.0~beta0-2) experimental; urgency=low . * Add mt.set_timeout(300) to opendkim/tests/t-sign-ss.lua to try to fix mips test failure due to opendkim not being ready yet. * Add test for existence of /var/run/opendkim to opendkim.postinst (Closees: #695610) opendkim (2.8.0~beta0-1) experimental; urgency=low . * New upstream beta release - Drop local configure, miltertest, and test suite changes as they are all incorporated upsteram - Rename libopendkim8 to libopendkim9 to match upstream soname bump and update debian/control and debian/libopendkim8.* - Update libopendkim symbols file * Drop obsolescent dkim-reputation flag from configure in debian/rules - No longer particularly useful and leads to DNS queries even when network tests are disabled - Remove libdkimrep1/libdkimrep-dev from debian/control as well as related debian/* files * Drop opendkim-reputation binary as well as debian/* files as the binary makes little sense without libdkimrep opendkim (2.7.4-5) experimental; urgency=low . [ Scott Kitterman ] * Patch configure.ac and the source to allow bsd/string.h and -lbsd as an alternative and remove -lbsd from LDFLAGS in debian/rules. . [ Adam Conrad ] * Pass --disable-live-testing to configure to skip tests that need internet access, as those fail on the restrictive buildd network. * Guard four more testsuite tests with LIVE_TESTS check, as they generate DNS traffic that gets shut down by restrictive networks. * Build-depend on and use dh-autoreconf, and drop the manual copy of config.{sub,guess} in debian/rules now that it's automagic. * Call dh(1) with --parallel to marginally improve build times. * Simplify cross-build handling to always pass --host and --build. opendkim (2.7.4-4) experimental; urgency=low . * Added needed configure changes for TCP sockets in the test suite opendkim (2.7.4-3) experimental; urgency=low . * Include forgotten changes to miltertest from the last upload opendkim (2.7.4-2) experimental; urgency=low . * Backport pre-release patch from 2.8.0 to add the option to build to use a TCP socket instead of a Unix socket in the test suite in order to work around auto* induced path length issues in socket names * Add with-test-socket=inet to configure options in debian/rules opendkim (2.7.4-1) experimental; urgency=low . * New upstream release - Fixed selector logging error (Closes: #695145) * Drop reprrd from configuration since it pulls in an insane dependency stack at the moment opendkim (2.7.3-1) experimental; urgency=low . * New upstream release opendkim (2.7.2-1) experimental; urgency=low . * New upstream release - Change libopendkim7 to libdkim8 to match new soversion (update .install/ .docs files and libopendkim-dev depends) - Ship .pc files for libopendkim-dev and libvbr-dev - Add pkg-config to build-depends - Add libbsd-dev to build-depends instead of using embedded copies of strlcpy/strlcat and add -lbsd to LDFLAGS for proper linking - Drop enable-oversign configure option, enabled by default now - Add New configure options for experimental DKIM based reputation options, enable-dkim_reputation and enable-reprrd (and add rrdtool and librrd-dev to build-depends) - Add libdkimrep1 and libdkimrep-dev to debian/control along with related install, symbpols, docs, and manpages files - Add librbl1 and librbl-dev to debian/control along with related install and symbols files - Add opendkim-reprrd, libreprrd1 and libreprrd-dev to debian/control along with related install and symbols files - Build with-libxml2 and with-jansson to provide reputation data exchange formats (and add libjansson-dev and libxml2-dev to build-depends) - Build with enable-query_cache so the opendkim library will keep a local cache - Build with-libmemcached and add libmemcached-dev to build-depends to enable the memcached data set type * Reorganize debian/rules and install/dirs/manpages/docs/examples files for installation from debian/tmp and dehlper 7 style rules with overrides * Bump compat and debhelper version requirement to 9 * Add symbols files for existing libraries * Now that OpenDBX is available in Debian, build with-odbx and with-sql-backend (MySQL) (and add libopendbx1-dev to build-depends) (Closes: #656767) * Build with-sasl to support SASL authentication for LDAP (and add libsasl2-dev to build-depends) * Bump standards version to 3.9.4 without further change opendkim (2.6.8-4) unstable; urgency=low . * Backport fix from upstream to log the correct message selector (Closes: #695145) (fix was included as part of the just released 2.7.4) opendkim (2.6.8-3) unstable; urgency=medium . * Urgency medium for low risk RC bug fix * Add missing depends on openssl to opendkim-tools so opendkim-genkey will work (Closes: #693188) opendkim (2.6.8-2) unstable; urgency=low . * No-change upload to unstable . opendkim (2.6.8-1) experimental; urgency=low . * New upstream security release to add capability to exclude use of insecure keys (Closes: #691394, LP: #1071139) . opendkim (2.6.7-1) experimental; urgency=low . * New upstream release - Drop obsolete configure option enable-selector_header . opendkim (2.6.6-1) experimental; urgency=low . * New upstream release . opendkim (2.6.4-1) experimental; urgency=low . * New upstream release opendkim (2.6.8-1) experimental; urgency=low . * New upstream security release to add capability to exclude use of insecure keys (Closes: #691394, LP: #1071139) opendkim (2.6.7-1) experimental; urgency=low * New upstream release - Drop obsolete configure option enable-selector_header opendkim (2.6.6-1) experimental; urgency=low * New upstream release opendkim (2.6.4-1) experimental; urgency=low * New upstream release opendkim (2.6.2-1) unstable; urgency=low * New upstream release (addresses three bugs that affect the Debian package) - Fix bug #SF3539449: Clarify legal "Socket" values. Requested by Scott Kitterman. - Fix bug #SF3539493: Handle certain cases of data set names that appear to be comma-separated lists which include IPv6 addresses. Reported by Scott Kitterman. (Closes: #679548) * Use restorecon to apply a SE Linux label after creating a run dir (Closes: #679852) opendkim (2.6.1-1) unstable; urgency=low * New upstream release * Use CFLAGS, CPPFLAGS, and LDFLAGS from dpkg-buildflags opendkim (2.6.0-1) unstable; urgency=low * New upstream release (now DFSG free so tarball repacking no longer required) - Rename libopendkim6 to libopendkim7 to match new soname - Update package and dependencies in debian/control - Rename .install and .doc files - Drop --enable-xtags from configure in debian/rules since it is now on by default - Update debian/copyright - Remove dversionmangle from debian/watch - Update README.Debian to reflect documentation no longer being stripped * Correct copyright/license information in libar/ar-strl.h based on feedback from upstream (correction already implemented upstream for the next relese) * Set --sysconfdir=/etc in configure so that generated man pages refer to the correct configuration file locations opendkim (2.5.2+dfsg-3) unstable; urgency=low * Re-add missing --with-db flag for configure opendkim (2.5.2+dfsg-2) unstable; urgency=low * Add patch from upstream to fix stray debug code left in opendkim-genstats * Split opendkim into opendkim and opendkim-tools since the command line support tools are now bigger than the application * Add status option to /etc/init.d/opendkim - Add depends on lsb-base * Add Description to /etc/init.d/opendkim header * Enable Vouch By Reference support: - Add --enable-vbr in debian/rules - Update libopendkim install files to be more specific and not install libvbr related files - Add libvbr2 and libvbr-dev to debian/control - Add debian/libvbr2.docs, libvbr2.install, and libvbr-dev.install * Enable extensions for adding arbitrary experimental signature tags and values in libopendkim (neeeded for ATPS support) - Add --enable-xtags in debian/rules * Enable support for RFC 6541 DKIM Authorized Third-Party Signatures (ATPS) - Add --enable-atps in debian/rules * Enable support for optional oversigning of header fields to prevent malicious parties from adding additional instances of the field - Add --enable-oversign to debian/rules - Modify debian/opendkim.conf to use OversignHeaders for From by default * Add required build-arch and build-indep targets to debian/rules * Fixed formating and versioning of existing opendkim.NEWS entry * Added new opendkim.NEWS entry to describe changed defaults with this revision * Update debian/copyright (Closes: #664132) * Add debian/watch * Remove unneeded shlibs:Depends for libdkim-dev opendkim (2.5.2+dfsg-1) unstable; urgency=low * New upstream release - Repacked tarball to remove non-free IETF drafts and RFCs - Updated docs/Makefile.in/am, and README to remove references removed non-free documentation * Add Homepage: to debian/control opendkim (2.5.0.1+dfsg-1) unstable; urgency=low * Add myself to uploaders * Merge package updates back from Ubuntu * New upstream release - Repacked tarball to remove non-free IETF drafts and RFCs - Updated docs/Makefile.in/am, and README to remove references removed non-free documentation - Add opendkim.NEWS to include note about incompatible change between BodyLengths setting and BodyLengthDB - Drop no longer recognized configure options, --enable-ztags, --enable-dnsupgrade, --enable-report_intervals, and --enable-bodylength_db - Drop local changes to libar/Makefile.in/am, incorporated upstream - Remove debian/rules to rename opendkim-genkey and opendkim-importstats, incorporated upstream - Install opendkim-convert-keylist in /usr/bin instead of /usr/sbin with other scripts * Update libopendkim to libopendkim6 for new so version - Change package name in debian/control - Update libopendkim-dev depends - Rename .install and .docs files - Update dh_shlibdeps call in debian/rules * Bump standards version to 3.9.3 without further change opendkim (2.1.3+dfsg-1) unstable; urgency=low * New upstream version. * opendkim is now under the 3-clause BSD license, although the Sendmail- owned components remain under the Sendmail license. The copyright file has been updated to reflect this change. * Debian-specific patch to include libresolv in libar to work around -z defs as a linker flag. This library isn't meant for consumption by other source packages, but using -z defs does cause a build failure, and I'd rather keep the error in than risk missing a dependency because it's gone. * libopendkim's major version number has changed; rename to libopendkim2 opendkim (2.0.1+dfsg-1) unstable; urgency=low * New upstream version. * Put config.sub/guess in build-aux/ instead of top-level. Closes: #575296 * Include dir in opendkim.pc has been corrected to what will ship from upstream in future releases (/opendkim). opendkim (2.0.0+dfsg-1) unstable; urgency=low * New upstream version. * The libopendkim ABI has changed, resulting in an soname change. - libopendkim0 package renamed to libopendkim1. * New LDAP and Lua support have been enabled. * Wrote clearer package descriptions. Closes: #572725 * Added build-dependency on autotools-dev. For now, the package ships with very old config.sub and config.guess files, but this will be resolved upstream in the near future. - Also removed extraneous top-level config.{sub,guess} files. * Applied two upstream patches for off-by-one errors, including one that can cause crashes when signing. * debian/copyright file was not accurate; it has been updated to reflect the fork from the dkim-milter project. The dkim-milter license should be fully compatible with the BSD license of this fork. opendkim (1.1.0+dfsg-1) unstable; urgency=low * New upstream version. * Look for __res_mkquery() instead of res_mkquery in configure to solve build issues on multiple platforms. Closes: #544802 * Removed --enable-commaize (it has been removed upstream as unnecessary) opendkim (1.0.0+dfsg-1) unstable; urgency=low * Initial upload. Closes: #543426, #542948 * Patched configure to support libunbound correctly. * Patched libopendkim/Makefile.am and Makefile.in to support libunbound & libar correctly. openscap (1.3.10+dfsg-3) unstable; urgency=medium . * Update Standards-Version to 4.7.0, no changes needed. * Add patch to skip tests that require internet Closes: #1071641 openscap (1.3.10+dfsg-2) unstable; urgency=medium . [ Helmut Grohne ] * Fix cross misbuild: Closes: #1070328 - Build-Depends: perl-xs-dev for building a perl extension. - Supply a cross PERL5LIB. openscap (1.3.10+dfsg-1) unstable; urgency=medium . * New upstream release. * Patches: - Drop patches included upstream, switch-perl-install-destinations.patch and fix-remowal-of-imp-module-in-python312.patch. - Update run-a-minor-testsuite.patch, run more tests. * Add python3-pytest as BD, used for testing. * Remove libapt-pkg-dev as BD, uses dpkg directly. * Update symbols file. openscap (1.3.9+dfsg-2) unstable; urgency=medium . * Update BD to depend on pkgconf. * Add upstream patch to fix Python 3.12 failure. * Minor cleanup after time_t transition. * Update copyright year on myself. openscap (1.3.9+dfsg-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1063101 openscap (1.3.9+dfsg-1.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. openscap (1.3.9+dfsg-1) unstable; urgency=medium . * New upstream release. * Change build-dependency to PCRE2. Closes: #1000008 * Update symbols for openscap_sce openscap (1.3.8+dfsg-3) unstable; urgency=medium . * Update Python BD to support cross-build. * Update patch for installing Perl modules, we can now remove some lines regarding Perl from d/rules. * Properly disable test when only building packages for 'all'. * Don't run tests in parallel. openscap (1.3.8+dfsg-2) unstable; urgency=medium . * Update dependencies for openscap-utils and python3-openscap Closes: #1040936 openscap (1.3.8+dfsg-1) unstable; urgency=medium . * New upstream release. * Update copyright notices for changes upstream. * Rebase patches. * Update library symbols. * Remove arguments for debug symbols migration. openscap (1.3.7+dfsg-1) unstable; urgency=medium . * New upstream release. * Drop patches included upstream: - create-diagrams-when-generating-Doxygen-documen.patch - create-Doxygen-diagrams-as-svg.patch - update-whatis-entry.patch and removed patches cherry picked from upstream: - remove-superfluous-strdup.patch - add-missing-free.patch - OVAL-SEAP-Allocate-aligned-memory-in-SEXP_rawval_lblk_new.patch - use-correct-includes.patch * Use newly created CMake flag to disable installation of oscap remediation files, this also removes lines manually deleting files in d/rules. * Add new symbol in d/libopenscap25.symbols. * openscap-scanner: Move openscap-common from recommends to depends. * Skip tests when building for 'all'. openscap (1.3.6+dfsg-6) unstable; urgency=medium . * Cherry-pick use-correct-includes.patch from upstream. Fixes build with RPM >= 4.18. * Update to Standards-Version 4.6.2, no changes needed. * Add the year 2023 to my debian/* copyright notice. openscap (1.3.6+dfsg-5) unstable; urgency=medium . * Remove libprocps-dev as BD. Closes: #1024224 * Move BD related to documentation to BD-Indep openscap (1.3.6+dfsg-4) unstable; urgency=medium . * Delete files generated if systemd is found. Thanks to Rene Engelhard for the suggestion (Closes: #1023041) * Tag BD used only for tests with openscap (1.3.6+dfsg-3) unstable; urgency=medium . * Depend on source, not binary version for arch all package. * Remove old and unneeded break/conflict. * Update d/watch to reflect changes toward GitHub. openscap (1.3.6+dfsg-2) unstable; urgency=medium . * Add OVAL-SEAP-Allocate-aligned-memory-in-SEXP_rawval_lblk_new.patch from upstream. Closes: #1015205 * Add run-a-minor-testsuite.patch and start running some tests again. - Add libxml-parser-perl and libxml-xpath-perl as build dependencies. * Change -DCMAKE_SKIP_BUILD_RPATH=TRUE -> -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON * Don't install Doxygen files *.map and *.md5. openscap (1.3.6+dfsg-1) unstable; urgency=medium . * New upstream release. * Patches: - Rebase 010_perlpm_install_fix.patch and add DEP-3 compliant header. - Drop 011_remove_custom_rpath.patch, no longer needed. - Add update-whatis-entry.patch - Add create-diagrams-when-generating-Doxygen-documen.patch - Add create-Doxygen-diagrams-as-svg.patch - Add add-missing-free.patch - Add remove-superfluous-strdup.patch * d/control: - Apply Multi-Arch: foreign, to openscap-common. - Add missing space in short package description. * Drop d/dirs, not needed. * Change downloaded release tarball, this includes yaml-filter * Build documentation and place it in a new binary package. * Use the CMake RPATH option, this also removes chrpath as BD. * Update d/libopenscap25.symbols * d/copyright: - Include yaml-filter in source package. - Bump copyright year in main paragraph. - Include new file paragraphs. openscap (1.3.5+dfsg-3) unstable; urgency=medium . * Move from experimental to unstable. openscap (1.3.5+dfsg-2) experimental; urgency=medium . * Disable entire testsuite This also removes 012-Disable-some-tests.patch and build-dependencies libxml-parser-perl and libxml-xpath-perl. openscap (1.3.5+dfsg-1) experimental; urgency=medium . * New maintainer Closes: #1012868 * Repack source, remove yaml-filter and javascript files. We also delete the related lintian-overrrides and d/missing-sources directory. * d/rules: - Reformat CMake options. Closes: #1000279 - Build Python 3 library for all supported versions. - Default build without verbose logging. * d/control: - Drop obsolete X-Python3-Version field. - Update Standards-Version to 4.6.1 - Document Rules-Requires-Root. - Add missing Break/Replace on openscap-common. Closes: #1001075 - Move package into Vcs repository. - Remove ${python3-Depends} and libjs-jquery as dependencies for libopenscap-dev, not needed. - Remove libcurl-dev as build dependency, doesn't exist. * Don't build documentation. We want this in a separate package. * d/copyright: - Convert to machine-readable format. - Add myself under debian/* section. * Patches: - Drop 001_fix_kfreebsd_probe.patch, this is a 'linux-any' package. - Add 012-Disable-some-tests.patch, disabled some test, the remaining is kept for regression. * Install upstream changelog in all binary packages. * Set upstream metadata fields: Repository and Repository-Browse. * Run wrap-and-sort -at * Add symbols file. * Add the missing changelog entry for version 1.2.17-0.1 * d/gbp.conf: Add pristine-tar, remove branch and tag entries, using default values. openscap (1.3.5-0.1) experimental; urgency=medium . * Non-maintainer upload. * New upstream version 1.3.5 . * Package structure changes - Apply soname change (libopenscap8 -> 25) (Closes: #990183) - Split libopenscap25 to openscap-scanner, openscap-utils and openscap-common - Drop -dbg package and unnecessary lintian-overrides - Drop unnecessary dependency on dh-autoreconf. * debian/control - Specify https for upstream URL - Use debhelper-compat (= 13) to not forget to install necessary files with dh_missing - Add missing dependencies: libacl1-dev, libblkid-dev, libglib2.0-dev, libyaml-dev, librpm-dev, libpopt-dev, libprocps-dev, libopendbx1-dev, libxmlsec1-dev, doxygen, graphviz, asciidoc, * Drop unnecessary debian/compat * debian/rules - Enable documentation build - Enable hardening * Add openscap-common.docs to install HTML docs * debian/openscap-scanner.install - Install bash-completion * openscap-utils.install - Install autotailor and scap-as-rpm * Add debian/openscap-{scanner,utils}.manpages * debian/watch - Update watch file format version to 4. * debian/patches - Drop unused patches - Refresh patches * Trim trailing whitespace. * Set upstream metadata fields: Bug-Database, Bug-Submit. openscap (1.3.4-1) unstable; urgency=medium . * New upstream version 1.3.4 openscap (1.2.17-0.1) unstable; urgency=medium . * Non-maintainer upload * New upstream release This is the first version with full python3 compatibility. * Update package to python3 closes: #937211 * d/control - Change to debhelper-compat - Bump to debhelper 10 Being able to parallelize build - Remove autotools-dev and dh_autotools from build dependencies * Add apt-1.9.0.patch closes: #930673 * Add apt-1.9.11.patch use pkgCacheFile instead of mmap Patches from Julian Andres Klode on Ubuntu * Add use_sys-xattr.patch closes: #953916 also remove libattr1-dev as build-dependency * Disable 010-install-cpe-oval.patch * Add d/source/lintian-override for file with very_long_line_lenghts_in_source_file * Add d/libopenscap8.lintian-overrides for man page with long line length * d/missing-sources - Update jquery.js - Add bootstrap.js openscap (1.2.16-2) unstable; urgency=medium . * Add patch to install CPE OVAL files * Remove explicit call to dh autotool-dev, now done automatically openscap (1.2.16-1) unstable; urgency=medium . * New upstream version 1.2.16 * Refreshed quilt patches * Rename install perl so file (Closes: #896499) * Change priority from extra to optional openscap (1.2.15-1) unstable; urgency=medium . * New upstream version 1.2.15 * Refreshed quilt patches * Bump Standards version to 4.1.0 openscap (1.2.14-1) unstable; urgency=medium . * Imported Upstream version 1.2.10 * New upstream version 1.2.14 (Closes: #848108) * Enable Script Check Engine (SCE) (Closes: #852826, #853180) * Add libdbus-1-dev to build-deps (Closes: #853995) openscap (1.2.9-1) unstable; urgency=medium . * Update watch file (project is now on github) * Imported Upstream version 1.2.9 * Update docs path (html version removed) * Bump Standards Version to 3.9.8 openscap (1.2.8-1) unstable; urgency=medium . * Imported Upstream version 1.2.8 openscap (1.2.7-1) unstable; urgency=medium . * Imported Upstream version 1.2.7 * Add libbz2-dev to build-deps * Refreshed quilt patches, removed 005_configure_dpkg_probe (fixed upstream) openscap (1.2.5-1) unstable; urgency=medium . * Imported Upstream version 1.2.5 * Use misc:pre-depends for multiarch-support openscap (1.2.3-1) unstable; urgency=medium . * Imported Upstream version 1.2.3 * Refreshed quilt patches * Update build-dep to libgcrypt-dev * Bump Standards Version to 3.9.6 * Add missing source for jQuery minified version (docs/html) openscap (1.0.9-1) unstable; urgency=medium . * Imported Upstream version 1.0.4 * Imported Upstream version 1.0.9 (Closes: #750702) * Refreshed quilt patches * Remove useless build-deps on python-support * Get Perl directories from the 'Config' module (Closes: #752801) openscap (1.0.2-1) unstable; urgency=low . * Imported Upstream version 1.0.2 * Refreshed quilt patches Removed 004_format_security.patch, merged upstream openscap (1.0.1-2) unstable; urgency=low . * Add conflicts/replaces on libopenscap3 (Closes: #733589) openscap (1.0.1-1) unstable; urgency=low . * Imported Upstream version 1.0.1 * Refreshed quilt patches * Bump Standards Version to 3.9.5 * Rename libopenscap3 to libopenscap8 to reflect soname change openscap (0.9.12-1) unstable; urgency=low . * Imported Upstream version 0.9.12 * Refreshed quilt patches openscap (0.9.8-2) unstable; urgency=low . * Mark package linux-any (Closes: #721862) openscap (0.9.8-1) unstable; urgency=low . * Imported Upstream version 0.9.8 * Add patch to guard linux-specific code (Closes: #710906) openscap (0.9.7-1) unstable; urgency=low . * Imported Upstream version 0.9.7 * Add libldap2-dev to build depends * This version builds fine with eglibc 2.17 and gcc 4.8 (Closes: #701409) openscap (0.9.4.1-1) unstable; urgency=low . * Update watch file * Imported Upstream version 0.9.4.1 * This version does not require libnl anymore (Closes: #688172) * Bump Standards Version to 3.9.4 * Rename openscap1* packages to openscap3 to reflect ABI/API change * Refreshed quilt patches * New quilt patch: fix build of dpkg probe * New quilt patch: fix installation of schema files in automake scripts * Switch to DH version 9, enable multiarch support and hardening flags openscap (0.8.0-4) unstable; urgency=low * Also mark libcap-dev as Linux only to fix build on kfreebsd (Closes: #649063) openscap (0.8.0-3) unstable; urgency=low * Use [linux-any] to mark linux-only build dependencies (Closes: #634689, #649063) openscap (0.8.0-2) unstable; urgency=low * Add proper Conflicts/Replaces lines for libopenscap0 (Closes: #645612) openscap (0.8.0-1) unstable; urgency=low * Imported Upstream version 0.8.0 * Refreshed quilt patches: - Removed 002_invalid_prototype_probe_process.patch and 003_fix_format_string.patch, merged upstream - Added 004_format_security.patch - Re-run autoconf to fix dpkg probe detection, put result in 005_configure_dpkg_probe.patch * Update package name to libopenscap1 to reflect ABI change * Replace copy of jquery.js file by symlink in documentation * Add libselinux1-dev, libcap-dev, libattr1-dev to build-deps openscap (0.7.3-1) unstable; urgency=low * Imported Upstream version 0.7.3 * Add schema files (oval and xccdf) * Enable hardening wrapper * Bump Standards Version to 3.9.2 * Add 003_fix_format_string.patch to fix printf misuse openscap (0.7.2-1) unstable; urgency=low * Imported Upstream version 0.7.2 * Refresh quilt patches * Fix FTBFS on kfreebsd-*: conflicting types for 'probe_main' (Closes: #621881) * Remove .la files (Closes: #622483) openscap (0.7.1-1) unstable; urgency=low * Imported Upstream version 0.7.1 * No more conversions between pointer and integer detected (Closes: #588255) openscap (0.7.0-1) unstable; urgency=low * Imported Upstream version 0.7.0 openscap (0.6.6-2) unstable; urgency=low * Fix FTBFS on kfreebsd-*: error: storage size of 'si' isn't known (Closes: #609771) openscap (0.6.6-1) unstable; urgency=low * Imported Upstream version 0.6.6 * Drop patch 10_fix_dpkginfo, merged upstream * Add pkgconfig file to dev package openscap (0.6.4-2) unstable; urgency=low * Add libxslt1-dev to build-deps (Closes: #603766) openscap (0.6.4-1) unstable; urgency=low * Imported Upstream version 0.6.4 * Switch to dpkg-source 3.0 (quilt) format * Add patch 10_fix_dpkginfo to fix build error for dpkginfo probe * Apply patch from Bilal Akhtar to fix build on Ubuntu (Closes: #596666) openscap (0.5.12-3) unstable; urgency=low * Fix FTBFS on GNU/kFreeBSD (Closes: #592486) * Bump standards version to 3.9.1 openscap (0.5.12-2) unstable; urgency=low * Add libgcrypt11-dev to build-deps (Closes: #588091) openscap (0.5.12-1) unstable; urgency=low * Imported Upstream version 0.5.12 * Update watch file * oscap-scan was renamed to oscap * Bump Standards version to 3.9.0 openscap (0.5.8-1) unstable; urgency=low * Imported Upstream version 0.5.8 openscap (0.5.7-1) unstable; urgency=low * Imported Upstream version 0.5.7 * Update watch URL * Add libcurl-dev and libapt-pkg-dev to build-deps * Bump standards version to 3.8.4 * Install probes in /usr/lib/openscap * Apply patch to fix FTBFS on kfreebsd (Closes: #570277) openscap (0.5.6-1) unstable; urgency=low * New upstream release: - OVAL API has been extended - OVAL doxygen documentation is available - migration to new checking mechanism is completed - new logging and error propagating mechanism - many many bugfixes + defensive code * Fix lintian warning debhelper-but-no-misc-depends (libopenscap-dev, libopenscap0-dbg) openscap (0.5.5-1) unstable; urgency=low * Add libnl-dev and pkg-config to build-deps * Enable building OVAL bindings and probes * New upstream release: - many fixes in OVAL - new system_info probe in OVAL - CVE is re-implemented - migration to improved testing mechanism has begun (see CPE) - bindings are merged into single module called openscap openscap (0.5.4-1) unstable; urgency=low * New upstream release: - new CPE model - evaluation of set objects and system characteristic output - implementation of variable model - bindings clean up - probes tune up, memory leaks fixes openscap (0.5.3-1) unstable; urgency=low * New upstream release * Bump standards version to 3.8.3 * Change libopenscap0-dbg section to debug * Add binary package for Perl bindings ovn-octavia-provider (7.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. ovn-octavia-provider (7.0.0~rc1-1) experimental; urgency=medium . * New upstream release. * Removed use-assert_has_calls-not-has_calls.patch applied upstream. pass-extension-copyq (0~20240825-2) unstable; urgency=medium . * Source-only upload. (Closes: #1081567) pass-extension-copyq (0~20240825-1) unstable; urgency=medium . * Initial release. (Closes: #1079616) pass-report (0.4-2) unstable; urgency=medium . * d/watch: Fix watch file to track upstream releases. * Source only upload. (Closes: #1081568) pass-report (0.4-1) unstable; urgency=medium . * Initial release. (Closes: #1079610) pbdagcon (0.3+git20180411.c14c422+dfsg-9) unstable; urgency=medium . * Team upload. . [ Paul Mars ] * Adapt target.dam checksum following dazzcon update (Closes: #1082216) . [ Étienne Mollier ] * d/control: declare compliance to standards version 4.7.0. pekka-kana-2 (1.4.5+ds-2) unstable; urgency=medium . * Re-add applicable parts for the FTCBFS patch (Closes: #933080). pekka-kana-2 (1.4.5+ds-1) unstable; urgency=medium . * New upstream release. (Closes: #1079933) * Switching to more active upstream fork of daniloc. - Update d/watch (Closes: #1079937) - Add Files-Excluded to d/copyright for repacking, removing embedded code copies and android port files. - Add patches to make the new version working. - Update d/upstream/metadata to new upstream. - Update d/copyright to new upstream. - Drop old signing key from previous upstream. * Add gbp.conf to ensure signed tags and pristine-tar. * Update install files and move all arch independent files to the arch:all package. * Add myself to Uploaders, remove inactive previous maintainer. * Bump SV to 4.7.0 - no changes required. * Add lintian overrides where resources are mistaken as documentation. pg-squeeze (1.7.0-1) unstable; urgency=medium . * New upstream version 1.7.0. phosh-osk-stub (0.42~rc1-1) unstable; urgency=medium . * New upstream release - Provide layout information so e.g. phosh-mobile-settings can use it to show only supported layouts - Allow to paste clipboard contents - varnam completer: Learn accepted words to improve predictions * d/control: B-D on libgmobile-dev * Install layout info prometheus-elasticsearch-exporter (1.8.0-1) unstable; urgency=medium . * Team upload * New upstream release * Bump Standards-Version to 4.7.0 (no changes) * Refresh patches python-aodhclient (3.6.0-2) unstable; urgency=medium . * Uploading to unstable. python-aodhclient (3.6.0-1) experimental; urgency=medium . * New upstream release. python-envisage (7.0.3-2) unstable; urgency=medium . * Team upload. * add build dependency on python3-configobj (Closes: #1082370) python-memcache (1.62-2) unstable; urgency=medium . * Removed python3-mock from build-depends. python-nexpy (1.0.9-3) unstable; urgency=medium . * Source-only upload for migration to testing. python-nexpy (1.0.9-2) unstable; urgency=medium . * Fix Maintainer/Uploaders fields. * Fix copyright file. . python-nexpy (1.0.9-1) unstable; urgency=low . * Initial release, autogenerated by py2dsp/3.20230219 then tweaked by hand. python-nexusformat (1.0.6-3) unstable; urgency=medium . * Bug fix: "python3-nexusformat has an undeclared file conflict on /usr/bin/nxdir", thanks to Helmut Grohne (Closes: #1081913). python-nexusformat (1.0.6-2) unstable; urgency=medium . * Fix Maintainer/Uploaders fields. * Source-only upload for migration to testing. python-nexusformat (1.0.6-1) unstable; urgency=low . * Source package automatically created by stdeb 0.10.0 then tweaked by hand. python-ulmo (0.8.8+dfsg1-6) unstable; urgency=medium . * Team upload. * Replace python3-appdirs with python3-platformdirs 2/2 python-ulmo (0.8.8+dfsg1-5) unstable; urgency=medium . * Team upload. * Replace python3-appdirs with python3-platformdirs (Closes: #1068003) python-whitenoise (6.7.0-1) unstable; urgency=medium . * New upstream version 6.7.0 pytools (2024.1.14-1) unstable; urgency=medium . * New upstream release. * Refresh patches. * Add pybuild pyproject build dependency. * Add autopkgtests (Closes: #1035268) r-cran-crul (1.5.0+dfsg-1) unstable; urgency=medium . * Team upload. * New upstream version ros-catkin (0.8.10-15) unstable; urgency=medium . * Migrate to dh-ros * Drop M-A: foreign from Python 3 module * Downgrade ros-environment to Recommends ros-catkin (0.8.10-14) unstable; urgency=medium . * Silence CMake warning for find_package(PythonInterp) * Wrap and sort Debian package files rsyslog (8.2408.0-2) unstable; urgency=medium . * testbench: correctly apply socket options in minitcpsrvr. Thanks to Chris Hofstaedtler rsyslog (8.2408.0-1) unstable; urgency=medium . * New upstream version 8.2408.0 ruby-flores (0.0.8-2) unstable; urgency=medium . * Team upload * Add patch to replace deprecated Fixnum by Integer * Bump Standards-Version to 4.7.0 (no changes needed) ruby-flores (0.0.8-1) unstable; urgency=medium . * Initial release (Closes: #1041698) ruby-image-processing (1.13.0-1) unstable; urgency=medium . * Team upload * New upstream version 1.13.0 * Refresh packaging files with dh-make-ruby -w * Bump Standards-Version to 4.7.0 (no changes needed) * Drop exclude-phashion.patch, as upstream does not use phashion gem anymore * Drop prevent-remote-shell-execution-in-apply.patch, applied upstream * Drop account-err-msg.patch, applied upstream ruby-ipaddress (0.8.3-5) unstable; urgency=medium . * Team upload * Replace deprecated Fixnum by Integer * Remove X?-Ruby-Versions fields from d/control * Bump Standards-Version to 4.7.0 (no changes needed) rust-rst-parser (0.4.0-3) unstable; urgency=medium . * Add patch fix-indent, to handle indentation of more than 3 spaces for image directives. rust-shrinkwraprs (0.3.0-3) unstable; urgency=medium . * Team upload. * Package shrinkwraprs 0.3.0 from crates.io using debcargo 2.7.0 * Relax itertools dependency. rust-shrinkwraprs (0.3.0-2) experimental; urgency=medium . * Team upload. * Package shrinkwraprs 0.3.0 from crates.io using debcargo 2.6.1 * Upgrade itertools to 0.12. rust-test-case (3.3.1-4) unstable; urgency=medium . * autopkgtest-depend on dh-rust (not dh-cargo) * stop mention dh-cargo in long description * update patch 2001 to cover itertools 0.13; relax build-dependency for crate itertools; closes: bug#1082662, thanks to Peter Green rust-zxcvbn (2.2.2-5) unstable; urgency=medium . * Team upload. * Package zxcvbn 2.2.2 from crates.io using debcargo 2.7.0 * Relax dependency on itertools. rust-zxcvbn (2.2.2-4) experimental; urgency=medium . * Team upload. * Package zxcvbn 2.2.2 from crates.io using debcargo 2.6.1 * Re-release to experimental * Upgrade itertools to 0.12 sacad (2.8.0-2) unstable; urgency=medium . * Team upload. * Replace appdirs with platformdirs 2/2 sacad (2.8.0-1) unstable; urgency=medium . * Team Upload * New upstream version 2.8.0 * Replace appdirs with platformdirs satpy (0.51.0-2) unstable; urgency=medium . * debian/rules: - Avoid recursive evaluation of variables (Closes: #1082394). * Drop d/source/lintian-overrides, no longer needed. scap-security-guide (0.1.73-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.7.0, no changes needed. * Use wildcard when installing files. * Include openEuler 22.03. scap-security-guide (0.1.71-1) unstable; urgency=medium . * New upstream release. * Add python3-lxml as BD. * Update installed files. scap-security-guide (0.1.68-1) unstable; urgency=medium . * New upstream release. * Drop openscap-common and expat as BD. * When we configure the package, be explicit about what we don't build. * Update installed files. scap-security-guide (0.1.65-1) unstable; urgency=medium . * New upstream release. * Remove Philippe Thierry as uploader. * Drop all patches, included upstream. * Update installed files in packages. * Update Standards-Version to 4.6.2, no changes needed. * Explicitly disable OVAL schematron validation. * Add all SCAP guides in package description. * When running tests, only output on failure. scap-security-guide (0.1.62-2) unstable; urgency=medium . * Source-only upload. scap-security-guide (0.1.62-1) unstable; urgency=medium . * Team upload. * New upstream release. * Drop all Python 2 dependencies. Closes: #938438 * Patches: - man_lexgrog_support.patch, rebased and sent upstream. - Add command-chown-change-separator.patch - Add fix-typos.patch * d/watch: - Update URL, repository moved to new location. - Bump to version 4. * Drop d/compat, use debhelper-compat in d/control instead. * d/control: - Change from Python 2 to Python 3 build-dependencies. - Drop python-lxml, and add python3-setuptools. - Drop ancient X-Python3 field. - Change libopenscap8 -> openscap-scanner. - Bump debhelper to 13. - Update Standards-Version to 4.6.1 - Document Rules-Requires-Root. - Update binary package description. - Add myself as uploader. * d/rules: Specify build directory 'build'. * Update d/*.install and d/*.docs. * d/not-installed: Don't install upstream license file. * d/ssg-base.manpages: Update path. * Drop d/ssg-base.preinst, no longer needed. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository and Repository-Browse. * d/copyright: - Change to secure copyright URI. - Update source, point to GitHub repository. - Update main license, upstream project was relicensed to BSD-3-clause. - Drop three paragraphs for now removed files, add one new paragraph. - Add myself under Debian paragraph. * d/*.doc-base: Remove all files, outdated. * Remove automated way to acquire upstream changelog. This removes patch, script, python3-requests BD and 'mkrelease' target in d/rules. * Don't generate bash scripts. * d/ssg-base.dirs: Add usr/share/scap-security-guide/kickstart and usr/share/scap-security-guide/tailoring * wrap-and-sort -at * Add d/ssg-base.lintian-overrides, override empty directories tag. scap-security-guide (0.1.39-2) unstable; urgency=medium . * Corrected lintian warnings. * Deleted useless files in debian/ dir. scap-security-guide (0.1.39-1) unstable; urgency=medium . * bump to 1.0.39. * Updated Debian install for Cmake build system. * Add Chromium to application and deleted webmin and RHEL5 which are not default targets. * Add SuSE Linux 12 to ssg-sle11. * Add Ubuntu1404 to ssg-debderived. * Updated Debian packaging for pristine-tar based packaging. scap-security-guide (0.1.31-5) unstable; urgency=medium . * Updated shared guide management (Closes: #871353). * Update standard version to 4.0.0 * Update compat level to 10 scap-security-guide (0.1.31-4) unstable; urgency=medium . * Corrected spell check (lintian W). * Add remediations for OS XCCDF benchmarks support for puppet, bash, anaconda and ansible scap-security-guide (0.1.31-3) unstable; urgency=medium . * Updated Multiarch hinter for all packages * Updated control file to take into acount G. Costamagna remarks to ITP * Updated README.Debian to describe security server use case * Upload sponsored by Petter Reinholdtsen. scap-security-guide (0.1.31-2) unstable; urgency=medium . * Updated Multiarch hinter for ssg-base * Upload sponsored by Petter Reinholdtsen. scap-security-guide (0.1.31-1) unstable; urgency=medium . * Initial Release (Closes: #856425). * Add support for upstream changelog integrated manually before build, from github ReleaseNote support for getting upstream version from debian changelog * Add dep5 conform quilt patches headers * Updated binary packages name to simplify the structure * Bin packages are family-based, debian-centric * Add SuSE 11 benchmarks and guides * Add proper copyright dep5 copyright file * Updated run-time dependencies * Set libopenscap8 as recommends, for security policy server cases * Cleaned all residual lintian warnings/infos * Updated man page to be compliant to lexgrog * Updated spelling mistakes and various syntax errors * Updated html files path (guide subdir added) * Declare guides as docs (for lintian conformity), add doc-base * Add RHEL guides and benchmarks * Add XCCDF benchmarks and guides for JRE and Webmin * Updated control file to use correct Standard-version * Add watch file for uscan * Upload sponsored by Petter Reinholdtsen. shaderc (2024.2-1) unstable; urgency=medium . * New upstream release * Fix lintian-override rule smplayer (24.5.0+ds-1) unstable; urgency=medium . * New upstream release. * Update standards version to 4.7.0, no changes needed. * Update debian/copyright. * Drop debian-orig from original sources. * Remove Alf Gaida from Uploaders. * Bump d/watch to version 4. * Add Forwarded: not-needed to Debian patches. * Cherry pick from upstream for Adapt MPV's renaming --sub-forced-only to --sub-forced-events-only. * d/rules: Remove override_dh_missing. * Update d/upstream/metadata. swift (2.34.0-2) unstable; urgency=medium . * Blacklist test_embed_expirer_bytes_from_diskfile_metadata, failing when backporting to Bookworm. * Uploading to unstable. swift (2.34.0-1) experimental; urgency=medium . * New upstream release. * Rebase / refreshed / removed applied upstream patches. trillian (1.6.1-1) unstable; urgency=medium . * New upstream release. * Standards-Version: 4.7.0. trove-tempest-plugin (2.4.0-1) unstable; urgency=medium . * New upstream release. typespeed (0.6.5-7) unstable; urgency=low . * Machine readable copyright file * Bump Standards-Version to 4.7.0 * Add .desktop file (Closes: #738051) unicorn (6.1.0-3) unstable; urgency=medium . [ Abhijith PA ] * Team upload * Remove quilt from Build-Depends. (Closes: #1053465) * Add d/clean to remove generated files (Closes: #1053466) Patches provided by Gioele Barabucci https://salsa.debian.org/ruby-team/unicorn/-/merge_requests/2 unknown-horizons (2019.1-8) unstable; urgency=medium . * Team upload. * Fix watch file * Add dep on python3-setuptools (Closes: #1080824) vitrage-dashboard (7.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. vitrage-dashboard (7.0.0~rc1-1) experimental; urgency=medium . * New upstream release. vitrage-tempest-plugin (6.4.0-1) unstable; urgency=medium . * New upstream release. watcher (13.0.0~rc1-2) unstable; urgency=medium . * Uploading to unstable. watcher (13.0.0~rc1-1) experimental; urgency=medium . * New upstream release. zaqar-tempest-plugin (2.0.0-2) unstable; urgency=medium . * Uploading to unstable. zaqar-tempest-plugin (2.0.0-1) experimental; urgency=medium . * New upstream release. znc (1.9.1-2) unstable; urgency=medium . [ Patrick Matthäi ] * Build depend on new pkgconf package. . [ Mattia Rizzolo ] * Do not use `znc-buildmod` to prevent reproducibility issues. Possibly we could patch znc-buildmod to not use a random temporary directory instead, but this fealt simpler. * Drop obsolete lintian override that doesn't exist anymore. zodbpickle (4.1-1) unstable; urgency=medium . * Team upload. * New upstream release. zope.security (7.2-1) unstable; urgency=medium . * New upstream release.