Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bearssl: run tests
Date: Mon, 18 Jul 2022 12:29:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38126@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages bear
https://github.com/void-linux/void-packages/pull/38126

bearssl: run tests
I added the `do_check` part, which seems to run fine.
Previously it was skipped.

A patch file from https://github.com/void-linux/void-packages/pull/38126.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bear-38126.patch --]
[-- Type: text/x-diff, Size: 1446 bytes --]

From 0e5a9430f9a3a671ed9170685d5c0d0cb0e0b043 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Mon, 18 Jul 2022 12:26:28 +0200
Subject: [PATCH] bearssl: run tests

---
 srcpkgs/bearssl/template | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bearssl/template b/srcpkgs/bearssl/template
index ec393735acf9..14654c9c4766 100644
--- a/srcpkgs/bearssl/template
+++ b/srcpkgs/bearssl/template
@@ -1,15 +1,15 @@
 # Template file for 'bearssl'
 pkgname=bearssl
 version=0.6
-revision=2
+revision=3
 build_style=gnu-makefile
 make_build_args="D=.so.${version} LD=\$(CC) LDDLL=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,lib${pkgname}.so.${version%%.*}"
 short_desc="Implementation of the SSL/TLS protocol in C"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT"
 homepage="https://bearssl.org"
-changelog="${homepage}/changelog.html"
-distfiles="${homepage}/${pkgname}-${version}.tar.gz"
+changelog="https://bearssl.org/changelog.html"
+distfiles="https://bearssl.org/${pkgname}-${version}.tar.gz"
 checksum=6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14
 CFLAGS="-fPIC"
 
@@ -22,6 +22,13 @@ do_install() {
 	vcopy inc usr/include
 	vlicense LICENSE.txt LICENSE
 }
+
+do_check() {
+	cd "${wrksrc}/build"
+	./testx509
+	./testcrypto all
+}
+
 bearssl-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"

             reply	other threads:[~2022-07-18 10:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 10:29 dkwo [this message]
2022-07-18 14:44 ` [PR REVIEW] " sgn
2022-07-18 15:14 ` [PR PATCH] [Updated] " dkwo
2022-07-18 15:22 ` [PR PATCH] [Merged]: " sgn
2022-10-11  7:24 ` dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38126@inbox.vuxu.org \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).