Revision: 7135
          http://sourceforge.net/p/ipcop/svn/7135
Author:   dotzball
Date:     2013-11-19 08:52:22 +0000 (Tue, 19 Nov 2013)
Log Message:
-----------
Update mdadm to 3.3.

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/mdadm
    ipcop/trunk/lfs/mdadm
    ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
    ipcop/trunk/updates/2.1.0/information.xml
    ipcop/trunk/updates/2.1.0/setup

Modified: ipcop/trunk/config/rootfiles/common/mdadm
===================================================================
--- ipcop/trunk/config/rootfiles/common/mdadm   2013-11-19 08:47:19 UTC (rev 
7134)
+++ ipcop/trunk/config/rootfiles/common/mdadm   2013-11-19 08:52:22 UTC (rev 
7135)
@@ -1,4 +1,5 @@
-lib/udev/rules.d/64-md-raid.rules
+lib/udev/rules.d/63-md-raid-arrays.rules
+lib/udev/rules.d/64-md-raid-assembly.rules
 sbin/mdadm
 sbin/mdmon
 #usr/share/man/man4/md.4

Modified: ipcop/trunk/lfs/mdadm
===================================================================
--- ipcop/trunk/lfs/mdadm       2013-11-19 08:47:19 UTC (rev 7134)
+++ ipcop/trunk/lfs/mdadm       2013-11-19 08:52:22 UTC (rev 7135)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = mdadm
-VER        = 3.2.6
+VER        = 3.3
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2afc306135466923fe5020d743bff9a4
+$(DL_FILE)_MD5 = abb19b309281b93cf79d29fb2dfb2e85
 
 install : $(TARGET)
 
@@ -89,7 +89,12 @@
        cd $(DIR_APP) && sed -i 's|sbin\/sendmail|bin/sendEmail|' Makefile
        # CXFLAGS="$(CFLAGS)" is required to set the optimization level or -O0 
is used and FORTIFY does not apply
        # Compile mdadm, mdmon and programs needed for the tests
-       cd $(DIR_APP) && make -j $(PARALLELISM) CXFLAGS="$(CFLAGS)" 
MAP_DIR='/dev/.mdadm' FAILED_SLOTS_DIR='/dev/.mdadm/failed-slots' test
+       cd $(DIR_APP) && make -j $(PARALLELISM) \
+                                       CXFLAGS="$(CFLAGS)" \
+                                       MAP_DIR='/dev/.mdadm' \
+                                       
FAILED_SLOTS_DIR='/dev/.mdadm/failed-slots' \
+                                       RUN_DIR='/dev/.mdadm' \
+                                       test
 
 ifeq "$(RUNNING_TEST)" "yes"
        # - still fail even when running the same kernel version we compile,
@@ -103,7 +108,7 @@
        # Cleanup
        rm -f /var/tmp/*
 endif
-       cd $(DIR_APP) && make install
+       cd $(DIR_APP) && make install RUN_DIR='/dev/.mdadm'
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2013-11-19 08:47:19 UTC 
(rev 7134)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2013-11-19 08:52:22 UTC 
(rev 7135)
@@ -503,8 +503,9 @@
 ## lsof-4.87
 /usr/sbin/lsof
 ##
-## mdadm-3.2.6
-/lib/udev/rules.d/64-md-raid.rules
+## mdadm-3.3
+/lib/udev/rules.d/63-md-raid-arrays.rules
+/lib/udev/rules.d/64-md-raid-assembly.rules
 /sbin/mdadm
 /sbin/mdmon
 ##

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2013-11-19 08:47:19 UTC (rev 
7134)
+++ ipcop/trunk/updates/2.1.0/information.xml   2013-11-19 08:52:22 UTC (rev 
7135)
@@ -17,7 +17,7 @@
             less to 451, libffi to 3.0.13, libgd to 2.0.36~rc1, libgcrypt to 
1.5.3, libnet to 1.1.6,
             libnfnetlink to 1.0.1, libnetfilter_conntrack to 1.0.4, libnl to 
3.2.16, libpcap to 1.4.0, libpng to 1.5.16,
             libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 
to 2.9.1, logrotate to 3.8.1, lsof to 4.87,
-            mdadm to 3.2.6, net-tools to 1.60-p20120127084908, openldap to 
2.4.35, openssh to 6.4p1, openssl to 1.0.1e, openswan to 2.6.39,
+            mdadm to 3.3, net-tools to 1.60-p20120127084908, openldap to 
2.4.35, openssh to 6.4p1, openssl to 1.0.1e, openswan to 2.6.39,
             parted to 3.1, patch to 2.7.1, pciutils to 3.1.10, pcre to 8.32, 
perl to 5.14.2-21, pixman to 0.24.4, procps to 3.3.8, psmisc to 22.20,
             rp-pppoe to 3.11, rsyslog to 5.8.13, sed to 4.2.2, shadow to 
4.1.5.1, smartmontools to 6.1, sqlite to 3.7.13
             tcpdump to 4.3.0, traceroute to 2.0.19, ulogd to 2.0.2,

Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup     2013-11-19 08:47:19 UTC (rev 7134)
+++ ipcop/trunk/updates/2.1.0/setup     2013-11-19 08:52:22 UTC (rev 7135)
@@ -199,6 +199,9 @@
 /bin/rm -f /usr/lib/ulogd/ulogd_BASE.so
 /bin/rm -f /usr/lib/ulogd/ulogd_SQLITE3.so
 
+# Remove old mdadm udev rule
+/bin/rm -f /lib/udev/rules.d/64-md-raid.rules
+
 /bin/chmod -x /lib/libcap.so.*
 
 # For new shared libs. May not always be required, but makes sure we do not 
forget

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to