Re: freebsd-security Digest, Vol 72, Issue 2

From: c0ldbyte (c0ldbyte_at_myrealbox.com)
Date: 08/10/04

  • Next message: Ryan Thompson: "Re: [PATCH] Tighten /etc/crontab permissions"
    Date: Tue, 10 Aug 2004 16:34:02 -0400 (EDT)
    To: freebsd-security@freebsd.org
    
    

    -----------------------------------------------------------------
    Doesnt all this belong somewhere else besides the security lists
    since this isnt a security issue.
    -----------------------------------------------------------------

    On Tue, 10 Aug 2004 freebsd-security-request@freebsd.org wrote:

    > Send freebsd-security mailing list submissions to
    > freebsd-security@freebsd.org
    >
    > To subscribe or unsubscribe via the World Wide Web, visit
    > http://lists.freebsd.org/mailman/listinfo/freebsd-security
    > or, via email, send a message with subject or body 'help' to
    > freebsd-security-request@freebsd.org
    >
    > You can reach the person managing the list at
    > freebsd-security-owner@freebsd.org
    >
    > When replying, please edit your Subject line so it is more specific
    > than "Re: Contents of freebsd-security digest..."
    >
    >
    > Today's Topics:
    >
    > 1. firewalk (Kenzo)
    > 2. Re: firewalk (Fabio Miranda Hamburger)
    > 3. Re: firewalk (Kenzo)
    > 4. Re: firewalk (Kevin D. Kinsey, DaleCo, S.P.)
    >
    >
    > ----------------------------------------------------------------------
    >
    > Message: 1
    > Date: Mon, 9 Aug 2004 14:04:25 -0500
    > From: "Kenzo" <kenzo_chin@hotmail.com>
    > Subject: firewalk
    > To: <freebsd-security@freebsd.org>
    > Message-ID: <BAY10-DAV126tFKHZgd00007079@hotmail.com>
    > Content-Type: text/plain; charset="iso-8859-1"
    >
    > I was wondering if anyone got firewalk to install?
    > I'm running 4.10 stable and it doesn't seem to want to install.
    > It's looking for libnet 1.1 or higher I believe and the ports only comes
    > with version 1.0.
    > I manually downloaded the latest version and installed it. Still firewalk
    > doesn't know where to look for it.
    > any ideas??
    >
    > Thanks.
    >
    > ------------------------------
    >
    > Message: 2
    > Date: Mon, 9 Aug 2004 12:33:38 -0600 (CST)
    > From: Fabio Miranda Hamburger <fabmirha@ns.isi.ulatina.ac.cr>
    > Subject: Re: firewalk
    > To: Kenzo <kenzo_chin@hotmail.com>
    > Cc: freebsd-security@freebsd.org
    > Message-ID: <Pine.LNX.4.58.0408091232240.11049@ns.isi.ulatina.ac.cr>
    > Content-Type: TEXT/PLAIN; charset=US-ASCII
    >
    >> I was wondering if anyone got firewalk to install?
    >> I'm running 4.10 stable and it doesn't seem to want to install.
    >> It's looking for libnet 1.1 or higher I believe and the ports only comes
    >> with version 1.0.
    >> I manually downloaded the latest version and installed it. Still firewalk
    >> doesn't know where to look for it.
    >
    >
    > #cd /usr/ports/security/firewalk
    > #make install clean
    >
    > works fine.
    >
    > If no, try to cvsup latest -stable port collection.
    >
    >
    > ------------------------------
    >
    > Message: 3
    > Date: Mon, 9 Aug 2004 15:26:52 -0500
    > From: "Kenzo" <kenzo_chin@hotmail.com>
    > Subject: Re: firewalk
    > Cc: <freebsd-security@freebsd.org>
    > Message-ID: <BAY10-DAV4zlIJzp4F6000070aa@hotmail.com>
    > Content-Type: text/plain; charset="iso-8859-1"
    >
    > This is what I get.
    >
    > alien# sudo make install clean
    > ===> Building for firewalk-5.0_1
    > Making all in src
    > cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -O -pipe -ma
    > rch=
    > pentiumpro -Wall -c init.c
    > In file included from /usr/local/include/libnet.h:62,
    > from ../include/firewalk.h:42,
    > from init.c:38:
    > /usr/include/netinet/ip_icmp.h:81: warning: `icmp_pptr' redefined
    > /usr/local/include/dnet/icmp.h:131: warning: this is the location of the
    > previou
    > s definition
    > /usr/include/netinet/ip_icmp.h:82: warning: `icmp_gwaddr' redefined
    > /usr/local/include/dnet/icmp.h:144: warning: this is the location of the
    > previou
    > s definition
    > /usr/include/netinet/ip_icmp.h:185: warning: `ICMP_INFOTYPE' redefined
    > /usr/local/include/dnet/icmp.h:104: warning: this is the location of the
    > previou
    > s definition
    > In file included from ../include/firewalk.h:42,
    > from init.c:38:
    > /usr/local/include/libnet.h:87: #error "byte order has not been specified,
    > you'l
    > l"
    > In file included from ../include/firewalk.h:42,
    > from init.c:38:
    > /usr/local/include/libnet.h:88: syntax error before string constant
    > *** Error code 1
    >
    > Stop in /usr/ports/security/firewalk/work/Firewalk/src.
    > *** Error code 1
    >
    > Stop in /usr/ports/security/firewalk/work/Firewalk.
    > *** Error code 1
    >
    > Stop in /usr/ports/security/firewalk.
    >
    > I have no idea what this is.
    >
    > ----- Original Message -----
    > From: "Fabio Miranda Hamburger" <fabmirha@ns.isi.ulatina.ac.cr>
    > To: "Kenzo" <kenzo_chin@hotmail.com>
    > Cc: <freebsd-security@freebsd.org>
    > Sent: Monday, August 09, 2004 1:33 PM
    > Subject: Re: firewalk
    >
    >
    >>> I was wondering if anyone got firewalk to install?
    >>> I'm running 4.10 stable and it doesn't seem to want to install.
    >>> It's looking for libnet 1.1 or higher I believe and the ports only comes
    >>> with version 1.0.
    >>> I manually downloaded the latest version and installed it. Still
    > firewalk
    >>> doesn't know where to look for it.
    >>
    >>
    >> #cd /usr/ports/security/firewalk
    >> #make install clean
    >>
    >> works fine.
    >>
    >> If no, try to cvsup latest -stable port collection.
    >>
    >>
    >
    > ------------------------------
    >
    > Message: 4
    > Date: Mon, 09 Aug 2004 15:53:34 -0500
    > From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>
    > Subject: Re: firewalk
    > To: Kenzo <kenzo_chin@hotmail.com>
    > Cc: freebsd-security@freebsd.org
    > Message-ID: <4117E44E.1010605@daleco.biz>
    > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    >
    > Kenzo wrote:
    >
    >> This is what I get.
    >>
    >> alien# sudo make install clean
    >> ===> Building for firewalk-5.0_1
    >> Making all in src
    >> cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -O -pipe -ma
    >> rch=
    >> pentiumpro -Wall -c init.c
    >> In file included from /usr/local/include/libnet.h:62,
    >> from ../include/firewalk.h:42,
    >> from init.c:38:
    >> /usr/include/netinet/ip_icmp.h:81: warning: `icmp_pptr' redefined
    >> /usr/local/include/dnet/icmp.h:131: warning: this is the location of the
    >> previou
    >> s definition
    >> /usr/include/netinet/ip_icmp.h:82: warning: `icmp_gwaddr' redefined
    >> /usr/local/include/dnet/icmp.h:144: warning: this is the location of the
    >> previou
    >> s definition
    >> /usr/include/netinet/ip_icmp.h:185: warning: `ICMP_INFOTYPE' redefined
    >> /usr/local/include/dnet/icmp.h:104: warning: this is the location of the
    >> previou
    >> s definition
    >> In file included from ../include/firewalk.h:42,
    >> from init.c:38:
    >> /usr/local/include/libnet.h:87: #error "byte order has not been specified,
    >> you'l
    >> l"
    >> In file included from ../include/firewalk.h:42,
    >> from init.c:38:
    >> /usr/local/include/libnet.h:88: syntax error before string constant
    >> *** Error code 1
    >>
    >> Stop in /usr/ports/security/firewalk/work/Firewalk/src.
    >> *** Error code 1
    >>
    >> Stop in /usr/ports/security/firewalk/work/Firewalk.
    >> *** Error code 1
    >>
    >> Stop in /usr/ports/security/firewalk.
    >>
    >> I have no idea what this is.
    >>
    >>
    >
    > Looks like someone made a mistake in the libnet
    > port. You can check and see if they've fixed at
    > either via their website or by checking if a newer
    > version with a different checksum exists at
    > the ftp site. If your ports tree is out of date, it
    > would probably be best to cvsup it anyway...
    >
    > You might also be able to fix the error yourself ---
    > check line 87 - 88 of /usr/local/include/libnet.h.
    >
    > Quite possibly a commented line wrapped wrongly
    > in this case.
    >
    > HTH,
    >
    > Kevin Kinsey
    >
    > ------------------------------
    >
    > _______________________________________________
    > freebsd-security@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-security
    > To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
    >
    > End of freebsd-security Digest, Vol 72, Issue 2
    > ***********************************************
    >
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"


  • Next message: Ryan Thompson: "Re: [PATCH] Tighten /etc/crontab permissions"

    Relevant Pages

    • Re: ubuntu-users Digest, Vol 56, Issue 348
      ... A USB drive as 160 GB partition sole purpose data ... To begin you need to install sshd on all ... Reading package lists... ...
      (Ubuntu)
    • Re: Life on the Command Line
      ... install the beep package. ... To take screenshots of your screen, ... and then you put the lists in there. ...
      (Ubuntu)
    • Re: Conflicting info between the global Security Bulletin and some SPi Security Bulletin
      ... it was possible to have a patch not take just because it was ... For the VM example you say, well yes that particular install ... of those lists, are in a better shape than those lists. ... I normally use Win 2K + SP4. ...
      (microsoft.public.win2000.security)
    • Re: Office Crashes on Launch
      ... When trying to launch any of the Office applications, ... Install the OS Combo Updater ... a file in the /tmp directory named files that lists all of the contents of ... (type a single backslash with a single space after it in the replace field) ...
      (microsoft.public.mac.office)
    • cant see WinME on XP
      ... based upon the browser subsystem. ... C> browstat from WinME, we'll have to diagnose problems less directly. ... NET VIEW from the WinME pc only lists the local machine. ... C> and re install numerous components. ...
      (microsoft.public.windowsxp.network_web)