diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-11-01 20:55:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-07 08:39:05 -0800 |
commit | 926bcef2ed68f8fa88e6922c5bf9b85395f078ec (patch) | |
tree | ba489ecb3199b474cc549fc488e02792a786d4b3 /meta-perl | |
parent | 9fbc1bdc4b111e9ed71b8cf7c5ca1335f8a3c814 (diff) | |
download | meta-openembedded-926bcef2ed68f8fa88e6922c5bf9b85395f078ec.tar.gz |
libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201
https://metacpan.org/dist/Compress-Raw-Lzma/changes
License-Update: Update copyright years.
* 2.201 25 June 2022
* 2.201
Sat Jun 25 09:50:04 2022 +0100
367f6414d5eb54e5f0d1d07ceb1c909ce5ac84d8
* 2.103 3 April 2022
* No changes
* 2.101 20 February 2021
* fix version numbers in meta files
* 2.100 7 January 2021
* Expose liblzma's 'preset_dict' feature
https://github.com/pmqs/Compress-Raw-Lzma/pull/6
4d9d4e596c4f567c87626a827e39c4435e62472d fix typo
dc394d53b0575edf8f72e28829a2ff9faea7e729 Add t/10preset_dict.t
c5afb68e2a3a4b2fc4e548ffa61d2a3a383b5c96 Add cast to deRef
32f9085aba510c4d99d4a374406e734b13b82eef fix minor typos
55b8d6a6f65a1d6426c55f5b51aefdba6dabfbb3 fix merge issue
9eb88de7abaaefe736d475260c73de525e7ae39f Merge branch 'master'
of https://github.com/pmqs/Compress-Raw-Lzma
3432a769b283ac5dc9fd757e973cc8aefc1e2345 Merge pull request #6
from anall/wip/preset_dictionary
68fe695c16b14a983f39c8c8567557148bbc43ca Expose the preset_dict
feature from liblzma when creating a Lzma filter
* trim whitespace
4ca252f1e1d740489dbd3736ab1f74e1492dff6d
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb (renamed from meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb index 0cd876be45..a9a5570d39 100644 --- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.096.bb +++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb | |||
@@ -5,12 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma" | |||
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "b5079bb43712fcd1e74b80777fa376ed" | 12 | SRC_URI[sha256sum] = "ccefd0c0379fae599e2f24570d51cdd8135c161519f7931f0b6cfcf0366094f1" |
13 | SRC_URI[sha256sum] = "f3afb267b1303b0f125976e9e4a70c6a4a205e35e7c99b408911f5e5c6578217" | ||
14 | 13 | ||
15 | DEPENDS += "xz" | 14 | DEPENDS += "xz" |
16 | 15 | ||