[arch-commits] Commit in libytnef/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 18:49:59 UTC 2021


    Date: Monday, November 8, 2021 @ 18:49:59
  Author: heftig
Revision: 427529

2.0-1

Modified:
  libytnef/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 18:49:44 UTC (rev 427528)
+++ PKGBUILD	2021-11-08 18:49:59 UTC (rev 427529)
@@ -3,7 +3,7 @@
 # Contributor: Andre Klitzing <aklitzing () online () de>
 
 pkgname=libytnef
-pkgver=1.9.3
+pkgver=2.0
 pkgrel=1
 epoch=1
 pkgdesc="Yerase's TNEF Stream Reader library (decodes winmail.dat)"
@@ -13,7 +13,7 @@
 depends=(glibc)
 makedepends=(perl git)
 optdepends=('perl: ytnefprocess')
-_commit=d9b2f01d125c9b178f7a00ec397cc2a9f258e8e1  # tags/v1.9.3
+_commit=f80f624d373997afa3e3bfc074948b26d171d210  # tags/v2.0
 source=("git+https://github.com/Yeraze/ytnef#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,18 +24,6 @@
 
 prepare() {
   cd ytnef
-
-  # https://github.com/Yeraze/ytnef/pull/74
-  git cherry-pick -n f7ff4f66a1e6f8a9936aea2add6512c4b23a4261
-
-  # CVE-2021-3404
-  # https://bugs.archlinux.org/task/70056
-  git cherry-pick -n f9ff4a203b8c155d51a208cadadb62f224fba715
-
-  # CVE-2021-3403
-  # https://bugs.archlinux.org/task/70056
-  git cherry-pick -n f2380a53fb84d370eaf6e6c3473062c54c57fac7
-
   ./autogen.sh
 }
 



More information about the arch-commits mailing list