Debian Package Tracker
Register | Log in
Subscribe

libclamunrar

anti-virus utility for Unix - unrar support

Choose email to subscribe with

general
  • source: libclamunrar (non-free)
  • version: 1.4.4-1
  • maintainer: ClamAV Team (archive) (DMD)
  • uploaders: Michael Tautschnig [DMD] – Sebastian Andrzej Siewior [DMD]
  • arch: all any
  • std-ver: 4.5.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.103.10-1~deb11u1
  • o-o-sec: 1.3.1-1~deb11u1
  • oldstable: 1.3.1-1~deb12u1
  • stable: 1.3.1-1
  • testing: 1.3.1-1
  • unstable: 1.4.4-1
versioned links
  • 0.103.10-1~deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.3-1~deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.3.1-1~deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.3.1-1~deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.3.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.4.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • clamav-testfiles-rar
  • libclamunrar
  • libclamunrar12
action needed
Depends on packages which need a new maintainer normal
The packages that libclamunrar depends on which need a new maintainer are:
  • sendmail (#740070)
    • Build-Depends: libmilter-dev
Created: 2023-01-13 Last update: 2026-06-30 00:30
26 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit b7facc028b8f86e6f5fcba8e1bd777aeeb01d932
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 19:19:08 2026 +0200

    Prepare 1.4.4-1
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit a26abb92e5cd0b068c183709bfaf2fe1a323d317
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Apr 12 14:44:49 2026 +0200

    d/rules: Exclude *.orig
    
    Don't clean *.orig files during dh_clean, upstream ships .toml.orig
    files and records their checksums in json files which are checked by
    cargo.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 87ac1b6f46df18920753a314b948c32a82b7e602
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 18:18:02 2026 +0200

    d: Update watch file to 1.4.x
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 3de641df9a1733d2e3ab9203e110c1810238b8a6
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 18:57:29 2026 +0200

    d/copyright: Keep the windows crates to ease building.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit f82ac422038e3442421790816ff29a0b70cff447
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 18:45:29 2026 +0200

    d/copyright: Remove non existing .cargo/vendor/winapi
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit dbc5c737ba0d83289aad5dce8b39cb91ea1a9cd2
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 18:43:42 2026 +0200

    d: Update gpg key
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 267327ee4480af42b8b91a9f8c6ce47fcd40e88b
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 17:40:16 2026 +0200

    d: Remove Scott from uploaders.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit d134825867c92f22a550863185e857dfef337de4
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 21 22:15:31 2026 +0200

    d: Add patch to fix openssl 4.0 builds
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 977b537f3222e3f38f3609235f444e777683027f
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 19:14:25 2026 +0200

    Import 1.4.4
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit ee0f552c7b8863ace40d9c8c30f04b7c564d4944
Merge: 6c66d8f 3f730be
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 19:10:07 2026 +0200

    merge patched-unstable into unstable

commit 3f730beb2a9173419aab7dc877db45e3f9cbefc4
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Thu Jun 4 20:39:11 2026 +0200

    libclamav/crypto: Use openssl parsing in cl_ASN1_GetTimeT()
    
    The ASN1_TIME type has been made opaque in OpenSSL 4.0
    
    Replace the manual parsing of the string with ASN1_TIME_to_tm() which is
    available since openssl 1.1.1.
    
    [ The last user has been removed in commit fa15aa98c7d5e ("bb11594 -
      allow for compilation against openssl 1.1.0") so we might remove it
      but it looks exported ]
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit b1968c581e040fa88ee103abe096e310cc5c23bf
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Wed Sep 6 19:17:24 2023 +0200

    Add a version script for libclamunrar and libclamunrar_iface.
    
    Without a version script all symbols will be exported which are public
    within the libclamunrar* libraries. This is true for the officially exported
    symbols as well as all the public symbols which are used within
    libraries and are not inteded for export.
    
    There is already a .map preset to limit the exported symbols of
    libclamunrar and libclamunrar_iface. Use it.
    
    Patch-Name: Add-a-version-script-for-libclamunrar-and-.patch
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 6c66d8f20b15a800c62e079fd708fcf42783cb4e
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 19:08:56 2026 +0200

    record new upstream branch created by importing libclamunrar_1.4.4.orig.tar.xz

commit d3bb5e7196fda015077413c92616942784e81a07
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Sun Jun 28 19:08:54 2026 +0200

    Import libclamunrar_1.4.4.orig.tar.xz

commit a44a4be050583f492ec69af84f23932a4df6d9d7
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 18:13:50 2024 +0200

    Prepare 1.3.1-1.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit d48d790efe6d037726c5de15a7527b36c4d1bf76
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 18:13:24 2024 +0200

    d: Skip not installables.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit f1a1188231f738d3fc10057175d185327da41b00
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:59:32 2024 +0200

    d: Update to so 12.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit e7a1ba47c5d3d11be1127c056a57c7dbaab9e18e
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:57:10 2024 +0200

    Import 1.3.1
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 15d9d38e997eedd6bee3b207c820226b5c96354f
Merge: b476f1e 6d862bd
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:56:19 2024 +0200

    merge patched-unstable into unstable

commit 6d862bd92d36ba4807e6327569ca74f29b52caac
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Thu Nov 2 22:34:54 2023 +0100

    libclamav_rust/libloading: Remove the winwdows bits
    
    The windows bits were removed while the dfsg archive was prepared.
    Remove now Windows bits from toml & update checksums or else cargo will
    complain about missing winapi.
    
    Patch-Name: libclamav_rust-libloading-Remove-the-winwdows-bits.patch
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 18fd21e2506ee14e9a122521b5b57a553466a5b7
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Wed Sep 6 19:17:24 2023 +0200

    Add a version script for libclamunrar and libclamunrar_iface.
    
    Without a version script all symbols will be exported which are public
    within the libclamunrar* libraries. This is true for the officially exported
    symbols as well as all the public symbols which are used within
    libraries and are not inteded for export.
    
    There is already a .map preset to limit the exported symbols of
    libclamunrar and libclamunrar_iface. Use it.
    
    Patch-Name: Add-a-version-script-for-libclamunrar-and-.patch
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit b476f1e63e658e44aaed9d3dd6d9e9f1a4ccf507
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:49:02 2024 +0200

    record new upstream branch created by importing libclamunrar_1.3.1.orig.tar.xz

commit 5a1328da8ff3f7cac6860631498a8bdea5f3e744
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:49:01 2024 +0200

    Import libclamunrar_1.3.1.orig.tar.xz

commit 1a5f357c7762e89e9373146379affdcccd5cbe4f
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:45:40 2024 +0200

    d: Remove the .gitattributes during a repack.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 204496f2790c19e8ed8c6f126403f8650610b855
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:35:13 2024 +0200

    d: watch: Limit to the 1.3 series.
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

commit 0bda1f4358844caeb9a51362431081c94e23108a
Author: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Date:   Fri Jun 7 17:34:53 2024 +0200

    d: Sync copyright with the clamav package
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Created: 2024-06-07 Last update: 2026-06-28 21:21
3 open merge requests in Salsa normal
There are 3 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-20 Last update: 2025-09-20 13:02
debian/patches: 2 patches to forward upstream low

Among the 2 debian patches available in version 1.4.4-1 of the package, we noticed the following issues:

  • 2 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-06-29 10:49
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.5.0).
Created: 2020-11-17 Last update: 2026-06-28 21:21
testing migrations
  • excuses:
    • Migration status for libclamunrar (1.3.1-1 to 1.4.4-1): BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below)
    • Issues preventing migration:
    • ∙ ∙ Missing build on riscv64
    • ∙ ∙ Autopkgtest deferred on riscv64: missing arch:riscv64 build
    • ∙ ∙ Lintian check waiting for test results - info
    • ∙ ∙ Too young, only 1 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Piuparts can't test libclamunrar (not a blocker) - (no link yet)
    • Not considered
news
[rss feed]
  • [2026-06-28] Accepted libclamunrar 1.4.4-1 (source) into unstable (Sebastian Andrzej Siewior)
  • [2026-04-14] libclamunrar 1.3.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-08] libclamunrar REMOVED from testing (Debian testing watch)
  • [2026-02-02] Accepted libclamunrar 1.3.1-1~deb11u1 (source all amd64) into oldoldstable-security (Debian FTP Masters) (signed by: Emilio Pozuelo Monfort)
  • [2026-01-01] Accepted libclamunrar 1.3.1-1~deb12u1 (source all amd64) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2024-12-06] Accepted libclamunrar 1.0.3-1~deb11u1 (source all amd64) into oldstable-security (Debian FTP Masters) (signed by: Lucas Kanashiro)
  • [2024-06-15] libclamunrar 1.3.1-1 MIGRATED to testing (Debian testing watch)
  • [2024-06-09] Accepted libclamunrar 1.3.1-1 (source amd64) into unstable (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2024-05-02] libclamunrar 1.0.3-2 MIGRATED to testing (Debian testing watch)
  • [2024-04-10] Accepted libclamunrar 1.0.3-2 (source) into unstable (Scott Kitterman) (signed by: Donald Scott Kitterman)
  • [2023-11-15] Accepted libclamunrar 0.103.10-0+deb10u1 (source amd64 all) into oldoldstable (Debian FTP Masters) (signed by: Emilio Pozuelo Monfort)
  • [2023-09-13] libclamunrar 1.0.3-1 MIGRATED to testing (Debian testing watch)
  • [2023-09-10] Accepted libclamunrar 1.0.3-1~deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2023-09-09] Accepted libclamunrar 0.103.10-1~deb11u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2023-09-07] Accepted libclamunrar 1.0.3-1 (source) into unstable (Sebastian Andrzej Siewior)
  • [2023-01-18] libclamunrar 1.0.0-2 MIGRATED to testing (Debian testing watch)
  • [2023-01-12] Accepted libclamunrar 1.0.0-2 (source) into unstable (Sebastian Andrzej Siewior)
  • [2023-01-11] Accepted libclamunrar 1.0.0-1 (source all amd64) into experimental (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2023-01-07] libclamunrar REMOVED from testing (Debian testing watch)
  • [2023-01-07] libclamunrar REMOVED from testing (Debian testing watch)
  • [2020-06-06] Accepted libclamunrar 0.102.3-0+deb9u1 (source amd64 all) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2020-06-06] Accepted libclamunrar 0.102.3-0+deb10u1 (source amd64 all) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2020-05-26] libclamunrar 0.102.3-3 MIGRATED to testing (Debian testing watch)
  • [2020-05-20] Accepted libclamunrar 0.102.3-3 (source) into unstable (Sebastian Andrzej Siewior)
  • [2020-05-19] Accepted libclamunrar 0.102.3-2 (source) into unstable (Sebastian Andrzej Siewior)
  • [2020-05-16] Accepted libclamunrar 0.102.3-1 (source amd64 all) into unstable, unstable (Debian FTP Masters) (signed by: Sebastian Andrzej Siewior)
  • [2019-08-22] Accepted libclamunrar 0.101.2-0+deb9u1 (source amd64) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Sebastian Andrzej Siewior)
  • [2019-04-02] libclamunrar 0.101.2-1 MIGRATED to testing (Debian testing watch)
  • [2019-03-30] Accepted libclamunrar 0.101.2-1 (source) into unstable (Sebastian Andrzej Siewior)
  • [2019-03-07] libclamunrar 0.101.1-2 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • buildd: logs, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.3.1-1build2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing