[leaf-cvs-ci] src/bering-uclibc/apps/mysql mysql-threads.patch, NONE, 1.1 buildtool.cfg, 1.4, 1.5 buildtool.mk, 1.4, 1.5

2008-05-10 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/mysql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24118

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
mysql-threads.patch 
Log Message:
patch for brain-dead pthread check

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mysql/buildtool.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.cfg   29 Nov 2006 21:15:37 -  1.4
--- buildtool.cfg   10 May 2008 09:34:48 -  1.5
***
*** 12,19 
  /File
  
  Package
libmysql
Version 4.0.27
!   Revision = 1
  
Help EOF
--- 12,26 
  /File
  
+ File mysql-threads.patch
+   Server = cvs-sourceforge
+   Revision = HEAD
+   Directory = mysql
+   Envname = MYSQL_PATCH1
+ /File
+ 
  Package
libmysql
Version 4.0.27
!   Revision = 2
  
Help EOF

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mysql/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk29 Nov 2006 21:15:37 -  1.4
--- buildtool.mk10 May 2008 09:34:48 -  1.5
***
*** 22,25 
--- 22,26 
  $(MYSQL_DIR)/.source:
zcat $(MYSQL_SOURCE) | tar -xvf -
+   cat $(MYSQL_PATCH1) | patch -d (MYSQL_DIR) -p1
touch $(MYSQL_DIR)/.source  
  

--- NEW FILE: mysql-threads.patch ---
diff -urN mysql-4.0.27.orig/configure mysql-4.0.27/configure
--- mysql-4.0.27.orig/configure 2006-05-06 20:56:24.0 +0200
+++ mysql-4.0.27/configure  2008-05-10 11:23:50.0 +0200
@@ -24481,7 +24481,8 @@
   # Look for LinuxThreads.
   echo $as_me:$LINENO: checking \LinuxThreads\ 5
 echo $ECHO_N checking \LinuxThreads\... $ECHO_C 6
-res=`grep Linuxthreads /usr/include/pthread.h 2/dev/null | wc -l`
+# res=`grep Linuxthreads /usr/include/pthread.h 2/dev/null | wc -l`
+res=1
 if test $res -gt 0
 then
   echo $as_me:$LINENO: result: \Found\ 5


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/mysql buildtool.mk,1.5,1.6

2008-05-10 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/mysql
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25005

Modified Files:
buildtool.mk 
Log Message:
forgot $

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/mysql/buildtool.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.mk10 May 2008 09:34:48 -  1.5
--- buildtool.mk10 May 2008 09:36:57 -  1.6
***
*** 22,26 
  $(MYSQL_DIR)/.source:
zcat $(MYSQL_SOURCE) | tar -xvf -
!   cat $(MYSQL_PATCH1) | patch -d (MYSQL_DIR) -p1
touch $(MYSQL_DIR)/.source  
  
--- 22,26 
  $(MYSQL_DIR)/.source:
zcat $(MYSQL_SOURCE) | tar -xvf -
!   cat $(MYSQL_PATCH1) | patch -d $(MYSQL_DIR) -p1
touch $(MYSQL_DIR)/.source  
  


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/busybox busybox-1.10.2.tar.bz2, NONE, 1.1 .config, 1.1, 1.2 buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2 busybox-mdev.patch, 1.1, 1.2 busybox-1.9.1.tar.bz2, 1.

2008-05-10 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/busybox
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10692

Modified Files:
.config buildtool.cfg buildtool.mk busybox-mdev.patch 
Added Files:
busybox-1.10.2.tar.bz2 
Removed Files:
busybox-1.9.1.tar.bz2 
Log Message:
update to busybox version 1.10.2

Index: .config
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/busybox/.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .config 1 Mar 2008 16:21:40 -   1.1
--- .config 10 May 2008 10:24:57 -  1.2
***
*** 1,6 
  #
  # Automatically generated make config: don't edit
! # Busybox version: 1.9.1
! # Sun Feb 17 15:35:37 2008
  #
  CONFIG_HAVE_DOT_CONFIG=y
--- 1,6 
  #
  # Automatically generated make config: don't edit
! # Busybox version: 1.10.2
! # Sat May 10 12:11:55 2008
  #
  CONFIG_HAVE_DOT_CONFIG=y
***
*** 40,43 
--- 40,44 
  #
  # CONFIG_STATIC is not set
+ # CONFIG_NOMMU is not set
  # CONFIG_BUILD_LIBBUSYBOX is not set
  # CONFIG_FEATURE_INDIVIDUAL is not set
***
*** 77,81 
  CONFIG_FEATURE_EDITING=y
  CONFIG_FEATURE_EDITING_MAX_LEN=1024
- CONFIG_FEATURE_EDITING_FANCY_KEYS=y
  # CONFIG_FEATURE_EDITING_VI is not set
  CONFIG_FEATURE_EDITING_HISTORY=15
--- 78,81 
***
*** 84,87 
--- 84,88 
  # CONFIG_FEATURE_USERNAME_COMPLETION is not set
  CONFIG_FEATURE_EDITING_FANCY_PROMPT=y
+ # CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set
  CONFIG_FEATURE_COPYBUF_KB=4
  # CONFIG_MONOTONIC_SYSCALL is not set
***
*** 111,123 
  CONFIG_TAR=y
  CONFIG_FEATURE_TAR_CREATE=y
  # CONFIG_FEATURE_TAR_BZIP2 is not set
  # CONFIG_FEATURE_TAR_LZMA is not set
- CONFIG_FEATURE_TAR_FROM=y
- CONFIG_FEATURE_TAR_GZIP=y
  # CONFIG_FEATURE_TAR_COMPRESS is not set
  # CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
  # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set
  CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
  # CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
  # CONFIG_UNCOMPRESS is not set
  # CONFIG_UNLZMA is not set
--- 112,126 
  CONFIG_TAR=y
  CONFIG_FEATURE_TAR_CREATE=y
+ CONFIG_FEATURE_TAR_GZIP=y
  # CONFIG_FEATURE_TAR_BZIP2 is not set
  # CONFIG_FEATURE_TAR_LZMA is not set
  # CONFIG_FEATURE_TAR_COMPRESS is not set
+ # CONFIG_FEATURE_TAR_AUTODETECT is not set
+ CONFIG_FEATURE_TAR_FROM=y
  # CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
  # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set
  CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
  # CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
+ # CONFIG_FEATURE_TAR_UNAME_GNAME is not set
  # CONFIG_UNCOMPRESS is not set
  # CONFIG_UNLZMA is not set
***
*** 206,209 
--- 209,213 
  CONFIG_RM=y
  CONFIG_RMDIR=y
+ # CONFIG_FEATURE_RMDIR_LONG_OPTIONS is not set
  # CONFIG_SEQ is not set
  CONFIG_SHA1SUM=y
***
*** 219,222 
--- 223,227 
  # CONFIG_SUM is not set
  CONFIG_SYNC=y
+ # CONFIG_TAC is not set
  CONFIG_TAIL=y
  CONFIG_FEATURE_FANCY_TAIL=y
***
*** 365,368 
--- 370,375 
  # CONFIG_DEBUG_INIT is not set
  CONFIG_FEATURE_USE_INITTAB=y
+ CONFIG_FEATURE_KILL_REMOVED=y
+ CONFIG_FEATURE_KILL_DELAY=0
  CONFIG_FEATURE_INIT_SCTTY=y
  CONFIG_FEATURE_INIT_SYSLOG=y
***
*** 383,387 
--- 390,396 
  CONFIG_DELGROUP=y
  # CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set
+ CONFIG_FEATURE_CHECK_NAMES=y
  CONFIG_ADDUSER=y
+ # CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set
  CONFIG_DELUSER=y
  CONFIG_GETTY=y
***
*** 452,455 
--- 461,465 
  # CONFIG_FEATURE_OSF_LABEL is not set
  # CONFIG_FEATURE_FDISK_ADVANCED is not set
+ # CONFIG_FINDFS is not set
  CONFIG_FREERAMDISK=y
  # CONFIG_FSCK_MINIX is not set
***
*** 458,463 
  # CONFIG_GETOPT is not set
  # CONFIG_HEXDUMP is not set
- # CONFIG_HD is not set
  # CONFIG_FEATURE_HEXDUMP_REVERSE is not set
  CONFIG_HWCLOCK=y
  CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y
--- 468,473 
  # CONFIG_GETOPT is not set
  # CONFIG_HEXDUMP is not set
  # CONFIG_FEATURE_HEXDUMP_REVERSE is not set
+ # CONFIG_HD is not set
  CONFIG_HWCLOCK=y
  CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y
***
*** 468,471 
--- 478,482 
  CONFIG_MDEV=y
  CONFIG_FEATURE_MDEV_CONF=y
+ CONFIG_FEATURE_MDEV_RENAME=y
  CONFIG_FEATURE_MDEV_EXEC=y
  CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y
***
*** 474,479 
--- 485,510 
  CONFIG_MORE=y
  CONFIG_FEATURE_USE_TERMIOS=y
+ # CONFIG_VOLUMEID is not set
+ # CONFIG_FEATURE_VOLUMEID_EXT is not set
+ # CONFIG_FEATURE_VOLUMEID_REISERFS is not set
+ # CONFIG_FEATURE_VOLUMEID_FAT is not set
+ # CONFIG_FEATURE_VOLUMEID_HFS is not set
+ # CONFIG_FEATURE_VOLUMEID_JFS is not set
+ # CONFIG_FEATURE_VOLUMEID_XFS is not set
+ # CONFIG_FEATURE_VOLUMEID_NTFS is not set
+ # CONFIG_FEATURE_VOLUMEID_ISO9660 is not set
+ # CONFIG_FEATURE_VOLUMEID_UDF is not set
+ # CONFIG_FEATURE_VOLUMEID_LUKS is not 

[leaf-cvs-ci] src/bering-uclibc/apps/minicom buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2

2008-04-30 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/minicom
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2032

Modified Files:
buildtool.cfg buildtool.mk 
Log Message:
ethtool - minicom

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/minicom/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg   2 Feb 2008 09:50:40 -   1.1
--- buildtool.cfg   30 Apr 2008 14:52:31 -  1.2
***
*** 2,6 
Server = cvs-sourceforge
Revision = HEAD
!   Directory = ethtool
  /File
  
--- 2,6 
Server = cvs-sourceforge
Revision = HEAD
!   Directory = minicom
  /File
  

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/minicom/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk2 Feb 2008 09:50:40 -   1.1
--- buildtool.mk30 Apr 2008 14:52:31 -  1.2
***
*** 1,3 
! # makefile for ethtool
  include $(MASTERMAKEFILE)
  
--- 1,3 
! # makefile for minicom
  include $(MASTERMAKEFILE)
  


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/contrib/nfsutils - New directory

2008-03-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/contrib/nfsutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17017/nfsutils

Log Message:
Directory /cvsroot/leaf/src/bering-uclibc/contrib/nfsutils added to the 
repository



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/contrib/nfsutils README, NONE, 1.1 buildtool.cfg, NONE, 1.1 buildtool.mk, NONE, 1.1 nfs-utils-1.1.1.tar.gz, NONE, 1.1 nfsutils.default, NONE, 1.1 nfsutils.exports, NONE

2008-03-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/contrib/nfsutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17477

Added Files:
README buildtool.cfg buildtool.mk nfs-utils-1.1.1.tar.gz 
nfsutils.default nfsutils.exports nfsutils.init 
support_nfs_svc_socket_c.patch utils_mountd_cache_c.patch 
Log Message:
nfsutils, setup created by David Brooke

--- NEW FILE: buildtool.cfg ---

File buildtool.mk
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
/File

File nfs-utils-1.1.1.tar.gz
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
  envname = NFSUTILS_SOURCE
/File

File support_nfs_svc_socket_c.patch
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
  envname = NFSUTILS_PATCH1
/File

File utils_mountd_cache_c.patch
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
  envname = NFSUTILS_PATCH2
/File

File nfsutils.default
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
/File

File nfsutils.exports
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
/File

File nfsutils.init
  Server = cvs-contrib-sourceforge
  Directory = nfsutils
  Revision = HEAD
/File


Package
  nfsutils
Version  = 1.1.1
Revision = 1

Help EOF
  The user-space daemons required for an NFS server where nfsd support
  is included in the kernel. Includes rpc.nfsd, rpc.mountd, exportfs
  and supporting utilities.
  Demands a kernel compiled with CONFIG_NFSD=m, CONFIG_NFSD_V3=y,
  CONFIG_NFSD_TCP=y, CONFIG_SUNRPC=m, CONFIG_LOCKD=m and CONFIG_LOCKD_V4=y
  and the loading of the resultant kernel modules (sunrpc, lockd, nfsd).
  Also demands a variant of uClibc compiled with UCLIBC_HAS_RPC=y for
  functions svcudp_create() and svctcp_create().
  Homepage: http://nfs.sourceforge.net/
  Requires: portmap.lrp
  LRP package by __PACKAGER__, __BUILDDATE__
EOF

PackageType = lrp
PackageName = nfsutils

Permissions
  Files = 644
  Directories = 755
/Permissions

Owner
  Files = root:root
  Directories = root:root
/Owner

Contents
  File
Filename= usr/sbin/exportfs
Source  = usr/sbin/exportfs
Type= binary
Permissions = 755
  /File

  File
Filename= usr/sbin/
Source  = usr/sbin/rpc.*
Type= binary
Permissions = 755
  /File
 
  File
Filename= usr/sbin/showmount
Source  = usr/sbin/showmount
Type= binary
Permissions = 755
  /File

  File
Filename= usr/sbin/sm-notify
Source  = usr/sbin/sm-notify
Type= binary
Permissions = 755
  /File

  File
Filename= etc/default/nfsutils
Source  = etc/default/nfsutils
Description = nfsutils daemon configuration
Type= binary
Type= conf
Type= local
  /File

  File
Filename= etc/exports
Source  = etc/exports
Description = nfsutils exportfs configuration
Type= binary
Type= conf
Type= local
  /File

  File
Filename= etc/init.d/nfsutils
Source  = etc/init.d/nfsutils
Type= binary
Permissions = 755
  /File

  File
Filename= var/lib/nfs/sm
Type= directory
  /File
/Contents
  /nfsutils
/Package


--- NEW FILE: support_nfs_svc_socket_c.patch ---
*** nfs-utils-1.1.1/support/nfs/svc_socket.c.orig   2007-10-19 
04:07:28.0 +0100
--- nfs-utils-1.1.1/support/nfs/svc_socket.c2007-10-28 13:02:10.0 
+
***
*** 67,74 
memset (addr, 0, sizeof (addr));
addr.sin_family = AF_INET;
  
!   ret = getrpcbynumber_r (number, rpcbuf, rpcdata, sizeof rpcdata,
! rpcp);
if (ret == 0  rpcp != NULL)
  {
/* First try name.  */
--- 67,76 
memset (addr, 0, sizeof (addr));
addr.sin_family = AF_INET;
  
! //  ret = getrpcbynumber_r (number, rpcbuf, rpcdata, sizeof rpcdata,
! //  rpcp);
!   rpcp = getrpcbynumber (number);
!   ret = 0;
if (ret == 0  rpcp != NULL)
  {
/* First try name.  */

--- NEW FILE: nfs-utils-1.1.1.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: buildtool.mk ---
#
#
# buildtool makefile for nfsutils
#
#

include $(MASTERMAKEFILE)

NFSUTILS_DIR:=nfs-utils-1.1.1
NFSUTILS_TARGET_DIR:=$(BT_BUILD_DIR)/nfsutils

# Option settings for 'configure':
#   Don't want the 

[leaf-cvs-ci] src/bering-uclibc/contrib/portmap - New directory

2008-03-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/contrib/portmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17877/portmap

Log Message:
Directory /cvsroot/leaf/src/bering-uclibc/contrib/portmap added to the 
repository



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/dropbear dropbear-0.50.tar.gz, 1.1, NONE

2008-03-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/dropbear
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20784

Removed Files:
dropbear-0.50.tar.gz 
Log Message:
housekeeping

--- dropbear-0.50.tar.gz DELETED ---


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/hostap buildtool.cfg, 1.1, NONE buildtool.mk, 1.1, NONE hostap-driver-0.4.9.tar.gz, 1.1, NONE hostap-makefile.patch, 1.1, NONE hostap-utils-0.4.7.tar.gz, 1.1, NO

2008-03-04 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/hostap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30392

Removed Files:
buildtool.cfg buildtool.mk hostap-driver-0.4.9.tar.gz 
hostap-makefile.patch hostap-utils-0.4.7.tar.gz 
hostap-utils-pre-up hostap_cs.conf 
Log Message:
obsolete, part of kernel 2.6 now

--- hostap-driver-0.4.9.tar.gz DELETED ---

--- hostap-utils-pre-up DELETED ---

--- hostap-makefile.patch DELETED ---

--- hostap_cs.conf DELETED ---

--- buildtool.mk DELETED ---

--- buildtool.cfg DELETED ---

--- hostap-utils-0.4.7.tar.gz DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/shorewall buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2 shorewall-lrp.diff, 1.1, 1.2

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/shorewall
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25897

Modified Files:
buildtool.cfg buildtool.mk shorewall-lrp.diff 
Log Message:
also update shorewall in this branch

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/shorewall/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg   1 Mar 2008 16:23:37 -   1.1
--- buildtool.cfg   2 Mar 2008 19:26:20 -   1.2
***
*** 5,11 
  /Server
  
! File shorewall-3.4.7.tgz
Server = shorewall-net
!   Directory = 3.4/shorewall-3.4.7
Envname = SHOREWALL_SOURCE
  /File
--- 5,11 
  /Server
  
! File shorewall-3.4.8.tgz
Server = shorewall-net
!   Directory = 3.4/shorewall-3.4.8
Envname = SHOREWALL_SOURCE
  /File
***
*** 112,116 
shorwall-basic
packagename=shorwall
!   Version 3.4.7
Revision = 1
  
--- 112,116 
shorwall-basic
packagename=shorwall
!   Version 3.4.8
Revision = 1
  
***
*** 138,142 
/shorwall-basic
shorwall-maclist
!   Version 3.4.7
Revision = 1
  
--- 138,142 
/shorwall-basic
shorwall-maclist
!   Version 3.4.8
Revision = 1
  
***
*** 164,168 
  
shorwall-accounting
!   Version 3.4.7
Revision = 1
  
--- 164,168 
  
shorwall-accounting
!   Version 3.4.8
Revision = 1
  
***
*** 190,194 
  
shorwall-providers
!   Version 3.4.7
Revision = 1
  
--- 190,194 
  
shorwall-providers
!   Version 3.4.8
Revision = 1
  
***
*** 215,219 
/shorwall-providers
shorwall-dynamiczones
!   Version 3.4.7
Revision = 1
  
--- 215,219 
/shorwall-providers
shorwall-dynamiczones
!   Version 3.4.8
Revision = 1
  
***
*** 240,244 
/shorwall-dynamiczones
shorwall-proxyarp
!   Version 3.4.7
Revision = 1
  
--- 240,244 
/shorwall-dynamiczones
shorwall-proxyarp
!   Version 3.4.8
Revision = 1
  
***
*** 265,269 
/shorwall-proxyarp
shorwall-tunnels
!   Version 3.4.7
Revision = 1
  
--- 265,269 
/shorwall-proxyarp
shorwall-tunnels
!   Version 3.4.8
Revision = 1
  
***
*** 290,294 
/shorwall-tunnels
shorwall-tcrules
!   Version 3.4.7
Revision = 1
  
--- 290,294 
/shorwall-tunnels
shorwall-tcrules
!   Version 3.4.8
Revision = 1
  
***
*** 315,319 
/shorwall-tcrules
shorwall-tc
!   Version 3.4.7
Revision = 1
  
--- 315,319 
/shorwall-tcrules
shorwall-tc
!   Version 3.4.8
Revision = 1
  
***
*** 342,346 
shorwall
packagename=shorwall
!   Version 3.4.7
Revision = 1
  
--- 342,346 
shorwall
packagename=shorwall
!   Version 3.4.8
Revision = 1
  

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/shorewall/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk1 Mar 2008 16:23:38 -   1.1
--- buildtool.mk2 Mar 2008 19:26:20 -   1.2
***
*** 9,13 
  TARGET_DIR=$(BT_BUILD_DIR)/shorewall
  
! SHOREWALL_DIR:=shorewall-3.4.7
  
  $(SHOREWALL_DIR)/.source:
--- 9,13 
  TARGET_DIR=$(BT_BUILD_DIR)/shorewall
  
! SHOREWALL_DIR:=shorewall-3.4.8
  
  $(SHOREWALL_DIR)/.source:

Index: shorewall-lrp.diff
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/shorewall/shorewall-lrp.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** shorewall-lrp.diff  1 Mar 2008 16:23:38 -   1.1
--- shorewall-lrp.diff  2 Mar 2008 19:26:20 -   1.2
***
*** 78,98 
   BRIDGING=No
   
! diff -urN shorewall-3.4.0-Beta3.orig/init.debian.sh 
shorewall-3.4.0-Beta3/init.debian.sh
! --- shorewall-3.4.0-Beta3.orig/init.debian.sh 2006-06-12 19:48:20.0 
+0200
! +++ 

[leaf-cvs-ci] src/The_UnNamed_One/apps/initrd root.init,1.1,1.2

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/initrd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28777

Modified Files:
root.init 
Log Message:
create dev/pts directory and remove some old comments

Index: root.init
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/initrd/root.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** root.init   1 Mar 2008 16:22:33 -   1.1
--- root.init   2 Mar 2008 19:34:02 -   1.2
***
*** 114,117 
--- 114,118 
  mkdir sys
  mkdir dev
+ mkdir dev/pts
  #mkdir dev/inet
  #mkdir dev/net
***
*** 243,247 
  
  # Now pass control on to /sbin/init
- # needed? also for console? Or remove /dev exclusion in cp to new_root and 
overwrite with mdev -s in userspace
  mknod /new_root/dev/console c 5 1
  mknod /new_root/dev/null c 1 3
--- 244,247 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/etc/skel sysctl.conf, 1.1, 1.2

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/etc/skel
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29669

Modified Files:
sysctl.conf 
Log Message:
hotplugging is set in rcS, right before calling mdev and module loading. This 
is the correct place, so the entry from sysctl.conf should be removed

Index: sysctl.conf
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/etc/skel/sysctl.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sysctl.conf 1 Mar 2008 16:22:04 -   1.1
--- sysctl.conf 2 Mar 2008 19:35:57 -   1.2
***
*** 2,8 
  # /etc/sysctl.conf - Configuration file for setting system variables
  #
- # hotplugging
- kernel.hotplug=/sbin/mdev
- #
  # ip_forward
  #net.ipv4.ip_forward=1
--- 2,5 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/etc/skel/init.d rcS, 1.1, 1.2

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/etc/skel/init.d
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29669/init.d

Modified Files:
rcS 
Log Message:
hotplugging is set in rcS, right before calling mdev and module loading. This 
is the correct place, so the entry from sysctl.conf should be removed

Index: rcS
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/etc/skel/init.d/rcS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rcS 1 Mar 2008 16:22:19 -   1.1
--- rcS 2 Mar 2008 19:35:58 -   1.2
***
*** 13,17 
  mount -t proc /proc /proc
  mount -t sysfs /sys /sys
- # or in sysctl.conf
  echo /sbin/mdev  /proc/sys/kernel/hotplug
  mdev -s
--- 13,16 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/busybox bb_prefer_ipv4.patch, 1.1, NONE

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30948

Removed Files:
bb_prefer_ipv4.patch 
Log Message:
prefer_ipv4 patch is already commited to 1.9.1 so can be removed

--- bb_prefer_ipv4.patch DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/config build-modules, 1.1, 1.2

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/config
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31849

Modified Files:
build-modules 
Log Message:
.ko instead of .o with kernel 2.6

Index: build-modules
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/config/build-modules,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-modules   1 Mar 2008 16:21:44 -   1.1
--- build-modules   2 Mar 2008 19:40:13 -   1.2
***
*** 64,68 
  
  for mod in `sed -e 's/[# ].*//' -e '/^$/d' $MODULES | sort` ; do
!if [ ! -f $LIBMOD/${mod}.o -o $force = yes ] ; then
 missing=${missing} ${mod}
 fi 
--- 64,68 
  
  for mod in `sed -e 's/[# ].*//' -e '/^$/d' $MODULES | sort` ; do
!if [ ! -f $LIBMOD/${mod}.ko -o $force = yes ] ; then
 missing=${missing} ${mod}
 fi 
***
*** 82,86 
  tar tzf $MODREPO  $MODLIST
  for mod in $missing ; do
! findmod=${findmod} `grep -F /${mod}.o $MODLIST`
  done
  
--- 82,86 
  tar tzf $MODREPO  $MODLIST
  for mod in $missing ; do
! findmod=${findmod} `grep -F /${mod}.ko $MODLIST`
  done
  
***
*** 94,98 
  echo -n Copying modules:
  for mod in $findmod ; do
! echo -n  `basename $mod .o`
  mv $MODTEMP/$mod $LIBMOD/`basename $mod`
  done
--- 94,98 
  echo -n Copying modules:
  for mod in $findmod ; do
! echo -n  `basename $mod .ko`
  mv $MODTEMP/$mod $LIBMOD/`basename $mod`
  done


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/root buildtool.cfg,1.2,1.3

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/root
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28355

Modified Files:
buildtool.cfg 
Log Message:
create dev/pts directory in init script, like the dev dir itself

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/root/buildtool.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.cfg   2 Mar 2008 19:22:52 -   1.2
--- buildtool.cfg   2 Mar 2008 19:32:31 -   1.3
***
*** 117,125 
/File
File
-   Filename= dev/pts
-   Type= directory
-   Permissions = 755
-   /File
-   File
Filename= bin/e3
Source  = bin/e3
--- 117,120 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/root/skel root.dev.mod, 1.1, NONE root.dev.own, 1.1, NONE

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/root/skel
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24299/skel

Removed Files:
root.dev.mod root.dev.own 
Log Message:
modules owner and permissions can and should be set in /etc/mdev.conf later, 
this files don't have any purpose anymore

--- root.dev.own DELETED ---

--- root.dev.mod DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/The_UnNamed_One/apps/root buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2

2008-03-02 Thread Eric Spakman
Update of /cvsroot/leaf/src/The_UnNamed_One/apps/root
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24299

Modified Files:
buildtool.cfg buildtool.mk 
Log Message:
modules owner and permissions can and should be set in /etc/mdev.conf later, 
this files don't have any purpose anymore

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/root/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg   1 Mar 2008 16:23:32 -   1.1
--- buildtool.cfg   2 Mar 2008 19:22:52 -   1.2
***
*** 53,68 
  /File
  
- File root.dev.mod
-   Server = cvs-sourceforge
-   Revision = HEAD
-   Directory = root/skel
- /File
- 
- File root.dev.own
-   Server = cvs-sourceforge
-   Revision = HEAD
-   Directory = root/skel
- /File
- 
  Package
root
--- 53,56 
***
*** 339,354 
/File
File
-   Filename= var/lib/lrpkg/root.dev.mod
-   Source  = var/lib/lrpkg/root.dev.mod
-   Type= binary
-   Permissions = 644   
-   /File
-   File
-   Filename= var/lib/lrpkg/root.dev.own
-   Source  = var/lib/lrpkg/root.dev.own
-   Type= binary
-   Permissions = 644   
-   /File
-   File
Filename= var/lib/lrpkg/root.version
Target  = var/lib/lrpkg/initrd.version
--- 327,330 

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/The_UnNamed_One/apps/root/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk1 Mar 2008 16:23:32 -   1.1
--- buildtool.mk2 Mar 2008 19:22:52 -   1.2
***
*** 27,32 
cp -a update-rc.d $(ROOT_TARGET_DIR)/usr/sbin   
cp -a profile $(ROOT_TARGET_DIR)/root/.profile  
-   cp -a root.dev.mod $(ROOT_TARGET_DIR)/var/lib/lrpkg 

-   cp -a root.dev.own $(ROOT_TARGET_DIR)/var/lib/lrpkg 
cp -a $(ROOT_TARGET_DIR)/* $(BT_STAGING_DIR)
  
--- 27,30 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/dropbear dropbear-0.49.tar.gz, 1.1, NONE

2008-02-05 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/dropbear
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13565

Removed Files:
dropbear-0.49.tar.gz 
Log Message:
housekeeping

--- dropbear-0.49.tar.gz DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/busybox busybox-1.7.3.tar.bz2, 1.1, NONE

2008-02-05 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13953

Removed Files:
busybox-1.7.3.tar.bz2 
Log Message:
housekeeping

--- busybox-1.7.3.tar.bz2 DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/webconf webconf-20070403.tar.gz, 1.1, NONE

2008-02-05 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/webconf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14371

Removed Files:
webconf-20070403.tar.gz 
Log Message:
housekeeping

--- webconf-20070403.tar.gz DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/tor tor-0.1.2.15.tar.gz, 1.1, NONE

2007-08-08 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/tor
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15897

Removed Files:
tor-0.1.2.15.tar.gz 
Log Message:
housekeeping ;-)

--- tor-0.1.2.15.tar.gz DELETED ---


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/config/webconf/etc/webconf webconf-expert.webconf, 1.1, 1.2

2007-04-05 Thread Eric Spakman
Update of /cvsroot/leaf/src/config/webconf/etc/webconf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32166

Modified Files:
webconf-expert.webconf 
Log Message:
remove old dead link

Index: webconf-expert.webconf
===
RCS file: /cvsroot/leaf/src/config/webconf/etc/webconf/webconf-expert.webconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** webconf-expert.webconf  29 Nov 2004 16:51:08 -  1.1
--- webconf-expert.webconf  5 Apr 2007 17:44:20 -   1.2
***
*** 1,3 
  displayname:80Save To Disk
- expert:20Destinations:/lrcfg.pkgdisks.cgi
  expert:30Edit leaf.cfg:/leafcfg.cgi
--- 1,2 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 lcd4linx.lrp,1.1,1.2

2007-03-29 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8738

Modified Files:
lcd4linx.lrp 
Log Message:
update to version 0.10.1-RC1

Index: lcd4linx.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/lcd4linx.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsIqfG0b and /tmp/cvsuKuBuV differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/busybox busybox-1.5.0.tar.bz2, NONE, 1.1 buildtool.cfg, 1.20, 1.21 buildtool.mk, 1.21, 1.22 busybox-snapshot.tar.bz2, 1.2, NONE

2007-03-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24203

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
busybox-1.5.0.tar.bz2 
Removed Files:
busybox-snapshot.tar.bz2 
Log Message:
upgrade to busybox-1.5.0

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.mk,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** buildtool.mk15 Feb 2007 21:01:24 -  1.21
--- buildtool.mk23 Mar 2007 13:03:38 -  1.22
***
*** 8,12 
  include $(MASTERMAKEFILE)
  
! BUSYBOX_DIR=busybox
  BUSYBOX_BUILD_DIR=$(BT_BUILD_DIR)/busybox
  
--- 8,12 
  include $(MASTERMAKEFILE)
  
! BUSYBOX_DIR=busybox-1.5.0
  BUSYBOX_BUILD_DIR=$(BT_BUILD_DIR)/busybox
  

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.cfg,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** buildtool.cfg   15 Feb 2007 21:01:24 -  1.20
--- buildtool.cfg   23 Mar 2007 13:03:38 -  1.21
***
*** 5,9 
  /File
  
! File busybox-snapshot.tar.bz2
Server = cvs-sourceforge
envname = BUSYBOX_SOURCE
--- 5,9 
  /File
  
! File busybox-1.5.0.tar.bz2
Server = cvs-sourceforge
envname = BUSYBOX_SOURCE

--- busybox-snapshot.tar.bz2 DELETED ---

--- NEW FILE: busybox-1.5.0.tar.bz2 ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/initrd buildtool.cfg, 1.35, 1.36

2007-03-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/initrd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24636

Modified Files:
buildtool.cfg 
Log Message:
update revision

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/initrd/buildtool.cfg,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** buildtool.cfg   20 Mar 2007 20:05:40 -  1.35
--- buildtool.cfg   23 Mar 2007 13:04:31 -  1.36
***
*** 66,70 
  
Version = 3.1
!   Revision = 2

Help EOF
--- 66,70 
  
Version = 3.1
!   Revision = 3

Help EOF
***
*** 104,108 
  
Version = 3.1
!   Revision = 2

Help EOF
--- 104,108 
  
Version = 3.1
!   Revision = 3

Help EOF
***
*** 166,170 
  
Version = 3.1
!   Revision = 2

Help EOF
--- 166,170 
  
Version = 3.1
!   Revision = 3

Help EOF
***
*** 247,251 
  
Version = 3.1
!   Revision = 2

Help EOF
--- 247,251 
  
Version = 3.1
!   Revision = 3

Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 config.lrp,1.15,1.16

2007-03-22 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24765

Modified Files:
config.lrp 
Log Message:
small cosmetic fix

Index: config.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/config.lrp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
Binary files /tmp/cvskdK8xM and /tmp/cvsDtpqTg differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 libpcap.lrp, 1.1, 1.2 pmacctd.lrp, 1.1, 1.2 ppp-filter.lrp, 1.4, 1.5 snort-sql.lrp, 1.3, 1.4 snort.lrp, 1.3, 1.4 tcpdump.lrp, 1.1, 1.2

2007-03-21 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25242

Modified Files:
libpcap.lrp pmacctd.lrp ppp-filter.lrp snort-sql.lrp snort.lrp 
tcpdump.lrp 
Log Message:
libpcap-0.9.5, tcpdump-0.9.5, pmacctd-0.11.3 and recompiles against 
libpcap-0.9.5

Index: libpcap.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/libpcap.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsYNqMo4 and /tmp/cvsNdGOTV differ

Index: pmacctd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/pmacctd.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsrNzGX7 and /tmp/cvsZre8CZ differ

Index: snort.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/snort.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvs62oZU5 and /tmp/cvsKc8lLX differ

Index: ppp-filter.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/ppp-filter.lrp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvsq3R9Aa and /tmp/cvsytF9w2 differ

Index: tcpdump.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/tcpdump.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsIWDYNd and /tmp/cvsGLruP5 differ

Index: snort-sql.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/snort-sql.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsyCThJe and /tmp/cvsopR5R6 differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/knockd buildtool.cfg, 1.12, 1.13

2007-03-21 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/knockd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19945

Modified Files:
buildtool.cfg 
Log Message:
update revision because of new libpcap

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/knockd/buildtool.cfg,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** buildtool.cfg   12 Feb 2007 19:09:13 -  1.12
--- buildtool.cfg   21 Mar 2007 18:44:51 -  1.13
***
*** 33,37 
knockd
Version = 0.5
!   Revision = 1
  
Help EOF
--- 33,37 
knockd
Version = 0.5
!   Revision = 2
  
Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/testing knockd.lrp, 1.1, 1.2

2007-03-21 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/testing
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25242/testing

Modified Files:
knockd.lrp 
Log Message:
libpcap-0.9.5, tcpdump-0.9.5, pmacctd-0.11.3 and recompiles against 
libpcap-0.9.5

Index: knockd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/testing/knockd.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsPTALiI and /tmp/cvsEE6Y7A differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/snort buildtool.cfg,1.8,1.9

2007-03-21 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/snort
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20418

Modified Files:
buildtool.cfg 
Log Message:
update revision because of new libpcap

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/snort/buildtool.cfg,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** buildtool.cfg   29 Nov 2006 21:20:40 -  1.8
--- buildtool.cfg   21 Mar 2007 18:45:36 -  1.9
***
*** 50,54 
snort
Version 2.4.5
!   Revision = 2
  
Help EOF
--- 50,54 
snort
Version 2.4.5
!   Revision = 3
  
Help EOF
***
*** 89,93 

Version 2.4.5
!   Revision = 2
  
Help EOF
--- 89,93 

Version 2.4.5
!   Revision = 3
  
Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/root/skel profile,1.1,1.2

2007-03-21 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/root/skel
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv21182

Modified Files:
profile 
Log Message:
check for existence of root password at login

Index: profile
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/root/skel/profile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** profile 11 Oct 2004 13:53:19 -  1.1
--- profile 21 Mar 2007 21:08:00 -  1.2
***
*** 7,10 
--- 7,13 
  umask 022
  
+ RPW=`grep root /etc/shadow | sed 's/root://' | sed 's/:.*//'`
+ if test -z $RPW; then passwd; fi
+ 
  #Uncomment to run at login
  /usr/sbin/lrcfg


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/2.4.34 root.lrp,1.2,1.3

2007-03-21 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23357

Modified Files:
root.lrp 
Log Message:
check for existence of root password at login

Index: root.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/root.lrp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvsKZz2b9 and /tmp/cvsaP4qCx differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/etc/skel inittab,1.1,1.2

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/etc/skel
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8291/skel

Modified Files:
inittab 
Log Message:
updates for busybox init

Index: inittab
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/inittab,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** inittab 14 Oct 2004 19:09:29 -  1.1
--- inittab 20 Mar 2007 19:52:49 -  1.2
***
*** 1,72 
! # /etc/inittab: init(8) configuration.
! # $Id$
! 
! # The default runlevel.
! id:2:initdefault:
  
  # Boot-time system configuration/initialization script.
! # This is run first except when booting in emergency (-b) mode.
! si::sysinit:/etc/init.d/rcS
! 
! # What to do in single-user mode.
! ~~:S:wait:/sbin/sulogin
! 
! # /etc/init.d executes the S and K scripts upon change
! # of runlevel.
! #
! # Runlevel 0 is halt.
! # Runlevel 1 is single-user.
! # Runlevels 2-5 are multi-user.
! # Runlevel 6 is reboot.
! 
! l0:0:wait:/etc/init.d/rc 0
! l1:1:wait:/etc/init.d/rc 1
! l2:2:wait:/etc/init.d/rc 2
! l3:3:wait:/etc/init.d/rc 3
! l4:4:wait:/etc/init.d/rc 4
! l5:5:wait:/etc/init.d/rc 5
! l6:6:wait:/etc/init.d/rc 6
! 
! # Normally not reached, but fallthrough in case of emergency.
! #z6:6:respawn:/sbin/sulogin
! 
! # What to do when CTRL-ALT-DEL is pressed.
! #ca:12345:ctrlaltdel:/sbin/shutdown -t1 -r now
! 
! # Action on special keypress (ALT-UpArrow).
! kb::kbrequest:/bin/echo Keyboard Request--edit /etc/inittab to let this 
work.
! 
! # What to do when the power fails/returns.
! pf::powerwait:/etc/init.d/powerfail start
! pn::powerfailnow:/etc/init.d/powerfail now
! po::powerokwait:/etc/init.d/powerfail stop
  
! # /sbin/getty invocations for the runlevels.
! #
! # The id field MUST be the same as the last
! # characters of the device (after tty).
  #
  # Format:
! #  id:runlevels:action:process
! 1:2345:respawn:/sbin/getty 38400 tty1 
! 2:23:respawn:/sbin/getty 38400 tty2
! #3:23:respawn:/sbin/getty 38400 tty3
! #4:23:respawn:/sbin/getty 38400 tty4
! #5:23:respawn:/sbin/getty 38400 tty5
! #6:23:respawn:/sbin/getty 38400 tty6
  
  # Example how to put a getty on a serial line (for a terminal)
  #
! #T0:23:respawn:/sbin/getty -L ttyS0 19200 vt100
! #T1:23:respawn:/sbin/getty -L ttyS1 19200 vt100
  
  # Example how to put a getty on a modem line.
  #
! #T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
  
! #Example how to run portslave
! #
! #T0:23:respawn:+/usr/sbin/portslave 0
! #T1:23:respawn:+/usr/sbin/portslave 1
! #T2:23:respawn:+/usr/sbin/portslave 2
! #T3:23:respawn:+/usr/sbin/portslave 3
--- 1,28 
! # /etc/inittab: configuration.
  
  # Boot-time system configuration/initialization script.
! ::sysinit:/etc/init.d/rcS
! ::wait:/etc/init.d/rc 2
  
! # /sbin/getty invocations for selected ttys
  #
  # Format:
! #  id::action:process
! tty1::respawn:/sbin/getty 38400 tty1
! tty2::respawn:/sbin/getty 38400 tty2
  
  # Example how to put a getty on a serial line (for a terminal)
  #
! #ttyS0::respawn:/sbin/getty -L ttyS0 19200 vt100
! #ttyS1::respawn:/sbin/getty -L ttyS1 19200 vt100
  
  # Example how to put a getty on a modem line.
  #
! #ttyS3::respawn:/sbin/mgetty -x0 -s 57600 ttyS3
  
! # Stuff to do when restarting the init process
! ::restart:/sbin/init
! 
! # Stuff to do before rebooting
! #::ctrlaltdel:/sbin/reboot
! ::shutdown:/etc/init.d/rc 0


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/etc/skel/default rcS.default, 1.1, 1.2

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/default
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8291/skel/default

Modified Files:
rcS.default 
Log Message:
updates for busybox init

Index: rcS.default
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/default/rcS.default,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rcS.default 16 Oct 2004 01:30:44 -  1.1
--- rcS.default 20 Mar 2007 19:52:50 -  1.2
***
*** 10,15 
  # Set GMT=-u if your system clock is set to GMT, and GMT= if not.
  GMT=-u
- # Set VERBOSE to no if you would like a more quiet bootup.
- VERBOSE=yes
  # Set EDITMOTD to no if you don't want /etc/motd to be editted automatically
  EDITMOTD=yes
--- 10,13 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/root buildtool.cfg,1.27,1.28

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/root
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8776

Modified Files:
buildtool.cfg 
Log Message:
updates for busybox init

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/root/buildtool.cfg,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** buildtool.cfg   23 Jan 2007 22:12:34 -  1.27
--- buildtool.cfg   20 Mar 2007 19:53:44 -  1.28
***
*** 239,248 
/File 
File
-   Filename= sbin/halt
-   Source  = sbin/halt
-   Type= binary
-   Permissions = 755   
-   /File
-   File
Filename= sbin/ip
Source  = sbin/ip
--- 239,242 
***
*** 251,282 
/File
File
-   Filename= sbin/runlevel
-   Source  = sbin/runlevel
-   Type= binary
-   Permissions = 755   
-   /File
-   File
-   Filename= sbin/shutdown
-   Source  = sbin/shutdown
-   Type= binary
-   Permissions = 755   
-   /File
-   File
-   Filename= sbin/init
-   Source  = sbin/init
-   Type= binary
-   Permissions = 755   
-   /File
-   File
-   Filename= sbin/telinit
-   Target  = sbin/init
-   Type= link
-   /File 
-   File
-   Filename= sbin/reboot
-   Target  = sbin/halt
-   Type= link
-   /File
-   File
Filename= usr/share
Type= directory
--- 245,248 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/etc buildtool.cfg, 1.26, 1.27 buildtool.mk, 1.4, 1.5

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/etc
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8291

Modified Files:
buildtool.cfg buildtool.mk 
Log Message:
updates for busybox init

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/etc/buildtool.cfg,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** buildtool.cfg   4 Jan 2007 22:37:22 -   1.26
--- buildtool.cfg   20 Mar 2007 19:52:47 -  1.27
***
*** 191,200 
  /File
  
- File halt
-   Server = cvs-sourceforge
-   Revision = HEAD
-   Directory = etc/skel/init.d
- /File
- 
  File hostname.sh
Server = cvs-sourceforge
--- 191,194 
***
*** 227,236 
  /File
  
- File mountnfs.sh
-   Server = cvs-sourceforge
-   Revision = HEAD
-   Directory = etc/skel/init.d
- /File
- 
  File networking
Server = cvs-sourceforge
--- 221,224 
***
*** 257,266 
  /File
  
- File reboot
-   Server = cvs-sourceforge
-   Revision = HEAD
-   Directory = etc/skel/init.d
- /File
- 
  File rmnologin
Server = cvs-sourceforge
--- 245,248 
***
*** 269,279 
  /File
  
! File sendsigs
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = etc/skel/init.d
! /File
! 
! File single
Server = cvs-sourceforge
Revision = HEAD
--- 251,255 
  /File
  
! File sysklogd
Server = cvs-sourceforge
Revision = HEAD
***
*** 281,285 
  /File
  
! File sysklogd
Server = cvs-sourceforge
Revision = HEAD
--- 257,261 
  /File
  
! File klogd
Server = cvs-sourceforge
Revision = HEAD
***
*** 633,642 
/File
File
-   Filename= etc/init.d/halt
-   Source  = etc/init.d/halt
-   Type= binary
-   Permissions = 755   
-   /File
-   File
Filename= etc/init.d/hostname.sh
Source  = etc/init.d/hostname.sh
--- 609,612 
***
*** 669,678 
/File
File
-   Filename= etc/init.d/mountnfs.sh
-   Source  = etc/init.d/mountnfs.sh
-   Type= binary
-   Permissions = 755   
-   /File
-   File
Filename= etc/init.d/networking
Source  = etc/init.d/networking
--- 639,642 
***
*** 699,708 
/File
File
-   Filename= etc/init.d/reboot
-   Source  = etc/init.d/reboot
-   Type= binary
-   Permissions = 755   
-   /File
-   File
Filename= etc/init.d/rmnologin
Source  = etc/init.d/rmnologin
--- 663,666 
***
*** 711,728 
/File
File
!   Filename= etc/init.d/sendsigs
!   Source  = etc/init.d/sendsigs
!   Type= binary
!   Permissions = 755   
!   /File
!   File
!   Filename= etc/init.d/single
!   Source  = etc/init.d/single
Type= binary
Permissions = 755   
/File
File
!   Filename= etc/init.d/sysklogd
!   Source  = etc/init.d/sysklogd
Type= binary
Permissions = 755   
--- 669,680 
/File
File
!   Filename= etc/init.d/sysklogd
!   Source  = etc/init.d/sysklogd
Type= binary
Permissions = 755   
/File
File
!   Filename= etc/init.d/klogd
!   Source  = etc/init.d/klogd
Type= binary
Permissions = 755  

[leaf-cvs-ci] src/bering-uclibc/apps/busybox .config, 1.13, 1.14 busybox-snapshot.tar.bz2, 1.1, 1.2 psargs.patch, 1.2, 1.3

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9226

Modified Files:
.config busybox-snapshot.tar.bz2 psargs.patch 
Log Message:
updates for busybox init

Index: busybox-snapshot.tar.bz2
===
RCS file: 
/cvsroot/leaf/src/bering-uclibc/apps/busybox/busybox-snapshot.tar.bz2,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvs37ZRzx and /tmp/cvsH2cJkg differ

Index: psargs.patch
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/psargs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** psargs.patch23 Jan 2007 22:04:39 -  1.2
--- psargs.patch20 Mar 2007 19:55:09 -  1.3
***
*** 6,10 
   #if ENABLE_FEATURE_PS_WIDE
opt_complementary = -:ww;
! - USE_SELINUX(i =) getopt32(argc, argv, USE_SELINUX(c) w, w_count);
  + for (len = 1; len  argc; len++) {
  + char *c;
--- 6,10 
   #if ENABLE_FEATURE_PS_WIDE
opt_complementary = -:ww;
! - USE_SELINUX(i =) getopt32(argc, argv, USE_SELINUX(Z) w, w_count);
  + for (len = 1; len  argc; len++) {
  + char *c;

Index: .config
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/.config,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** .config 15 Feb 2007 21:01:24 -  1.13
--- .config 20 Mar 2007 19:55:09 -  1.14
***
*** 2,6 
  # Automatically generated make config: don't edit
  # Busybox version: 1.5.0.svn
! # Mon Feb  5 23:21:15 2007
  #
  CONFIG_HAVE_DOT_CONFIG=y
--- 2,6 
  # Automatically generated make config: don't edit
  # Busybox version: 1.5.0.svn
! # Sun Mar 18 20:45:44 2007
  #
  CONFIG_HAVE_DOT_CONFIG=y
***
*** 180,184 
  CONFIG_MKDIR=y
  # CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set
! # CONFIG_MKFIFO is not set
  CONFIG_MKNOD=y
  CONFIG_MV=y
--- 180,184 
  CONFIG_MKDIR=y
  # CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set
! CONFIG_MKFIFO=y
  CONFIG_MKNOD=y
  CONFIG_MV=y
***
*** 329,340 
  # Init Utilities
  #
! # CONFIG_INIT is not set
  # CONFIG_DEBUG_INIT is not set
! # CONFIG_FEATURE_USE_INITTAB is not set
! # CONFIG_FEATURE_INIT_SCTTY is not set
! # CONFIG_FEATURE_EXTRA_QUIET is not set
  # CONFIG_FEATURE_INIT_COREDUMPS is not set
  # CONFIG_FEATURE_INITRD is not set
! # CONFIG_HALT is not set
  # CONFIG_MESG is not set
  
--- 329,341 
  # Init Utilities
  #
! CONFIG_INIT=y
  # CONFIG_DEBUG_INIT is not set
! CONFIG_FEATURE_USE_INITTAB=y
! CONFIG_FEATURE_INIT_SCTTY=y
! CONFIG_FEATURE_INIT_SYSLOG=y
! CONFIG_FEATURE_EXTRA_QUIET=y
  # CONFIG_FEATURE_INIT_COREDUMPS is not set
  # CONFIG_FEATURE_INITRD is not set
! CONFIG_HALT=y
  # CONFIG_MESG is not set
  
***
*** 456,459 
--- 457,461 
  # CONFIG_ADJTIMEX is not set
  # CONFIG_BBCONFIG is not set
+ # CONFIG_CHRT is not set
  # CONFIG_CROND is not set
  # CONFIG_DEBUG_CROND_OPTION is not set
***
*** 589,592 
--- 591,595 
  # CONFIG_FEATURE_UDHCP_SYSLOG is not set
  # CONFIG_FEATURE_UDHCP_DEBUG is not set
+ # CONFIG_FEATURE_RFC3397 is not set
  # CONFIG_VCONFIG is not set
  # CONFIG_WGET is not set
***
*** 677,678 
--- 680,690 
  # CONFIG_ENVDIR is not set
  # CONFIG_SOFTLIMIT is not set
+ # CONFIG_CHCON is not set
+ # CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set
+ # CONFIG_GETENFORCE is not set
+ # CONFIG_GETSEBOOL is not set
+ # CONFIG_MATCHPATHCON is not set
+ # CONFIG_RUNCON is not set
+ # CONFIG_FEATURE_RUNCON_LONG_OPTIONS is not set
+ # CONFIG_SELINUXENABLED is not set
+ # CONFIG_SETENFORCE is not set


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/madwifi madwifi-0.9.3.tar.gz, NONE, 1.1 buildtool.cfg, 1.15, 1.16 buildtool.mk, 1.19, 1.20 madwifi-0.9.2.1.tar.gz, 1.1, NONE

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/madwifi
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10040

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
madwifi-0.9.3.tar.gz 
Removed Files:
madwifi-0.9.2.1.tar.gz 
Log Message:
update to version 0.9.3

--- NEW FILE: madwifi-0.9.3.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/buildtool.mk,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** buildtool.mk8 Dec 2006 20:40:03 -   1.19
--- buildtool.mk20 Mar 2007 19:57:11 -  1.20
***
*** 7,11 
  include $(MASTERMAKEFILE)
  
! MADWIFI_DIR:=madwifi-0.9.2.1
  
  # set ATH_RATE, rate module to link the module with
--- 7,11 
  include $(MASTERMAKEFILE)
  
! MADWIFI_DIR:=madwifi-0.9.3
  
  # set ATH_RATE, rate module to link the module with

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/madwifi/buildtool.cfg,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** buildtool.cfg   8 Dec 2006 20:40:03 -   1.15
--- buildtool.cfg   20 Mar 2007 19:57:11 -  1.16
***
*** 5,9 
  /File
  
! File madwifi-0.9.2.1.tar.gz
Server = cvs-sourceforge
Directory = madwifi
--- 5,9 
  /File
  
! File madwifi-0.9.3.tar.gz
Server = cvs-sourceforge
Directory = madwifi
***
*** 33,37 
  Package
madwifi
!   Version 0.9.2.1
Revision = 1
  
--- 33,37 
  Package
madwifi
!   Version 0.9.3
Revision = 1
  

--- madwifi-0.9.2.1.tar.gz DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/buildtool/conf sources.cfg, 1.147, 1.148

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/buildtool/conf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10868

Modified Files:
sources.cfg 
Log Message:
updates for busybox init

Index: sources.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/conf/sources.cfg,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** sources.cfg 23 Jan 2007 22:20:19 -  1.147
--- sources.cfg 20 Mar 2007 19:58:44 -  1.148
***
*** 1503,1515 
  #/Source
  
! Source sysvinit
! Server = cvs-sourceforge
! Revision = HEAD
! Directory = sysvinit
! Description = sysvinit
! Requires
!   Name = buildenv
! /Requires
! /Source
  
  Source etherwake
--- 1503,1515 
  #/Source
  
! #Source sysvinit
! #Server = cvs-sourceforge
! #Revision = HEAD
! #Directory = sysvinit
! #Description = sysvinit
! #Requires
! # Name = buildenv
! #/Requires
! #/Source
  
  Source etherwake
***
*** 1641,1645 
Name = iproute
Name = tcp_wrappers
!   Name = sysvinit
Name = e3
  /Requires
--- 1641,1645 
Name = iproute
Name = tcp_wrappers
! # Name = sysvinit
Name = e3
  /Requires


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/initrd buildtool.cfg, 1.34, 1.35

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/initrd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13936

Modified Files:
buildtool.cfg 
Log Message:
update revision

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/initrd/buildtool.cfg,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** buildtool.cfg   23 Jan 2007 21:48:05 -  1.34
--- buildtool.cfg   20 Mar 2007 20:05:40 -  1.35
***
*** 66,70 
  
Version = 3.1
!   Revision = 1

Help EOF
--- 66,70 
  
Version = 3.1
!   Revision = 2

Help EOF
***
*** 104,108 
  
Version = 3.1
!   Revision = 1

Help EOF
--- 104,108 
  
Version = 3.1
!   Revision = 2

Help EOF
***
*** 166,170 
  
Version = 3.1
!   Revision = 1

Help EOF
--- 166,170 
  
Version = 3.1
!   Revision = 2

Help EOF
***
*** 247,251 
  
Version = 3.1
!   Revision = 1

Help EOF
--- 247,251 
  
Version = 3.1
!   Revision = 2

Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/bering-uclibc/packages Bering-uClibc_modules_2.4.34.tar.gz, 1.1, 1.2

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/bin/bering-uclibc/packages
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32640

Modified Files:
Bering-uClibc_modules_2.4.34.tar.gz 
Log Message:
madwifi updated to version 0.9.3

Index: Bering-uClibc_modules_2.4.34.tar.gz
===
RCS file: 
/cvsroot/leaf/bin/bering-uclibc/packages/Bering-uClibc_modules_2.4.34.tar.gz,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsraMHiU and /tmp/cvs0YC29r differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/hostapd buildtool.cfg, 1.1, 1.2

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/hostapd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1553

Modified Files:
buildtool.cfg 
Log Message:
update revision because of madwifi update

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/hostapd/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg   4 Jan 2007 22:26:50 -   1.1
--- buildtool.cfg   20 Mar 2007 20:53:00 -  1.2
***
*** 47,51 
hostapd
Version = 0.5.7
!   Revision = 1

Help EOF
--- 47,51 
hostapd
Version = 0.5.7
!   Revision = 2

Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/wpasupplicant buildtool.cfg, 1.13, 1.14

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/wpasupplicant
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1963

Modified Files:
buildtool.cfg 
Log Message:
update revision because of madwifi update

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wpasupplicant/buildtool.cfg,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** buildtool.cfg   4 Jan 2007 22:33:42 -   1.13
--- buildtool.cfg   20 Mar 2007 20:53:24 -  1.14
***
*** 39,43 
wpasupp
Version = 0.5.7
!   Revision = 1
  
Help EOF
--- 39,43 
wpasupp
Version = 0.5.7
!   Revision = 2
  
Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/webconf webconf-20070217.tar.gz, 1.1, NONE

2007-03-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/webconf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25887

Removed Files:
webconf-20070217.tar.gz 
Log Message:
housekeeping

--- webconf-20070217.tar.gz DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 initrd.lrp, 1.11, 1.12 initrd_ide.lrp, 1.11, 1.12 initrd_ide_cd.lrp, 1.11, 1.12 initrd_usb.lrp, 1.11, 1.12

2007-03-09 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24880

Modified Files:
initrd.lrp initrd_ide.lrp initrd_ide_cd.lrp initrd_usb.lrp 
Log Message:
update version number for Bering-uClibc 3.0.2

Index: initrd_ide_cd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/initrd_ide_cd.lrp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
Binary files /tmp/cvsu9N53T and /tmp/cvs4joWNU differ

Index: initrd_usb.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/initrd_usb.lrp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
Binary files /tmp/cvsN5kdh2 and /tmp/cvs029ua3 differ

Index: initrd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/initrd.lrp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
Binary files /tmp/cvs3zZGB6 and /tmp/cvsHXETB7 differ

Index: initrd_ide.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/initrd_ide.lrp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
Binary files /tmp/cvs7wu9a8 and /tmp/cvs4Wjpi9 differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/bering-uclibc/packages Bering-uClibc_modules_2.4.33.tar.gz, 1.8, 1.9

2007-03-09 Thread Eric Spakman
Update of /cvsroot/leaf/bin/bering-uclibc/packages
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26848

Modified Files:
Bering-uClibc_modules_2.4.33.tar.gz 
Log Message:
add rt2400 module

Index: Bering-uClibc_modules_2.4.33.tar.gz
===
RCS file: 
/cvsroot/leaf/bin/bering-uclibc/packages/Bering-uClibc_modules_2.4.33.tar.gz,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
Binary files /tmp/cvs0uAmq6 and /tmp/cvs4yuUAD differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/dropbear dropbear-0.49.tar.gz, NONE, 1.1 buildtool.cfg, 1.11, 1.12 buildtool.mk, 1.9, 1.10 options.h, 1.11, 1.12 dropbear-0.48.1.tar.gz, 1.1, NONE

2007-03-05 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/dropbear
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24409

Modified Files:
buildtool.cfg buildtool.mk options.h 
Added Files:
dropbear-0.49.tar.gz 
Removed Files:
dropbear-0.48.1.tar.gz 
Log Message:
update to version 0.49

Index: options.h
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/options.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** options.h   15 Mar 2006 19:36:28 -  1.11
--- options.h   5 Mar 2007 21:17:08 -   1.12
***
*** 15,18 
--- 15,23 
  #endif
  
+ #ifndef DROPBEAR_DEFADDRESS
+ /* Listen on all interfaces */
+ #define DROPBEAR_DEFADDRESS 
+ #endif
+ 
  /* Default hostkey paths - these can be specified on the command line */
  #ifndef DSS_PRIV_FILENAME
***
*** 129,133 
  
  #define ENABLE_SVR_PASSWORD_AUTH
! /* #define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */
  #define ENABLE_SVR_PUBKEY_AUTH
  
--- 134,138 
  
  #define ENABLE_SVR_PASSWORD_AUTH
! /*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */
  #define ENABLE_SVR_PUBKEY_AUTH
  
***
*** 178,182 
  #endif
  
! /* The file to store the daemon's process ID, for shutdown scripts etc */
  #ifndef DROPBEAR_PIDFILE
  #define DROPBEAR_PIDFILE /var/run/dropbear.pid
--- 183,188 
  #endif
  
! /* The default file to store the daemon's process ID, for shutdown
!scripts etc. This can be overridden with the -P flag */
  #ifndef DROPBEAR_PIDFILE
  #define DROPBEAR_PIDFILE /var/run/dropbear.pid
***
*** 200,205 
  #define _PATH_SSH_PROGRAM /usr/bin/dbclient
  
! /* Multi-purpose binary configuration has now moved. Look at the top
!  * of the Makefile for instructions, or INSTALL */
  
  /***
--- 206,213 
  #define _PATH_SSH_PROGRAM /usr/bin/dbclient
  
! /* Whether to log commands executed by a client. This only logs the 
!  * (single) command sent to the server, not what a user did in a 
!  * shell/sftp session etc. */
! /* #define LOG_COMMANDS */
  
  /***
***
*** 208,212 
  
  #ifndef DROPBEAR_VERSION
! #define DROPBEAR_VERSION 0.48
  #endif
  
--- 216,220 
  
  #ifndef DROPBEAR_VERSION
! #define DROPBEAR_VERSION 0.49
  #endif
  
***
*** 251,254 
--- 259,265 
 ipv4 and ipv6 
don't count twice */
  
+ /* Each port might have at least a v4 and a v6 address */
+ #define MAX_LISTEN_ADDR (DROPBEAR_MAX_PORTS*3)
+ 
  #define _PATH_TTY /dev/tty
  
***
*** 301,305 
  
  /* size/count limits */
- #define MAX_LISTEN_ADDR 10
  
  #define MAX_PACKET_LEN 35000
--- 312,315 

--- dropbear-0.48.1.tar.gz DELETED ---

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/buildtool.mk,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** buildtool.mk10 Sep 2006 18:34:24 -  1.9
--- buildtool.mk5 Mar 2007 21:17:06 -   1.10
***
*** 2,6 
  include $(MASTERMAKEFILE)
  
! DROPBEAR_DIR:=dropbear-0.48.1
  DROPBEAR_TARGET_DIR:=$(BT_BUILD_DIR)/dropbear
  
--- 2,6 
  include $(MASTERMAKEFILE)
  
! DROPBEAR_DIR:=dropbear-0.49
  DROPBEAR_TARGET_DIR:=$(BT_BUILD_DIR)/dropbear
  

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dropbear/buildtool.cfg,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.cfg   12 Sep 2006 17:54:37 -  1.11
--- buildtool.cfg   5 Mar 2007 21:17:06 -   1.12
***
*** 5,9 
  /File
  
! File dropbear-0.48.1.tar.gz
Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File dropbear-0.49.tar.gz
Server = cvs-sourceforge
Revision = HEAD
***
*** 33,38 
  Package
dropbear
!   Version = 0.48.1
!   Revision = 3
  
Help EOF
--- 33,38 
  Package
dropbear
!   Version = 0.49
!   Revision = 1
  
Help EOF
***
*** 103,107 
/dropbear
dbclient
!   Version = 0.48.1
Revision = 1
  
--- 103,107 
/dropbear
dbclient
!   Version = 0.49
Revision = 1
  

--- NEW FILE: dropbear-0.49.tar.gz ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the 

[leaf-cvs-ci] bin/packages/uclibc-0.9/28 dbclient.lrp, 1.1, 1.2 dropbear.lrp, 1.3, 1.4

2007-03-05 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25346

Modified Files:
dbclient.lrp dropbear.lrp 
Log Message:
update to version 0.49

Index: dropbear.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/dropbear.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsjcSBYA and /tmp/cvsGW8fx8 differ

Index: dbclient.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/dbclient.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsIYaGHD and /tmp/cvsK19Mkb differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/contrib/ralink rt2400-1.2.2-b3.tar.gz, NONE, 1.1 buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/contrib/ralink
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv24480

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
rt2400-1.2.2-b3.tar.gz 
Log Message:
added rt2400 code by Erich Titl

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/contrib/ralink/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk3 Aug 2006 20:31:34 -   1.1
--- buildtool.mk27 Feb 2007 17:31:34 -  1.2
***
*** 1,4 
--- 1,5 
  include $(MASTERMAKEFILE)
  
+ RT2400_DIR:=rt2400-1.2.2-b3
  RT2500_DIR:=rt2500-1.1.0-b4
  RT2570_DIR:=rt2570-1.1.0-b2
***
*** 6,9 
--- 7,11 
  
  .source:
+   zcat $(RT2400_SOURCE) | tar -xvf -  
zcat $(RT2500_SOURCE) | tar -xvf -  
zcat $(RT2570_SOURCE) | tar -xvf -  
***
*** 14,24 
  .build: .source
mkdir -p $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
(cd $(RT2500_DIR)/Module ; \
$(MAKE) CC=$(TARGET_CC) EXTRA_CFLAGS=$(BT_COPT_FLAGS) 
KERNDIR=$(BT_LINUX_DIR) PATCHLEVEL=4)
(cd $(RT2570_DIR)/Module ; \
$(MAKE) CC=$(TARGET_CC) EXTRA_CFLAGS=$(BT_COPT_FLAGS) 
KERNDIR=$(BT_LINUX_DIR) PATCHLEVEL=4)
cp $(RT2500_DIR)/Module/rt2500.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/
cp $(RT2570_DIR)/Module/rt2570.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/
!   $(BT_STRIP) $(STRIP_OPTIONS) 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/rt25?0.o
$(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
touch .build
--- 16,29 
  .build: .source
mkdir -p $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
+   (cd $(RT2400_DIR)/Module ; \
+   $(MAKE) CC=$(TARGET_CC) EXTRA_CFLAGS=$(BT_COPT_FLAGS) 
KERNDIR=$(BT_LINUX_DIR) PATCHLEVEL=4)
(cd $(RT2500_DIR)/Module ; \
$(MAKE) CC=$(TARGET_CC) EXTRA_CFLAGS=$(BT_COPT_FLAGS) 
KERNDIR=$(BT_LINUX_DIR) PATCHLEVEL=4)
(cd $(RT2570_DIR)/Module ; \
$(MAKE) CC=$(TARGET_CC) EXTRA_CFLAGS=$(BT_COPT_FLAGS) 
KERNDIR=$(BT_LINUX_DIR) PATCHLEVEL=4)
+   cp $(RT2400_DIR)/Module/rt2400.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/
cp $(RT2500_DIR)/Module/rt2500.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/
cp $(RT2570_DIR)/Module/rt2570.o 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/
!   $(BT_STRIP) $(STRIP_OPTIONS) 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/rt2??0.o
$(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
touch .build
***
*** 27,33 
  
  clean:
!   rm -f $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/rt25?0.o
-rmdir $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
$(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
-$(MAKE) -C $(RT2500_DIR) clean 
-$(MAKE) -C $(RT2570_DIR) clean 
--- 32,39 
  
  clean:
!   rm -f $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net/rt2??0.o
-rmdir $(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/net
$(BT_DEPMOD) -ae -b $(BT_STAGING_DIR) -r -F 
$(BT_STAGING_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/build/System.map 
$(BT_KERNEL_RELEASE)
+   -$(MAKE) -C $(RT2400_DIR) clean 
-$(MAKE) -C $(RT2500_DIR) clean 
-$(MAKE) -C $(RT2570_DIR) clean 
***
*** 35,38 
--- 41,45 
  
  srcclean: clean
+   rm -rf $(RT2400_DIR)
rm -rf $(RT2500_DIR)
rm -rf $(RT2570_DIR)

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/contrib/ralink/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg   3 Aug 2006 20:31:34 -   1.1
--- buildtool.cfg   27 Feb 2007 17:31:34 -  1.2
***
*** 5,8 
--- 5,15 
  /File
  
+ File rt2400-1.2.2-b3.tar.gz
+ Server = cvs-contrib-sourceforge
+   Revision = HEAD
+ Directory = ralink
+   envname = RT2400_SOURCE
+ /File
+ 
  File rt2500-1.1.0-b4.tar.gz
  Server = cvs-contrib-sourceforge

--- NEW FILE: rt2400-1.2.2-b3.tar.gz ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash

[leaf-cvs-ci] src/bering-uclibc/apps/wireless_tools wireless_tools.29.pre12.tar.gz, NONE, 1.1 buildtool.cfg, 1.9, 1.10 wireless_tools.29.pre11.tar.gz, 1.1, NONE

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/wireless_tools
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26595

Modified Files:
buildtool.cfg 
Added Files:
wireless_tools.29.pre12.tar.gz 
Removed Files:
wireless_tools.29.pre11.tar.gz 
Log Message:
update to version 29pre12

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wireless_tools/buildtool.cfg,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** buildtool.cfg   17 Feb 2007 11:42:49 -  1.9
--- buildtool.cfg   27 Feb 2007 17:36:50 -  1.10
***
*** 5,9 
  /File
  
! File wireless_tools.29.pre11.tar.gz
Server = cvs-sourceforge
Directory = wireless_tools
--- 5,9 
  /File
  
! File wireless_tools.29.pre12.tar.gz
Server = cvs-sourceforge
Directory = wireless_tools
***
*** 20,24 
  Package
wireless
!   Version  = 29pre11
Revision = 1
  
--- 20,24 
  Package
wireless
!   Version  = 29pre12
Revision = 1
  

--- wireless_tools.29.pre11.tar.gz DELETED ---

--- NEW FILE: wireless_tools.29.pre12.tar.gz ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/2.4.34 wireless.lrp, 1.2, 1.3

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27050

Modified Files:
wireless.lrp 
Log Message:
update to version 29pre12

Index: wireless.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/wireless.lrp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvsKgYP2c and /tmp/cvsu0WtE8 differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/webconf webconf-20061117.tar.gz, 1.1, NONE

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/webconf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2611

Removed Files:
webconf-20061117.tar.gz 
Log Message:
housekeeping

--- webconf-20061117.tar.gz DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/dmidecode dmidecode-2.9.tar.gz, NONE, 1.1 buildtool.cfg, 1.1, 1.2 buildtool.mk, 1.1, 1.2 dmidecode-2.8.tar.gz, 1.1, NONE

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/dmidecode
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18885

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
dmidecode-2.9.tar.gz 
Removed Files:
dmidecode-2.8.tar.gz 
Log Message:
update to version 2.9

--- NEW FILE: dmidecode-2.9.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dmidecode/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg   5 Feb 2006 19:03:34 -   1.1
--- buildtool.cfg   27 Feb 2007 18:29:36 -  1.2
***
*** 5,9 
  /File

! File dmidecode-2.8.tar.gz
Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File

! File dmidecode-2.9.tar.gz
Server = cvs-sourceforge
Revision = HEAD
***
*** 14,18 
  Package
dmidec
!   Version = 2.8
Revision = 1
  
--- 14,18 
  Package
dmidec
!   Version = 2.9
Revision = 1
  

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dmidecode/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk5 Feb 2006 19:03:34 -   1.1
--- buildtool.mk27 Feb 2007 18:29:36 -  1.2
***
*** 2,6 
  include $(MASTERMAKEFILE)
  
! DMI_DIR:=dmidecode-2.8
  DMI_TARGET_DIR:=$(BT_BUILD_DIR)/dmidecode
  
--- 2,6 
  include $(MASTERMAKEFILE)
  
! DMI_DIR:=dmidecode-2.9
  DMI_TARGET_DIR:=$(BT_BUILD_DIR)/dmidecode
  

--- dmidecode-2.8.tar.gz DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/testing dmidec.lrp, 1.1, 1.2

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/testing
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19168

Modified Files:
dmidec.lrp 
Log Message:
update to version 2.9

Index: dmidec.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/testing/dmidec.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsaBmu71 and /tmp/cvshquq44 differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/initrd root.dev.mk,1.3,1.4

2007-02-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/initrd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11093

Modified Files:
root.dev.mk 
Log Message:
null device already created in root.blk.mk

Index: root.dev.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/initrd/root.dev.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** root.dev.mk 29 Jun 2005 16:58:47 -  1.3
--- root.dev.mk 27 Feb 2007 21:48:39 -  1.4
***
*** 54,58 
  mknod mem c 1 1 null 21
  mknod kmem c 1 2 null 21
! mknod null c 1 3 null 21
  mknod port c 1 4 null 21
  mknod zero c 1 5 null 21
--- 54,58 
  mknod mem c 1 1 null 21
  mknod kmem c 1 2 null 21
! #mknod null c 1 3 null 21
  mknod port c 1 4 null 21
  mknod zero c 1 5 null 21


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/2.4.34 initrd.lrp, 1.3, 1.4 initrd_ide.lrp, 1.3, 1.4 initrd_ide_cd.lrp, 1.3, 1.4 initrd_usb.lrp, 1.3, 1.4

2007-02-15 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30166

Modified Files:
initrd.lrp initrd_ide.lrp initrd_ide_cd.lrp initrd_usb.lrp 
Log Message:
update to busybox 1.5.0 svn prerelease

Index: initrd_ide_cd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_ide_cd.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsttDUNt and /tmp/cvsVjbMdy differ

Index: initrd_usb.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_usb.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsKmJlAy and /tmp/cvsI9AC8C differ

Index: initrd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvstASkWD and /tmp/cvs9XuSBI differ

Index: initrd_ide.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_ide.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvs0VtriI and /tmp/cvs9VpK5M differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/dnsmasq dnsmasq-2.38.tar.gz, NONE, 1.1 buildtool.cfg, 1.30, 1.31 buildtool.mk, 1.28, 1.29 dnsmasq-2.37.tar.gz, 1.1, NONE

2007-02-13 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26062

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
dnsmasq-2.38.tar.gz 
Removed Files:
dnsmasq-2.37.tar.gz 
Log Message:
update to version 2.38, bugfixes

--- NEW FILE: dnsmasq-2.38.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.cfg,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** buildtool.cfg   5 Feb 2007 21:47:47 -   1.30
--- buildtool.cfg   13 Feb 2007 19:30:38 -  1.31
***
*** 5,9 
  /File
  
! File dnsmasq-2.37.tar.gz
Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File dnsmasq-2.38.tar.gz
Server = cvs-sourceforge
Revision = HEAD
***
*** 21,25 
  Package
dnsmasq
!   Version = 2.37
Revision = 1
  
--- 21,25 
  Package
dnsmasq
!   Version = 2.38
Revision = 1
  

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.mk,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** buildtool.mk5 Feb 2007 21:47:47 -   1.28
--- buildtool.mk13 Feb 2007 19:30:38 -  1.29
***
*** 2,6 
  include $(MASTERMAKEFILE)
  
! DNSMASQ_DIR:=dnsmasq-2.37
  DNSMASQ_TARGET_DIR:=$(BT_BUILD_DIR)/dnsmasq
  
--- 2,6 
  include $(MASTERMAKEFILE)
  
! DNSMASQ_DIR:=dnsmasq-2.38
  DNSMASQ_TARGET_DIR:=$(BT_BUILD_DIR)/dnsmasq
  

--- dnsmasq-2.37.tar.gz DELETED ---


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 dnsmasq.lrp,1.6,1.7

2007-02-13 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26592

Modified Files:
dnsmasq.lrp 
Log Message:
update to version 2.38, bugfixes

Index: dnsmasq.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/dnsmasq.lrp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
Binary files /tmp/cvs0oW3Gj and /tmp/cvsC3e2Il differ


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/pmacctd pmacct-0.11.3.tar.gz, NONE, 1.1 pmacct.init, NONE, 1.1 buildtool.cfg, 1.19, 1.20 buildtool.mk, 1.16, 1.17 pmacct-0.10.1.tar.gz, 1.1, NONE pmacctd.init, 1.2

2007-02-13 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/pmacctd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1154

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
pmacct-0.11.3.tar.gz pmacct.init 
Removed Files:
pmacct-0.10.1.tar.gz pmacctd.init 
Log Message:
update to version 0.11.3 with sflow and netflow support

--- pmacct-0.10.1.tar.gz DELETED ---

--- NEW FILE: pmacct.init ---
#!/bin/sh
#
# start accounting daemon.

RCDLINKS=0,K50 1,K50 2,S50 3,S50 4,S50 5,S50 6,K50

PATH=/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/pmacctd
NAME=pmacctd
DESC=pmacctd accounting daemon
CONFFILE=/etc/pmacctd.conf
test -x $DAEMON || exit 0

case $1 in
start)
echo Starting $DESC: 
$DAEMON -f $CONFFILE
echo $NAME.
;;
stop)
echo Stopping $DESC: 
killall -INT $NAME
echo $NAME.
;;
restart|force-reload)
$0 stop
sleep 1
$0 start
;;
*)
N=/etc/init.d/$NAME
echo Usage: $N {start|stop|restart|force-reload}
exit 1
;;
esac

exit 0

--- NEW FILE: pmacct-0.11.3.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pmacctd/buildtool.mk,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** buildtool.mk13 May 2006 09:36:30 -  1.16
--- buildtool.mk13 Feb 2007 20:57:40 -  1.17
***
*** 2,6 
  include $(MASTERMAKEFILE)
  
! PMACCTD_DIR:=pmacct-0.10.1
  PMACCTD_TARGET_DIR:=$(BT_BUILD_DIR)/pmacctd
  
--- 2,6 
  include $(MASTERMAKEFILE)
  
! PMACCTD_DIR:=pmacct-0.11.3
  PMACCTD_TARGET_DIR:=$(BT_BUILD_DIR)/pmacctd
  
***
*** 12,16 
  
  $(PMACCTD_DIR)/.configured: $(PMACCTD_DIR)/.source
!   (cd $(PMACCTD_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) ./configure 
--prefix=/usr --enable-ipv6 --with-pcap-includes=$(BT_STAGING_DIR)/usr/include/ 
)
touch $(PMACCTD_DIR)/.configured
   
--- 12,20 
  
  $(PMACCTD_DIR)/.configured: $(PMACCTD_DIR)/.source
!   (cd $(PMACCTD_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) \
!   ./configure \
!   --prefix=/usr \
!   --enable-ipv6 \
!   --with-pcap-includes=$(BT_STAGING_DIR)/usr/include/ )
touch $(PMACCTD_DIR)/.configured
   
***
*** 20,26 
mkdir -p $(PMACCTD_TARGET_DIR)/usr/sbin 
make -C $(PMACCTD_DIR) all
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(PMACCTD_DIR)/src/pmacctd 
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(PMACCTD_DIR)/src/pmacct
!   cp -a pmacctd.init $(PMACCTD_TARGET_DIR)/etc/init.d/pmacctd
cp -a pmacctd.conf $(PMACCTD_TARGET_DIR)/etc
cp -a $(PMACCTD_DIR)/src/pmacctd $(PMACCTD_TARGET_DIR)/usr/sbin
--- 24,30 
mkdir -p $(PMACCTD_TARGET_DIR)/usr/sbin 
make -C $(PMACCTD_DIR) all
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(PMACCTD_DIR)/src/pmacctd 
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(PMACCTD_DIR)/src/pmacct
!   cp -a pmacct.init $(PMACCTD_TARGET_DIR)/etc/init.d/pmacct
cp -a pmacctd.conf $(PMACCTD_TARGET_DIR)/etc
cp -a $(PMACCTD_DIR)/src/pmacctd $(PMACCTD_TARGET_DIR)/usr/sbin

--- pmacctd.init DELETED ---

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pmacctd/buildtool.cfg,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** buildtool.cfg   26 Jun 2006 18:13:42 -  1.19
--- buildtool.cfg   13 Feb 2007 20:57:40 -  1.20
***
*** 5,9 
  /File
  
! File pmacct-0.10.1.tar.gz
Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File pmacct-0.11.3.tar.gz
Server = cvs-sourceforge
Revision = HEAD
***
*** 13,30 
  
  File pmacctd.conf
!  Server = cvs-sourceforge
!  Revision = HEAD
!  Directory = pmacctd
  /File
  
! File pmacctd.init
!  Server = cvs-sourceforge
!  Revision = HEAD
!  Directory = pmacctd
  /File

  Package
pmacctd
!   Version = 0.10.1
Revision = 1
  
--- 13,30 
  
  File pmacctd.conf
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = pmacctd
  /File
  
! File pmacct.init
!   Server = cvs-sourceforge
!   Revision = HEAD
!   Directory = pmacctd
  /File

  Package
pmacctd
!   Version = 0.13.3
Revision = 1
  
***
*** 58,64 
  
File
!   Filename= etc/init.d/pmacctd
!   Source  = etc/init.d/pmacctd
! 

[leaf-cvs-ci] src/bering-uclibc/apps/pmacctd buildtool.cfg, 1.20, 1.21

2007-02-13 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/pmacctd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2516

Modified Files:
buildtool.cfg 
Log Message:
typo

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pmacctd/buildtool.cfg,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** buildtool.cfg   13 Feb 2007 20:57:40 -  1.20
--- buildtool.cfg   13 Feb 2007 21:00:32 -  1.21
***
*** 26,30 
  Package
pmacctd
!   Version = 0.13.3
Revision = 1
  
--- 26,30 
  Package
pmacctd
!   Version = 0.11.3
Revision = 1
  


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/pmacctd buildtool.cfg, 1.21, 1.22 buildtool.mk, 1.17, 1.18 pmacct.init, 1.2, 1.3

2007-02-13 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/pmacctd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18580

Modified Files:
buildtool.cfg buildtool.mk pmacct.init 
Log Message:
put the config file in a dedicated directory and put the directory in the local 
list. This makes it easier to use and store multiple config files

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pmacctd/buildtool.cfg,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** buildtool.cfg   13 Feb 2007 21:00:32 -  1.21
--- buildtool.cfg   13 Feb 2007 21:37:53 -  1.22
***
*** 48,59 
Contents
File  
!   Filename= etc/pmacctd.conf
!   Source  = etc/pmacctd.conf
Description = pmacctd configuration
Type= conf
-   Type= local
Type= binary
Permissions = 600
/File 
  
File
--- 48,63 
Contents
File  
!   Filename= etc/pmacct/pmacctd.conf
!   Source  = etc/pmacct/pmacctd.conf
Description = pmacctd configuration
Type= conf
Type= binary
Permissions = 600
/File 
+   File  
+   Filename= etc/pmacct
+   Type= directory
+   Type= local
+   /File 
  
File

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pmacctd/buildtool.mk,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** buildtool.mk13 Feb 2007 20:57:40 -  1.17
--- buildtool.mk13 Feb 2007 21:37:53 -  1.18
***
*** 21,25 
  $(PMACCTD_DIR)/.build: $(PMACCTD_DIR)/.configured
mkdir -p $(PMACCTD_TARGET_DIR)
!   mkdir -p $(PMACCTD_TARGET_DIR)/etc/init.d   
mkdir -p $(PMACCTD_TARGET_DIR)/usr/sbin 
make -C $(PMACCTD_DIR) all
--- 21,26 
  $(PMACCTD_DIR)/.build: $(PMACCTD_DIR)/.configured
mkdir -p $(PMACCTD_TARGET_DIR)
!   mkdir -p $(PMACCTD_TARGET_DIR)/etc/pmacct
!   mkdir -p $(PMACCTD_TARGET_DIR)/etc/init.d
mkdir -p $(PMACCTD_TARGET_DIR)/usr/sbin 
make -C $(PMACCTD_DIR) all
***
*** 27,31 
-$(BT_STRIP) $(BT_STRIP_BINOPTS) $(PMACCTD_DIR)/src/pmacct
cp -a pmacct.init $(PMACCTD_TARGET_DIR)/etc/init.d/pmacct
!   cp -a pmacctd.conf $(PMACCTD_TARGET_DIR)/etc
cp -a $(PMACCTD_DIR)/src/pmacctd $(PMACCTD_TARGET_DIR)/usr/sbin
cp -a $(PMACCTD_DIR)/src/pmacct $(PMACCTD_TARGET_DIR)/usr/sbin
--- 28,32 
-$(BT_STRIP) $(BT_STRIP_BINOPTS) $(PMACCTD_DIR)/src/pmacct
cp -a pmacct.init $(PMACCTD_TARGET_DIR)/etc/init.d/pmacct
!   cp -a pmacctd.conf $(PMACCTD_TARGET_DIR)/etc/pmacct
cp -a $(PMACCTD_DIR)/src/pmacctd $(PMACCTD_TARGET_DIR)/usr/sbin
cp -a $(PMACCTD_DIR)/src/pmacct $(PMACCTD_TARGET_DIR)/usr/sbin

Index: pmacct.init
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pmacctd/pmacct.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pmacct.init 13 Feb 2007 21:02:23 -  1.2
--- pmacct.init 13 Feb 2007 21:37:53 -  1.3
***
*** 9,13 
  NAME=pmacctd
  DESC=pmacctd accounting daemon
! CONFFILE=/etc/pmacctd.conf
  test -x $DAEMON || exit 0
  
--- 9,13 
  NAME=pmacctd
  DESC=pmacctd accounting daemon
! CONFFILE=/etc/pmacct/pmacctd.conf
  test -x $DAEMON || exit 0
  


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/libpcap libpcap-0.9.5.tar.gz, NONE, 1.1 buildtool.cfg, 1.5, 1.6 buildtool.mk, 1.6, 1.7 libpcap_0.7.2-7.diff.gz, 1.1, NONE libpcap_0.7.2.orig.tar.gz, 1.1, NONE

2007-02-13 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/libpcap
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25507

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
libpcap-0.9.5.tar.gz 
Removed Files:
libpcap_0.7.2-7.diff.gz libpcap_0.7.2.orig.tar.gz 
Log Message:
update to version 0.9.5

--- NEW FILE: libpcap-0.9.5.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- libpcap_0.7.2.orig.tar.gz DELETED ---

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/libpcap/buildtool.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.mk19 Dec 2004 17:24:12 -  1.6
--- buildtool.mk13 Feb 2007 21:58:04 -  1.7
***
*** 6,16 
  
  include $(MASTERMAKEFILE)
! LIBPCAP_DIR:=libpcap-0.7.2
  LIBPCAP_TARGET_DIR:=$(BT_BUILD_DIR)/libpcap
  export CC=$(TARGET_CC)
  
  $(LIBPCAP_DIR)/.source:
!   zcat $(LIBPCAP_SOURCE) |  tar -xvf -
!   zcat $(LIBPCAP_PATCH1) |  patch -d $(LIBPCAP_DIR) -p1  
touch $(LIBPCAP_DIR)/.source
  
--- 6,16 
  
  include $(MASTERMAKEFILE)
! LIBPCAP_DIR:=libpcap-0.9.5
  LIBPCAP_TARGET_DIR:=$(BT_BUILD_DIR)/libpcap
  export CC=$(TARGET_CC)
  
  $(LIBPCAP_DIR)/.source:
!   zcat $(LIBPCAP_SOURCE) | tar -xvf - 
! # cat $(LIBPCAP_PATCH1) | patch -d $(LIBPCAP_DIR) -p1  
touch $(LIBPCAP_DIR)/.source
  
***
*** 22,26 
--prefix=/usr \
--enable-ipv6 \
!   --with-pcap=linux );
touch $(LIBPCAP_DIR)/.configured

--- 22,28 
--prefix=/usr \
--enable-ipv6 \
!   --with-pcap=linux \
!   --with-dag=no \
!   --with-septel=no );
touch $(LIBPCAP_DIR)/.configured

***
*** 30,40 
  $(LIBPCAP_DIR)/.build: $(LIBPCAP_DIR)/.configured
mkdir -p $(LIBPCAP_TARGET_DIR)
!   mkdir -p $(BT_STAGING_DIR)/usr/lib
!   mkdir -p $(BT_STAGING_DIR)/usr/include
!   $(MAKE) CCOPT=$(BT_COPT_FLAGS) -C $(LIBPCAP_DIR)  
!   $(BT_STRIP)  --strip-unneeded $(LIBPCAP_DIR)/libpcap.so.0.7.2 
$(MAKE) DESTDIR=$(LIBPCAP_TARGET_DIR) -C $(LIBPCAP_DIR) install
!   cp -a -f $(LIBPCAP_TARGET_DIR)/usr/lib/* $(BT_STAGING_DIR)/usr/lib/
!   cp -a -f $(LIBPCAP_TARGET_DIR)/usr/include/* 
$(BT_STAGING_DIR)/usr/include/ 
touch $(LIBPCAP_DIR)/.build
  
--- 32,42 
  $(LIBPCAP_DIR)/.build: $(LIBPCAP_DIR)/.configured
mkdir -p $(LIBPCAP_TARGET_DIR)
!   $(MAKE) CCOPT=$(BT_COPT_FLAGS) -C $(LIBPCAP_DIR) shared
$(MAKE) DESTDIR=$(LIBPCAP_TARGET_DIR) -C $(LIBPCAP_DIR) install
!   $(MAKE) DESTDIR=$(LIBPCAP_TARGET_DIR) -C $(LIBPCAP_DIR) install-shared
!   $(BT_STRIP) $(BT_STRIP_LIBOPTS) 
$(LIBPCAP_TARGET_DIR)/usr/lib/libpcap.so.0.9.5
! # ln -sf libpcap.so.0.9.5 $(LIBPCAP_TARGET_DIR)/usr/lib/libpcap.so.0.9
!   ln -sf libpcap.so.0.9.5 $(LIBPCAP_TARGET_DIR)/usr/lib/libpcap.so
!   cp -a $(LIBPCAP_TARGET_DIR)/* $(BT_STAGING_DIR)
touch $(LIBPCAP_DIR)/.build
  
***
*** 50,54 
rm -f $(BT_STAGING_DIR)/usr/include/pcap.h
rm -f $(BT_STAGING_DIR)/usr/include/pcap-namedb.h
!   rm -f $(BT_STAGING_DIR)/usr/include/net/bpf.h

  srcclean:
--- 52,56 
rm -f $(BT_STAGING_DIR)/usr/include/pcap.h
rm -f $(BT_STAGING_DIR)/usr/include/pcap-namedb.h
!   rm -f $(BT_STAGING_DIR)/usr/include/pcap-bpf.h

  srcclean:

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/libpcap/buildtool.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.cfg   19 Dec 2004 17:24:12 -  1.5
--- buildtool.cfg   13 Feb 2007 21:58:04 -  1.6
***
*** 5,9 
  /File
  
! File libpcap_0.7.2.orig.tar.gz
Server = cvs-sourceforge
Revision = HEAD  
--- 5,9 
  /File
  
! File libpcap-0.9.5.tar.gz
Server = cvs-sourceforge
Revision = HEAD  
***
*** 12,25 
  /File
  
- File libpcap_0.7.2-7.diff.gz
-   Server = cvs-sourceforge
-   Directory = libpcap
-   Revision = HEAD  
-   envname=LIBPCAP_PATCH1
- /File
- 
  Package
  libpcap
!   Version = 0.7.2-7
Revision = 1

--- 12,18 
  /File
  
  Package
  libpcap
!   Version = 0.9.5
Revision = 1

***
*** 42,47 
Contents
File
!   Source  = usr/lib/libpcap.so.0.7.2
!   Filename= usr/lib/libpcap.so.0.7.2
Type= binary
Permissions = 755
--- 35,40 
Contents
File
!

[leaf-cvs-ci] src/bering-uclibc/apps/knockd buildtool.cfg, 1.11, 1.12

2007-02-12 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/knockd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11837

Modified Files:
buildtool.cfg 
Log Message:
update URL

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/knockd/buildtool.cfg,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** buildtool.cfg   26 Jun 2006 18:06:00 -  1.11
--- buildtool.cfg   12 Feb 2007 19:09:13 -  1.12
***
*** 40,44 
sequences of port-hits. If found, it executes commands specified
in its config file (like opening the firewall, etc). 
!   Homepage: http://www.zeroflux.org/knock/
Requires: libpcap.lrp
LEAF package by __PACKAGER__, __BUILDDATE__ 
--- 40,44 
sequences of port-hits. If found, it executes commands specified
in its config file (like opening the firewall, etc). 
!   Homepage: http://www.zeroflux.org/cgi-bin/cvstrac.cgi/knock/wiki
Requires: libpcap.lrp
LEAF package by __PACKAGER__, __BUILDDATE__ 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/tcpdump buildtool.cfg, 1.2, 1.3

2007-02-12 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/tcpdump
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12540

Modified Files:
buildtool.cfg 
Log Message:
typo

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/tcpdump/buildtool.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.cfg   13 Nov 2004 12:36:41 -  1.2
--- buildtool.cfg   12 Feb 2007 20:21:38 -  1.3
***
*** 53,57 
  
/Contents
!   /snort
  /Package
  
--- 53,57 
  
/Contents
!   /tcpdump
  /Package
  


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/dnsmasq dnsmasq-2.37.tar.gz, NONE, 1.1 buildtool.cfg, 1.29, 1.30 buildtool.mk, 1.27, 1.28 dnsmasq-2.36.tar.gz, 1.1, NONE

2007-02-05 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7509

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
dnsmasq-2.37.tar.gz 
Removed Files:
dnsmasq-2.36.tar.gz 
Log Message:
update to version 2.37, bugfix release

--- dnsmasq-2.36.tar.gz DELETED ---

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.cfg,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** buildtool.cfg   27 Jan 2007 16:33:08 -  1.29
--- buildtool.cfg   5 Feb 2007 21:47:47 -   1.30
***
*** 5,9 
  /File
  
! File dnsmasq-2.36.tar.gz
Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File dnsmasq-2.37.tar.gz
Server = cvs-sourceforge
Revision = HEAD
***
*** 21,25 
  Package
dnsmasq
!   Version = 2.36
Revision = 1
  
--- 21,25 
  Package
dnsmasq
!   Version = 2.37
Revision = 1
  

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.mk,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** buildtool.mk27 Jan 2007 16:33:08 -  1.27
--- buildtool.mk5 Feb 2007 21:47:47 -   1.28
***
*** 2,6 
  include $(MASTERMAKEFILE)
  
! DNSMASQ_DIR:=dnsmasq-2.36
  DNSMASQ_TARGET_DIR:=$(BT_BUILD_DIR)/dnsmasq
  
--- 2,6 
  include $(MASTERMAKEFILE)
  
! DNSMASQ_DIR:=dnsmasq-2.37
  DNSMASQ_TARGET_DIR:=$(BT_BUILD_DIR)/dnsmasq
  

--- NEW FILE: dnsmasq-2.37.tar.gz ---
(This appears to be a binary file; contents omitted.)


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 dnsmasq.lrp,1.5,1.6

2007-02-05 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7963

Modified Files:
dnsmasq.lrp 
Log Message:
update to version 2.37, bugfix release

Index: dnsmasq.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/dnsmasq.lrp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
Binary files /tmp/cvsYNjcfu and /tmp/cvstQ51fO differ


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/busybox busybox-1.4.1-tar.patch, NONE, 1.1 buildtool.cfg, 1.18, 1.19 buildtool.mk, 1.19, 1.20

2007-02-04 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14675

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
busybox-1.4.1-tar.patch 
Log Message:
fix for tar -t

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.mk,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** buildtool.mk27 Jan 2007 11:30:32 -  1.19
--- buildtool.mk4 Feb 2007 21:13:20 -   1.20
***
*** 20,23 
--- 20,24 
cat $(BUSYBOX_PATCH3) | patch -d $(BUSYBOX_DIR) -p1
cat $(BUSYBOX_PATCH4) | patch -d $(BUSYBOX_DIR) -p1
+   cat $(BUSYBOX_PATCH5) | patch -d $(BUSYBOX_DIR) -p1
touch $(BUSYBOX_DIR)/.source


Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.cfg,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** buildtool.cfg   27 Jan 2007 11:30:32 -  1.18
--- buildtool.cfg   4 Feb 2007 21:13:20 -   1.19
***
*** 40,43 
--- 40,50 
  /File
  
+ File busybox-1.4.1-tar.patch
+   Server = cvs-sourceforge
+   envname = BUSYBOX_PATCH5
+   directory = busybox
+   revision = HEAD
+ /File
+ 
  File .config
Server = cvs-sourceforge

--- NEW FILE: busybox-1.4.1-tar.patch ---
diff -urpN busybox-1.4.1.orig/archival/tar.c busybox-1.4.1/archival/tar.c
--- busybox-1.4.1.orig/archival/tar.c   2007-01-24 22:49:25.0 +0100
+++ busybox-1.4.1/archival/tar.c2007-02-04 22:03:29.0 +0100
@@ -793,9 +793,9 @@ int tar_main(int argc, char **argv)
tar_filename, // -f filename
USE_FEATURE_TAR_FROM((tar_handle-accept),) // T
USE_FEATURE_TAR_FROM((tar_handle-reject),) // X
-   USE_FEATURE_TAR_FROM(excludes,) // --exclude
verboseFlag, // combined count for -t and -v
-   verboseFlag // combined count for -t and -v
+   verboseFlag, // combined count for -t and -v
+   USE_FEATURE_TAR_FROM(excludes ) // --exclude
);
 
if (verboseFlag) tar_handle-action_header = header_verbose_list;


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/2.4.34 initrd.lrp, 1.1, 1.2 initrd_ide.lrp, 1.1, 1.2 initrd_ide_cd.lrp, 1.1, 1.2 initrd_usb.lrp, 1.1, 1.2

2007-02-04 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17275

Modified Files:
initrd.lrp initrd_ide.lrp initrd_ide_cd.lrp initrd_usb.lrp 
Log Message:
applied tar -t fix to busybox

Index: initrd_ide_cd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_ide_cd.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsPIivn0 and /tmp/cvs8ASNks differ

Index: initrd_usb.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_usb.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvssjL9k8 and /tmp/cvsUD78rA differ

Index: initrd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsWaU5xf and /tmp/cvs6VGiPH differ

Index: initrd_ide.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_ide.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsrREY6i and /tmp/cvsiUpyAL differ


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/busybox busybox-1.4.1-tar.patch, 1.1, 1.2

2007-02-04 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1364

Modified Files:
busybox-1.4.1-tar.patch 
Log Message:
better tar -t patch

Index: busybox-1.4.1-tar.patch
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/busybox-1.4.1-tar.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** busybox-1.4.1-tar.patch 4 Feb 2007 21:13:20 -   1.1
--- busybox-1.4.1-tar.patch 4 Feb 2007 22:00:18 -   1.2
***
*** 1,15 
  diff -urpN busybox-1.4.1.orig/archival/tar.c busybox-1.4.1/archival/tar.c
  --- busybox-1.4.1.orig/archival/tar.c 2007-01-24 22:49:25.0 +0100
! +++ busybox-1.4.1/archival/tar.c  2007-02-04 22:03:29.0 +0100
! @@ -793,9 +793,9 @@ int tar_main(int argc, char **argv)
!   tar_filename, // -f filename
!   USE_FEATURE_TAR_FROM((tar_handle-accept),) // T
!   USE_FEATURE_TAR_FROM((tar_handle-reject),) // X
  - USE_FEATURE_TAR_FROM(excludes,) // --exclude
!   verboseFlag, // combined count for -t and -v
  - verboseFlag // combined count for -t and -v
! + verboseFlag, // combined count for -t and -v
! + USE_FEATURE_TAR_FROM(excludes ) // --exclude
);
   
if (verboseFlag) tar_handle-action_header = header_verbose_list;
--- 1,77 
  diff -urpN busybox-1.4.1.orig/archival/tar.c busybox-1.4.1/archival/tar.c
  --- busybox-1.4.1.orig/archival/tar.c 2007-01-24 22:49:25.0 +0100
! +++ busybox-1.4.1/archival/tar.c  2007-02-04 22:47:58.0 +0100
! @@ -760,7 +760,9 @@ int tar_main(int argc, char **argv)
!   const char *tar_filename = -;
!   unsigned opt;
!   int verboseFlag = 0;
! +#if ENABLE_FEATURE_TAR_LONG_OPTIONS  ENABLE_FEATURE_TAR_FROM
!   llist_t *excludes = NULL;
! +#endif
!  
!   /* Initialise default values */
!   tar_handle = init_handle();
! @@ -773,7 +775,9 @@ int tar_main(int argc, char **argv)
!   tt:vv: // count -t,-v
!   ?: // bail out with usage instead of error return
!   X::T:: // cumulative lists
! +#if ENABLE_FEATURE_TAR_LONG_OPTIONS  ENABLE_FEATURE_TAR_FROM
!   \xff:: // cumulative lists for --exclude
! +#endif
!   USE_FEATURE_TAR_CREATE(c:) t:x: // at least one of these is 
reqd
!   USE_FEATURE_TAR_CREATE(c--tx:t--cx:x--ct) // mutually 
exclusive
!   SKIP_FEATURE_TAR_CREATE(t--x:x--t); // mutually exclusive
! @@ -788,14 +792,15 @@ int tar_main(int argc, char **argv)
!   USE_FEATURE_TAR_FROM(T:X:)
!   USE_FEATURE_TAR_GZIP(z   )
!   USE_FEATURE_TAR_COMPRESS(Z   )
! - ,
! - base_dir, // -C dir
! - tar_filename, // -f filename
! - USE_FEATURE_TAR_FROM((tar_handle-accept),) // T
! - USE_FEATURE_TAR_FROM((tar_handle-reject),) // X
  - USE_FEATURE_TAR_FROM(excludes,) // --exclude
! - verboseFlag, // combined count for -t and -v
  - verboseFlag // combined count for -t and -v
! + , base_dir // -C dir
! + , tar_filename // -f filename
! + USE_FEATURE_TAR_FROM(, (tar_handle-accept)) // T
! + USE_FEATURE_TAR_FROM(, (tar_handle-reject)) // X
! +#if ENABLE_FEATURE_TAR_LONG_OPTIONS  ENABLE_FEATURE_TAR_FROM
! + , excludes // --exclude
! +#endif
! + , verboseFlag // combined count for -t and -v
! + , verboseFlag // combined count for -t and -v
);
   
if (verboseFlag) tar_handle-action_header = header_verbose_list;
+ @@ -828,17 +833,19 @@ int tar_main(int argc, char **argv)
+   if (opt  OPT_COMPRESS)
+   get_header_ptr = get_header_tar_Z;
+  
+ - if (ENABLE_FEATURE_TAR_FROM) {
+ - tar_handle-reject = 
append_file_list_to_list(tar_handle-reject);
+ - /* Append excludes to reject */
+ - while (excludes) {
+ - llist_t *temp = excludes-link;
+ - excludes-link = tar_handle-reject;
+ - tar_handle-reject = excludes;
+ - excludes = temp;
+ - }
+ - tar_handle-accept = 
append_file_list_to_list(tar_handle-accept);
+ +#if ENABLE_FEATURE_TAR_FROM
+ + tar_handle-reject = append_file_list_to_list(tar_handle-reject);
+ +#if ENABLE_FEATURE_TAR_LONG_OPTIONS
+ + /* Append excludes to reject */
+ + while (excludes) {
+ + llist_t *next = excludes-link;
+ + excludes-link = tar_handle-reject;
+ + tar_handle-reject = excludes;
+ + excludes = next;
+   }
+ +#endif
+ + tar_handle-accept = append_file_list_to_list(tar_handle-accept);
+ +#endif
+  
+   /* Check if we are 

[leaf-cvs-ci] bin/packages/uclibc-0.9/28/2.4.34 initrd.lrp, 1.2, 1.3 initrd_ide.lrp, 1.2, 1.3 initrd_ide_cd.lrp, 1.2, 1.3 initrd_usb.lrp, 1.2, 1.3

2007-02-04 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2566

Modified Files:
initrd.lrp initrd_ide.lrp initrd_ide_cd.lrp initrd_usb.lrp 
Log Message:
better busybox tar -t patch applied

Index: initrd_ide_cd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_ide_cd.lrp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvset8bmU and /tmp/cvss4dZps differ

Index: initrd_usb.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_usb.lrp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvsH7MYXY and /tmp/cvsG7mL9w differ

Index: initrd.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd.lrp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvsckkd96 and /tmp/cvsmZkktF differ

Index: initrd_ide.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.34/initrd_ide.lrp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvs41D3G8 and /tmp/cvsWNyn8G differ


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/hdsupp buildtool.cfg, 1.23, 1.24

2007-02-04 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/hdsupp
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5035

Modified Files:
buildtool.cfg 
Log Message:
update revision, because of help text fix

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/hdsupp/buildtool.cfg,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** buildtool.cfg   3 Feb 2007 17:27:20 -   1.23
--- buildtool.cfg   4 Feb 2007 22:08:30 -   1.24
***
*** 8,12 
hdsupp
  Version  = 1.3
! Revision = 7
  Help EOF
  HD support tools 
--- 8,12 
hdsupp
  Version  = 1.3
! Revision = 8
  Help EOF
  HD support tools 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 hdsupp.lrp,1.5,1.6

2007-02-04 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5477

Modified Files:
hdsupp.lrp 
Log Message:
typo in helpfile fixed

Index: hdsupp.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/hdsupp.lrp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
Binary files /tmp/cvsLFhf7Y and /tmp/cvsZhKoCQ differ


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28/2.4.33 libsens.lrp, NONE, 1.1 sensors.lrp, NONE, 1.1

2007-01-27 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28/2.4.33
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26975

Added Files:
libsens.lrp sensors.lrp 
Log Message:
lmsensors is more or less kernel dependent

--- NEW FILE: sensors.lrp ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: libsens.lrp ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/bering-uclibc/packages Bering-uClibc_modules_2.4.34.tar.gz, NONE, 1.1

2007-01-27 Thread Eric Spakman
Update of /cvsroot/leaf/bin/bering-uclibc/packages
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28706

Added Files:
Bering-uClibc_modules_2.4.34.tar.gz 
Log Message:
kernel 2.4.34 modules

--- NEW FILE: Bering-uClibc_modules_2.4.34.tar.gz ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/dnsmasq dnsmasq-2.36.tar.gz, NONE, 1.1 buildtool.cfg, 1.28, 1.29 buildtool.mk, 1.26, 1.27 dnsmasq-2.35.tar.gz, 1.1, NONE

2007-01-27 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13159

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
dnsmasq-2.36.tar.gz 
Removed Files:
dnsmasq-2.35.tar.gz 
Log Message:
update to version 2.36, internal tftpd disabled

--- NEW FILE: dnsmasq-2.36.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.cfg,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** buildtool.cfg   30 Oct 2006 22:09:12 -  1.28
--- buildtool.cfg   27 Jan 2007 16:33:08 -  1.29
***
*** 5,9 
  /File
  
! File dnsmasq-2.35.tar.gz
Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File dnsmasq-2.36.tar.gz
Server = cvs-sourceforge
Revision = HEAD
***
*** 21,25 
  Package
dnsmasq
!   Version = 2.35
Revision = 1
  
--- 21,25 
  Package
dnsmasq
!   Version = 2.36
Revision = 1
  
***
*** 60,64 
Permissions = 600
/File 
- 
File
Filename= etc/init.d/dnsmasq
--- 60,63 
***
*** 68,72 
Permissions = 755
/File
- 
File  
Source  = usr/sbin/dnsmasq
--- 67,70 

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.mk,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** buildtool.mk30 Oct 2006 22:09:12 -  1.26
--- buildtool.mk27 Jan 2007 16:33:08 -  1.27
***
*** 2,6 
  include $(MASTERMAKEFILE)
  
! DNSMASQ_DIR:=dnsmasq-2.35
  DNSMASQ_TARGET_DIR:=$(BT_BUILD_DIR)/dnsmasq
  
--- 2,6 
  include $(MASTERMAKEFILE)
  
! DNSMASQ_DIR:=dnsmasq-2.36
  DNSMASQ_TARGET_DIR:=$(BT_BUILD_DIR)/dnsmasq
  
***
*** 18,23 
mkdir -p $(DNSMASQ_TARGET_DIR)/usr/sbin 
mkdir -p $(DNSMASQ_TARGET_DIR)/etc/init.d   
make -C $(DNSMASQ_DIR) DESTDIR=$(DNSMASQ_TARGET_DIR) \
!   CC=$(TARGET_CC) LD=$(TARGET_LD) CFLAGS=$(BT_COPT_FLAGS) all  
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(DNSMASQ_DIR)/src/dnsmasq 
# Adjust the dnsmasq.conf to LEAF standard
--- 18,24 
mkdir -p $(DNSMASQ_TARGET_DIR)/usr/sbin 
mkdir -p $(DNSMASQ_TARGET_DIR)/etc/init.d   
+   # Disable the internal tftpd with -DNO_TFTP
make -C $(DNSMASQ_DIR) DESTDIR=$(DNSMASQ_TARGET_DIR) \
!   CC=$(TARGET_CC) LD=$(TARGET_LD) CFLAGS=$(BT_COPT_FLAGS) -DNO_TFTP all 
 
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(DNSMASQ_DIR)/src/dnsmasq 
# Adjust the dnsmasq.conf to LEAF standard

--- dnsmasq-2.35.tar.gz DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 dnsmasq.lrp,1.4,1.5

2007-01-27 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13509

Modified Files:
dnsmasq.lrp 
Log Message:
update to version 2.36, internal tftpd disabled

Index: dnsmasq.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/dnsmasq.lrp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvsusprcd and /tmp/cvs9PCLWt differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 ebtables.lrp,1.3,1.4

2007-01-27 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1154

Modified Files:
ebtables.lrp 
Log Message:
update to version 2.0.8rc3

Index: ebtables.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/ebtables.lrp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsIXvLhz and /tmp/cvsoQ3pVr differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/busybox busybox-1.4.1.tar.bz2, NONE, 1.1 buildtool.cfg, 1.16, 1.17 buildtool.mk, 1.17, 1.18 busybox-1.4.0-conf.patch, 1.1, NONE busybox-1.4.0.tar.bz2, 1.1, NONE

2007-01-25 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22857

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
busybox-1.4.1.tar.bz2 
Removed Files:
busybox-1.4.0-conf.patch busybox-1.4.0.tar.bz2 
Log Message:
update to busybox-1.4.1, bugfix release for 1.4.0

--- busybox-1.4.0.tar.bz2 DELETED ---

--- NEW FILE: busybox-1.4.1.tar.bz2 ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.mk,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** buildtool.mk23 Jan 2007 22:04:38 -  1.17
--- buildtool.mk25 Jan 2007 22:58:03 -  1.18
***
*** 8,12 
  include $(MASTERMAKEFILE)
  
! BUSYBOX_DIR=busybox-1.4.0
  BUSYBOX_BUILD_DIR=$(BT_BUILD_DIR)/busybox
  
--- 8,12 
  include $(MASTERMAKEFILE)
  
! BUSYBOX_DIR=busybox-1.4.1
  BUSYBOX_BUILD_DIR=$(BT_BUILD_DIR)/busybox
  
***
*** 19,23 
cat $(BUSYBOX_PATCH2) | patch -d $(BUSYBOX_DIR) -p1
cat $(BUSYBOX_PATCH3) | patch -d $(BUSYBOX_DIR) -p1
-   cat $(BUSYBOX_PATCH4) | patch -d $(BUSYBOX_DIR) -p1
touch $(BUSYBOX_DIR)/.source

--- 19,22 

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/buildtool.cfg,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** buildtool.cfg   23 Jan 2007 22:04:38 -  1.16
--- buildtool.cfg   25 Jan 2007 22:58:03 -  1.17
***
*** 5,9 
  /File
  
! File busybox-1.4.0.tar.bz2
Server = cvs-sourceforge
envname = BUSYBOX_SOURCE
--- 5,9 
  /File
  
! File busybox-1.4.1.tar.bz2
Server = cvs-sourceforge
envname = BUSYBOX_SOURCE
***
*** 33,43 
  /File
  
- File busybox-1.4.0-conf.patch
-   Server = cvs-sourceforge
-   envname = BUSYBOX_PATCH4
-   directory = busybox
-   revision = HEAD
- /File
- 
  File .config
Server = cvs-sourceforge
--- 33,36 

--- busybox-1.4.0-conf.patch DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/contrib/aiccu aiccu_2005.01.31.tar.gz, NONE, 1.1 buildtool.cfg, 1.5, 1.6 buildtool.mk, 1.2, 1.3

2007-01-24 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/contrib/aiccu
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv26467

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
aiccu_2005.01.31.tar.gz 
Log Message:
this version is not available on the main site anymore and newer versions have 
problems compiling, so add it to our own CVS

--- NEW FILE: aiccu_2005.01.31.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/contrib/aiccu/buildtool.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.cfg   26 Jun 2006 18:32:52 -  1.5
--- buildtool.cfg   24 Jan 2007 20:53:47 -  1.6
***
*** 1,8 
- Server http-sixxs
-   Type = http
-   Name = www.sixxs.net
-   Serverpath = /archive/sixxs
- /Server
- 
  File buildtool.mk
Server = cvs-contrib-sourceforge
--- 1,2 
***
*** 12,18 
  
  File aiccu_2005.01.31.tar.gz
!   Server = http-sixxs
envname = SRC_TARBALL
!   Directory = aiccu/unix
  /File
  
--- 6,13 
  
  File aiccu_2005.01.31.tar.gz
!   Server = cvs-contrib-sourceforge
!   Revision = HEAD
envname = SRC_TARBALL
!   Directory = aiccu
  /File
  

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/contrib/aiccu/buildtool.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.mk29 Dec 2004 01:58:24 -  1.2
--- buildtool.mk24 Jan 2007 20:53:47 -  1.3
***
*** 18,22 
mkdir -p $(AICCU_TARGET_DIR)
cd $(AICCU_TARGET_DIR)  mkdir -p usr/sbin etc etc/init.d
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(AICCU_DIR)/unix-console/aiccu
cp -a $(AICCU_DIR)/unix-console/aiccu $(AICCU_TARGET_DIR)/usr/sbin
cp -a $(AICCU_DIR)/doc/aiccu.conf $(AICCU_TARGET_DIR)/etc
--- 18,22 
mkdir -p $(AICCU_TARGET_DIR)
cd $(AICCU_TARGET_DIR)  mkdir -p usr/sbin etc etc/init.d
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(AICCU_DIR)/unix-console/aiccu
cp -a $(AICCU_DIR)/unix-console/aiccu $(AICCU_TARGET_DIR)/usr/sbin
cp -a $(AICCU_DIR)/doc/aiccu.conf $(AICCU_TARGET_DIR)/etc


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/shorewall buildtool.mk, 1.14, 1.15

2007-01-24 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/shorewall
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1784

Modified Files:
buildtool.mk 
Log Message:
remove wrong copy

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/shorewall/buildtool.mk,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** buildtool.mk18 Jan 2007 18:22:24 -  1.14
--- buildtool.mk24 Jan 2007 22:25:42 -  1.15
***
*** 31,35 
./stripscript.pl $(SHOREWALL_DIR)/shorewall
  
-   cp init.sh $(SHOREWALL_DIR)
mkdir -p $(TARGET_DIR)
(cd $(SHOREWALL_DIR); env PREFIX=$(TARGET_DIR) ./install.sh)
--- 31,34 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 libusb.lrp,NONE,1.1

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17473

Added Files:
libusb.lrp 
Log Message:
missing libusb.lrp package

--- NEW FILE: libusb.lrp ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/lmsensors lm_sensors-2.10.2.tar.gz, NONE, 1.1 buildtool.cfg, 1.7, 1.8 buildtool.mk, 1.7, 1.8 lm_sensors-2.10.1.tar.gz, 1.1, NONE

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/lmsensors
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14424

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
lm_sensors-2.10.2.tar.gz 
Removed Files:
lm_sensors-2.10.1.tar.gz 
Log Message:
update to version 2.10.2

--- lm_sensors-2.10.1.tar.gz DELETED ---

--- NEW FILE: lm_sensors-2.10.2.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/lmsensors/buildtool.mk,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** buildtool.mk20 Nov 2006 22:31:08 -  1.7
--- buildtool.mk23 Jan 2007 21:38:35 -  1.8
***
*** 8,12 
  include $(MASTERMAKEFILE)
  
! LMSENSORS_DIR:=lm_sensors-2.10.1
  LMSENSORS_TARGET_DIR:=$(BT_BUILD_DIR)/lmsensors
  STRIP_OPTIONS=--strip-debug
--- 8,12 
  include $(MASTERMAKEFILE)
  
! LMSENSORS_DIR:=lm_sensors-2.10.2
  LMSENSORS_TARGET_DIR:=$(BT_BUILD_DIR)/lmsensors
  STRIP_OPTIONS=--strip-debug
***
*** 24,29 
-mkdir -p $(BT_STAGING_DIR)/usr/lib
-mkdir -p $(BT_STAGING_DIR)/etc/init.d
!   $(MAKE) CC=$(TARGET_CC) CFLAGS=$(BT_COPT_FLAGS) LINUX=$(BT_LINUX_DIR) 
LINUX_HEADERS=$(BT_LINUX_DIR)/include I2C_HEADERS=$(BT_STAGING_DIR)/usr/include 
SMP=0 MODVER=1 DESTDIR=$(LMSENSORS_TARGET_DIR) PREFIX=/usr 
MODPREF=/lib/modules/$(BT_KERNEL_RELEASE)/ -C $(LMSENSORS_DIR) 
!   $(MAKE) CC=$(TARGET_CC) CFLAGS=$(BT_COPT_FLAGS) LINUX=$(BT_LINUX_DIR) 
LINUX_HEADERS=$(BT_LINUX_DIR)/include I2C_HEADERS=$(BT_STAGING_DIR)/usr/include 
SMP=0 MODVER=1 DESTDIR=$(LMSENSORS_TARGET_DIR) PREFIX=/usr 
MODPREF=/lib/modules/$(BT_KERNEL_RELEASE)/ -C $(LMSENSORS_DIR)  install  
$(BT_STRIP) --strip-debug 
$(LMSENSORS_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/kernel/drivers/i2c/busses/*.o
$(BT_STRIP) --strip-debug 
$(LMSENSORS_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/kernel/drivers/i2c/chips/*.o
--- 24,29 
-mkdir -p $(BT_STAGING_DIR)/usr/lib
-mkdir -p $(BT_STAGING_DIR)/etc/init.d
!   $(MAKE) CC=$(TARGET_CC) LINUX=$(BT_LINUX_DIR) 
LINUX_HEADERS=$(BT_LINUX_DIR)/include I2C_HEADERS=$(BT_STAGING_DIR)/usr/include 
SMP=0 MODVER=1 DESTDIR=$(LMSENSORS_TARGET_DIR) PREFIX=/usr 
MODPREF=/lib/modules/$(BT_KERNEL_RELEASE)/ -C $(LMSENSORS_DIR) 
!   $(MAKE) CC=$(TARGET_CC) LINUX=$(BT_LINUX_DIR) 
LINUX_HEADERS=$(BT_LINUX_DIR)/include I2C_HEADERS=$(BT_STAGING_DIR)/usr/include 
SMP=0 MODVER=1 DESTDIR=$(LMSENSORS_TARGET_DIR) PREFIX=/usr 
MODPREF=/lib/modules/$(BT_KERNEL_RELEASE)/ -C $(LMSENSORS_DIR)  install
$(BT_STRIP) --strip-debug 
$(LMSENSORS_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/kernel/drivers/i2c/busses/*.o
$(BT_STRIP) --strip-debug 
$(LMSENSORS_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/kernel/drivers/i2c/chips/*.o

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/lmsensors/buildtool.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** buildtool.cfg   20 Nov 2006 22:31:08 -  1.7
--- buildtool.cfg   23 Jan 2007 21:38:35 -  1.8
***
*** 5,9 
  /File
  
! File lm_sensors-2.10.1.tar.gz
  Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File lm_sensors-2.10.2.tar.gz
  Server = cvs-sourceforge
Revision = HEAD
***
*** 27,31 
  Package
libsens
!   Version = 3.1.1
Revision = 1

--- 27,31 
  Package
libsens
!   Version = 3.1.2
Revision = 1

***
*** 49,54 
Contents
File
!   Filename= usr/lib/libsensors.so.3.1.1
!   Source  = usr/lib/libsensors.so.3.1.1
Type= binary
Permissions = 755
--- 49,54 
Contents
File
!   Filename= usr/lib/libsensors.so.3.1.2
!   Source  = usr/lib/libsensors.so.3.1.2
Type= binary
Permissions = 755
***
*** 56,60 
File
Filename= usr/lib/libsensors.so.3
!   Target  = usr/lib/libsensors.so.3.1.1
Type= link
/File
--- 56,60 
File
Filename= usr/lib/libsensors.so.3
!   Target  = 

[leaf-cvs-ci] src/bering-uclibc/apps/i2c i2c-2.10.2.tar.gz, NONE, 1.1 buildtool.cfg, 1.4, 1.5 buildtool.mk, 1.6, 1.7 i2c-2.10.1.tar.gz, 1.1, NONE

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/i2c
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14862

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
i2c-2.10.2.tar.gz 
Removed Files:
i2c-2.10.1.tar.gz 
Log Message:
update to version 2.10.2

--- i2c-2.10.1.tar.gz DELETED ---

--- NEW FILE: i2c-2.10.2.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/i2c/buildtool.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.mk20 Nov 2006 22:29:46 -  1.6
--- buildtool.mk23 Jan 2007 21:39:42 -  1.7
***
*** 8,12 
  include $(MASTERMAKEFILE)
  
! I2C_DIR:=i2c-2.10.1
  I2C_TARGET_DIR:=$(BT_BUILD_DIR)/i2c
  STRIP_OPTIONS=--strip-debug
--- 8,12 
  include $(MASTERMAKEFILE)
  
! I2C_DIR:=i2c-2.10.2
  I2C_TARGET_DIR:=$(BT_BUILD_DIR)/i2c
  STRIP_OPTIONS=--strip-debug

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/i2c/buildtool.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.cfg   20 Nov 2006 22:29:46 -  1.4
--- buildtool.cfg   23 Jan 2007 21:39:42 -  1.5
***
*** 5,9 
  /File
  
! File i2c-2.10.1.tar.gz
  Server = cvs-sourceforge
Revision = HEAD
--- 5,9 
  /File
  
! File i2c-2.10.2.tar.gz
  Server = cvs-sourceforge
Revision = HEAD


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/linux Bering-2.4.34.config, NONE, 1.1 buildtool.cfg, 1.37, 1.38 buildtool.mk, 1.26, 1.27 Bering-2.4.33.config, 1.4, NONE

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/linux
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16920

Modified Files:
buildtool.cfg buildtool.mk 
Added Files:
Bering-2.4.34.config 
Removed Files:
Bering-2.4.33.config 
Log Message:
update to kernel 2.4.34

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/buildtool.cfg,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** buildtool.cfg   14 Jan 2007 16:47:03 -  1.37
--- buildtool.cfg   23 Jan 2007 21:44:37 -  1.38
***
*** 7,11 
  /Server
  
! File linux-2.4.33.tar.bz2
Server = kernel.org
envname = KERNEL_SOURCE
--- 7,11 
  /Server
  
! File linux-2.4.34.tar.bz2
Server = kernel.org
envname = KERNEL_SOURCE
***
*** 39,43 
  /File
  
! File grsecurity-2.1.9-2.4.33-200608131429.patch.gz
Server = cvs-sourceforge
Directory = linux/patches
--- 39,43 
  /File
  
! File grsecurity-2.1.10-2.4.34-20070113.patch.gz
Server = cvs-sourceforge
Directory = linux/patches
***
*** 163,167 
  /File
  
! File Bering-2.4.33.config
Server = cvs-sourceforge
Directory = linux
--- 163,167 
  /File
  
! File Bering-2.4.34.config
Server = cvs-sourceforge
Directory = linux

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/linux/buildtool.mk,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** buildtool.mk14 Jan 2007 16:47:03 -  1.26
--- buildtool.mk23 Jan 2007 21:44:37 -  1.27
***
*** 9,13 
  $(BT_LINUX_DIR)/.source:
bzcat $(KERNEL_SOURCE) | tar -xvf -
!   ln -s linux-2.4.33 linux
zcat $(KERNEL_PATCH1) | patch -d linux -p1
zcat $(KERNEL_PATCH2) | patch -d linux -p1
--- 9,13 
  $(BT_LINUX_DIR)/.source:
bzcat $(KERNEL_SOURCE) | tar -xvf -
!   ln -s linux-2.4.34 linux
zcat $(KERNEL_PATCH1) | patch -d linux -p1
zcat $(KERNEL_PATCH2) | patch -d linux -p1
***
*** 35,39 
  
  $(BT_LINUX_DIR)/.configured: $(BT_LINUX_DIR)/.source
!   perl -i -p -e 's,EXTRAVERSION\s*=.*,EXTRAVERSION =,g' 
$(BT_LINUX_DIR)/Makefile
$(MAKE) -C linux oldconfig
$(MAKE) -C linux include/linux/version.h
--- 35,39 
  
  $(BT_LINUX_DIR)/.configured: $(BT_LINUX_DIR)/.source
!   perl -i -p -e 's,$(EXTRAVERSION)-grsec,$(EXTRAVERSION),g' 
$(BT_LINUX_DIR)/Makefile
$(MAKE) -C linux oldconfig
$(MAKE) -C linux include/linux/version.h
***
*** 51,53 
  srcclean: 
rm -rf linux
!   rm -rf linux-2.4.33
--- 51,53 
  srcclean: 
rm -rf linux
!   rm -rf linux-2.4.34

--- Bering-2.4.33.config DELETED ---

--- NEW FILE: Bering-2.4.34.config ---
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set

[...1890 lines suppressed...]
# CONFIG_GRKERNSEC_SHM is not set
CONFIG_GRKERNSEC_DMESG=y
# CONFIG_GRKERNSEC_TPE is not set

#
# Network Protections
#
CONFIG_GRKERNSEC_RANDNET=y
# CONFIG_GRKERNSEC_SOCKET is not set

#
# Sysctl support
#
# CONFIG_GRKERNSEC_SYSCTL is not set

#
# Logging options
#
CONFIG_GRKERNSEC_FLOODTIME=10
CONFIG_GRKERNSEC_FLOODBURST=4


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/linux/patches grsecurity-2.1.10-2.4.34-200701222213.patch.gz, NONE, 1.1 grsecurity-2.1.9-2.4.33-200608131429.patch.gz, 1.1, NONE

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/linux/patches
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16920/patches

Added Files:
grsecurity-2.1.10-2.4.34-20070113.patch.gz 
Removed Files:
grsecurity-2.1.9-2.4.33-200608131429.patch.gz 
Log Message:
update to kernel 2.4.34

--- grsecurity-2.1.9-2.4.33-200608131429.patch.gz DELETED ---

--- NEW FILE: grsecurity-2.1.10-2.4.34-20070113.patch.gz ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/kmodules buildtool.cfg, 1.3, 1.4 common.cfg, 1.3, 1.4

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/kmodules
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17272

Modified Files:
buildtool.cfg common.cfg 
Log Message:
update to kernel 2.4.34

Index: common.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/kmodules/common.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** common.cfg  12 Aug 2006 21:35:06 -  1.3
--- common.cfg  23 Jan 2007 21:45:09 -  1.4
***
*** 1,4 
  File
!   Source  = 
lib/modules/2.4.33/kernel/net/ipv4/netfilter/ip_conntrack_ftp.o
Filename= lib/modules/ip_conntrack_ftp.o
Type= binary
--- 1,4 
  File
!   Source  = 
lib/modules/2.4.34/kernel/net/ipv4/netfilter/ip_conntrack_ftp.o
Filename= lib/modules/ip_conntrack_ftp.o
Type= binary
***
*** 6,10 
  /File
  File
!   Source  = 
lib/modules/2.4.33/kernel/net/ipv4/netfilter/ip_conntrack_irc.o
Filename= lib/modules/ip_conntrack_irc.o
Type= binary
--- 6,10 
  /File
  File
!   Source  = 
lib/modules/2.4.34/kernel/net/ipv4/netfilter/ip_conntrack_irc.o
Filename= lib/modules/ip_conntrack_irc.o
Type= binary
***
*** 12,16 
  /File
  File
!   Source  = 
lib/modules/2.4.33/kernel/net/ipv4/netfilter/ip_nat_ftp.o
Filename= lib/modules/ip_nat_ftp.o
Type= binary
--- 12,16 
  /File
  File
!   Source  = 
lib/modules/2.4.34/kernel/net/ipv4/netfilter/ip_nat_ftp.o
Filename= lib/modules/ip_nat_ftp.o
Type= binary
***
*** 18,22 
  /File
  File
!   Source  = 
lib/modules/2.4.33/kernel/net/ipv4/netfilter/ip_nat_irc.o
Filename= lib/modules/ip_nat_irc.o
Type= binary
--- 18,22 
  /File
  File
!   Source  = 
lib/modules/2.4.34/kernel/net/ipv4/netfilter/ip_nat_irc.o
Filename= lib/modules/ip_nat_irc.o
Type= binary
***
*** 24,28 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/ppp_async.o
Filename= lib/modules/ppp_async.o
Type= binary
--- 24,28 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/ppp_async.o
Filename= lib/modules/ppp_async.o
Type= binary
***
*** 30,34 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/ppp_deflate.o
Filename= lib/modules/ppp_deflate.o
Type= binary
--- 30,34 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/ppp_deflate.o
Filename= lib/modules/ppp_deflate.o
Type= binary
***
*** 36,40 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/ppp_generic.o
Filename= lib/modules/ppp_generic.o
Type= binary
--- 36,40 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/ppp_generic.o
Filename= lib/modules/ppp_generic.o
Type= binary
***
*** 42,46 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/ppp_synctty.o
Filename= lib/modules/ppp_synctty.o
Type= binary
--- 42,46 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/ppp_synctty.o
Filename= lib/modules/ppp_synctty.o
Type= binary
***
*** 48,52 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/ppp_mppe.o
Filename= lib/modules/ppp_mppe.o
Type= binary
--- 48,52 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/ppp_mppe.o
Filename= lib/modules/ppp_mppe.o
Type= binary
***
*** 54,58 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/pppoe.o
Filename= lib/modules/pppoe.o
Type= binary
--- 54,58 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/pppoe.o
Filename= lib/modules/pppoe.o
Type= binary
***
*** 60,64 
  /File
  File
!   Source  = lib/modules/2.4.33/kernel/drivers/net/pppox.o
Filename= lib/modules/pppox.o
Type= binary
--- 60,64 
  /File
  File
!   Source  = lib/modules/2.4.34/kernel/drivers/net/pppox.o
Filename= lib/modules/pppox.o
Type= binary
***
*** 66,70 
  

[leaf-cvs-ci] src/bering-uclibc/apps/initrd buildtool.cfg, 1.32, 1.33

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/initrd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17482

Modified Files:
buildtool.cfg 
Log Message:
update to kernel 2.4.34

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/initrd/buildtool.cfg,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** buildtool.cfg   14 Jan 2007 16:55:35 -  1.32
--- buildtool.cfg   23 Jan 2007 21:45:29 -  1.33
***
*** 65,70 
packagename = initrd 
  
!   Version = 3.0.1
!   Revision = 1

Help EOF
--- 65,70 
packagename = initrd 
  
!   Version = 3.0
!   Revision = 8

Help EOF
***
*** 103,108 
packagename = initrd
  
!   Version = 3.0.1
!   Revision = 1

Help EOF
--- 103,108 
packagename = initrd
  
!   Version = 3.0
!   Revision = 8

Help EOF
***
*** 133,137 
/File
File
!   Source  = 
lib/modules/2.4.33/kernel/drivers/ide/ide-core.o
Filename= boot/lib/modules/ide-core.o
Type= binary
--- 133,137 
/File
File
!   Source  = 
lib/modules/2.4.34/kernel/drivers/ide/ide-core.o
Filename= boot/lib/modules/ide-core.o
Type= binary
***
*** 140,144 
  
File
!   Source  = 
lib/modules/2.4.33/kernel/drivers/ide/ide-disk.o
Filename= boot/lib/modules/ide-disk.o
Type= binary
--- 140,144 
  
File
!   Source  = 
lib/modules/2.4.34/kernel/drivers/ide/ide-disk.o
Filename= boot/lib/modules/ide-disk.o
Type= binary
***
*** 146,150 
/File
File
!   Source  = 
lib/modules/2.4.33/kernel/drivers/ide/ide-detect.o
Filename= boot/lib/modules/ide-detect.o
Type= binary
--- 146,150 
/File
File
!   Source  = 
lib/modules/2.4.34/kernel/drivers/ide/ide-detect.o
Filename= boot/lib/modules/ide-detect.o
Type= binary
***
*** 152,156 
/File
File
!   Source  = 
lib/modules/2.4.33/kernel/fs/vfat/vfat.o
Filename= boot/lib/modules/vfat.o
Type= binary
--- 152,156 
/File
File
!   Source  = 
lib/modules/2.4.34/kernel/fs/vfat/vfat.o
Filename= boot/lib/modules/vfat.o
Type= binary
***
*** 165,170 
packagename = initrd
  
!   Version = 3.0.1
!   Revision = 1

Help EOF
--- 165,170 
packagename = initrd
  
!   Version = 3.0
!   Revision = 8

Help EOF
***
*** 195,199 
/File
File
!   Source  = 
lib/modules/2.4.33/kernel/drivers/ide/ide-core.o
Filename= boot/lib/modules/ide-core.o
Type= binary
--- 195,199 
/File
File
!   Source  = 
lib/modules/2.4.34/kernel/drivers/ide/ide-core.o
Filename= boot/lib/modules/ide-core.o
Type= binary
***
*** 202,206 
  
File
!   Source  = 
lib/modules/2.4.33/kernel/drivers/ide/ide-disk.o
Filename= boot/lib/modules/ide-disk.o
Type= binary
--- 202,206 
  
  

[leaf-cvs-ci] src/bering-uclibc/apps/initrd buildtool.cfg, 1.33, 1.34

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/initrd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18500

Modified Files:
buildtool.cfg 
Log Message:
correct version and revision

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/initrd/buildtool.cfg,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** buildtool.cfg   23 Jan 2007 21:45:29 -  1.33
--- buildtool.cfg   23 Jan 2007 21:48:05 -  1.34
***
*** 65,70 
packagename = initrd 
  
!   Version = 3.0
!   Revision = 8

Help EOF
--- 65,70 
packagename = initrd 
  
!   Version = 3.1
!   Revision = 1

Help EOF
***
*** 103,108 
packagename = initrd
  
!   Version = 3.0
!   Revision = 8

Help EOF
--- 103,108 
packagename = initrd
  
!   Version = 3.1
!   Revision = 1

Help EOF
***
*** 165,170 
packagename = initrd
  
!   Version = 3.0
!   Revision = 8

Help EOF
--- 165,170 
packagename = initrd
  
!   Version = 3.1
!   Revision = 1

Help EOF
***
*** 246,251 
packagename = initrd
  
!   Version = 3.0
!   Revision = 8

Help EOF
--- 246,251 
packagename = initrd
  
!   Version = 3.1
!   Revision = 1

Help EOF


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/busybox busybox-1.4.0-conf.patch, NONE, 1.1 busybox-1.4.0.tar.bz2, NONE, 1.1 busybox-diff.patch, NONE, 1.1 .config, 1.11, 1.12 buildtool.cfg, 1.15, 1.16 buildtool.

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/busybox
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv25421

Modified Files:
.config buildtool.cfg buildtool.mk busybox-dev-root.patch 
psargs.patch 
Added Files:
busybox-1.4.0-conf.patch busybox-1.4.0.tar.bz2 
busybox-diff.patch 
Removed Files:
busybox-1.2.1.tar.bz2 busybox-arp.patch.gz busybox-chmod.patch 
busybox-tar.patch ifupdown-manual.patch.gz 
Log Message:
update to version 1.4.0

--- NEW FILE: busybox-1.4.0.tar.bz2 ---
(This appears to be a binary file; contents omitted.)

--- busybox-arp.patch.gz DELETED ---

Index: psargs.patch
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/psargs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** psargs.patch8 Aug 2006 18:23:28 -   1.1
--- psargs.patch23 Jan 2007 22:04:39 -  1.2
***
*** 1,10 
! diff -ur busybox-1.2.1.orig/procps/ps.c busybox-1.2.1/procps/ps.c
! --- busybox-1.2.1.orig/procps/ps.c2006-07-01 00:42:12.0 +0200
! +++ busybox-1.2.1/procps/ps.c 2006-08-08 11:57:53.918920248 +0200
! @@ -46,7 +46,11 @@
!  #if ENABLE_FEATURE_PS_WIDE  ENABLE_SELINUX
!   i = bb_getopt_ulflags(argc, argv, wc, w_count);
!  #elif ENABLE_FEATURE_PS_WIDE  !ENABLE_SELINUX
! - bb_getopt_ulflags(argc, argv, w, w_count);
  + for (len = 1; len  argc; len++) {
  + char *c;
--- 1,10 
! diff -urN busybox-1.3.0.orig/procps/ps.c busybox-1.3.0/procps/ps.c
! --- busybox-1.3.0.orig/procps/ps.c2006-12-13 01:10:00.0 +0100
! +++ busybox-1.3.0/procps/ps.c 2006-12-14 21:38:54.0 +0100
! @@ -298,7 +298,11 @@
!  #if ENABLE_FEATURE_PS_WIDE || ENABLE_SELINUX
!  #if ENABLE_FEATURE_PS_WIDE
!   opt_complementary = -:ww;
! - USE_SELINUX(i =) getopt32(argc, argv, USE_SELINUX(c) w, w_count);
  + for (len = 1; len  argc; len++) {
  + char *c;
***
*** 12,16 
  + if (*c == 'w') w_count++;
  + }
!  #else /* !ENABLE_FEATURE_PS_WIDE  ENABLE_SELINUX */
!   i = bb_getopt_ulflags(argc, argv, c);
!  #endif
--- 12,16 
  + if (*c == 'w') w_count++;
  + }
!   /* if w is given once, GNU ps sets the width to 132,
!* if w is given more than once, it is unlimited
!*/

Index: .config
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/busybox/.config,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** .config 10 Sep 2006 15:03:18 -  1.11
--- .config 23 Jan 2007 22:04:38 -  1.12
***
*** 1,6 
  #
  # Automatically generated make config: don't edit
  #
! HAVE_DOT_CONFIG=y
  
  #
--- 1,8 
  #
  # Automatically generated make config: don't edit
+ # Linux kernel version: 1.4.0.svn
+ # Sun Jan  7 21:17:47 2007
  #
! CONFIG_HAVE_DOT_CONFIG=y
  
  #
***
*** 12,15 
--- 14,18 
  #
  CONFIG_NITPICK=y
+ # CONFIG_DESKTOP is not set
  CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
  # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
***
*** 24,29 
--- 27,34 
  # CONFIG_FEATURE_CLEAN_UP is not set
  CONFIG_FEATURE_SUID=y
+ CONFIG_FEATURE_SYSLOG=y
  # CONFIG_FEATURE_SUID_CONFIG is not set
  # CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+ CONFIG_FEATURE_HAVE_RPC=y
  # CONFIG_SELINUX is not set
  CONFIG_BUSYBOX_EXEC_PATH=/proc/self/exe
***
*** 37,42 
  # CONFIG_FEATURE_SHARED_BUSYBOX is not set
  CONFIG_LFS=y
- USING_CROSS_COMPILER=y
- CROSS_COMPILER_PREFIX=/usr/i386-linux-uclibc/bin/i386-uclibc-
  # CONFIG_BUILD_AT_ONCE is not set
  
--- 42,45 
***
*** 49,53 
  # CONFIG_DMALLOC is not set
  # CONFIG_EFENCE is not set
! # CONFIG_DEBUG_YANK_SUSv2 is not set
  
  #
--- 52,56 
  # CONFIG_DMALLOC is not set
  # CONFIG_EFENCE is not set
! # CONFIG_INCLUDE_SUSv2 is not set
  
  #
***
*** 58,66 
  # CONFIG_INSTALL_APPLET_HARDLINKS is not set
  # CONFIG_INSTALL_APPLET_DONT is not set
! PREFIX=./
  
  #
  # Busybox Library Tuning
  #
  CONFIG_MD5_SIZE_VS_SPEED=2
  
--- 61,70 
  # CONFIG_INSTALL_APPLET_HARDLINKS is not set
  # CONFIG_INSTALL_APPLET_DONT is not set
! CONFIG_PREFIX=./
  
  #
  # Busybox Library Tuning
  #
+ CONFIG_PASSWORD_MINLEN=6
  CONFIG_MD5_SIZE_VS_SPEED=2
  
***
*** 210,213 
--- 214,218 
  # CONFIG_WATCH is not set
  CONFIG_WC=y
+ # CONFIG_FEATURE_WC_LARGE is not set
  CONFIG_WHO=y
  CONFIG_WHOAMI=y
***
*** 245,248 
--- 250,255 
  # CONFIG_OPENVT is not set
  CONFIG_RESET=y
+ # CONFIG_RESIZE is not set
+ # CONFIG_FEATURE_RESIZE_PRINT is not set
  # CONFIG_SETCONSOLE is not set
  # CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set
***
*** 271,275 
  # CONFIG_ED is not set
  # CONFIG_PATCH is not set
! # CONFIG_SED is not set
  # 

[leaf-cvs-ci] src/bering-uclibc/apps/sysvinit buildtool.mk, 1.6, 1.7

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/sysvinit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27816

Modified Files:
buildtool.mk 
Log Message:
update to busybox version 1.4.0

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/sysvinit/buildtool.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.mk20 Jan 2007 20:47:29 -  1.6
--- buildtool.mk23 Jan 2007 22:10:14 -  1.7
***
*** 20,37 
mkdir -p $(SYSVINIT_TARGET_DIR)
$(MAKE) -C $(SYSVINIT_DIR)/src CC=$(TARGET_CC) CFLAGS=$(BT_COPT_FLAGS) 
-Wall -D_GNU_SOURCE DISTRO=Debian
!   (cd  $(SYSVINIT_DIR)/contrib; $(TARGET_CC) -Wall -Os -o 
start-stop-daemon start-stop-daemon.c)
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/halt
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/init
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/killall5
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/runlevel
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/shutdown
!   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/contrib/start-stop-daemon
  
cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/init $(SYSVINIT_TARGET_DIR)
!   cp $(SYSVINIT_DIR)/src/killall5 $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/runlevel $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/shutdown $(SYSVINIT_TARGET_DIR)
!   cp $(SYSVINIT_DIR)/contrib/start-stop-daemon $(SYSVINIT_TARGET_DIR)
-mkdir -p $(BT_STAGING_DIR)/sbin 
cp -a  $(SYSVINIT_TARGET_DIR)/* $(BT_STAGING_DIR)/sbin/
--- 20,37 
mkdir -p $(SYSVINIT_TARGET_DIR)
$(MAKE) -C $(SYSVINIT_DIR)/src CC=$(TARGET_CC) CFLAGS=$(BT_COPT_FLAGS) 
-Wall -D_GNU_SOURCE DISTRO=Debian
! # (cd  $(SYSVINIT_DIR)/contrib; $(TARGET_CC) -Wall -Os -o 
start-stop-daemon start-stop-daemon.c)
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/halt
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/init
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/killall5
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/runlevel
!   -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(SYSVINIT_DIR)/src/shutdown
! # -$(BT_STRIP) $(BT_STRIP_BINOPTS) 
$(SYSVINIT_DIR)/contrib/start-stop-daemon
  
cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/init $(SYSVINIT_TARGET_DIR)
! # cp $(SYSVINIT_DIR)/src/killall5 $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/runlevel $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/shutdown $(SYSVINIT_TARGET_DIR)
! # cp $(SYSVINIT_DIR)/contrib/start-stop-daemon $(SYSVINIT_TARGET_DIR)
-mkdir -p $(BT_STAGING_DIR)/sbin 
cp -a  $(SYSVINIT_TARGET_DIR)/* $(BT_STAGING_DIR)/sbin/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/root buildtool.cfg,1.26,1.27

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/root
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28690

Modified Files:
buildtool.cfg 
Log Message:
update to busybox version 1.4.0

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/root/buildtool.cfg,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** buildtool.cfg   17 Jul 2006 18:01:01 -  1.26
--- buildtool.cfg   23 Jan 2007 22:12:34 -  1.27
***
*** 129,138 
/File
File
-   Filename= bin/sed
-   Source  = bin/sed
-   Type= binary
-   Permissions = 755   
-   /File
-   File
Filename= bin/e3
Source  = bin/e3
--- 129,132 
***
*** 233,247 
/File
File
-   Filename= sbin/killall5
-   Source  = sbin/killall5
-   Type= binary
-   Permissions = 755   
-   /File 
-   File
-   Filename= sbin/pidof
-   Target  = sbin/killall5
-   Type= link
-   /File 
-   File
Filename= sbin/syslogd
Source  = sbin/syslogd
--- 227,230 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/buildtool/conf sources.cfg, 1.146, 1.147

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/buildtool/conf
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31869

Modified Files:
sources.cfg 
Log Message:
update to busybox version 1.4.0

Index: sources.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/conf/sources.cfg,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** sources.cfg 4 Jan 2007 22:24:21 -   1.146
--- sources.cfg 23 Jan 2007 22:20:19 -  1.147
***
*** 1493,1505 
  /Source
  
! Source sed
! Server = cvs-sourceforge
! Revision = HEAD
! Directory = sed
! Description = sed
! Requires
!   Name = buildenv
! /Requires
! /Source
  
  Source sysvinit
--- 1493,1505 
  /Source
  
! #Source sed
! #Server = cvs-sourceforge
! #Revision = HEAD
! #Directory = sed
! #Description = sed
! #Requires
! # Name = buildenv
! #/Requires
! #/Source
  
  Source sysvinit
***
*** 1639,1643 
Name = cron
Name = sysklogd
-   Name = sed
Name = iproute
Name = tcp_wrappers
--- 1639,1642 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/etc/skel lrp.conf,1.1,1.2

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/etc/skel
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31992

Modified Files:
lrp.conf 
Log Message:
update to busybox version 1.4.0

Index: lrp.conf
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/lrp.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lrp.conf14 Oct 2004 19:09:29 -  1.1
--- lrp.conf23 Jan 2007 22:21:15 -  1.2
***
*** 2,6 
  #It is referenced by multicron-* and POSIXness.
  
- 
  # Log files in /var/log/ to rotate. DEPTH == Amount to keep.
  lrp_LOGS_DAILY=daemon.log debug cron.log messages syslog user.log \
--- 2,5 
***
*** 13,20 
  #lrp_MAIL_ADMIN=[EMAIL PROTECTED]
  
- # Server that will be contacted via 'rdate' for the time service daily.
- # Turning this on also updates the CMOS clock
- #lrp_DATE_SERVER=time.nist.gov
- 
  # List of hosts to ping check. ADMIN will be sent mail if any fail.
  #lrp_PING_HOSTS=router1.upstream.com server2.theirnet.org
--- 12,15 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/etc/skel/cron.daily multicron-d, 1.2, 1.3

2007-01-23 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/cron.daily
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31992/cron.daily

Modified Files:
multicron-d 
Log Message:
update to busybox version 1.4.0

Index: multicron-d
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/etc/skel/cron.daily/multicron-d,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** multicron-d 27 Jun 2006 21:36:26 -  1.2
--- multicron-d 23 Jan 2007 22:21:15 -  1.3
***
*** 153,160 
[ $GMT = -u ]  GMT=--utc
  [ -n `ps axc | grep [n]tpd` ]   hwclock --systohc $GMT  OK=ntpd
- [ -n `ps axc | grep [x]ntpd` ]  hwclock --systohc $GMT  OK=xntpd
-   [ $lrp_DATE_SERVER !=  ] \
-rdate -s $lrp_DATE_SERVER \
-sleep 2  hwclock --systohc $GMT  OK=rdate
if [ $OK =  ]; then
logger Warning ! System time was not updated
--- 153,156 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 ulogdsql.lrp,NONE,1.1

2007-01-21 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32391

Added Files:
ulogdsql.lrp 
Log Message:
ulogd mySQL plugin package

--- NEW FILE: ulogdsql.lrp ---
(This appears to be a binary file; contents omitted.)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/openvpn buildtool.cfg, 1.18, 1.19 openvpn.init, 1.1, 1.2

2007-01-21 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/openvpn
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5861

Modified Files:
buildtool.cfg openvpn.init 
Log Message:
start openvpn after shorewall

Index: buildtool.cfg
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openvpn/buildtool.cfg,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** buildtool.cfg   4 Dec 2006 21:47:53 -   1.18
--- buildtool.cfg   21 Jan 2007 22:24:30 -  1.19
***
*** 39,43 
openvpn
Version  = 2.0.9
!   Revision = 2
  
Help EOF
--- 39,43 
openvpn
Version  = 2.0.9
!   Revision = 3
  
Help EOF
***
*** 123,127 
openvpnz
Version  = 2.0.9
!   Revision = 2
  
Help EOF
--- 123,127 
openvpnz
Version  = 2.0.9
!   Revision = 3
  
Help EOF

Index: openvpn.init
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openvpn/openvpn.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openvpn.init3 Dec 2006 10:37:42 -   1.1
--- openvpn.init21 Jan 2007 22:24:30 -  1.2
***
*** 5,9 
  # Modified for openvpn by Alberto Gonzalez Iniesta [EMAIL PROTECTED]
  # Modified for restarting / starting / stopping single tunnels by Richard 
Mueller [EMAIL PROTECTED]
! RCDLINKS=0,K80 1,K80 2,S16 3,S16 4,S16 5,S16 6,K80
  
  DAEMON=/usr/sbin/openvpn
--- 5,9 
  # Modified for openvpn by Alberto Gonzalez Iniesta [EMAIL PROTECTED]
  # Modified for restarting / starting / stopping single tunnels by Richard 
Mueller [EMAIL PROTECTED]
! RCDLINKS=0,K20 1,K20 2,S20 3,S20 4,S20 5,S20 6,K20
  
  DAEMON=/usr/sbin/openvpn


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 openvpn.lrp, 1.4, 1.5 openvpnz.lrp, 1.4, 1.5

2007-01-21 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8034

Modified Files:
openvpn.lrp openvpnz.lrp 
Log Message:
start openvpn a bit later

Index: openvpn.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/openvpn.lrp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvskbkaZE and /tmp/cvstEjedg differ

Index: openvpnz.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/openvpnz.lrp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvs3uIuVH and /tmp/cvsdryHej differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] bin/packages/uclibc-0.9/28 ulogdsql.lrp,1.1,1.2

2007-01-21 Thread Eric Spakman
Update of /cvsroot/leaf/bin/packages/uclibc-0.9/28
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16056

Modified Files:
ulogdsql.lrp 
Log Message:
revert the revision number, to be inline with Kp ;)

Index: ulogdsql.lrp
===
RCS file: /cvsroot/leaf/bin/packages/uclibc-0.9/28/ulogdsql.lrp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsJppcjI and /tmp/cvsj7JWt8 differ


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


[leaf-cvs-ci] src/bering-uclibc/apps/sysvinit buildtool.mk, 1.4, 1.5

2007-01-20 Thread Eric Spakman
Update of /cvsroot/leaf/src/bering-uclibc/apps/sysvinit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19905

Modified Files:
buildtool.mk 
Log Message:
remove duplication

Index: buildtool.mk
===
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/sysvinit/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk20 Mar 2005 18:07:44 -  1.4
--- buildtool.mk20 Jan 2007 20:44:17 -  1.5
***
*** 26,39 
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/runlevel
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/shutdown
-   -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/halt
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/contrib/start-stop-daemon
  
cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/init $(SYSVINIT_TARGET_DIR)
!   cp $(SYSVINIT_DIR)/src/killall5 $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/runlevel $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/shutdown $(SYSVINIT_TARGET_DIR)
!   cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
!   cp $(SYSVINIT_DIR)/contrib/start-stop-daemon $(SYSVINIT_TARGET_DIR)
-mkdir -p $(BT_STAGING_DIR)/sbin 
cp -a  $(SYSVINIT_TARGET_DIR)/* $(BT_STAGING_DIR)/sbin/
--- 26,37 
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/runlevel
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/src/shutdown
-$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(SYSVINIT_DIR)/contrib/start-stop-daemon
  
cp $(SYSVINIT_DIR)/src/halt $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/init $(SYSVINIT_TARGET_DIR)
! # cp $(SYSVINIT_DIR)/src/killall5 $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/runlevel $(SYSVINIT_TARGET_DIR)
cp $(SYSVINIT_DIR)/src/shutdown $(SYSVINIT_TARGET_DIR)
! # cp $(SYSVINIT_DIR)/contrib/start-stop-daemon $(SYSVINIT_TARGET_DIR)
-mkdir -p $(BT_STAGING_DIR)/sbin 
cp -a  $(SYSVINIT_TARGET_DIR)/* $(BT_STAGING_DIR)/sbin/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits


  1   2   3   4   5   6   7   8   9   10   >