Changeset 1254


Ignore:
Timestamp:
01/24/12 12:54:44 (4 months ago)
Author:
tschmitt
Message:
  • rsync: aktualisiert auf 3.0.9.
  • ntfs-3g: aktualisiert auf 2012.1.15.
Location:
main/linuxmuster-linbo/branches/testing
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/conf/initramfs.conf

    r1161 r1254  
    127127 
    128128# ntfs-3g 
    129 file /bin/ntfs-3g ../../src/ntfs-3g/src/.libs/ntfs-3g 755 0 0 
    130 file /lib/libntfs-3g.so.81 ../../src/ntfs-3g/libntfs-3g/.libs/libntfs-3g.so.81.0.0 755 0 0 
     129file /bin/ntfs-3g ../../src/ntfs-3g/src/ntfs-3g 755 0 0 
     130#file /bin/ntfs-3g ../../src/ntfs-3g/src/.libs/ntfs-3g 755 0 0 
     131#file /lib/libntfs-3g.so.81 ../../src/ntfs-3g/libntfs-3g/.libs/libntfs-3g.so.81.0.0 755 0 0 
    131132# ntfs-3g 1.2920 MUST have this. 
    132133slink /etc/mtab /proc/mounts 755 0 0 
     
    135136 
    136137# ntfsprogs 
    137 file /bin/mkntfs ../../src/ntfs-3g/ntfsprogs/.libs/mkntfs 755 0 0 
     138file /bin/mkntfs ../../src/ntfs-3g/ntfsprogs/mkntfs 755 0 0 
     139#file /bin/mkntfs ../../src/ntfs-3g/ntfsprogs/.libs/mkntfs 755 0 0 
    138140slink /bin/mkfs.ntfs mkntfs 777 0 0 
    139141 
  • main/linuxmuster-linbo/branches/testing/debian/changelog

    r1225 r1254  
     1linuxmuster-linbo (2.0.4-0) unstable; urgency=low 
     2 
     3  * rsync: updated to 3.0.9, removed Patch. 
     4  * ntfs-3g: updated to 2012.1.15. 
     5 
     6 -- Thomas Schmitt <schmitt@lmz-bw.de>  Tue, 24 Jan 2011 12:53:07 +0100 
     7 
    18linuxmuster-linbo (2.0.3-1) unstable; urgency=low 
    29 
  • main/linuxmuster-linbo/branches/testing/debian/md5sums.src

    r1161 r1254  
    77a17c748c2070168f1e784e9605ca043d  linux-2.6.39.4.tar.bz2 
    88659fb46f1b014abe64ae7d635c5bc1f8  ms-sys-2.2.1.tar.gz 
    9 9c4ce318373b15332239a77a9d2a39fe  ntfs-3g_ntfsprogs-2011.4.12.tgz 
     9341acae00a290cab9b00464db65015cc  ntfs-3g_ntfsprogs-2012.1.15.tgz 
    1010083903f34a0c345a05931b43fe4aa7f0  qt-embedded-linux-opensource-src-4.5.2.tar.gz 
    11 b53525900817cf1ba7ad3a516ab5bfe9  rsync-3.0.7.tar.gz 
     115ee72266fe2c1822333c407e1761b92b  rsync-3.0.9.tar.gz 
    1212257ac04e62ab7e3616e220333a1140cb  ssmtp_2.62.orig.tar.gz 
    1313a7ca38a0a5786b6efae8fb01a1ae8070  syslinux-4.03.tar.bz2 
  • main/linuxmuster-linbo/branches/testing/debian/rules

    r1181 r1254  
    175175                echo "[1mUnpacking $(RSYNC_ARCHIVE)...[0m" ; \ 
    176176                tar xf cache/$(RSYNC_ARCHIVE) -C src; \ 
    177                 echo "[1mPatching rsync sources...[0m" ; \ 
    178                 ( cd $(RSYNC_DIR) && for i in ../../patches/rsync/*; do patch -p1 <$$i; done ); \ 
    179177                ln -sf ../$(RSYNC_DIR) src/rsync; \ 
    180178        fi 
Note: See TracChangeset for help on using the changeset viewer.