Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] new package: hardened-malloc
Date: Mon, 02 Jan 2023 18:38:54 +0100	[thread overview]
Message-ID: <20230102173854.ngnfFY-wjZWXFruRX_yirvl9FNJRi8DQfjg9hnB1WmY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41412@inbox.vuxu.org>

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

There is an updated pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages stinger
https://github.com/void-linux/void-packages/pull/41412

new package: hardened-malloc
- I tested the changes in this PR: **YES**, using
```
$ cat /etc/ld.so.preload 
/usr/lib/libhardened_malloc.so
```
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From 96c50f9ea11d856423e51606f8eda8e6e6765646 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sun, 1 Jan 2023 15:41:11 +0100
Subject: [PATCH] new package: hardened-malloc

---
 srcpkgs/hardened-malloc/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/hardened-malloc/template

diff --git a/srcpkgs/hardened-malloc/template b/srcpkgs/hardened-malloc/template
new file mode 100644
index 000000000000..89ec55598738
--- /dev/null
+++ b/srcpkgs/hardened-malloc/template
@@ -0,0 +1,30 @@
+# Template file for 'hardened-malloc'
+pkgname=hardened-malloc
+version=11
+revision=1
+checkdepends="python3"
+short_desc="Hardened allocator designed for modern systems"
+maintainer="dkwo <npiazza@disroot.org>"
+license="MIT"
+homepage="https://grapheneos.org/"
+distfiles=" https://github.com/GrapheneOS/hardened_malloc/archive/refs/tags/${version}.tar.gz"
+checksum=14331990899b91f9323230c280d66f0d1a77c386eb5d206d4cd0d8b5683098da
+nocross=yes
+
+do_build() {
+	make VARIANT=default
+	make VARIANT=light
+}
+
+do_install() {
+	vinstall out/libhardened_malloc.so 755 usr/lib/
+	vinstall out-light/libhardened_malloc-light.so 755 usr/lib/
+}
+
+do_check() {
+	make test
+}
+
+post_install() {
+	vlicense LICENSE
+}

  reply	other threads:[~2023-01-02 17:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 17:34 [PR PATCH] " dkwo
2023-01-02 17:38 ` dkwo [this message]
2023-01-03 10:15 ` [PR PATCH] [Updated] " dkwo
2023-01-03 10:17 ` dkwo
2023-01-05 17:54 ` [PR REVIEW] " mhmdanas
2023-01-05 17:55 ` mhmdanas
2023-01-06 15:50 ` dkwo
2023-01-06 15:50 ` [PR PATCH] [Updated] " dkwo
2023-04-07  1:49 ` github-actions
2023-04-07 14:23 ` [PR PATCH] [Updated] " dkwo
2023-04-07 15:16 ` dkwo
2023-07-07  2:06 ` github-actions
2023-07-22  1:53 ` [PR PATCH] [Closed]: " github-actions

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=20230102173854.ngnfFY-wjZWXFruRX_yirvl9FNJRi8DQfjg9hnB1WmY@z \
    --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).