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 f64aae96e49b8e81096bdb3043e79ce5edb6ebe2 (commit) via b01d8a6830bce91ad148d6d781ecc66fe42c01f6 (commit) from a2f63d7e2e9eebcef66dfb92dfff749e4857e445 (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 f64aae96e49b8e81096bdb3043e79ce5edb6ebe2 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Apr 17 20:22:44 2016 +0100
core101: Ship updated dma
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit b01d8a6830bce91ad148d6d781ecc66fe42c01f6 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Apr 17 19:34:47 2016 +0200
dma: Update to 0.11
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/96 => core/101}/filelists/dma | 0 lfs/dma | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/96 => core/101}/filelists/dma (100%)
Difference in files: diff --git a/config/rootfiles/core/101/filelists/dma b/config/rootfiles/core/101/filelists/dma new file mode 120000 index 0000000..60f4682 --- /dev/null +++ b/config/rootfiles/core/101/filelists/dma @@ -0,0 +1 @@ +../../../common/dma \ No newline at end of file diff --git a/lfs/dma b/lfs/dma index 64ed944..fc49122 100644 --- a/lfs/dma +++ b/lfs/dma @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2015 IPFire Team info@ipfire.org # +# Copyright (C) 2016 IPFire Team info@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.10 +VER = 0.11
THISAPP = dma-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 91f521b0749e16f5d78e139e717245ea +$(DL_FILE)_MD5 = 4090572921fc33be0977f4010881b501
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree