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 ca52b1895f2ff316317b3cf71f2bd6f55520ef74 (commit) via 67d99eeda887a625da2fa7dc43c89098478a14bf (commit) via 32d805980e0a92daeecea46ae138417ab5a4b3df (commit) via 11685f787310168d7fa8beb581da161718fcc873 (commit) via 09f518fbb1c0a7db4f2e7202338ecf5ff8ea82c6 (commit) from d986a632cb9a9f77eeaf8f39f0baee4e5b668b08 (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 ca52b1895f2ff316317b3cf71f2bd6f55520ef74 Merge: 67d99ee d986a63 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 7 17:35:05 2017 +0200
Merge remote-tracking branch 'origin/master' into core110
commit 67d99eeda887a625da2fa7dc43c89098478a14bf Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 7 12:09:51 2017 +0200
attr: update rootfile
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 32d805980e0a92daeecea46ae138417ab5a4b3df Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Apr 7 12:02:50 2017 +0200
mpd: back to 0.19.19 because 0.20.x not work on arm softfloat
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 11685f787310168d7fa8beb581da161718fcc873 Merge: 09f518f be3d395 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 4 21:32:28 2017 +0200
Merge remote-tracking branch 'origin/master' into core110
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/attr | 6 ++++-- lfs/mpd | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/attr b/config/rootfiles/common/attr index 6a594f7..14a9493 100644 --- a/config/rootfiles/common/attr +++ b/config/rootfiles/common/attr @@ -28,8 +28,10 @@ usr/lib/libattr.so.1.1.0 #usr/share/man/man1/attr.1 #usr/share/man/man1/getfattr.1 #usr/share/man/man1/setfattr.1 -#usr/share/man/man2/fgetxattr.2 -#usr/share/man/man2/fsetxattr.2 +#usr/share/man/man2/flistxattr.2 +#usr/share/man/man2/fremovexattr.2 +#usr/share/man/man2/llistxattr.2 +#usr/share/man/man2/lremovexattr.2 #usr/share/man/man3/attr_get.3 #usr/share/man/man3/attr_getf.3 #usr/share/man/man3/attr_list.3 diff --git a/lfs/mpd b/lfs/mpd index 4134b71..094f753 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -24,7 +24,7 @@
include Config
-VER = 0.20.6 +VER = 0.19.19
THISAPP = mpd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/${THISAPP} TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd -PAK_VER = 15 +PAK_VER = 16
DEPS = "alsa faad2 ffmpeg-libs flac lame libmad libshout libogg libid3tag libvorbis opus"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1197a2190fc8ddfccbf4bba3b749cea4 +$(DL_FILE)_MD5 = 6e4fca9a9c26dad08b61bac9a91802db
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree