]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Zweiter Teil des dicken Quellenupdates. Diesmal: C bis D.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 22 May 2006 12:47:00 +0000 (12:47 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 22 May 2006 12:47:00 +0000 (12:47 +0000)
Status: 49/230 fertiggestellt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@132 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

23 files changed:
doc/ChangeLog
lfs/Compress-Zlib
lfs/Convert-TNEF
lfs/Convert-UUlib
lfs/Digest
lfs/Digest-HMAC
lfs/Digest-SHA1
lfs/capi4k-utils
lfs/ccache
lfs/cdrom
lfs/cdrtools
lfs/clamav
lfs/cnx_pci
lfs/configroot
lfs/coreutils
lfs/cups
lfs/cyrusimap
lfs/dejagnu
lfs/dhcp
lfs/dhcpcd
lfs/diffutils
lfs/dnsmasq
lfs/dosfstools

index f749cfa3e6369d003521697d3cfcd7c232a30f76..d903a7bf0dd41de10f7e918a649cde3d3823f3c8 100644 (file)
@@ -1,3 +1,12 @@
+------------------------------------------------------------------------
+r131 | ms | 2006-05-22 14:14:56 +0200 (Mon, 22 May 2006) | 6 lines
+
+
+Wir beginnen nun ein Migration der Quellcodepakete auf einen unserer
+Server. Habe damit schon begonnen. Bisher aber leider nur die Pakete von
+A bis B einschliesslich. Ich hoffe da macht jemand anderes weiter.
+Hinzu sind die Pakete, deren Mirrors ausgefallen sind, schon umgezogen.
+
 ------------------------------------------------------------------------
 r130 | ms | 2006-05-22 12:43:28 +0200 (Mon, 22 May 2006) | 8 lines
 
index 50abaa1b2417777eb04acafbd51ee7c67a132a14..9ba40e7f1ae0968391b082838c5e4fddb3a919dd 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: Compress-Zlib,v 1.1.2.3 2005/08/06 12:36:24 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.35
 
 THISAPP    = Compress-Zlib-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_CPAN)/Compress
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 9a9852c3c4d5b28c0e384763444c6d4d4896f1bc..c41f05904469ff308f621ddf641120f121c1934d 100644 (file)
@@ -30,7 +30,7 @@ VER        = 0.17
 
 THISAPP    = Convert-TNEF-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://search.cpan.org/CPAN/authors/id/D/DO/DOUGW
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 2a7243cc219ca8ce6aa0a93c3c9acc76d7907297..046107e87daf5c0864806d3163d3146421020902 100644 (file)
@@ -30,7 +30,7 @@ VER        = 1.06
 
 THISAPP    = Convert-UUlib-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 21d996c5b3e10fbf6fc12889a189341ce04f10a6..5dd26af12f2a20c00ec455cace512415bbfdaeb0 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: Digest,v 1.1.2.3 2005/02/05 15:38:14 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.08
 
 THISAPP    = Digest-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_CPAN)/Digest
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 5e84d60f4ddf8f36b79e4432fd3b290ff0a572d1..719a562b79ca8e14291d9c20cd3cfa5d7a19c4f3 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: Digest-HMAC,v 1.1.2.2 2005/02/05 15:38:14 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.01
 
 THISAPP    = Digest-HMAC-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_CPAN)/Digest
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 495a9da1e9f81f18b7f031667ec6354577521c46..c459ff38beea3045eb148531e87a3604dd96f97d 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: Digest-SHA1,v 1.1.2.3 2005/02/05 15:38:14 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.10
 
 THISAPP    = Digest-SHA1-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_CPAN)/Digest
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 64610dd2cc2d23c2ba7a6d5fc98673850884a5f5..c85247102a91b0a410aed6066ee6cd5dd20be4c0 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: capi4k-utils,v 1.6.2.11 2005/03/15 17:46:33 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2004-10-06
 
 THISAPP    = capi4k-utils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = ftp://ftp.in-berlin.de/pub/capi4linux/OLD
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/capi4k-utils
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index b02612e8f7a203c708063a3844e92c9e77f6f2eb..e87d13de2c1620122796f13f96e99ae055085fe1 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# 17-02-2004 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: ccache,v 1.2.2.3 2005/02/05 15:38:14 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.3
 
 THISAPP    = ccache-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://samba.org/ftp/ccache/
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 4a31cd96f088beafea7a76d36d51e5b3d34eb241..f8509582031d612bfb507d1641d588c72a2ec428 100644 (file)
--- a/lfs/cdrom
+++ b/lfs/cdrom
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: cdrom,v 1.1.2.30 2006/01/30 22:54:33 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -34,7 +28,7 @@ include Config
 
 THISAPP    = cdrom
 DL_FILE    = rawrite.exe
-DL_FROM    = http://www.tux.org/pub/dos/rawrite
+DL_FROM    = $(URL_IPFIRE)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ###############################################################################
index ff5e485a1ab79740bcc89c04637a1e9f448072a8..a54fea2497cdb568599b163809e5c3e75b1d5589 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: cdrtools,v 1.4.2.3 2005/04/13 23:52:04 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.01
 
 THISAPP    = cdrtools-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
-DL_FROM    = ftp://ftp.berlios.de/pub/cdrecord
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index dab2f8f5690efd6f5cca7308f158043fef8dee62..b11a36f3304c3694b5a4fcc6362977683da19e05 100644 (file)
@@ -30,7 +30,7 @@ VER        = 0.88.2
 
 THISAPP    = clamav-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_SFNET)/clamav
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index bda2d3dcbeed035a7e5b7e5a105bce0814069c4b..64b3d69119dcdd980a096f4070e4bfab9683f933 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -34,8 +29,7 @@ include Config
 VER        = cln
 THISAPP    = CnxADSL-TgrATM$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-# DL_FROM    = http://gateway.bedroom.gen.nz/~clive/adsl/thefiles/
-DL_FROM    = http://g.esp.free.fr/download
+DL_FROM    = $(URL_IPFIRE)
 # This package was send to me by mail and I have nothing changed to the original .tar.gz.
 # Even it has the same name as the package available for download in his web-site, it is very different
 # I hope it will be available for download in his site a day and that a proper name will allow to clearly differentiate
index 376a4c799a40a5a6047e08fc13163cab89d8f5fe..599156f46b62b7001e721c974f2bb4604c475311 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: configroot,v 1.9.2.23 2006/02/04 11:04:36 franck78 Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
index 5c56b09db810951fa2ad05ca60967876c59fbba1..349eb52ddbe00822cebcf4a5481a8eb72f64954a 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: coreutils,v 1.5.2.8 2006/01/21 15:01:58 franck78 Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 5.93
 
 THISAPP    = coreutils-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
-DL_FROM    = $(URL_GNU)/coreutils
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 # Normal build or /tools build.
index 1dcc55b53f7820742854a7caa025308d646e1f1e..eea9f8d5cb270f9fd65912869f6dca79aa5944c5 100644 (file)
--- a/lfs/cups
+++ b/lfs/cups
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.1.23
 
 THISAPP    = cups-$(VER)-source
 DL_FILE    = $(THISAPP).tar.bz2
-DL_FROM    = ftp://ftp.easysw.com/pub/cups/$(VER)
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/cups-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index ed2ff1d16b1844b9f7fbb794ff9db362bc21f0b4..2bb6912f8aaf256a3598c72dff234d1e2195f7e2 100644 (file)
@@ -30,7 +30,7 @@ VER        = 2.2.13
 
 THISAPP    = cyrus-imapd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 7cd0505487c2d09c1a6b0d8b8118418f0bd6cc02..81bf44c5d171494fecee50ec03b512661533fcc6 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: dejagnu,v 1.4.2.2 2005/02/05 15:38:14 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.4.4
 
 THISAPP    = dejagnu-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_GNU)/dejagnu
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)-tools
 
index 62a3925522fc3ccb7433b7c4432627e0fe141034..94b255e8a2b5fe6d0d6d6628eb04d41dfb5c194e 100644 (file)
--- a/lfs/dhcp
+++ b/lfs/dhcp
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: dhcp,v 1.4.2.5 2005/08/16 19:43:47 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 3.0.2
 
 THISAPP    = dhcp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index b77c761b534052b17808419eaa8998a3c12730b2..969f7bb3a294eb347f586c979605d78eda9e31fb 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: dhcpcd,v 1.5.2.3 2005/07/16 19:02:36 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.3.22-pl4
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://www.phystech.com/ftp
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 952bc9a23e78e6218ac9440916380fa76eea381a..dc252f2b40f67f84580296d9f7cff324e82ad9b9 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: diffutils,v 1.3.2.2 2005/02/05 15:38:14 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.8.1
 
 THISAPP    = diffutils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_GNU)/diffutils
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 # Normal build or /tools build.
index 574cd1f966dcecabdbd660fa5096dada175398b4..ef8507e38194c5d52bf5ed4ce688eaaf18a864bd 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: dnsmasq,v 1.4.2.7 2005/04/28 19:34:48 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.22
 
 THISAPP    = dnsmasq-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://thekelleys.org.uk/dnsmasq
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
index 6b856b29c711c1a94984c738216a7cc2715f5c0c..aca133c82e2427e36d31e5a6d1e884f6900d601a 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: dosfstools,v 1.3.2.3 2005/03/15 20:48:49 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2.11
 
 THISAPP    = dosfstools-$(VER)
 DL_FILE    = $(THISAPP).src.tar.gz
-DL_FROM    = http://fresh.t-systems-sfr.com/linux/src
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)