linux-decnet-commit Mailing List for DECnet for Linux (Page 4)
Brought to you by:
chrissie_c,
ph3-der-loewe
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(16) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(20) |
Feb
(27) |
Mar
(25) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(36) |
Aug
(12) |
Sep
(12) |
Oct
(16) |
Nov
(5) |
Dec
(5) |
2003 |
Jan
(8) |
Feb
(9) |
Mar
(25) |
Apr
(18) |
May
(29) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(10) |
Oct
(5) |
Nov
(3) |
Dec
(9) |
2004 |
Jan
(17) |
Feb
|
Mar
(9) |
Apr
|
May
(4) |
Jun
(1) |
Jul
(2) |
Aug
(21) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
|
Mar
(13) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
(13) |
Oct
(83) |
Nov
(2) |
Dec
|
2006 |
Jan
(21) |
Feb
(1) |
Mar
(32) |
Apr
(31) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(13) |
2007 |
Jan
(1) |
Feb
(7) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(20) |
Sep
|
Oct
|
Nov
|
Dec
(7) |
2008 |
Jan
(4) |
Feb
(13) |
Mar
(24) |
Apr
(18) |
May
(10) |
Jun
|
Jul
|
Aug
(40) |
Sep
(72) |
Oct
(61) |
Nov
(9) |
Dec
(2) |
2009 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
(3) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
(41) |
Aug
(28) |
Sep
(2) |
Oct
(5) |
Nov
(4) |
Dec
|
2011 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:55:09
|
Update of /cvsroot/linux-decnet/dnprogs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15480 Modified Files: Makefile Log Message: corrected use of make in Makefiles, needed on systems where you need to use gmake not make Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -r1.41 -r1.42 *** Makefile 24 Oct 2008 14:09:11 -0000 1.41 --- Makefile 5 Jul 2010 22:06:07 -0000 1.42 *************** *** 19,29 **** all: ! @set -e; for i in $(SUBDIRS); do make -C $$i $@ ; done install: ! @set -e; for i in $(SUBDIRS); do make -C $$i $@ ; done dep depend: ! @set -e; for i in $(SUBDIRS); do make -C $$i $@ ; done tags: --- 19,29 ---- all: ! @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@ ; done install: ! @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@ ; done dep depend: ! @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i $@ ; done tags: *************** *** 44,48 **** rm -f build rm -f core ! @for i in $(SUBDIRS); do make -C $$i $@ ; done debclean: --- 44,48 ---- rm -f build rm -f core ! @for i in $(SUBDIRS); do $(MAKE) -C $$i $@ ; done debclean: *************** *** 74,83 **** rpm: rm -rf rpmbuild BUILD RPMS SOURCES ! make clean ! make dist echo "%_topdir `pwd`" > .rpmmacros echo "`rpm --showrc|grep \^macrofiles`:`pwd`/.rpmmacros" >.rpmrc ! make prefix=/usr RELEASE=true -j ! make DESTDIR=`pwd`/rpmbuild RELEASE=true install find `pwd`/rpmbuild/usr/share/man/ -type f|xargs gzip -9 ln -sf libdnet.so.2 rpmbuild/usr/lib/libdnet.so.1 --- 74,83 ---- rpm: rm -rf rpmbuild BUILD RPMS SOURCES ! $(MAKE) clean ! $(MAKE) dist echo "%_topdir `pwd`" > .rpmmacros echo "`rpm --showrc|grep \^macrofiles`:`pwd`/.rpmmacros" >.rpmrc ! $(MAKE) prefix=/usr RELEASE=true -j ! $(MAKE) DESTDIR=`pwd`/rpmbuild RELEASE=true install find `pwd`/rpmbuild/usr/share/man/ -type f|xargs gzip -9 ln -sf libdnet.so.2 rpmbuild/usr/lib/libdnet.so.1 |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:55:03
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15480/libdnet Modified Files: Makefile Log Message: corrected use of make in Makefiles, needed on systems where you need to use gmake not make Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** Makefile 29 Apr 2010 08:31:59 -0000 1.12 --- Makefile 5 Jul 2010 22:06:13 -0000 1.13 *************** *** 13,21 **** getnodebyname.o getnodebyaddr.o setnodeent.o getexecdev.o \ getnodename.o setnodename.o dnet_getnode.o dnet_pton.o dnet_ntop.o \ ! dnet_recv.o dnet_eof.o getobjectbyX.o PICOBJS:=dnet_htoa.po dnet_ntoa.po dnet_addr.po dnet_conn.po getnodeadd.po \ getnodebyname.po getnodebyaddr.po setnodeent.po getexecdev.po \ getnodename.po setnodename.po dnet_getnode.po dnet_pton.po dnet_ntop.po\ ! dnet_recv.po dnet_eof.po getobjectbyX.po LIBNAME=libdnet --- 13,21 ---- getnodebyname.o getnodebyaddr.o setnodeent.o getexecdev.o \ getnodename.o setnodename.o dnet_getnode.o dnet_pton.o dnet_ntop.o \ ! dnet_recv.o dnet_eof.o getobjectbyX.o cuserid.o PICOBJS:=dnet_htoa.po dnet_ntoa.po dnet_addr.po dnet_conn.po getnodeadd.po \ getnodebyname.po getnodebyaddr.po setnodeent.po getexecdev.po \ getnodename.po setnodename.po dnet_getnode.po dnet_pton.po dnet_ntop.po\ ! dnet_recv.po dnet_eof.po getobjectbyX.po cuserid.po LIBNAME=libdnet |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:54:19
|
Update of /cvsroot/linux-decnet/dnprogs/mail In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15480/mail Modified Files: Makefile Log Message: corrected use of make in Makefiles, needed on systems where you need to use gmake not make Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/mail/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Makefile 9 Aug 2007 09:26:55 -0000 1.9 --- Makefile 5 Jul 2010 22:06:15 -0000 1.10 *************** *** 22,26 **** $(UULIB): ! make -C $(UUDIR) .c.o: --- 22,26 ---- $(UULIB): ! $(MAKE) -C $(UUDIR) .c.o: *************** *** 47,51 **** clean: rm -f $(PROG1) $(PROG2) *.o *.bak .depend ! make -C $(UUDIR) clean --- 47,51 ---- clean: rm -f $(PROG1) $(PROG2) *.o *.bak .depend ! $(MAKE) -C $(UUDIR) clean |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:54:14
|
Update of /cvsroot/linux-decnet/dnprogs/libvaxdata In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15480/libvaxdata Modified Files: Makefile Log Message: corrected use of make in Makefiles, needed on systems where you need to use gmake not make Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libvaxdata/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile 27 Oct 2005 12:31:07 -0000 1.2 --- Makefile 5 Jul 2010 22:06:14 -0000 1.3 *************** *** 4,11 **** all: ! cd linux; make -f makefile.gcc clean: ! cd linux; make -f makefile.gcc clean install: --- 4,11 ---- all: ! cd linux; $(MAKE) -f makefile.gcc clean: ! cd linux; $(MAKE) -f makefile.gcc clean install: |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:34:02
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22063 Added Files: cuserid.c Log Message: added support file which emulates a cuserid() on NetBSD which does not have it(?) --- NEW FILE: cuserid.c --- /****************************************************************************** (c) 2010 Philipp 'ph3-der-loewe' Schafft <li...@li...> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <string.h> #include <stdlib.h> #ifdef __NetBSD__ char *cuserid(char *string) { if ( string != NULL ) return NULL; // Fix this, use system databases! return getenv("USER"); } #endif |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:28:53
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20990/libdnet Modified Files: getnodename.c getexecdev.c dnet_conn.c dnet_addr.c Log Message: fixed includes and errno codes (handle only existing ones) Index: getnodename.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/getnodename.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** getnodename.c 27 Sep 2008 09:28:39 -0000 1.5 --- getnodename.c 5 Jul 2010 22:28:44 -0000 1.6 *************** *** 21,25 **** #include <stdio.h> #include <string.h> ! #include <sys/errno.h> #include <unistd.h> --- 21,25 ---- #include <stdio.h> #include <string.h> ! #include <errno.h> #include <unistd.h> Index: getexecdev.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/getexecdev.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** getexecdev.c 27 Sep 2008 09:28:39 -0000 1.2 --- getexecdev.c 5 Jul 2010 22:28:44 -0000 1.3 *************** *** 20,24 **** #include <sys/socket.h> #include <sys/types.h> ! #include <sys/errno.h> #include <string.h> #include <stdlib.h> --- 20,24 ---- #include <sys/socket.h> #include <sys/types.h> ! #include <errno.h> #include <string.h> #include <stdlib.h> Index: dnet_conn.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/dnet_conn.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** dnet_conn.c 4 Oct 2008 18:16:14 -0000 1.9 --- dnet_conn.c 5 Jul 2010 22:28:44 -0000 1.10 *************** *** 21,24 **** --- 21,25 ---- #include <sys/socket.h> #include <sys/types.h> + #include <sys/time.h> #include <string.h> #include <stdlib.h> *************** *** 169,173 **** --- 170,180 ---- return -1; + #ifdef ESOCKTNOSUPPORT errno = ESOCKTNOSUPPORT; + #elif defined(EPROTONOSUPPORT) + errno = EPROTONOSUPPORT; + #else + errno = ENOSYS; + #endif if (type != SOCK_SEQPACKET && type != SOCK_STREAM) return -1; Index: dnet_addr.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/dnet_addr.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** dnet_addr.c 27 Sep 2008 09:28:39 -0000 1.3 --- dnet_addr.c 5 Jul 2010 22:28:44 -0000 1.4 *************** *** 20,24 **** #include <sys/socket.h> #include <sys/types.h> ! #include <sys/errno.h> #include <string.h> #include <stdlib.h> --- 20,24 ---- #include <sys/socket.h> #include <sys/types.h> ! #include <errno.h> #include <string.h> #include <stdlib.h> |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:28:53
|
Update of /cvsroot/linux-decnet/dnprogs/multinet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20990/multinet Modified Files: multinet.c Log Message: fixed includes and errno codes (handle only existing ones) Index: multinet.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/multinet/multinet.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** multinet.c 23 Aug 2008 13:48:51 -0000 1.11 --- multinet.c 5 Jul 2010 22:28:44 -0000 1.12 *************** *** 30,34 **** #include <sys/types.h> #include <sys/poll.h> ! #include <sys/errno.h> #include <sys/signal.h> #include <sys/signal.h> --- 30,34 ---- #include <sys/types.h> #include <sys/poll.h> ! #include <errno.h> #include <sys/signal.h> #include <sys/signal.h> |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:28:53
|
Update of /cvsroot/linux-decnet/dnprogs/phone In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20990/phone Modified Files: phone_ncurses.c Log Message: fixed includes and errno codes (handle only existing ones) Index: phone_ncurses.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/phone/phone_ncurses.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** phone_ncurses.c 17 Mar 2006 15:06:21 -0000 1.7 --- phone_ncurses.c 5 Jul 2010 22:28:44 -0000 1.8 *************** *** 308,312 **** --- 308,316 ---- } + #ifdef ERESTART if (errno != EINTR && errno != ERESTART) + #else + if (errno != EINTR) + #endif { perror("Error in select"); |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:27:33
|
Update of /cvsroot/linux-decnet/dnprogs/dnlogin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20759/dnlogin Modified Files: found.c Log Message: ignore MSG_NOSIGNAL if we do not have this flag Index: found.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnlogin/found.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** found.c 3 Oct 2008 09:09:00 -0000 1.24 --- found.c 5 Jul 2010 22:27:21 -0000 1.25 *************** *** 32,35 **** --- 32,40 ---- #include "dnlogin.h" + // If we don't have MSG_NOSIGNAL, ignore it for now + // TODO: is this correct to just ignore it? + #ifndef MSG_NOSIGNAL + #define MSG_NOSIGNAL 0 + #endif /* Foundation services messages */ |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:19:46
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19090/libdnet Modified Files: getnodebyaddr.c getnodebyname.c Log Message: NetBSD needs diffrent headers... Index: getnodebyaddr.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/getnodebyaddr.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** getnodebyaddr.c 24 Oct 2008 11:03:05 -0000 1.6 --- getnodebyaddr.c 5 Jul 2010 22:19:36 -0000 1.7 *************** *** 25,29 **** --- 25,34 ---- #include <netdnet/dnetdb.h> + #ifdef __NetBSD__ + #include <net/if.h> + #include <net/if_ether.h> + #else #include <netinet/ether.h> + #endif static char nodetag[80],nametag[80],nodeadr[80],nodename[80]; Index: getnodebyname.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/getnodebyname.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** getnodebyname.c 4 Oct 2008 18:16:14 -0000 1.9 --- getnodebyname.c 5 Jul 2010 22:19:36 -0000 1.10 *************** *** 26,30 **** --- 26,35 ---- #include <netdnet/dnetdb.h> + #ifdef __NetBSD__ + #include <net/if.h> + #include <net/if_ether.h> + #else #include <netinet/ether.h> + #endif static char nodetag[80],nametag[80],nodeadr[80],nodename[80]; |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:19:07
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18836/libdnet Modified Files: setnodename.c Log Message: test of the actual sysctl calls exists for the current platform Index: setnodename.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/setnodename.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** setnodename.c 17 Oct 2002 14:16:51 -0000 1.2 --- setnodename.c 5 Jul 2010 22:18:59 -0000 1.3 *************** *** 31,35 **** int setnodename(const char *name, size_t len) { ! #ifdef SDF_UICPROXY int ctlname[3] = { CTL_NET, NET_DECNET, NET_DECNET_NODE_NAME }; size_t nospace = 0; --- 31,35 ---- int setnodename(const char *name, size_t len) { ! #if defined(SDF_UICPROXY) && defined(CTL_NET) && defined(NET_DECNET) && defined(NET_DECNET_NODE_NAME) int ctlname[3] = { CTL_NET, NET_DECNET, NET_DECNET_NODE_NAME }; size_t nospace = 0; |
From: ph3-der-loewe <ph3...@us...> - 2010-07-05 22:18:30
|
Update of /cvsroot/linux-decnet/dnprogs/dnlogin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18712/dnlogin Modified Files: dnlogin.c Log Message: C only allows code-decl-mixed in newer versions, makes problems with older compilers or forced standard versions Index: dnlogin.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dnlogin/dnlogin.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** dnlogin.c 4 Oct 2008 11:15:32 -0000 1.20 --- dnlogin.c 5 Jul 2010 22:18:21 -0000 1.21 *************** *** 48,56 **** int res; int sockfd = found_getsockfd(); tv.tv_usec = 0; tv.tv_sec = char_timeout; - fd_set in_set; FD_ZERO(&in_set); FD_SET(termfd, &in_set); --- 48,56 ---- int res; int sockfd = found_getsockfd(); + fd_set in_set; tv.tv_usec = 0; tv.tv_sec = char_timeout; FD_ZERO(&in_set); FD_SET(termfd, &in_set); |
From: Christine C. <chr...@us...> - 2010-04-29 08:32:09
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13208/libdnet Modified Files: Makefile Log Message: update versions Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile 29 Sep 2008 14:08:23 -0000 1.11 --- Makefile 29 Apr 2010 08:31:59 -0000 1.12 *************** *** 20,24 **** LIBNAME=libdnet ! LIB_MINOR_VERSION=43.1 LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) --- 20,24 ---- LIBNAME=libdnet ! LIB_MINOR_VERSION=43.2 LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) |
From: Christine C. <chr...@us...> - 2010-04-29 08:32:09
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13208/debian Modified Files: changelog Log Message: update versions Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -r1.78 -r1.79 *** changelog 12 Oct 2009 10:06:00 -0000 1.78 --- changelog 29 Apr 2010 08:31:59 -0000 1.79 *************** *** 1,2 **** --- 1,11 ---- + dnprogs (2.51) unstable; urgency=low + + * Fix some strict-aliasing warnings + Closes: #576373 + * Fix some lintian errors (thanks to ph3-der-loewe) + * Don't print errors if decnet.conf doesn't exist + + -- Christine Caulfield <Chr...@go...> Thu, 29 Apr 2010 09:29:40 +0100 + dnprogs (2.50.1) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2010-04-29 08:32:08
|
Update of /cvsroot/linux-decnet/dnprogs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13208 Modified Files: Makefile.common Log Message: update versions Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -r1.55 -r1.56 *** Makefile.common 3 Oct 2009 13:22:02 -0000 1.55 --- Makefile.common 29 Apr 2010 08:31:58 -0000 1.56 *************** *** 59,63 **** #Package version MAJOR_VERSION=2 ! MINOR_VERSION=50 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) --- 59,63 ---- #Package version MAJOR_VERSION=2 ! MINOR_VERSION=51 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) |
From: Christine C. <chr...@us...> - 2010-04-29 08:10:13
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10070/debian Modified Files: control dnet-common.init.d dnet-progs.init.d Log Message: Misc Debian fixes. Thanks to the Lion for these patches Index: control =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/control,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** control 3 Oct 2009 13:22:03 -0000 1.32 --- control 29 Apr 2010 08:10:02 -0000 1.33 *************** *** 8,12 **** Package: dnet-common Architecture: all ! Depends: debconf(>=0.5.00) | debconf-2.0, debianutils(>=1.13), module-init-tools | modutils Priority: extra Section: net --- 8,12 ---- Package: dnet-common Architecture: all ! Depends: debconf(>=0.5.00) | debconf-2.0, debianutils(>=1.13), module-init-tools | modutils, ${misc:Depends} Priority: extra Section: net *************** *** 26,30 **** Package: dnet-progs Architecture: any ! Depends: dnet-common(>=${Source-Version}), libdnet(>=${Source-Version}), ${shlibs:Depends} Priority: extra Section: net --- 26,30 ---- Package: dnet-progs Architecture: any ! Depends: dnet-common(>=${binary:Version}), libdnet(>=${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Priority: extra Section: net *************** *** 39,43 **** Architecture: any Depends: ${shlibs:Depends} ! Recommends: dnet-common(>=${Source-Version}) Priority: extra Section: libs --- 39,43 ---- Architecture: any Depends: ${shlibs:Depends} ! Recommends: dnet-common(>=${binary:Version}), ${misc:Depends} Priority: extra Section: libs *************** *** 58,62 **** Package: libdnet-dev Architecture: any ! Depends: libdnet(>=${Source-Version}) Priority: extra Section: libdevel --- 58,62 ---- Package: libdnet-dev Architecture: any ! Depends: libdnet(>=${binary:Version}), ${misc:Depends} Priority: extra Section: libdevel Index: dnet-common.init.d =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-common.init.d,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** dnet-common.init.d 3 Oct 2009 13:22:03 -0000 1.10 --- dnet-common.init.d 29 Apr 2010 08:10:02 -0000 1.11 *************** *** 42,46 **** interfaces="$DNET_INTERFACES" ! ADDR="`grep executor /etc/decnet.conf | cut -f2`" setether="/sbin/setether $ADDR $interfaces" --- 42,46 ---- interfaces="$DNET_INTERFACES" ! ADDR="`grep executor /etc/decnet.conf 2>/dev/null | cut -f2`" setether="/sbin/setether $ADDR $interfaces" *************** *** 73,77 **** case $1 in start) ! if [ ! -f /etc/decnet.conf ] then echo "DECnet not started as it is not configured." --- 73,77 ---- case $1 in start) ! if [ ! \( -f /etc/decnet.conf -a -n "$ADDR" \) ] then echo "DECnet not started as it is not configured." Index: dnet-progs.init.d =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/dnet-progs.init.d,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** dnet-progs.init.d 3 Oct 2009 13:22:03 -0000 1.12 --- dnet-progs.init.d 29 Apr 2010 08:10:02 -0000 1.13 *************** *** 9,14 **** ### BEGIN INIT INFO # Provides: dnet-progs ! # Required-Start: $network ! # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 --- 9,14 ---- ### BEGIN INIT INFO # Provides: dnet-progs ! # Required-Start: $network $local_fs $remote_fs ! # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 *************** *** 23,29 **** [ -f /etc/default/decnet ] && . /etc/default/decnet # Don't issue any messages if DECnet is not configured as # dnet-common will have taken care of those. ! if [ ! -f /etc/decnet.conf -o ! -f /proc/net/decnet ] then exit 0 --- 23,31 ---- [ -f /etc/default/decnet ] && . /etc/default/decnet + ADDR="`grep executor /etc/decnet.conf 2> /dev/null | cut -f2`" + # Don't issue any messages if DECnet is not configured as # dnet-common will have taken care of those. ! if [ ! -f /etc/decnet.conf -o ! -f /proc/net/decnet -o ! -n "$ADDR" ] then exit 0 |
From: Christine C. <chr...@us...> - 2010-04-29 08:09:42
|
Update of /cvsroot/linux-decnet/dnprogs/libdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9995/libdnet Modified Files: dnet_ntop.c dnet_pton.c Log Message: Fix strict-aliasing warnings Index: dnet_ntop.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/dnet_ntop.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** dnet_ntop.c 26 Apr 2000 08:22:04 -0000 1.1.1.1 --- dnet_ntop.c 29 Apr 2010 08:09:33 -0000 1.2 *************** *** 24,27 **** --- 24,28 ---- #include <netdnet/dnetdb.h> #include <ctype.h> + #include <string.h> #include "dn_endian.h" *************** *** 47,55 **** static const char *dnet_ntop1(const struct dn_naddr *dna, char *str, size_t len) { ! u_int16_t addr = dn_ntohs(*(u_int16_t *)dna->a_addr); ! u_int16_t area = addr >> 10; size_t pos = 0; int started = 0; if (dna->a_len != 2) return NULL; --- 48,61 ---- static const char *dnet_ntop1(const struct dn_naddr *dna, char *str, size_t len) { ! u_int16_t addr1; ! u_int16_t addr; ! u_int16_t area; size_t pos = 0; int started = 0; + memcpy(&addr1, dna->a_addr, sizeof(u_int16_t)); + addr = dn_ntohs(addr1); + area = addr >> 10; + if (dna->a_len != 2) return NULL; Index: dnet_pton.c =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdnet/dnet_pton.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** dnet_pton.c 26 Apr 2000 08:22:04 -0000 1.1.1.1 --- dnet_pton.c 29 Apr 2010 08:09:33 -0000 1.2 *************** *** 23,26 **** --- 23,27 ---- #include <netdnet/dnetdb.h> #include <ctype.h> + #include <string.h> #include "dn_endian.h" *************** *** 48,51 **** --- 49,53 ---- u_int16_t area = 0; u_int16_t node = 0; + u_int16_t addr = 0; int pos; *************** *** 58,62 **** dna->a_len = 2; ! *(u_int16_t *)dna->a_addr = dn_htons((area << 10) | node); return 1; --- 60,65 ---- dna->a_len = 2; ! addr = dn_htons((area << 10) | node); ! memcpy(&dna->a_addr, &addr, sizeof (u_int16_t)); return 1; |
From: Christine C. <chr...@us...> - 2009-12-06 11:03:34
|
Update of /cvsroot/linux-decnet/latd/debian In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30808/debian Modified Files: control Log Message: Update maintainer Index: control =================================================================== RCS file: /cvsroot/linux-decnet/latd/debian/control,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** control 28 May 2003 15:56:09 -0000 1.9 --- control 6 Dec 2009 11:03:23 -0000 1.10 *************** *** 2,6 **** Section: net Priority: extra ! Maintainer: Patrick Caulfield <pa...@de...> Build-Depends: debhelper(>=2.0), liblockdev1-dev Standards-Version: 3.5.9 --- 2,6 ---- Section: net Priority: extra ! Maintainer: Christine Caulfield <Chr...@go...> Build-Depends: debhelper(>=2.0), liblockdev1-dev Standards-Version: 3.5.9 |
From: Christine C. <chr...@us...> - 2009-12-06 10:51:50
|
Update of /cvsroot/linux-decnet/latd In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28637 Modified Files: interfaces.h interfaces-bpf.cc Log Message: Make it compile on GNU/kFreeBSD Index: interfaces.h =================================================================== RCS file: /cvsroot/linux-decnet/latd/interfaces.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** interfaces.h 20 Aug 2008 13:10:23 -0000 1.7 --- interfaces.h 6 Dec 2009 10:51:37 -0000 1.8 *************** *** 22,25 **** --- 22,28 ---- // See linux-interface.cc for example implementation. + #include <cstring> + #include <iostream> + class LATinterfaces { Index: interfaces-bpf.cc =================================================================== RCS file: /cvsroot/linux-decnet/latd/interfaces-bpf.cc,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** interfaces-bpf.cc 20 Aug 2008 13:10:23 -0000 1.12 --- interfaces-bpf.cc 6 Dec 2009 10:51:37 -0000 1.13 *************** *** 41,45 **** #include <netinet/in.h> ! #include <string> #include "utils.h" --- 41,45 ---- #include <netinet/in.h> ! #include <cstdlib> #include "utils.h" |
From: Christine C. <chr...@us...> - 2009-12-06 10:51:48
|
Update of /cvsroot/linux-decnet/latd/debian In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28637/debian Modified Files: changelog Log Message: Make it compile on GNU/kFreeBSD Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/latd/debian/changelog,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** changelog 25 Jun 2009 09:36:10 -0000 1.30 --- changelog 6 Dec 2009 10:51:37 -0000 1.31 *************** *** 1,2 **** --- 1,9 ---- + latd (1.30) unstable; urgency=low + + * Make it compile on Debian GNU/KFreeBSD (patch by Cyril Brulebois) + Closes: #559409 + + -- Christine Caulfield <Chr...@go...> Sun, 6 Dec 2009 10:47:12 +0000 + latd (1.29) unstable; urgency=low |
From: Christine C. <chr...@us...> - 2009-10-12 10:06:16
|
Update of /cvsroot/linux-decnet/dnprogs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30449 Modified Files: excludes-dist Log Message: Don't include dncopynodes binary in the tarball Index: excludes-dist =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/excludes-dist,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** excludes-dist 3 Jan 2006 08:33:55 -0000 1.6 --- excludes-dist 12 Oct 2009 10:06:00 -0000 1.7 *************** *** 31,34 **** --- 31,35 ---- */apps/dnping */apps/dnmount + */apps/dncopynodes */dncopy/dncopy */dncopy/dntype |
From: Christine C. <chr...@us...> - 2009-10-12 10:06:14
|
Update of /cvsroot/linux-decnet/dnprogs/debian In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30449/debian Modified Files: changelog Log Message: Don't include dncopynodes binary in the tarball Index: changelog =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/debian/changelog,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -r1.77 -r1.78 *** changelog 3 Oct 2009 13:22:03 -0000 1.77 --- changelog 12 Oct 2009 10:06:00 -0000 1.78 *************** *** 1,4 **** ! dnprogs (2.50) unstable; urgency=low * Fix check for /etc/default/decnet before sourcing it --- 1,9 ---- ! dnprogs (2.50.1) unstable; urgency=low ! ! * Remove dncopynodes binary from tarball + -- Christine Caulfield <Chr...@go...> Mon, 12 Oct 2009 10:12:34 +0000 + + dnprogs (2.50) unstable; urgency=low * Fix check for /etc/default/decnet before sourcing it |
From: Christine C. <chr...@us...> - 2009-10-12 10:06:11
|
Update of /cvsroot/linux-decnet/dnprogs/apps In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30449/apps Modified Files: Makefile Log Message: Don't include dncopynodes binary in the tarball Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/apps/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** Makefile 4 Sep 2008 16:02:22 -0000 1.15 --- Makefile 12 Oct 2009 10:06:00 -0000 1.16 *************** *** 56,60 **** clean: ! rm -f $(PROG1) $(PROG2) $(PROG4) $(PROG5) $(PROG7) \ *.o *.a *.so *~ .depend --- 56,60 ---- clean: ! rm -f $(PROG1) $(PROG2) $(PROG4) $(PROG5) $(PROG7) $(PROG8) \ *.o *.a *.so *~ .depend |
From: Christine C. <chr...@us...> - 2009-10-03 13:49:57
|
Update of /cvsroot/linux-decnet/dnprogs/libdap In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28756/libdap Modified Files: Makefile Log Message: Rename libdap to libdnet-dap Lots of Misc Debian fixes Don't define basename Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libdap/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Makefile 5 Jan 2009 09:02:36 -0000 1.8 --- Makefile 3 Oct 2009 13:22:03 -0000 1.9 *************** *** 4,9 **** PICOBJS=connection.po protocol.po vaxcrc.po logging.po ! LIBNAME=libdap ! LIB_MINOR_VERSION=45.0 LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) --- 4,9 ---- PICOBJS=connection.po protocol.po vaxcrc.po logging.po ! LIBNAME=libdnet-dap ! LIB_MINOR_VERSION=46.0 LIB_VERSION=$(MAJOR_VERSION).$(LIB_MINOR_VERSION) |
From: Christine C. <chr...@us...> - 2009-10-03 13:49:50
|
Update of /cvsroot/linux-decnet/dnprogs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28756 Modified Files: Makefile.common Log Message: Rename libdap to libdnet-dap Lots of Misc Debian fixes Don't define basename Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -r1.54 -r1.55 *** Makefile.common 5 Jan 2009 09:02:36 -0000 1.54 --- Makefile.common 3 Oct 2009 13:22:02 -0000 1.55 *************** *** 59,63 **** #Package version MAJOR_VERSION=2 ! MINOR_VERSION=49 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) --- 59,63 ---- #Package version MAJOR_VERSION=2 ! MINOR_VERSION=50 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) *************** *** 127,141 **** LIBDNET=$(TOP)/libdnet/libdnet.a LIBDAEMON=$(TOP)/libdaemon/libdnet_daemon.a $(LIBCRYPT) ! LIBDAP=$(TOP)/libdap/libdap.a DEPLIBDNET=$(TOP)/libdnet/libdnet.a DEPLIBDAEMON=$(TOP)/libdaemon/libdnet_daemon.a ! DEPLIBDAP=$(TOP)/libdap/libdap.a else LIBDNET=-L$(TOP)/libdnet -ldnet ! LIBDAP=-L$(TOP)/libdap -ldap LIBDAEMON=-L$(TOP)/libdaemon -ldnet_daemon $(LIBCRYPT) DEPLIBDNET=$(TOP)/libdnet/libdnet.so DEPLIBDAEMON=$(TOP)/libdaemon/libdnet_daemon.so ! DEPLIBDAP=$(TOP)/libdap/libdap.so endif --- 127,141 ---- LIBDNET=$(TOP)/libdnet/libdnet.a LIBDAEMON=$(TOP)/libdaemon/libdnet_daemon.a $(LIBCRYPT) ! LIBDAP=$(TOP)/libdap/libdnet-dap.a DEPLIBDNET=$(TOP)/libdnet/libdnet.a DEPLIBDAEMON=$(TOP)/libdaemon/libdnet_daemon.a ! DEPLIBDAP=$(TOP)/libdap/libdnet-dap.a else LIBDNET=-L$(TOP)/libdnet -ldnet ! LIBDAP=-L$(TOP)/libdap -ldnet-dap LIBDAEMON=-L$(TOP)/libdaemon -ldnet_daemon $(LIBCRYPT) DEPLIBDNET=$(TOP)/libdnet/libdnet.so DEPLIBDAEMON=$(TOP)/libdaemon/libdnet_daemon.so ! DEPLIBDAP=$(TOP)/libdap/libdnet-dap.so endif |