public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8e3c15e687fa892c8ca167c3242ff1f51747ada7
@ 2020-12-18 16:58 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-12-18 16:58 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4687 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 2.x development tree".

The branch, next has been updated
       via  8e3c15e687fa892c8ca167c3242ff1f51747ada7 (commit)
       via  f6ede20a629fc1b56bf4910729819ff4c7716f23 (commit)
      from  471407756443b33d82e6d52559399c995aa624fa (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 8e3c15e687fa892c8ca167c3242ff1f51747ada7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Dec 18 16:49:11 2020 +0000

    Revert "dhcpcd: Update to 9.3.4"
    
    This reverts commit 64dfe751428c2cac0c1d700fb71054166973e567.
    
    This version does not run in i686 as reported in #12552.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit f6ede20a629fc1b56bf4910729819ff4c7716f23
Author: Adolf Belka <ahb.ipfire(a)gmail.com>
Date:   Fri Dec 18 17:35:41 2020 +0100

    acpid: Update to 2.0.32
    
    - Update acpid from 2.0.28 to 2.0.32
    - Full changelog is available in the source file.
            2.0.29  2018-04-16  Ted Felix <ted(a)tedfelix.com>
              - 2.0.29 release
                (configure.ac)  (Ted Felix)
              - Decouple -d and -f options.  Bug #15.
                (acpid.8 acpid.c acpid.h log.c log.h TESTPLAN) (Casper Ti. Vector)
              - Rename acpid_debug -> debug_level.
                (acpid.c event.c log.c log.h) (Ted Felix)
              - Standards: man page command references.
                (acpid.8 kacpimon/kacpimon.8) (Ted Felix)
              - Log missing input layer as a warning.
                (inotify_handler.c) (Ted Felix)
            2.0.30  2018-07-18  Ted Felix <ted(a)tedfelix.com>
              - 2.0.30 release
                (configure.ac)  (Ted Felix)
              - configure: Don't use AC_FUNC_MALLOC, AC_FUNC_REALLOC.
                (configure.ac)  (Robin Gloster <mail(a)glob.in>)
              - samples: powerbtn: extend the list of known PMS
                (powerbtn.sh)  (Andrey Utkin <andrey_utkin(a)gentoo.org>)
              - samples: powerbtn: fix kde4 power management detection
                (powerbtn.sh)  (Andrey Utkin <andrey_utkin(a)gentoo.org>)
            2.0.31  2018-11-15  Ted Felix <ted(a)tedfelix.com>
              - 2.0.31 release
                (configure.ac)  (Ted Felix)
              - Add events for keyboard illumination up/down
                (input_layer.c)  (Lars-Dominik Braun)
              - kacpimon: Bump connection limit to 100
                Debian #909399
                (kacpimon/connection_list.c)  (Ted Felix)
            2.0.32  2019-08-15  Ted Felix <ted(a)tedfelix.com>
              - 2.0.32 release
                (configure.ac)  (Ted Felix)
              - Remove filename argument from --nosocket option
                Bug #17
                (acpid.c acpid.8)  (Ted Felix)
              - Fix race during startup
                Bug #18.  Debian #933230.
                (acpid.c input_layer.c)  (anomie)
    - No change to rootfile
    
    Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 lfs/acpid  | 4 ++--
 lfs/dhcpcd | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Difference in files:
diff --git a/lfs/acpid b/lfs/acpid
index 986109d93..5415c2cb9 100644
--- a/lfs/acpid
+++ b/lfs/acpid
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.28
+VER        = 2.0.32
 
 THISAPP    = acpid-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0432407b5ff75ae8e08afb43052fde2b
+$(DL_FILE)_MD5 = 248995264b9d1cd8bdb923d5b190fd44
 
 install : $(TARGET)
 
diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index cf86c2b65..3bd33dc56 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 9.3.4
+VER        = 9.1.4
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = badb02dfc69fe9bbeec35a02efcdb4db
+$(DL_FILE)_MD5 = dd77711cf3232002bb075f5210269f88
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-18 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 16:58 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8e3c15e687fa892c8ca167c3242ff1f51747ada7 Michael Tremer

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