public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] diffutils: Update to version 3.10
@ 2024-02-01  8:29 Adolf Belka
  2024-02-01  8:29 ` [PATCH] ed: Update to version 1.20 Adolf Belka
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Adolf Belka @ 2024-02-01  8:29 UTC (permalink / raw)
  To: development

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

- Update from version 3.9 to 3.10
- Update of rootfile not required
- Changelog
    3.10
	Bug fixes
	  cmp/diff can again work with file dates past Y2K38
	   [bug introduced in 3.9]
	  diff -D no longer fails to output #ifndef lines.
	   [bug#61193 introduced in 3.9]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/diffutils | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/lfs/diffutils b/lfs/diffutils
index 7fdfb5d87..80c6f2a95 100644
--- a/lfs/diffutils
+++ b/lfs/diffutils
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.9
+VER        = 3.10
 
 THISAPP    = diffutils-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = d43ed9f1643ac46b69083755974fc9611ad00c3b98b08332c681223d17d762567562233b51342a16f7dad8f28dfc5536999143594e33a64e6624001a71787c8f
+$(DL_FILE)_BLAKE2 = 24a90162b3d876e6378243f19a85a1f1bb4cdfe98d130dee684740a902f2987509d5830dd32df4e26678b468b96960f6f9785ffb922e828cb8b4acce0d8587f6
 
 install : $(TARGET)
 
@@ -77,7 +77,9 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls
+	cd $(DIR_APP) && ./configure \
+				--prefix=$(PREFIX) \
+				--disable-nls
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-02 12:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01  8:29 [PATCH] diffutils: Update to version 3.10 Adolf Belka
2024-02-01  8:29 ` [PATCH] ed: Update to version 1.20 Adolf Belka
2024-02-01  8:29 ` [PATCH] gettext: Update to version 0.22.4 Adolf Belka
2024-02-01  8:29 ` [PATCH] go: Update to version 1.21.6 Adolf Belka
2024-02-01 16:12   ` Michael Tremer
2024-02-02 12:23     ` Adolf Belka
2024-02-01  8:29 ` [PATCH] lzip: Update to version 1.24 Adolf Belka

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