* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0881f707b48111d3645ca431239024e4d9af05b9
@ 2023-03-04 14:58 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-03-04 14:58 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 5390 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 0881f707b48111d3645ca431239024e4d9af05b9 (commit)
via f667f8a55460b9fc3fd970037852a4386de3d2d9 (commit)
via 5aa616d092d216c37b90e8c1bd7679ff4474a1e2 (commit)
via b576643b1b3e42264e140cdf33d52d07e46a7db4 (commit)
via 93cdb0550e4ed6affae2f540962ad52976283746 (commit)
from adfe8977aed3b0816d9fd107402128753fe4f510 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0881f707b48111d3645ca431239024e4d9af05b9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Mar 4 14:56:13 2023 +0000
openjade: Fix build on aarch64
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f667f8a55460b9fc3fd970037852a4386de3d2d9
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Mar 4 14:51:29 2023 +0000
opensp: Fix build on aarch64
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 5aa616d092d216c37b90e8c1bd7679ff4474a1e2
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Mar 4 14:19:08 2023 +0000
samba: Fix build dependencies
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit b576643b1b3e42264e140cdf33d52d07e46a7db4
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Mar 4 14:57:34 2023 +0000
libvirt: Add missing build dependency attr-devel
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 93cdb0550e4ed6affae2f540962ad52976283746
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Mar 4 14:54:50 2023 +0000
libxcrypt: Add missing Perl build dependencies
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
libvirt/libvirt.nm | 3 ++-
libxcrypt/libxcrypt.nm | 4 +++-
openjade/openjade.nm | 7 ++++++-
opensp/opensp.nm | 7 ++++++-
samba/samba.nm | 5 ++++-
5 files changed, 21 insertions(+), 5 deletions(-)
Difference in files:
diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm
index 7d27308a0..bad9beaa9 100644
--- a/libvirt/libvirt.nm
+++ b/libvirt/libvirt.nm
@@ -5,7 +5,7 @@
name = libvirt
version = 8.10.0
-release = 1
+release = 2
maintainer = Jonatan Schlag <jonatan.schlag(a)ipfire.org>
groups = Applications/Virtualization
@@ -23,6 +23,7 @@ sources = %{thisapp}.tar.xz
build
requires
+ attr-devel
avahi-devel
bash-completion-devel
cyrus-sasl-devel
diff --git a/libxcrypt/libxcrypt.nm b/libxcrypt/libxcrypt.nm
index 71f4dd4eb..0005eba61 100644
--- a/libxcrypt/libxcrypt.nm
+++ b/libxcrypt/libxcrypt.nm
@@ -5,7 +5,7 @@
name = libxcrypt
version = 4.4.33
-release = 1
+release = 2
groups = System/Libraries
url = https://github.com/besser82/libxcrypt/
@@ -32,6 +32,8 @@ sources = %{thisapp}.tar.xz
build
requires
perl
+ perl(FindBin)
+ perl(open)
end
configure_options += \
diff --git a/openjade/openjade.nm b/openjade/openjade.nm
index 27ad2d6da..717e4dd06 100644
--- a/openjade/openjade.nm
+++ b/openjade/openjade.nm
@@ -5,7 +5,7 @@
name = openjade
version = 1.3.2
-release = 5
+release = 6
groups = Application/Text
url = https://openjade.sourceforge.net/
@@ -22,6 +22,7 @@ source_dl = https://prdownloads.sourceforge.net/openjade/
build
requires
gcc-c++
+ libtool
opensp-devel
perl
end
@@ -34,6 +35,10 @@ build
--datadir=/usr/share/sgml/openjade-%{version} \
--enable-splibdir=%{libdir}
+ prepare_cmds
+ %{MACRO_FIX_AUTOTOOLS}
+ end
+
install_cmds
# Create symlink for jade
ln -s openjade %{BUILDROOT}/usr/bin/jade
diff --git a/opensp/opensp.nm b/opensp/opensp.nm
index 6172b1f34..a9756112f 100644
--- a/opensp/opensp.nm
+++ b/opensp/opensp.nm
@@ -5,7 +5,7 @@
name = opensp
version = 1.5.2
-release = 3
+release = 4
thisapp = OpenSP-%{version}
groups = Application/Text
@@ -25,6 +25,7 @@ build
gcc-c++
docbook-dtds
docbook-xsl
+ libtool
libxml2
libxslt
perl
@@ -39,6 +40,10 @@ build
--enable-default-catalog=/etc/sgml/catalog \
--enable-default-search-path=/usr/share/sgml:/usr/share/xml
+ prepare_cmds
+ %{MACRO_FIX_AUTOTOOLS}
+ end
+
install_cmds
# Create symlinks and manpages for binaries wtitout "o".
for file in nsgmls sgmlnorm spam spent sx ; do
diff --git a/samba/samba.nm b/samba/samba.nm
index d5441344f..e407f4988 100644
--- a/samba/samba.nm
+++ b/samba/samba.nm
@@ -5,7 +5,7 @@
name = samba
version = 4.17.5
-release = 1
+release = 1.1
groups = Networking/Daemons
url = http://www.samba.org/
@@ -54,9 +54,12 @@ build
libtalloc-devel >= 2.1.8
libtdb-devel >=1.3.11
libtevent-devel >= 0.9.29
+ libxcrypt-devel
openldap-devel
openssl-devel
pam-devel
+ perl(base)
+ perl(FindBin)
perl(JSON)
perl(Parse::Yapp::Driver) >= 1.21
popt-devel
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-04 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04 14:58 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0881f707b48111d3645ca431239024e4d9af05b9 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox