public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 82b6c2cbcaddb88a11fb8bacd5e987b08c30df34
@ 2023-03-06 11:47 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-03-06 11:47 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 6901 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  82b6c2cbcaddb88a11fb8bacd5e987b08c30df34 (commit)
       via  301325aec47289fe47a0be69fbe01c83b39c581b (commit)
       via  e225e04160c5a936c183550d6e60e1923d63ab11 (commit)
       via  20ca119c20f67cc39a401d98d09d9d3791e96a1c (commit)
       via  dde86ed7d9f63dac8b864e56756007bf2f69d84c (commit)
       via  2f45640b146cc8def7369c192c1eb7a1564bb2cd (commit)
      from  c578985df1c1a4916d9ee83b07665e77e3f33f08 (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 82b6c2cbcaddb88a11fb8bacd5e987b08c30df34
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 6 10:51:54 2023 +0000

    mc: Update to 4.8.29
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 301325aec47289fe47a0be69fbe01c83b39c581b
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 6 10:46:12 2023 +0000

    plymouth: Drop dependency on grubby
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit e225e04160c5a936c183550d6e60e1923d63ab11
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 6 10:45:40 2023 +0000

    ipfire-logos: Update to version 4
    
    This contains a hack that avoids an endless loop in ImageMagick when
    converting from our source SVG file.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 20ca119c20f67cc39a401d98d09d9d3791e96a1c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 6 10:44:54 2023 +0000

    filesystem: Drop /usr/local
    
    This is a quick hack to work around the quality agent which does not
    allow to create anything under /usr/local.
    
    There is also very little need as we do not support any custom built
    software on IPFire.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit dde86ed7d9f63dac8b864e56756007bf2f69d84c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 6 10:09:03 2023 +0000

    basesystem: Drop some ancient dependencies
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 2f45640b146cc8def7369c192c1eb7a1564bb2cd
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Mar 6 10:08:02 2023 +0000

    basesystem: Replace passwd by shadow-utils
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 basesystem/basesystem.nm     |  6 ++----
 filesystem/filesystem.nm     | 10 +---------
 ipfire-logos/ipfire-logos.nm |  5 ++---
 mc/mc.nm                     | 13 +++++--------
 plymouth/plymouth.nm         |  3 +--
 5 files changed, 11 insertions(+), 26 deletions(-)

Difference in files:
diff --git a/basesystem/basesystem.nm b/basesystem/basesystem.nm
index 033a2b3df..889e8d7fe 100644
--- a/basesystem/basesystem.nm
+++ b/basesystem/basesystem.nm
@@ -5,7 +5,7 @@
 
 name       = basesystem
 version    = 2.99
-release    = 4
+release    = 4.2
 arch       = noarch
 
 groups     = Base System/Base
@@ -47,15 +47,13 @@ packages
 			initscripts
 			kbd
 			less
-			module-init-tools
 			network
 			pakfire
-			passwd
 			procps
 			psmisc
 			sed
 			setup
-			syslog
+			shadow-utils
 			system-release
 			tar
 			udev
diff --git a/filesystem/filesystem.nm b/filesystem/filesystem.nm
index cb406610c..f94eedbac 100644
--- a/filesystem/filesystem.nm
+++ b/filesystem/filesystem.nm
@@ -5,7 +5,7 @@
 
 name       = filesystem
 version    = 002
-release    = 3
+release    = 4
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
 groups     = Base Build System/Base
@@ -58,14 +58,6 @@ build
 			usr/share/{aclocal,dict,doc,empty,info,mime-info,misc} \
 			usr/share/man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p} \
 			usr/src \
-			usr/local/bin \
-			usr/local/etc \
-			usr/local/lib \
-			usr/local/sbin \
-			usr/local/share \
-			usr/local/share/man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x} \
-			usr/local/share/info \
-			usr/local/include \
 			var/empty \
 			var/lib \
 			var/local \
diff --git a/ipfire-logos/ipfire-logos.nm b/ipfire-logos/ipfire-logos.nm
index 78f4781fa..dce866c7e 100644
--- a/ipfire-logos/ipfire-logos.nm
+++ b/ipfire-logos/ipfire-logos.nm
@@ -4,12 +4,11 @@
 ###############################################################################
 
 name       = ipfire-logos
-version    = 3
-release    = 2
+version    = 4
+release    = 1
 arch       = noarch
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
-groups     = Base System/Base
 url        = http://www.ipfire.org
 license    =
 summary    = IPFire logos and images.
diff --git a/mc/mc.nm b/mc/mc.nm
index acf78ac2c..70f60246a 100644
--- a/mc/mc.nm
+++ b/mc/mc.nm
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = mc
-version    = 4.8.16
+version    = 4.8.29
 release    = 1
 
 groups     = Applications/System
-url        = http://www.ibiblio.org/mc/
+url        = https://midnight-commander.org
 license    = GPLv2+
 summary    = User-friendly text console file manager and visual shell.
 
@@ -20,8 +20,8 @@ description
 	specific files.
 end
 
+source_dl  = https://www.midnight-commander.org/downloads/
 sources    = %{thisapp}.tar.xz
-source_dl  = http://www.midnight-commander.org/downloads/
 
 build
 	requires
@@ -33,7 +33,6 @@ build
 	end
 
 	configure_options += \
-		--sysconfdir=/etc \
 		--libexecdir=/usr/lib \
 		--with-screen=slang \
 		--with-samba \
@@ -48,10 +47,8 @@ end
 
 packages
 	package %{name}
-		# This awkward dependency is found and cannot be resolved.
-		filter_requires
-			perl\(pieces\)
-		end
+		# This awkward dependency is found and cannot be resolved
+		filter_requires = perl\(pieces\)
 	end
 
 	package %{name}-debuginfo
diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm
index b45d3c44c..5530e9a8d 100644
--- a/plymouth/plymouth.nm
+++ b/plymouth/plymouth.nm
@@ -5,7 +5,7 @@
 
 name       = plymouth
 version    = 22.02.122
-release    = 2
+release    = 2.1
 
 groups     = System/Base
 url        = https://www.freedesktop.org/wiki/Software/Plymouth
@@ -133,7 +133,6 @@ packages
 			cpio
 			dracut
 			findutils
-			grubby
 			gzip
 		end
 


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-06 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06 11:47 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 82b6c2cbcaddb88a11fb8bacd5e987b08c30df34 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox