public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6a30a2d4b758eb49940e40d90dbb96f597beaa03
Date: Fri, 01 Apr 2016 19:54:25 +0100	[thread overview]
Message-ID: <20160401185426.2B5831081BA6@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 7160 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  6a30a2d4b758eb49940e40d90dbb96f597beaa03 (commit)
       via  251cde3dfc36c03d171dd6532787d7b5202445d3 (commit)
       via  0dbd30710dab8ca9e36d10951983373ca0dac48f (commit)
       via  8aa205f5fe97a9b94f9d9f478fa62c4fc584b59f (commit)
       via  da0dec75a7d5e327dbf320c9c1c04361745c88af (commit)
      from  b3b5bbb95a48106dd370e5e5003bacb488e4efb7 (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 6a30a2d4b758eb49940e40d90dbb96f597beaa03
Merge: 251cde3 b3b5bbb
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Apr 1 19:13:17 2016 +0100

    Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

commit 251cde3dfc36c03d171dd6532787d7b5202445d3
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Apr 1 19:12:47 2016 +0100

    dmidecode: Move into core system
    
    This should not be a package
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 0dbd30710dab8ca9e36d10951983373ca0dac48f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Apr 1 19:11:30 2016 +0100

    dmidecode: Only build on x86
    
    ARM is obviously not supported
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 8aa205f5fe97a9b94f9d9f478fa62c4fc584b59f
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date:   Wed Mar 30 11:56:37 2016 +0200

    bind: Update to 9.10.3-P4
    
    Changelog (excerpt):
    [security] Duplicate EDNS COOKIE options in a response could
    trigger an assertion failure. (CVE-2016-2088) [RT #41809]
    
    [security] Fix resolver assertion failure due to improper
    DNAME handling when parsing fetch reply messages.
    (CVE-2016-1286) [RT #41753]
    
    [security] Malformed control messages can trigger assertions
    in named and rndc. (CVE-2016-1285) [RT #41666]
    
    Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit da0dec75a7d5e327dbf320c9c1c04361745c88af
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date:   Sun Feb 7 19:11:48 2016 +0100

    bind: Update to 9.10.3-p3
    
    Changelog (excerpt):
    [bug] Fixed a regression in resolver.c:possibly_mark()
    which caused known-bogus servers to be queried
    anyway. [RT #41321]
    
    [security] render_ecs errors were mishandled when printing out
    a OPT record resulting in a assertion failure.
    (CVE-2015-8705) [RT #41397]
    
    [security] Specific APL data could trigger a INSIST.
    (CVE-2015-8704) [RT #41396]
    
    Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/common/i586/dmidecode                 | 1 +
 config/rootfiles/{packages => common/x86_64}/dmidecode | 0
 lfs/bind                                               | 6 +++---
 lfs/dmidecode                                          | 8 +-------
 4 files changed, 5 insertions(+), 10 deletions(-)
 create mode 120000 config/rootfiles/common/i586/dmidecode
 rename config/rootfiles/{packages => common/x86_64}/dmidecode (100%)

Difference in files:
diff --git a/config/rootfiles/common/i586/dmidecode b/config/rootfiles/common/i586/dmidecode
new file mode 120000
index 0000000..3fac6e3
--- /dev/null
+++ b/config/rootfiles/common/i586/dmidecode
@@ -0,0 +1 @@
+../x86_64/dmidecode
\ No newline at end of file
diff --git a/config/rootfiles/common/x86_64/dmidecode b/config/rootfiles/common/x86_64/dmidecode
new file mode 100644
index 0000000..8883958
--- /dev/null
+++ b/config/rootfiles/common/x86_64/dmidecode
@@ -0,0 +1,12 @@
+usr/sbin/biosdecode
+usr/sbin/dmidecode
+usr/sbin/ownership
+usr/sbin/vpddecode
+#usr/share/doc/dmidecode
+#usr/share/doc/dmidecode/AUTHORS
+#usr/share/doc/dmidecode/CHANGELOG
+#usr/share/doc/dmidecode/README
+#usr/share/man/man8/biosdecode.8
+#usr/share/man/man8/dmidecode.8
+#usr/share/man/man8/ownership.8
+#usr/share/man/man8/vpddecode.8
diff --git a/config/rootfiles/packages/dmidecode b/config/rootfiles/packages/dmidecode
deleted file mode 100644
index 8883958..0000000
--- a/config/rootfiles/packages/dmidecode
+++ /dev/null
@@ -1,12 +0,0 @@
-usr/sbin/biosdecode
-usr/sbin/dmidecode
-usr/sbin/ownership
-usr/sbin/vpddecode
-#usr/share/doc/dmidecode
-#usr/share/doc/dmidecode/AUTHORS
-#usr/share/doc/dmidecode/CHANGELOG
-#usr/share/doc/dmidecode/README
-#usr/share/man/man8/biosdecode.8
-#usr/share/man/man8/dmidecode.8
-#usr/share/man/man8/ownership.8
-#usr/share/man/man8/vpddecode.8
diff --git a/lfs/bind b/lfs/bind
index b0d5185..630b9b4 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2016  Michael Tremer & Christian Schmidt                      #
 #                                                                             #
 # 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        #
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 9.10.3-P2
+VER        = 9.10.3-P4
 
 THISAPP    = bind-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 672dd3c2796b12ac8440f55bcaecfa82
+$(DL_FILE)_MD5 = 173ce5e83e9ba31f8368367ee1ff7807
 
 install : $(TARGET)
 
diff --git a/lfs/dmidecode b/lfs/dmidecode
index c8d5005..a2dcc23 100644
--- a/lfs/dmidecode
+++ b/lfs/dmidecode
@@ -31,10 +31,7 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = dmidecode
-PAK_VER    = 1
-
-DEPS       = ""
+SUP_ARCH   = i586 x86_64
 
 ###############################################################################
 # Top-level Rules
@@ -53,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist:.
-	$(PAK)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################


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

                 reply	other threads:[~2016-04-01 18:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20160401185426.2B5831081BA6@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.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