[arch-commits] Commit in efitools/trunk (PKGBUILD openssl11.patch)

Tobias Powalowski tpowa at archlinux.org
Fri Jun 22 08:11:53 UTC 2018


    Date: Friday, June 22, 2018 @ 08:11:53
  Author: tpowa
Revision: 327434

upgpkg: efitools 1.8.1-1

bump to latest version

Modified:
  efitools/trunk/PKGBUILD
Deleted:
  efitools/trunk/openssl11.patch

-----------------+
 PKGBUILD        |   11 ++++-------
 openssl11.patch |   13 -------------
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-22 08:06:54 UTC (rev 327433)
+++ PKGBUILD	2018-06-22 08:11:53 UTC (rev 327434)
@@ -4,7 +4,7 @@
 # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
 
 pkgname="efitools"
-pkgver=1.7.0.5.g0649468
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Tools for manipulating UEFI secure boot platforms"
 url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git"
@@ -14,11 +14,9 @@
 options=('!strip' '!makeflags')
 makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
 depends=('openssl')
-_commit=0649468475d20d8ca5634433c4912467cef3ce93  # master
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=$_commit"
-        openssl11.patch)
-md5sums=('SKIP'
-         '08672dd4dc23daf7345a6f2535960fc1')
+_commit=28687de80b18b3b35271de1d70769eac3c0b1ab4 # master
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=$_commit")
+md5sums=('SKIP')
 
 pkgver() {
 	cd "${pkgname}"
@@ -28,7 +26,6 @@
 prepare() {
 	cd "${pkgname}"
 	git clean -x -d -f
-	patch -Np1 -i ../openssl11.patch
 	sed -i "s/-O2/${CFLAGS} -Wno-pointer-sign/" Make.rules
 }
 

Deleted: openssl11.patch
===================================================================
--- openssl11.patch	2018-06-22 08:06:54 UTC (rev 327433)
+++ openssl11.patch	2018-06-22 08:11:53 UTC (rev 327434)
@@ -1,13 +0,0 @@
-diff --git i/cert-to-efi-hash-list.c w/cert-to-efi-hash-list.c
-index d4484f9b8e6535f3..399ba704eaab238d 100644
---- i/cert-to-efi-hash-list.c
-+++ w/cert-to-efi-hash-list.c
-@@ -135,7 +135,7 @@ main(int argc, char *argv[])
-         X509 *cert = PEM_read_bio_X509(cert_bio, NULL, NULL, NULL);
- 	unsigned char *cert_buf = NULL;
- 
--	int cert_len = i2d_X509_CINF(cert->cert_info, &cert_buf);
-+	int cert_len = i2d_re_X509_tbs(cert, &cert_buf);
- 	ERR_print_errors_fp(stdout);
- 
- 	int len, digest_len, time_offset;



More information about the arch-commits mailing list