public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ae2b566f90c3314cbe162343b84cbfe25e0babdd
@ 2015-01-28 22:11 git
  0 siblings, 0 replies; only message in thread
From: git @ 2015-01-28 22:11 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 5491 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, master has been updated
       via  ae2b566f90c3314cbe162343b84cbfe25e0babdd (commit)
       via  e2e0f6991b6432f7dbdd2b41468e949acca3bbe6 (commit)
       via  6d3eb05e5c4c172153f60f924b2467dc7cc301f1 (commit)
       via  494a93987e44c75e5638f6b2fb3ead03fc7005cf (commit)
       via  0309f656fd6406257d11483874cefabcc0060e64 (commit)
      from  fe875de81331d600a78df66e92ac6647d5e91578 (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 ae2b566f90c3314cbe162343b84cbfe25e0babdd
Author: Dirk Wagner <dirk.wagner(a)ipfire.org>
Date:   Wed Jan 28 22:02:19 2015 +0100

    pound addon: upgrade to latest stable 2.7

commit e2e0f6991b6432f7dbdd2b41468e949acca3bbe6
Merge: 6d3eb05 494a939
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jan 28 22:44:45 2015 +0100

    Merge remote-tracking branch 'ummeegge/fping'

commit 6d3eb05e5c4c172153f60f924b2467dc7cc301f1
Merge: fe875de 0309f65
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jan 28 22:42:28 2015 +0100

    Merge remote-tracking branch 'ummeegge/mtr'

commit 494a93987e44c75e5638f6b2fb3ead03fc7005cf
Author: Erik Kapfer <erik.kapfer(a)ipfire.org>
Date:   Tue Jan 13 16:41:32 2015 +0100

    fping: Update to version 3.10.
    
    fix #10718

commit 0309f656fd6406257d11483874cefabcc0060e64
Author: Erik Kapfer <erik.kapfer(a)ipfire.org>
Date:   Tue Jan 13 16:34:57 2015 +0100

    mtr: Update to version 0.86.
    
    Fix #10717

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

Summary of changes:
 lfs/fping | 8 ++++----
 lfs/mtr   | 8 ++++----
 lfs/pound | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

Difference in files:
diff --git a/lfs/fping b/lfs/fping
index 6418686..11939b6 100644
--- a/lfs/fping
+++ b/lfs/fping
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2015  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.4
+VER        = 3.10
 
 THISAPP    = fping-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = fping
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a4bc97804e630dbf26dfac8f28c78091
+$(DL_FILE)_MD5 = 6a0ddecb671df1d580d20c0dd1095773
 
 install : $(TARGET)
 
diff --git a/lfs/mtr b/lfs/mtr
index ca08396..abb6e8e 100644
--- a/lfs/mtr
+++ b/lfs/mtr
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2015  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        = 0.82
+VER        = 0.86
 
 THISAPP    = mtr-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mtr
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 10601ea543fda3e51545c4bce195b64c
+$(DL_FILE)_MD5 = 8d63592c9d4579ef20cf491b41843eb2
 
 install : $(TARGET)
 
diff --git a/lfs/pound b/lfs/pound
index 20e807d..a0f6f29 100644
--- a/lfs/pound
+++ b/lfs/pound
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.7c
+VER        = 2.7
 
 THISAPP    = Pound-$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pound
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 56dace6b79c6be1d25b31355269c380a
+$(DL_FILE)_MD5 = ec8298aa3e4aee3ffbecdc0639d7f14a
 
 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:[~2015-01-28 22:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 22:11 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ae2b566f90c3314cbe162343b84cbfe25e0babdd git

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