pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lzma



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sun Apr 30 14:37:48 UTC 2023

Modified Files:
        pkgsrc/archivers/lzma: Makefile distinfo

Log Message:
lzma: update to version 9.18

Changelog:

9.18 beta      2010-11-02
-------------------------
- New small SFX module for installers (SfxSetup).

9.12 beta      2010-03-24
-------------------------
- The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work,
  if more than 10 threads were used (or more than 20 threads in some modes).

9.11 beta      2010-03-15
-------------------------
- PPMd compression method support

9.09           2009-12-12
-------------------------
- The bug was fixed:
   Utf16_To_Utf8 funstions in UTFConvert.cpp and 7zMain.c
   incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
- Some bugs were fixed

9.06           2009-08-17
-------------------------
- Some changes in ANSI-C 7z Decoder interfaces.

9.04           2009-05-30
-------------------------
- LZMA2 compression method support
- xz format support


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/lzma/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/lzma/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/lzma/Makefile
diff -u pkgsrc/archivers/lzma/Makefile:1.8 pkgsrc/archivers/lzma/Makefile:1.9
--- pkgsrc/archivers/lzma/Makefile:1.8  Sun Jan 26 17:30:40 2020
+++ pkgsrc/archivers/lzma/Makefile      Sun Apr 30 14:37:48 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/01/26 17:30:40 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2023/04/30 14:37:48 nikita Exp $
 #
 
-DISTNAME=              lzma465
-PKGNAME=               lzma-4.65
+DISTNAME=              lzma918
+PKGNAME=               lzma-9.18
 CATEGORIES=            archivers
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=sevenzip/}
 EXTRACT_SUFX=          .tar.bz2
@@ -15,7 +15,7 @@ LICENSE=              public-domain
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 
-WRKSRC=                        ${WRKDIR}/CPP/7zip/Compress/LZMA_Alone
+WRKSRC=                        ${WRKDIR}/CPP/7zip/Bundles/LzmaCon
 MAKE_FILE=             makefile.gcc
 
 CONFLICTS+=            lzma-utils-[0-9]* xz-utils-[0-9]*

Index: pkgsrc/archivers/lzma/distinfo
diff -u pkgsrc/archivers/lzma/distinfo:1.5 pkgsrc/archivers/lzma/distinfo:1.6
--- pkgsrc/archivers/lzma/distinfo:1.5  Tue Oct 26 09:57:10 2021
+++ pkgsrc/archivers/lzma/distinfo      Sun Apr 30 14:37:48 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 09:57:10 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/04/30 14:37:48 nikita Exp $
 
-BLAKE2s (lzma465.tar.bz2) = 61b0a4e10d099ab855b54d0ce79fd0b25fc47e01b5032994f82c00da29ce278e
-SHA512 (lzma465.tar.bz2) = 690f005cfa9d3a65db03baddad57cf8dd79f861ac72d2e1bc18a151f3673d5f8043e3331f5dc3fba713dfd7b01ebf0817a2c0b6a1b22e1f7d8255a42b85ea4ac
-Size (lzma465.tar.bz2) = 288122 bytes
+BLAKE2s (lzma918.tar.bz2) = 5d400c589279d558fd65a778a951d96174d45d77c428fb72952b61f7839124d2
+SHA512 (lzma918.tar.bz2) = fa32920d5c45e80c6d029fa1244154e7ae2a2db676e9b115359e955bec829f4cffa6cd8297cae388aca540fc2974dfced4ce284fb351992d7b4a337292da3803
+Size (lzma918.tar.bz2) = 533322 bytes



Home | Main Index | Thread Index | Old Index