pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lhasa



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Jun 19 13:20:21 UTC 2026

Modified Files:
        pkgsrc/archivers/lhasa: Makefile distinfo

Log Message:
lhasa: update to 0.6.0

pkgsrc change:
- take maintainership

Upstream changelog:
 https://github.com/fragglet/lhasa/blob/v0.6.0/NEWS.md

## v0.6.0 (2026-06-17):

 * This release fixes a read overflow in the -pm2- decoder, where a
   specially-crafted -pm2- sequence could cause reads from beyond the
   end of the `copy_decode[]` array. However, it is not believed to be
   an exploitable bug so this is not a security issue. Thanks to
   Yukimura / @damseleng for reporting the bug.
 * Archived files with empty filenames are now skipped over during
   extract so that subsequent files can be extracted properly. This
   allows some files in the Aminet archive to be extracted that were
   previously only partially extracted (thanks @polluks).
 * A minor typo was fixed in the `lha_reader.h` header (thanks
   @polluks).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/lhasa/Makefile \
    pkgsrc/archivers/lhasa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/lhasa/Makefile
diff -u pkgsrc/archivers/lhasa/Makefile:1.13 pkgsrc/archivers/lhasa/Makefile:1.14
--- pkgsrc/archivers/lhasa/Makefile:1.13        Sun Jan 18 01:57:05 2026
+++ pkgsrc/archivers/lhasa/Makefile     Fri Jun 19 13:20:21 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2026/01/18 01:57:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.14 2026/06/19 13:20:21 tsutsui Exp $
 
-DISTNAME=      lhasa-0.5.0
+DISTNAME=      lhasa-0.6.0
 CATEGORIES=    archivers
 MASTER_SITES=  https://soulsphere.org/projects/lhasa/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    tsutsui%NetBSD.org@localhost
 HOMEPAGE=      https://fragglet.github.io/lhasa/
 COMMENT=       Freely licensed lha archiving tool (for .lzh and .lha files)
 LICENSE=       isc
Index: pkgsrc/archivers/lhasa/distinfo
diff -u pkgsrc/archivers/lhasa/distinfo:1.13 pkgsrc/archivers/lhasa/distinfo:1.14
--- pkgsrc/archivers/lhasa/distinfo:1.13        Sun Jan 18 01:57:05 2026
+++ pkgsrc/archivers/lhasa/distinfo     Fri Jun 19 13:20:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/01/18 01:57:05 tsutsui Exp $
+$NetBSD: distinfo,v 1.14 2026/06/19 13:20:21 tsutsui Exp $
 
-BLAKE2s (lhasa-0.5.0.tar.gz) = 88ffc32158e1df681282cd0b3a495de75119b8743cff13a4c4f7926d499f93f4
-SHA512 (lhasa-0.5.0.tar.gz) = 26de1e454230e6ed33919ce0071d1f6aa8d35d2a534ce17956d32b9a73a162db8627bea58db6fef3f359ab88ca8331f991a04d7a6d696e949dd9e189b4835038
-Size (lhasa-0.5.0.tar.gz) = 3568200 bytes
+BLAKE2s (lhasa-0.6.0.tar.gz) = df609944bc1fc43377031b17d1cc5216f49a6a24fefa49b2ebe970fdcf382fe1
+SHA512 (lhasa-0.6.0.tar.gz) = 250ddd2a2660a1980ceea69ce5dca7006516f8af9b1b5f8077bfd10221ed67be2270218c924bf34c92e624cc5aeb039fab189feb7ec758873e38c26af63fa10e
+Size (lhasa-0.6.0.tar.gz) = 3567690 bytes



Home | Main Index | Thread Index | Old Index