Changeset 1732

Show
Ignore:
Timestamp:
10/09/06 06:43:24 (2 years ago)
Author:
alexander
Message:

Various package updates and fixes for 404-errors

Location:
branches/6.2
Files:
1 removed
26 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/LVM2/Makefile

    r1058 r1732  
    22 
    33NM= LVM2 
    4 VRS= 2.01.15 
     4VRS= 2.02.10 
    55DIR= $(NM).$(VRS) 
    66 
    77FILE= $(DIR).tgz 
    88URL-$(FILE)= ftp://sources.redhat.com/pub/lvm2/$(FILE) 
    9 SHA-$(FILE)= 115d2ad69d2b0c280578774442c4f669bfb6cf1e 
     9SHA-$(FILE)= 9bd8f89a8bad878768983a3bed1314be1c098960 
    1010 
    1111# Targets 
  • branches/6.2/packages/anthy/Makefile

    r1488 r1732  
    22 
    33NM= anthy 
    4 VRS= 7500 
     4VRS= 7900 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    8 URL-$(FILE)= http://osdn.dl.sourceforge.jp/anthy/19158/$(FILE) 
    9 SHA-$(FILE)= 5c5cb8b8bfbef0f03e336c3005536e238815dfd8 
     8URL-$(FILE)= http://osdn.dl.sourceforge.jp/anthy/20887/$(FILE) 
     9SHA-$(FILE)= 9b3ae54ebf81e7aedb095f7c4a3b97027557c258 
    1010 
    1111# Targets 
  • branches/6.2/packages/blfs-bootscripts/Makefile

    r1528 r1732  
    22 
    33NM= blfs-bootscripts 
    4 VRS= 20051121 
     4VRS= 20060910 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= e68220a59b30dc0cdf3b18eff6819b6f3a997f7a 
     9SHA-$(FILE)= 645aa3e550233ca1e4ac26e046aec4874c4152b5 
    1010 
    1111PATCH1=$(NM)-add-autosshd-1.patch 
  • branches/6.2/packages/blfs-bootscripts/blfs-bootscripts-add-autosshd-1.patch

    r1358 r1732  
    1 diff -Naur blfs-bootscripts-20050313-ORIG/blfs/init.d/autosshd blfs-bootscripts-20050313/blfs/init.d/autosshd 
    2 --- blfs-bootscripts-20050313-ORIG/blfs/init.d/autosshd 1970-01-01 05:00:00.000000000 +0500 
    3 +++ blfs-bootscripts-20050313/blfs/init.d/autosshd      2005-05-13 09:07:15.000000000 +0600 
     1diff -urN blfs-bootscripts-20060910.orig/Makefile blfs-bootscripts-20060910/Makefile 
     2--- blfs-bootscripts-20060910.orig/Makefile     2006-10-08 03:50:18.000000000 +0000 
     3+++ blfs-bootscripts-20060910/Makefile  2006-10-08 03:58:10.000000000 +0000 
     4@@ -50,6 +50,16 @@ 
     5        install -m $(CONFMODE) blfs/sysconfig/autofs.conf $(EXTDIR)/sysconfig/ 
     6        ln -sf  ../init.d/autofs $(EXTDIR)/rc.d/rcsysinit.d/S52autofs 
     7  
     8+install-autosshd: create-dirs 
     9+       install -m ${MODE} blfs/init.d/autosshd       ${EXTDIR}/rc.d/init.d/ 
     10+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc0.d/K40autosshd 
     11+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc1.d/K40autosshd 
     12+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc2.d/K40autosshd 
     13+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc3.d/S40autosshd 
     14+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc4.d/S40autosshd 
     15+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc5.d/S40autosshd 
     16+       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc6.d/K40autosshd 
     17+ 
     18 install-bind: create-dirs 
     19        install -m ${MODE} blfs/init.d/bind       ${EXTDIR}/rc.d/init.d/ 
     20        ln -sf  ../init.d/bind ${EXTDIR}/rc.d/rc0.d/K49bind 
     21diff -urN blfs-bootscripts-20060910.orig/blfs/init.d/autosshd blfs-bootscripts-20060910/blfs/init.d/autosshd 
     22--- blfs-bootscripts-20060910.orig/blfs/init.d/autosshd 1970-01-01 00:00:00.000000000 +0000 
     23+++ blfs-bootscripts-20060910/blfs/init.d/autosshd      2006-10-08 03:58:10.000000000 +0000 
    424@@ -0,0 +1,25 @@ 
    525+#!/bin/sh 
     
    2848+ 
    2949+# End $rc_base/init.d/autosshd 
    30 diff -Naur blfs-bootscripts-20050313-ORIG/blfs/init.d/sshd blfs-bootscripts-20050313/blfs/init.d/sshd 
    31 --- blfs-bootscripts-20050313-ORIG/blfs/init.d/sshd     2004-09-29 10:00:58.000000000 +0600 
    32 +++ blfs-bootscripts-20050313/blfs/init.d/sshd  2005-05-13 09:09:05.000000000 +0600 
     50diff -urN blfs-bootscripts-20060910.orig/blfs/init.d/sshd blfs-bootscripts-20060910/blfs/init.d/sshd 
     51--- blfs-bootscripts-20060910.orig/blfs/init.d/sshd     2006-10-08 03:50:18.000000000 +0000 
     52+++ blfs-bootscripts-20060910/blfs/init.d/sshd  2006-10-08 03:58:52.000000000 +0000 
    3353@@ -13,6 +13,9 @@ 
    3454 case "$1" in 
    35         start) 
    36                 boot_mesg "Starting SSH Server..." 
    37 +               [ -f /etc/ssh/ssh_host_key ] || ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N "" 
    38 +               [ -f /etc/ssh/ssh_host_rsa_key ] || ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N "" 
    39 +               [ -f /etc/ssh/ssh_host_dsa_key ] || ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N "" 
    40                 loadproc /usr/sbin/sshd 
    41                 ;; 
    42   
    43 diff -Naur blfs-bootscripts-20050313-ORIG/Makefile blfs-bootscripts-20050313/Makefile 
    44 --- blfs-bootscripts-20050313-ORIG/Makefile     2005-03-07 08:48:33.000000000 +0500 
    45 +++ blfs-bootscripts-20050313/Makefile  2005-05-13 09:07:03.000000000 +0600 
    46 @@ -54,6 +54,16 @@ 
    47         install -m $(CONFMODE) blfs/sysconfig/autofs.conf $(EXTDIR)/sysconfig/ 
    48         ln -sf  ../init.d/autofs $(EXTDIR)/rc.d/rcsysinit.d/S45autofs 
    49   
    50 +install-autosshd: create-dirs 
    51 +       install -m ${MODE} blfs/init.d/autosshd       ${EXTDIR}/rc.d/init.d/ 
    52 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc0.d/K40autosshd 
    53 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc1.d/K40autosshd 
    54 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc2.d/K40autosshd 
    55 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc3.d/S40autosshd 
    56 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc4.d/S40autosshd 
    57 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc5.d/S40autosshd 
    58 +       ln -sf  ../init.d/autosshd ${EXTDIR}/rc.d/rc6.d/K40autosshd 
    59 + 
    60  install-bind: create-dirs 
    61         install -m ${MODE} blfs/init.d/bind       ${EXTDIR}/rc.d/init.d/ 
    62         ln -sf  ../init.d/bind ${EXTDIR}/rc.d/rc0.d/K49bind 
     55     start) 
     56         boot_mesg "Starting SSH Server..." 
     57+        [ -f /etc/ssh/ssh_host_key ] || ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N "" 
     58+        [ -f /etc/ssh/ssh_host_rsa_key ] || ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N "" 
     59+        [ -f /etc/ssh/ssh_host_dsa_key ] || ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N "" 
     60         # Also prevent ssh from being killed by out of memory conditions 
     61         loadproc /usr/sbin/sshd  
     62         sleep 1 
  • branches/6.2/packages/cairo/Makefile

    r1488 r1732  
    22 
    33NM= cairo 
    4 VRS= 1.0.4 
     4VRS= 1.2.4 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://cairographics.org/releases/$(FILE) 
    9 SHA-$(FILE)= 89e72202e5b51a8914fce60f52f7c51ecdea982a 
     9SHA-$(FILE)= 5520b771c8b85acea78fa56fc4c39b4dca6bcc7c 
    1010 
    1111# Targets 
  • branches/6.2/packages/curl/Makefile

    r1534 r1732  
    22 
    33NM= curl 
    4 VRS= 7.15.3 
     4VRS= 7.15.5 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= 7e764126ce564429fe2f142428a27cbfc8fb69ee 
     8URL-$(FILE)= http://curl.haxx.se/download/$(FILE) 
     9SHA-$(FILE)= b79ee06d1da58c12c23a1b8aeccdb2b74a692cc7 
    1010 
    1111# Targets 
     
    2121 
    2222compile-stage2: 
    23          ./configure --prefix=/usr --libdir=/usr/lib 
    24         make $(PM) 
     23        ./configure --prefix=/usr 
     24        make 
    2525        make install 
    2626        find docs -name "Makefile*" -o -name "*.1" -o -name "*.3" | xargs rm 
  • branches/6.2/packages/cvs/Makefile

    r1666 r1732  
    22 
    33NM= cvs 
    4 VRS= 1.11.21 
     4VRS= 1.11.22 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.gnu.org/non-gnu/cvs/source/stable/$(VRS)/$(FILE) 
    9 SHA-$(FILE)= d114ed2943a4027f1277b04f57867a2e09a1f432 
     9SHA-$(FILE)= 5dfa11da84a890d7d61516fd450c001dc24bcc0d 
    1010 
    11 PATCH1= $(DIR)-zlib-1.patch 
     11PATCH1= $(NM)-1.11.21-zlib-1.patch 
    1212URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1) 
    1313SHA-$(PATCH1)= 0d20bab8a6b6e419a8c900d082b487ad6a3aec38 
     
    2626compile-stage2: 
    2727        patch -Np1 -i ../$(PATCH1) 
    28         ./configure --prefix=/usr 
     28        ./configure --prefix=/usr --with-rsh=ssh 
    2929        make $(PM) 
    3030        make install 
    31         install -m755 -d /usr/share/doc/$(DIR) 
    32         install -m644 doc/*.pdf /usr/share/doc/$(DIR) 
     31        # install -m755 -d /usr/share/doc/$(DIR) 
     32        # install -m644 doc/*.pdf /usr/share/doc/$(DIR) 
    3333 
    3434clean: 
  • branches/6.2/packages/ddccontrol-db/Makefile

    r1556 r1732  
    22 
    33NM= ddccontrol-db 
    4 VRS= 20060308 
     4VRS= 20060730 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/ddccontrol/$(FILE) 
    9 SHA-$(FILE)= da7358e8bdcd7d5a8ce26194cae0d4e7010a5b5e 
     9SHA-$(FILE)= da30c27ad166978290281db3209953ed8e8332f0 
    1010 
    1111# Targets 
  • branches/6.2/packages/ddccontrol/Makefile

    r1570 r1732  
    22 
    33NM= ddccontrol 
    4 VRS= 0.4.1 
     4VRS= 0.4.2 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/$(NM)/$(FILE) 
    9 SHA-$(FILE)= f224711bd7da96c3ed7fd75528aa794e2e7dc01d 
     9SHA-$(FILE)= fd5c53286315a61a18697a950e63ed0c8d5acff1 
    1010 
    1111# Targets 
  • branches/6.2/packages/device-mapper/Makefile

    r1065 r1732  
    22 
    33NM= device-mapper 
    4 VRS= 1.01.05 
     4VRS= 1.02.10 
    55DIR= $(NM).$(VRS) 
    66 
    77FILE= $(DIR).tgz 
    88URL-$(FILE)= ftp://sources.redhat.com/pub/dm/$(FILE) 
    9 SHA-$(FILE)= 8b28c277ceb11f8a78f5e91b95036f5a563c7fa9 
     9SHA-$(FILE)= 160b457874d1897e0c02bf2632269c9f1c35a185 
    1010 
    1111# Targets 
  • branches/6.2/packages/dhcpcd/Makefile

    r1494 r1732  
    22 
    33NM= dhcpcd 
    4 VRS= 2.0.5 
     4VRS= 2.0.8 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= f2480d142dfce4128b13d434497ad933f4c337d1 
     8URL-$(FILE)= http://download.berlios.de/dhcpcd/dhcpcd-2.0.8.tar.bz2 
     9SHA-$(FILE)= 4aa72d5029409da9c4d3ea172714d32aba65fb97 
    1010 
    1111# Targets 
  • branches/6.2/packages/dmraid/Makefile

    r1475 r1732  
    22 
    33NM= dmraid 
     4# Beware of the broken rc11 version! 
    45VRS= 1.0.0.rc10 
    56DIR= $(NM) 
    67 
    78FILE= $(NM)-$(VRS).tar.bz2 
    8 URL-$(FILE)= http://people.redhat.com/~heinzm/sw/$(NM)/src/$(FILE) 
     9URL-$(FILE)= http://people.redhat.com/~heinzm/sw/$(NM)/src/old/$(FILE) 
    910SHA-$(FILE)= 34fae05d2697908f7bcdb6f063d0b127fe0a5c1c 
    1011 
  • branches/6.2/packages/fonts-dejavu/Makefile

    r1488 r1732  
    22 
    33NM= dejavu-ttf 
    4 VRS= 2.4.1 
     4VRS= 2.10 
    55DIR= $(NM)-$(VRS) 
    66LOCATION= /usr/share/fonts 
     
    88FILE= $(DIR).tar.gz 
    99URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/dejavu/$(FILE) 
    10 SHA-$(FILE)= 29a4a7248bdfe5c298ef0efc2d7ebfc38827b66d 
     10SHA-$(FILE)= f96d6c27563c8f22652fda10e9d54f0cc1d016e0 
    1111 
    1212# Targets 
  • branches/6.2/packages/freefont/Makefile

    r1306 r1732  
    11# FreeFont Makefile 
    22 
    3 NM= freefont-ttf 
    4 VRS= 20050407 
     3NM= freefont 
     4VRS= 20060126 
    55DIR= $(NM)-$(VRS) 
    66LOCATION= /usr/share/fonts 
    77 
    8 FILE= $(DIR).tar.bz2 
    9 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    10 SHA-$(FILE)= 0ea665c57a5dea77e9336538547d6996e5576961 
     8FILE= $(NM)-ttf-$(VRS).tar.gz 
     9URL-$(FILE)= http://download.savannah.gnu.org/releases/$(NM)/$(FILE) 
     10SHA-$(FILE)= f3b53235bc1bebd228a8942068bd049693d71363 
    1111 
    1212# Targets 
     
    1919 
    2020stage2: Makefile $(FILE) 
    21         mkdir $(DIR)  
    22         cd $(DIR) ; unpack ../$(FILE) 
    23         make -C $(DIR) -f ../Makefile compile-$@ >$(DIR)-$@.log 2>&1 
    24         make clean 
    25         touch $@ 
     21        $(std_build) 
    2622 
    2723compile-stage2: 
    28         cp -v sfd/*.ttf $(LOCATION) 
     24        cp -v *.ttf $(LOCATION) 
    2925 
    3026clean: 
  • branches/6.2/packages/gc/Makefile

    r1488 r1732  
    22 
    33NM= gc 
    4 VRS= 6.7 
     4VRS= 6.8 
    55DIR= $(NM)$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$(FILE) 
    9 SHA-$(FILE)= 22d7f81bf141bd1df8fe7a692e80b03754717498 
     9SHA-$(FILE)= 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 
    1010 
    1111# Targets 
  • branches/6.2/packages/glib2/Makefile

    r1488 r1732  
    22 
    33NM= glib 
    4 VRS= 2.10.2 
     4VRS= 2.10.3 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/glib/2.10/$(FILE) 
    9 SHA-$(FILE)= 14d055725a4fa347bc4c11d6f52ec5268da2454f 
     9SHA-$(FILE)= bba1dea73c4426f6a130c82e0b7a07b78dfc73ce 
    1010 
    1111# Targets 
  • branches/6.2/packages/gnutls/Makefile

    r1634 r1732  
    22 
    33NM= gnutls 
    4 VRS= 1.4.0 
     4VRS= 1.4.4 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.gnupg.org/gcrypt/gnutls/$(FILE) 
    9 SHA-$(FILE)=  71c2df8072796592bb20910f3554923b4178b352 
     9SHA-$(FILE)= 8f6ee112c8d93dd726e8e3d0e3fbf234f085a2cd 
    1010 
    1111# Targets 
  • branches/6.2/packages/gtk2/Makefile

    r1488 r1732  
    22 
    33NM= gtk+ 
    4 VRS= 2.8.17 
     4VRS= 2.8.20 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/$(FILE) 
    9 SHA-$(FILE)= a6c62ec016bc076a9938ba962f0dd4bcc1e74e16 
     9SHA-$(FILE)= 8ea2449ff139b8bc457f8b5bcdcad93b02cfba9e 
    1010 
    1111# Targets 
  • branches/6.2/packages/libxml2/Makefile

    r1528 r1732  
    22 
    33NM= libxml2 
    4 VRS= 2.6.23 
     4VRS= 2.6.26 
    55DIR= $(NM)-$(VRS) 
    66 
    7 FILE= $(DIR).tar.gz 
     7FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/$(FILE) 
    9 SHA-$(FILE)= e0e58856532c49bd16447922ec802c7ac99d497d 
     9SHA-$(FILE)= 7a3e175253d47c924e285e3b8e344ba59b5f1797 
    1010 
    1111# Targets 
  • branches/6.2/packages/libxslt/Makefile

    r1565 r1732  
    22 
    33NM= libxslt 
    4 VRS= 1.1.16 
     4VRS= 1.1.17 
    55DIR= $(NM)-$(VRS) 
    66 
    7 FILE= $(DIR).tar.gz 
    8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= 1ccd3a465b4b4db2d7c38176846a71cdadcbdb29 
     7FILE= $(DIR).tar.bz2 
     8URL-$(FILE)= http://ftp.gnome.org/pub/gnome/sources/libxslt/1.1/$(FILE) 
     9SHA-$(FILE)= d9e7c23227664dba7da04f9bbcfbb470f797c6df 
    1010 
    1111# Targets 
  • branches/6.2/packages/openssl/Makefile

    r1576 r1732  
    22 
    33NM= openssl 
    4 VRS= 0.9.8b 
     4VRS= 0.9.8d 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    8 URL-$(FILE)= $(HTTPBLFS)/$(NM)/$(FILE) 
    9 SHA-$(FILE)= 99565db630a044fa484d4f91006a31908f262246 
     8URL-$(FILE)= http://www.openssl.org/source/$(FILE) 
     9SHA-$(FILE)= 4136fba00303a3d319d2052bfa8e1f09a2e12fc2 
    1010 
    11 PATCH1= $(DIR)-fix_manpages-1.patch 
     11PATCH1= $(NM)-0.9.8c-fix_manpages-1.patch 
    1212URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1) 
    13 SHA-$(PATCH1)= 17a3fc451ab132178e2dc696f19dfe58f218cd4a 
     13SHA-$(PATCH1)= e6f7db3c1e5236e87a450cf02806caecf9217518 
    1414 
    1515CONFIG ?= ./config 
  • branches/6.2/packages/pango/Makefile

    r1488 r1732  
    22 
    33NM= pango 
    4 VRS= 1.12.1 
     4VRS= 1.12.3 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/pango/1.12/$(FILE) 
    9 SHA-$(FILE)= 26f3268eabeea8aa45b1286dc7af3149c8d544a1 
     9SHA-$(FILE)= ad493c4560c0ffd9dcdb8a1724d5bff058ef112c 
    1010 
    1111# Targets 
  • branches/6.2/packages/syslinux/Makefile

    r1682 r1732  
    22 
    33NM= syslinux 
    4 VRS= 3.11 
     4VRS= 3.31 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://www.kernel.org/pub/linux/utils/boot/syslinux/$(FILE) 
    9 SHA-$(FILE)= d04e012de1e6fed25083d1ba24d3c096493c2b3a 
     9SHA-$(FILE)= ce564807f90602e25255f76dbd2bb806931c2c55 
    1010 
    1111# Targets 
  • branches/6.2/packages/vbetool/Makefile

    r1594 r1732  
    22 
    33NM= vbetool 
    4 VRS= 0.6 
    5 VRS1= 1.1 
     4VRS= 0.7 
     5VRS1= 1 
    66DIR= $(NM)-$(VRS) 
    77 
    88FILE= $(NM)_$(VRS)-$(VRS1).tar.gz 
    99URL-$(FILE)= http://ftp.debian.org/debian/pool/main/v/$(NM)/$(FILE) 
    10 SHA-$(FILE)= c291fbc3874b8c711fcba0564eb45ebb2652495f 
     10SHA-$(FILE)= 49c86aa6fb877f35a0b336d6aa1d6b204c2cc66f 
    1111 
    1212# Targets 
  • branches/6.2/packages/xfsprogs/Makefile

    r1715 r1732  
    22 
    33NM= xfsprogs 
    4 VRS= 2.6.36 
     4VRS= 2.8.11 
    55DIR= $(NM)-$(VRS) 
    66 
    7 FILE= $(DIR).src.tar.bz2 
    8 URL-$(FILE)= http://mirrors.probonic.com/blfs/conglomeration/xfsprogs/$(FILE) 
    9 SHA-$(FILE)= e05d9390bfdb53e34be0a30ae495afc02ca08bad 
     7FILE=$(NM)_$(VRS)-1.tar.gz 
     8URL-$(FILE)= http://mirrors.sunsite.dk/xfs/download/cmd_tars/$(FILE) 
     9SHA-$(FILE)= 03d0f426848479562f9ce1c5dcb8cb17a150619d 
    1010 
    1111# Targets 
     
    2121 
    2222compile-stage2: 
    23         patch -Np1 -i ../$(DIR)-fix_compile-1.patch 
    24         LOCAL_CONFIGURE_OPTIONS="--enable-static --disable-shared" \ 
    25             OPTIMIZER="-Os" make 
     23        unset CFLAGS ; \ 
     24            LOCAL_CONFIGURE_OPTIONS="--enable-static --disable-shared" \ 
     25            OPTIMIZER="$(CFLAGS)" make 
    2626        make install 
    2727 
  • branches/6.2/scripts/shutdown-helper

    r1488 r1732  
    1616/usr/sbin/chroot 
    1717/usr/sbin/dmsetup 
    18 /usr/lib/libdevmapper.so.1.01 
     18/usr/lib/libdevmapper.so.1.02 
    1919/usr/bin/eject 
    2020/bin/sleep