forked from pfsense/FreeBSD-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multimedia/libde265: Update to 1.0.11
Also include some additional patches from debian. PR: 269382 Submitted by: diizzy@ Security: CVE-2020-21594 CVE-2020-21595 CVE-2020-21596 CVE-2020-21597 CVE-2020-21598 CVE-2020-21599 CVE-2020-21600 CVE-2020-21601 CVE-2020-21602 CVE-2020-21603 CVE-2020-21604 CVE-2020-21605 CVE-2020-21606 CVE-2022-1253 CVE-2022-43236 CVE-2022-43237 CVE-2022-43238 CVE-2022-43239 CVE-2022-43240 CVE-2022-43241 CVE-2022-43242 CVE-2022-43243 CVE-2022-43244 CVE-2022-43245 CVE-2022-43248 CVE-2022-43249 CVE-2022-43250 CVE-2022-43252 CVE-2022-43253 CVE-2022-47655 MFH: 2023Q1
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
PORTNAME= libde265 | ||
DISTVERSION= 1.0.9 | ||
DISTVERSION= 1.0.11 | ||
CATEGORIES= multimedia | ||
MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/ | ||
|
||
PATCH_SITES= https://github.com/strukturag/${PORTNAME}/commit/ | ||
PATCHFILES= 97dd15303085eae2695a511717bf3239e209df96.patch:-p1 \ | ||
36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch:-p1 \ | ||
51f07f132f29832e025a8b913b61cbd20257c5fc.patch:-p1 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Open source h.265 video codec | ||
WWW= https://www.libde265.org | ||
|
@@ -27,7 +32,7 @@ LLD_UNSAFE= yes | |
.endif | ||
|
||
post-install: | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.2 | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.4 | ||
${MV} ${STAGEDIR}${PREFIX}/bin/dec265 \ | ||
${STAGEDIR}${PREFIX}/bin/libde265-dec265 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
TIMESTAMP = 1666214865 | ||
SHA256 (libde265-1.0.9.tar.gz) = 29bc6b64bf658d81a4446a3f98e0e4636fd4fd3d971b072d440cef987d5439de | ||
SIZE (libde265-1.0.9.tar.gz) = 845520 | ||
TIMESTAMP = 1675714260 | ||
SHA256 (libde265-1.0.11.tar.gz) = 2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab | ||
SIZE (libde265-1.0.11.tar.gz) = 845996 | ||
SHA256 (97dd15303085eae2695a511717bf3239e209df96.patch) = 4da511180c9201b69b0dbdf24ce4e8ab11a34089ce7b767ca4a83d1e08da6595 | ||
SIZE (97dd15303085eae2695a511717bf3239e209df96.patch) = 1765 | ||
SHA256 (36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch) = 1a2640650de0071631af3523f19fc318f1f393cc13970bc4c49190e43848dea9 | ||
SIZE (36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch) = 1825 | ||
SHA256 (51f07f132f29832e025a8b913b61cbd20257c5fc.patch) = cea8a4ea987f4f8235f231e2b87c70d863d153329283b63d14b5a6e7bbc1a152 | ||
SIZE (51f07f132f29832e025a8b913b61cbd20257c5fc.patch) = 17325 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters