Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Aide 0.18.2
Date: Tue, 18 Apr 2023 13:48:42 +0200	[thread overview]
Message-ID: <20230418114842.80yzKgwwKi4lIQsRFFKnX8Yy6ntkH5xUEPEKQqW9zgU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43509@inbox.vuxu.org>

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

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

https://github.com/abenson/void-packages aide_0.18.2
https://github.com/void-linux/void-packages/pull/43509

Aide 0.18.2

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
~~~
pkg      host         target        cross  result
aide     x86_64       x86_64        n      OK
aide     x86_64-musl  x86_64-musl   n      OK
aide     i686         i686          n      OK
aide     x86_64       aarch64-musl  y      OK
aide     x86_64       aarch64       y      OK
aide     x86_64       armv7l-musl   y      OK
aide     x86_64       armv7l        y      OK
aide     x86_64       armv6l-musl   y      OK
aide     x86_64       armv6l        y      OK
~~~

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

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

From 25ea730fc73630d354ec24b94dc30e5f521a5bb3 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Tue, 18 Apr 2023 06:39:58 -0500
Subject: [PATCH] aide: update to 0.18.2.

---
 srcpkgs/aide/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aide/template b/srcpkgs/aide/template
index 8e02a4f5d700..98d00c055383 100644
--- a/srcpkgs/aide/template
+++ b/srcpkgs/aide/template
@@ -1,6 +1,6 @@
 # Template file for 'aide'
 pkgname=aide
-version=0.17.4
+version=0.18.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
@@ -8,14 +8,18 @@ configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
 conf_files="/etc/aide.conf"
 make_dirs="/var/lib/aide 0750 root root
  /var/log/aide 0750 root root"
-hostmakedepends="flex"
-makedepends="pcre-devel mhash-devel acl-devel e2fsprogs-devel elfutils-devel zlib-devel"
+hostmakedepends="flex pkg-config"
+makedepends="pcre2-devel mhash-devel acl-devel e2fsprogs-devel elfutils-devel
+ zlib-devel"
 short_desc="File and directory integrity checker"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://aide.github.io/"
 distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz"
-checksum=c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9b7a846
+checksum=758ff586c703930129e0a1e8c292ff5127e116fc10d0ffdbea8bf2c1087ca7e4
+
+export MHASH_CFLAGS="=I${XBPS_CROSS_BASE}/usr/include"
+export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"
 
 post_install() {
 	vconf $FILESDIR/aide.conf

  reply	other threads:[~2023-04-18 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 11:48 [PR PATCH] " abenson
2023-04-18 11:48 ` abenson [this message]
2023-04-19  2:00 ` [PR PATCH] [Merged]: " abenson

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=20230418114842.80yzKgwwKi4lIQsRFFKnX8Yy6ntkH5xUEPEKQqW9zgU@z \
    --to=abenson@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).