]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Merge branch 'master' into next
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 May 2011 21:39:58 +0000 (23:39 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 May 2011 21:39:58 +0000 (23:39 +0200)
config/mpfire/mpd.conf
config/rootfiles/packages/cups
config/rootfiles/packages/libmpdclient
lfs/cups
lfs/libmpdclient
lfs/mpc
lfs/mpd
lfs/mpfire
lfs/rsync
src/paks/mpfire/install.sh

index 10da064c30a7f447f5b8715737be4fae394ffb1f..d66481ecfdd6ef7ad33755a70876961f0b637f01 100644 (file)
@@ -7,7 +7,6 @@ port "6600"
 music_directory "/var/mp3"
 playlist_directory "/var/ipfire/mpfire"
 log_file "/var/log/mpd.log"
-error_file "/var/log/mpd.error.log"
 pid_file "/var/run/mpd.pid"
 ##########################################################
 
index d83113c2f07913175db1e89e956772192431c86d..6bf7e69244c25cbaf4d853f700cbfa15a623c36c 100644 (file)
@@ -883,7 +883,6 @@ usr/share/doc/cups/help
 #usr/share/doc/cups/help/man-cupsenable.html
 #usr/share/doc/cups/help/man-cupstestdsc.html
 #usr/share/doc/cups/help/man-cupstestppd.html
-#usr/share/doc/cups/help/man-drv.html
 #usr/share/doc/cups/help/man-filter.html
 #usr/share/doc/cups/help/man-lp.html
 #usr/share/doc/cups/help/man-lpadmin.html
@@ -948,6 +947,7 @@ usr/share/doc/cups/images
 #usr/share/doc/cups/images/cups-postscript-chain.png
 #usr/share/doc/cups/images/cups-raster-chain.png
 #usr/share/doc/cups/images/cups.png
+#usr/share/doc/cups/images/generic.png
 #usr/share/doc/cups/images/left.gif
 #usr/share/doc/cups/images/raster.png
 #usr/share/doc/cups/images/right.gif
@@ -1012,7 +1012,6 @@ usr/share/doc/cups/robots.txt
 #usr/share/man/man5/printers.conf.5.gz
 #usr/share/man/man5/subscriptions.conf.5.gz
 #usr/share/man/man7/backend.7.gz
-#usr/share/man/man7/drv.7.gz
 #usr/share/man/man7/filter.7.gz
 #usr/share/man/man7/notifier.7.gz
 #usr/share/man/man8/accept.8.gz
index ac2242639010f86e9fe88c00bbc6f989dfcc3d0a..df102d79b905b5c205e44eabb6f88aa57258094c 100644 (file)
@@ -24,6 +24,7 @@
 #usr/include/mpd/response.h
 #usr/include/mpd/search.h
 #usr/include/mpd/send.h
+#usr/include/mpd/settings.h
 #usr/include/mpd/song.h
 #usr/include/mpd/stats.h
 #usr/include/mpd/status.h
@@ -34,7 +35,7 @@
 #usr/lib/libmpdclient.la
 usr/lib/libmpdclient.so
 usr/lib/libmpdclient.so.2
-usr/lib/libmpdclient.so.2.0.0
+usr/lib/libmpdclient.so.2.0.1
 #usr/lib/pkgconfig/libmpdclient.pc
 #usr/share/doc/libmpdclient
 #usr/share/doc/libmpdclient/COPYING
index e8d9cc0e7e08e8ef7e0160ca901f84585263fdb4..e7fd085e27cb7b02ba3aecc2ae0ebe109656da31 100644 (file)
--- a/lfs/cups
+++ b/lfs/cups
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  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        = 1.4.4
+VER        = 1.4.6
 
 THISAPP    = cups-$(VER)
 DL_FILE    = $(THISAPP)-source.tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/cups-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = "ghostscript"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8776403ad60fea9e85eab9c04d88560d
+$(DL_FILE)_MD5 = de8fb5a29c36554925c0c6a6e2c0dae1
 
 install : $(TARGET)
 
index 1778beb22d6753d44af5a3b22b33ff9bc7c02a36..e2e8bdeebdd9f72bf0d51127209babe60fb85965 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  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        = 2.1
+VER        = 2.4
 
 THISAPP    = libmpdclient-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libmpdclient
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 67efa0c3d107c090ef277dfb3442d1e3
+$(DL_FILE)_MD5 = 8c166c5212dd95d538d3a35bb9ad4634
 
 install : $(TARGET)
 
diff --git a/lfs/mpc b/lfs/mpc
index 0cd871e9508208783c36a0adef1f3d1a79e58dbe..f3e48481f3319175ab5a6e3e7cbd2f3b58eac1ed 100644 (file)
--- a/lfs/mpc
+++ b/lfs/mpc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  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.19
+VER        = 0.20
 
 THISAPP    = mpc-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpc
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       = "mpd libmpdclient"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9ab2967d9ec719b06a86f3b4121be654
+$(DL_FILE)_MD5 = 24c81ad6afe6099e8d7a6826ef4b7105
 
 install : $(TARGET)
 
diff --git a/lfs/mpd b/lfs/mpd
index e6d86ab039ee195b5545c9281923c2ea2edf872c..7cd616e74ed5b64795121ee841ff90471a7d60e9 100644 (file)
--- a/lfs/mpd
+++ b/lfs/mpd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2011  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        #
 
 include Config
 
-VER        = 0.15.12
+VER        = 0.16.2
 
 THISAPP    = mpd-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/${THISAPP}
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpd
-PAK_VER    = 11
+PAK_VER    = 12
 
 DEPS       = "alsa faad2 ffmpeg-libs glib lame libshout libogg libid3tag libvorbis"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b00b289a20ecd9accfd4972d6395135c
+$(DL_FILE)_MD5 = a75ad715cc381dc5efeff6dbf313a954
 
 install : $(TARGET)
 
@@ -76,8 +76,11 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-ipv6
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && ./configure --prefix=/usr \
+                                       --disable-ipv6 \
+                                       --sysconfdir=/etc \
+                                       --disable-sqlite
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
index 5a8b85feda6f1de16a89c16bf3d93843b7e6898c..facb1798cce6576523b726a809df228ade84c611 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2011  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        #
@@ -30,7 +30,7 @@ THISAPP    = mpfire-$(VER)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpfire
-PAK_VER    = 10
+PAK_VER    = 11
 
 DEPS       = "mpd mpc"
 
index a68e191afd4532ce30f16a49efee4e3be08575ba..e15198727dbb10f6f1fc15292b0a6db3f2419e0c 100644 (file)
--- a/lfs/rsync
+++ b/lfs/rsync
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2011  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        = 3.0.7
+VER        = 3.0.8
 
 THISAPP    = rsync-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = rsync
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b53525900817cf1ba7ad3a516ab5bfe9
+$(DL_FILE)_MD5 = 0ee8346ce16bdfe4c88a236e94c752b4
 
 install : $(TARGET)
 
index e09fca42542a90dc8420a8cc49f23e3fde630bac..f8f833de969b633acf8239ce6246f68f1afaf519 100644 (file)
@@ -17,7 +17,7 @@
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2011 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
@@ -28,7 +28,9 @@ ln -svf  /etc/init.d/mpd /etc/rc.d/rc0.d/K35mpd
 ln -svf  /etc/init.d/mpd /etc/rc.d/rc6.d/K35mpd
 ln -svf  /var/ipfire/mpfire/mpd.conf /etc/mpd.conf
 chmod 755 /srv/web/ipfire/html/images/mpfire
-touch /var/log/mpd.error.log
 touch /var/log/mpd.log
 restore_backup ${NAME}
+# comment removed option from config
+sed -i -e "s|^error_file|#error_file|g" /var/ipfire/mpfire/mpd.conf
+#
 /etc/init.d/mpd start