Re: [ptxdist] corrected some package sources

2007-04-19 Thread Robert Schwebel
On Thu, Apr 19, 2007 at 09:48:08PM +0200, Jürgen Kilb wrote:
> please find attached an patch which will correct some package sources:

Thanks. Please don't use html for mails, especially not as it is
crashing patch whitespace.

> diff -urN rules.org/mgetty.make rules/mgetty.make
> --- rules.org/mgetty.make   2007-01-28 22:17:41.0 +0100
> +++ rules/mgetty.make   2007-04-19 21:02:21.0 +0200
> @@ -21,7 +21,7 @@
>  MGETTY_DATE= Dec16
>  MGETTY = mgetty$(MGETTY_VERSION)
>  MGETTY_SUFFIX  = tar.gz
> -MGETTY_URL = ftp://ftp.leo.org/historic/comp/os/unix/networking/mgetty/$
> (MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX)
> +MGETTY_URL = ftp://alpha.greenie.net/pub/mgetty/source/1.1/$(MGETTY)-$
> (MGETTY_DATE).$(MGETTY_SUFFIX)
>  MGETTY_SOURCE  = $(SRCDIR)/$(MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX)
>  MGETTY_DIR = $(BUILDDIR)/mgetty-$(MGETTY_VERSION)

Applied.

> diff -urN rules.org/pcre.make rules/pcre.make
> --- rules.org/pcre.make 2007-01-28 22:17:41.0 +0100
> +++ rules/pcre.make 2007-04-19 20:37:20.0 +0200
> @@ -20,8 +20,8 @@
>  #
>  PCRE_VERSION   = 5.0
>  PCRE   = pcre-$(PCRE_VERSION)
> -PCRE_SUFFIX= tar.gz
> -PCRE_URL   = 
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
> /$(PCRE).$(PCRE_SUFFIX)
> +PCRE_SUFFIX= tar.bz2
> +PCER_URL   = http://mesh.dl.sourceforge.net/sourceforge/pcre/$
> (PCRE).$(PCRE_SUFFIX)
>  PCRE_SOURCE= $(SRCDIR)/$(PCRE).$(PCRE_SUFFIX)
>  PCRE_DIR   = $(BUILDDIR)/$(PCRE)

Please use $(PTXCONF_SETUP_SFMIRROR); this makes it possible to use
'ptxdist setup' to change the mirror. Applied with that change.

> diff -urN rules.org/ppp.make rules/ppp.make
> --- rules.org/ppp.make  2007-01-28 22:17:41.0 +0100
> +++ rules/ppp.make  2007-04-19 21:22:25.0 +0200
> @@ -19,7 +19,7 @@
>  #
>  PPP_VERSION= 2.4.1
>  PPP= ppp-$(PPP_VERSION)
> -PPP_URL= ftp://ftp.samba.org/pub/ppp/$(PPP).tar.gz
> +PPP_URL= http://samba.org/ftp/ppp/$(PPP).tar.gz
>  PPP_SOURCE = $(SRCDIR)/$(PPP).tar.gz
>  PPP_DIR= $(BUILDDIR)/$(PPP)
> 
> diff -urN rules.org/rsync.make rules/rsync.make
> --- rules.org/rsync.make2007-01-28 22:17:41.0 +0100
> +++ rules/rsync.make2007-04-19 21:11:50.0 +0200
> @@ -20,7 +20,7 @@
>  RSYNC_VERSION  = 2.6.8
>  RSYNC  = rsync-$(RSYNC_VERSION)
>  RSYNC_SUFFIX   = tar.gz
> -RSYNC_URL  = http://samba.anu.edu.au/ftp/rsync/$(RSYNC).$(RSYNC_SUFFIX)
> +RSYNC_URL  = http://samba.anu.edu.au/ftp/rsync/old-versions/$(RSYNC).$
> (RSYNC_SUFFIX)
>  RSYNC_SOURCE   = $(SRCDIR)/$(RSYNC).$(RSYNC_SUFFIX)
>  RSYNC_DIR  = $(BUILDDIR)/$(RSYNC)

Applied; note that also a version update (with proper testing) could be
a good idea :)

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
 Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


-- 
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] corrected some package sources

2007-04-19 Thread Jürgen Kilb
Hi,please find attached an patch which will correct some package sources:- Jürgendiff -urN rules.org/mgetty.make rules/mgetty.make--- rules.org/mgetty.make   2007-01-28 22:17:41.0 +0100+++ rules/mgetty.make   2007-04-19 21:02:21.0 +0200@@ -21,7 +21,7 @@ MGETTY_DATE    = Dec16 MGETTY = mgetty$(MGETTY_VERSION) MGETTY_SUFFIX  = tar.gz-MGETTY_URL = ftp://ftp.leo.org/historic/comp/os/unix/networking/mgetty/$(MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX)+MGETTY_URL = ftp://alpha.greenie.net/pub/mgetty/source/1.1/$(MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX) MGETTY_SOURCE  = $(SRCDIR)/$(MGETTY)-$(MGETTY_DATE).$(MGETTY_SUFFIX) MGETTY_DIR = $(BUILDDIR)/mgetty-$(MGETTY_VERSION)diff -urN rules.org/pcre.make rules/pcre.make--- rules.org/pcre.make 2007-01-28 22:17:41.0 +0100+++ rules/pcre.make 2007-04-19 20:37:20.0 +0200@@ -20,8 +20,8 @@ # PCRE_VERSION   = 5.0 PCRE   = pcre-$(PCRE_VERSION)-PCRE_SUFFIX    = tar.gz-PCRE_URL   = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$(PCRE).$(PCRE_SUFFIX)+PCRE_SUFFIX    = tar.bz2+PCER_URL   = http://mesh.dl.sourceforge.net/sourceforge/pcre/$(PCRE).$(PCRE_SUFFIX) PCRE_SOURCE    = $(SRCDIR)/$(PCRE).$(PCRE_SUFFIX) PCRE_DIR   = $(BUILDDIR)/$(PCRE)diff -urN rules.org/ppp.make rules/ppp.make--- rules.org/ppp.make  2007-01-28 22:17:41.0 +0100+++ rules/ppp.make  2007-04-19 21:22:25.0 +0200@@ -19,7 +19,7 @@ # PPP_VERSION    = 2.4.1 PPP    = ppp-$(PPP_VERSION)-PPP_URL    = ftp://ftp.samba.org/pub/ppp/$(PPP).tar.gz+PPP_URL    = http://samba.org/ftp/ppp/$(PPP).tar.gz PPP_SOURCE = $(SRCDIR)/$(PPP).tar.gz PPP_DIR    = $(BUILDDIR)/$(PPP)diff -urN rules.org/rsync.make rules/rsync.make--- rules.org/rsync.make    2007-01-28 22:17:41.0 +0100+++ rules/rsync.make    2007-04-19 21:11:50.0 +0200@@ -20,7 +20,7 @@ RSYNC_VERSION  = 2.6.8 RSYNC  = rsync-$(RSYNC_VERSION) RSYNC_SUFFIX   = tar.gz-RSYNC_URL  = http://samba.anu.edu.au/ftp/rsync/$(RSYNC).$(RSYNC_SUFFIX)+RSYNC_URL  = http://samba.anu.edu.au/ftp/rsync/old-versions/$(RSYNC).$(RSYNC_SUFFIX) RSYNC_SOURCE   = $(SRCDIR)/$(RSYNC).$(RSYNC_SUFFIX) RSYNC_DIR  = $(BUILDDIR)/$(RSYNC)
-- 
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] Busybox 1.4.2

2007-04-19 Thread Juergen Beisert
On Wednesday 18 April 2007 13:19, Ladislav Michl wrote:
> On Thu, Mar 29, 2007 at 09:02:44AM +0200, Robert Schwebel wrote:
> > Hi Claudio,
> >
> > On Wed, Mar 28, 2007 at 08:22:38PM +, Claudio wrote:
> > > I upgraded the original version of Busybox (1.1.3) in ptxdist 0.10.6
> > > to Busybox 1.4.2 copying the files busybox.in and busybox.make to the
> > > rules directory of my project and changing the version number.
> >
> > Did you check latest svn trunk? Ladis recently has updated to 1.4.1, so
> > that may be a good start for a 1.4.2 migration.
>
> svn trunk updated to busybox-1.4.2, please report eventual regressions ;-)

Is anyone able to run busybox's httpd server from inetd? With the old 1.1.3 it 
was possible (there also was a configure switch to build a inted only httpd, 
its gone in 1.4.2). With the current 1.4. I can't use my old inetd setup 
(inetd opens port 80 but nothing else happens when I try to connect to it)

Juergen
-- 
Dipl.-Ing. Juergen Beisert | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
    Handelsregister: Amtsgericht Hildesheim, HRA 2686
     Vertretung Sued/Muenchen, Germany
   Phone: +49-5121-206917-7 |  Fax: +49-5121-206917-9

-- 
ptxdist mailing list
ptxdist@pengutronix.de