Update of /cvsroot/leaf/src/bering-uclibc/apps/openssh
In directory sc8-pr-cvs1:/tmp/cvs-serv6892
Modified Files:
buildtool.cfg buildtool.mk
Added Files:
openssh-3.7.1p1.tar.gz
Log Message:
Moved to version 3.7.1p1
--- NEW FILE: openssh-3.7.1p1.tar.gz ---
(This appears to be a binary file; contents omitted.)
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openssh/buildtool.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.cfg 14 Sep 2003 18:15:50 -0000 1.6
--- buildtool.cfg 19 Sep 2003 12:57:29 -0000 1.7
***************
*** 5,14 ****
</Server>
- <Server debian>
- Type = http
- Name = ftp.debian.org
- Serverpath = /debian/pool/main/o/openssh
- </Server>
-
<File buildtool.mk>
Server = cvs-sourceforge
--- 5,8 ----
***************
*** 16,27 ****
Directory = openssh
</File>
- <File openssh_3.6.1p2.orig.tar.gz>
- Server = debian
- envname = OPENSSH_SOURCE
- </File>
! <File openssh_3.6.1p2-6.diff.gz>
! Server = debian
! envname = OPENSSH_PATCH2
</File>
--- 10,19 ----
Directory = openssh
</File>
! <File openssh-3.7.1p1.tar.gz>
! Server = cvs-sourceforge
! Revision = HEAD
! Directory = openssh
! envname = OPENSSH_SOURCE
</File>
***************
*** 53,58 ****
<sshd>
! Version = 3.6.1p2-4
! Revision = 1
#Skeleton = sshd.skel.tgz
--- 45,50 ----
<sshd>
! Version = 3.7.1p1
! Revision = 2
#Skeleton = sshd.skel.tgz
***************
*** 135,140 ****
<ssh>
! Version = 3.6.1p2-4
! Revision = 1
#Skeleton = ssh.skel.tgz
--- 127,132 ----
<ssh>
! Version = 3.7.1p1
! Revision = 2
#Skeleton = ssh.skel.tgz
***************
*** 177,182 ****
<sftp>
! Version = 3.6.1p2-4
! Revision = 1
#Skeleton = sftp.skel.tgz
--- 169,174 ----
<sftp>
! Version = 3.7.1p1
! Revision = 2
#Skeleton = sftp.skel.tgz
***************
*** 219,224 ****
<sshkey>
! Version = 3.6.1p2-4
! Revision = 1
#Skeleton = sshkey.skel.tgz
--- 211,216 ----
<sshkey>
! Version = 3.7.1p1
! Revision = 2
#Skeleton = sshkey.skel.tgz
Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openssh/buildtool.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.mk 25 Aug 2003 13:23:59 -0000 1.5
--- buildtool.mk 19 Sep 2003 12:57:29 -0000 1.6
***************
*** 8,12 ****
include $(MASTERMAKEFILE)
! OPENSSH_DIR:=openssh-3.6.1p2
OPENSSH_TARGET_DIR:=$(BT_BUILD_DIR)/openssh
STRIP_OPTIONS=-s --remove-section=.note --remove-section=.comment
--- 8,12 ----
include $(MASTERMAKEFILE)
! OPENSSH_DIR:=openssh-3.7.1p1
OPENSSH_TARGET_DIR:=$(BT_BUILD_DIR)/openssh
STRIP_OPTIONS=-s --remove-section=.note --remove-section=.comment
***************
*** 14,39 ****
source:
zcat $(OPENSSH_SOURCE) | tar -xvf -
- zcat $(OPENSSH_PATCH2) | patch -d $(OPENSSH_DIR) -p1
build:
! (cd $(OPENSSH_DIR); rm -rf config.cache; CC=$(TARGET_CC) \
! ./configure \
! --prefix=/usr \
! --disable-lastlog \
! --disable-libutil \
! --disable-nls \
! --disable-pututxline \
! --disable-utmpx \
! --disable-wtmpx \
--disable-largefile \
! --includedir=$(BT_STAGING_DIR)/include \
! --libdir=$(BT_STAGING_DIR)/lib \
! --sysconfdir=/etc/ssh \
! --without-pam \
! --with-ldflags=-s \
! --with-privsep-path=/var/run/sshd \
! --with-privsep-user=sshd \
! --with-tcp-wrappers \
! --with-4in6=no \
--without-opensc \
--without-sectok \
--- 14,42 ----
source:
zcat $(OPENSSH_SOURCE) | tar -xvf -
build:
! (cd $(OPENSSH_DIR); rm -rf config.cache; autoconf; \
! CC=$(TARGET_CC) \
! LD=$(TARGET_CC) \
! ./configure \
! --target=$(GNU_TARGET_NAME) \
! --host=$(GNU_TARGET_NAME) \
! --build=$(GNU_HOST_NAME) \
! --disable-lastlog \
! --disable-libutil \
! --disable-nls \
! --disable-pututxline \
! --disable-utmpx \
! --disable-wtmpx \
--disable-largefile \
! --includedir=$(BT_STAGING_DIR)/include \
! --libdir=$(BT_STAGING_DIR)/lib \
! --sysconfdir=/etc/ssh \
! --without-pam \
! --with-ldflags=-s \
! --with-privsep-path=/var/run/sshd \
! --with-privsep-user=sshd \
! --with-tcp-wrappers \
! --with-4in6=no \
--without-opensc \
--without-sectok \
***************
*** 43,53 ****
--without-md5-passwords \
--without-bsd-auth \
! --with-xauth=no );
! #perl -i -p -e 's,-lcrypto,$(BT_STAGING_DIR)/lib/libcrypto.a ,'
$(OPENSSH_DIR)/Makefile
perl -i -p -e 's,-g , ,' $(OPENSSH_DIR)/Makefile
perl -i -p -e 's,-O2 ,-Os ,' $(OPENSSH_DIR)/Makefile
perl -i -p -e 's,-O2 ,-Os ,' $(OPENSSH_DIR)/debian/rules
perl -i -p -e 's,-O2 ,-Os ,' $(OPENSSH_DIR)/openbsd-compat/Makefile
- #perl -i -p -e 's,#define HAVE_OPENPTY 1,/* #undef HAVE_OPENPTY */,'
$(OPENSSH_DIR)/config.h
make CC=$(TARGET_CC) -C $(OPENSSH_DIR)
-$(BT_STRIP) $(STRIP_OPTIONS) $(OPENSSH_DIR)/scp
--- 46,54 ----
--without-md5-passwords \
--without-bsd-auth \
! --with-xauth=no );
perl -i -p -e 's,-g , ,' $(OPENSSH_DIR)/Makefile
perl -i -p -e 's,-O2 ,-Os ,' $(OPENSSH_DIR)/Makefile
perl -i -p -e 's,-O2 ,-Os ,' $(OPENSSH_DIR)/debian/rules
perl -i -p -e 's,-O2 ,-Os ,' $(OPENSSH_DIR)/openbsd-compat/Makefile
make CC=$(TARGET_CC) -C $(OPENSSH_DIR)
-$(BT_STRIP) $(STRIP_OPTIONS) $(OPENSSH_DIR)/scp
***************
*** 76,83 ****
! clean:
make -C $(OPENSSH_DIR) clean
rm -rf $(OPENSSH_TARGET_DIR)
--- 77,87 ----
! clean:
make -C $(OPENSSH_DIR) clean
rm -rf $(OPENSSH_TARGET_DIR)
+
+ srcclean:
+ rm -rf $(OPENSSH_DIR)
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits