Commit graph

1090 commits

Author SHA1 Message Date
itojun
11c573d7a2 upgrade to 0.86.
0.85 -> 0.86 changes:

* Changes in lib
** Fix bug of exec-timeout command which may cause crush.
** Multiple same policy for "access-list", "ip prefix-list, "as-path
access-list", "ip community-list" is not duplicated.
** It used to be "ip prefix-list A.B.C.D/M" match routes which mask >=
M.  Now default behavior is exact match so it only match routes which
mask == M.
* Changes in bgpd
** "match ip address prefix-list" is added to route-map.
** A route without local preference is evaluated as 100 local preference.
** Select smaller router-id route when other values are same.
** Compare MED only both routes comes from same neighboring AS.
** "bgp always-compare-med" command is added.
** Now MED value is passed to IBGP peer.
** When neighbor's filter is configured with non-existent access-list,
as-path access-list, ip prefix-list, route-map.  The behavior is
changed from all permit to all deny.
* Changes in ospfd
** Fix bug of external route tag byte order.
** OSPF Neighbor deletion bug which cause crush is fixed.
** Some route calculation bug are fixed.
** Add sanity check with router	routing table.
** Fix bug of memory leak about linklist.
** Fix bug of 1-WayReceived in NSM.
** Take care of BIGENDIAN architecture.
** Fix bug of NSM state flapping between ExStart and Exchange.
** Fix bug of Network-LSA originated in stub network.
** Fix bug of MS flag unset.
** Add to schedule router_lsa origination when the interface cost
changes.
** Increment LS age by configured interface transmit_delay.
** distribute-list is reimplemented.
** Fix bug of refresh never occurs.
** Fix bug of summary-LSAs reorigination.  Correctly copy
OSPF_LSA_APPROVED flag to new LSA. when summary-LSA is reoriginatd.
** Fix bug of re-origination when a neighbor disappears.
** Fix bug of segmentation fault with DD retransmission.
** Fix network-LSA re-origination problem.
** Fix problem of remaining withdrawn routes on zebra.
* Changes in ripd
** Do not leave from multicast group when interface goes down bug is
fixed.
* Changes in zebra
** Remove client structure when client dies.
** Take care static route when interface goes up/down.
2000-04-28 08:36:54 +00:00
itojun
fc35e86890 BUILD_DEFS+=USE_INET6, just for
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/README-IPv6.html
2000-04-28 06:43:00 +00:00
tron
a844077535 Switch to "USE_SSL". 2000-04-27 06:34:44 +00:00
kim
e4bd311987 Make %F work in messages. 2000-04-27 03:53:49 +00:00
jlam
2f256ebbf7 Make use of USE_SSL. 2000-04-27 03:29:42 +00:00
itojun
081700fb81 add net/gtk-gnutella into SUBDIR 2000-04-24 07:46:01 +00:00
itojun
e7842125db correct PLIST(s/gtk-gnutella/gtk_gnutella/) 2000-04-24 07:45:32 +00:00
itojun
c4ee453da9 pkgsrc for gtk-gnutella 2000-04-24 07:09:12 +00:00
fredb
64c38ec8e1 Make this build on current. 2000-04-24 04:45:35 +00:00
wiz
fbb501ead4 added patch-sum 2000-04-23 23:36:41 +00:00
itojun
c680a514a1 disable TOTD_USER support (this complicates installation too much) 2000-04-23 13:34:33 +00:00
kim
ab8de61c97 If your mirrors are timing out on reading the remote directory listing
(and if they aren't now they will eventually) get this patch.
2000-04-20 03:22:49 +00:00
kim
a35eed9323 Install mirror.defaults.dist as part of the package. Only copy it
to mirror.defaults if one does not already exist.  This preserves
local configuration information.
2000-04-19 16:16:51 +00:00
kim
8134f579b1 Havint the same content for COMMENT and DESCR is not helpful.
Reverted back to the old files, so DESCR at least tells that
this is a file-sharing tool.
2000-04-18 17:16:04 +00:00
kim
b489988fd8 Missing newline added. 2000-04-18 17:13:51 +00:00
hubertf
03fc8339f7 add trailing CR 2000-04-18 15:09:47 +00:00
frueauf
67cc004e1e Update ethereal to 0.8.7.
Overview of changes in Ethereal 0.8.7:
* Small memleak in "Find Frame" plugged (Guy)
* Correct behavior for stopping frame search (Guy)
* RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
* Disable "Update list of packets in real time" and
        "Automatic scrolling in live capture" for Win32 (Gilbert)
* Avoid using zero-length arrays in packet-rsvp.c (Guy)
* Add wtap_read() func to wtap.c (Richard, Guy)
* Update to SMB Browse (Richard)
* Rlogin dissector (Jeff Foster)
* Re-arrange dissector_add() calls and make some dissectors static
        for dissectors under TCP and UDP (Guy)
* Remove unused value_string in packet-llc.c (Guy)
* Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
* Separate variables for "File|Open" and "File|Save [As]" (Guy)
* BGP confederations support (Greg Hankins)
* Correct display of FT_BOOLEANs inside bitfields (Gilbert)
* Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
* Compile tethereal and editcap for Win32 (Gilbert)
* Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
* .cvsignore updates (Ben Fowler)
* Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster)
* Fix int size for I and S LLC frames. (Guy)
* Update packet-osi.c [CLNP] (Guy)
* Update packet-isis.c (Guy)
* Fix typo in packet-h1.c (Guy)
* Update Win32 doco (Guy)
* Fix null filter string display in summary dialogue (Guy)
2000-04-18 09:03:47 +00:00
deberg
6d67d7fb86 continue to install TUTORIAL and sample .gnutrc 2000-04-18 07:05:14 +00:00
deberg
0a15fd0e1d import of gnut, a gnutella commandline client 2000-04-18 06:57:33 +00:00
rh
0b86444603 Update delegate to 6.1.7. Changes include numerous bug fixes,
support for SSI (Server Side Include) support, HTTP/1.1,
DGROOT, LIBPATH, SocksV5 server, and lots more.
2000-04-16 15:19:14 +00:00
mycroft
8b5b32444c Another pkg that didn't need curses. 2000-04-16 09:12:44 +00:00
kim
c886635553 Longer running of gnut revealed problems, so
lets not build it by default until it is fixed.
2000-04-15 05:39:48 +00:00
kim
e5defdabbc Add and enable gnut. 2000-04-15 05:18:12 +00:00
kim
972bf83c3e Text-based Gnutella client.
TODO:
- use libedit (it knows about libreadline alread)
- fix IP address discovery so it won't complain
2000-04-15 05:17:42 +00:00
dmcmahill
a710485612 update path for qt1 2000-04-12 23:09:37 +00:00
soren
80f5db04f6 The FTP and SKEY patches have changed. 2000-04-11 21:55:22 +00:00
tron
7729b995f6 Modify dependence to match "ssh6" package, too. 2000-04-10 06:16:52 +00:00
jtk
5102f511a9 whoops, remove an unwanted RCS ID from patch-ad 2000-04-10 01:24:38 +00:00
jtk
96f00c9e38 add pptp 2000-04-10 01:14:39 +00:00
jtk
b7ed8fe22a PPTP (Point-to-Point Tunneling Protocol) client package, from linux-pptp-1.0.2
No encryption (yet).  Tested with one Microsoft PPTP server, YMMV?
2000-04-10 01:14:01 +00:00
tron
6e715582ca Update dependence on "ucd-snmp" package. Problem note by Dave Burgess in
PR pkg/9843.
2000-04-09 18:32:23 +00:00
frueauf
bb8d2d071c Update ethereal to 0.8.6.
Overview of changes in Ethereal 0.8.6:
* L2TP spelling fix (Florian)
* RADIUS update (Florian)
* LDAP build fix (Guy)
* Fix for not being able to capture more than once in a session (Guy)
* Developers' doc update (Guy)
* Build fixes (Guy)

Overview of changes in Ethereal 0.8.5:
* Fix for reading Toshiba ISDN router trace files (Gilbert)
* Fix proto_* calls in various dissectors (Guy, Gilbert)
* Fix offset in packet-ipp.c (Guy)
* Documentation updates (Guy, Olivier)
* Another iteration of the frame_data pointer/GtkCList headache (Guy)
* Support for DUMP and EXPORT replies in packet-mount.c (Uwe)
* Support for MPLS (Ashok)
* RSVP fixes (Guy)
* Fix TCP Stream (Guy)
* Break proto_tree_add* functions into many more (Gilbert, Guy)
* Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy)
* More *BSD zlib fixes (Guy)
* Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras)
* Fix SNMP (Guy)
* Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy)
* Plugin API fixes (Guy)
* LAPB update (Olivier)
* EIGRP update (Guy)
* V120 update (Guy)
* RADIUS changes (Florian Lohoff)
* Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert)
* Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>>
* More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>)
* Fix IPv6 fragment handling (Jochen Friedrich)
* DNS update (Guy, Itojun)
* IPv4 udpate (Guy)
* Enable capturing in Win32 (Paul Welchinski)
* Fix for SMB (Andreas Sikkema)
* Wiretap update; fix for Netmon reader (Guy)
* L2TP fixes (Florian Lohoff)
* NFS update (Guy)
* Telnet update (Guy)
* Per-frame proto data (Richard)
* ASN.1 update (Guy)
* PPP over GRE fix (Gilbert)
* ISIS-HELLO fix (Ralf Schneider)
* Display filter string length fix (Ralf Schneider)
* Re-work of LDAP dissector (Doug Nazar)
* Win32 file-save fix (Andreas Sikkema)
* Add getopt routine for Win32 (Gilbert)
* BGP route reflection support (Greg Hankins <gregh@twoguys.org>)
* BOOTP fix (Michael Johnston)
* Lex build fix (Guy)
* Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy)
* Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich)
* HP-UX build fix (Guy)
* Plugin update (Olivier)
* Summary dialogue window fix (Guy)
* Ethereal exit logic re-org (Guy)
* Filter dialogue re-org (Guy)
* Use GMemChunk for frame_data structs (Guy)
* Allow registration of protocol handoffs (Jeff Foster, Guy)
* Win32 build fix for new WinPcap library (Guy)
2000-04-08 19:27:01 +00:00
wiz
a5cf7957ac also change homepage, and add some scripts 2000-04-06 23:24:32 +00:00
hubertf
da2d1067d3 Fix master sites, per PR 9808 by Michael Wolfson <mbw@netbsd.org> 2000-04-06 11:43:48 +00:00
tron
6e9f39f160 Adapt this package for Mesa 3.1 or newer. 2000-04-05 20:56:03 +00:00
hubertf
36fad73f6d remove some unneeded patches 2000-04-04 02:35:57 +00:00
hubertf
2bf9de6e5a remove some unneeded patches 2000-04-03 21:52:05 +00:00
itojun
10ab5cb6e2 update base version: 1.1p2 -> 1.1p4.
notable new functionality: AAAA record rewrite for IPv6 scoped address support.
(no changelog supplied in base distribution)
2000-04-03 06:33:50 +00:00
rh
808c279e60 Update gnapster to 1.3.8
Changes since 1.3.7:

    * Command history in the console
    * Ability to list channels
    * Queryable private messages between users
    * More console commands added
    * LOTS of bug fixes
2000-04-02 18:44:14 +00:00
kim
c92f2dfd7f Updated to ywho-1.2:
- the hosts are displayed in alphabetical order
2000-04-01 06:04:30 +00:00
hubertf
6976776735 Update to bind9.0.0 beta2. Changes:
Many more config file options
  implemented (see doc/misc/options for a
  summary of the current implementation
  status), portability improvements, (works
  much better than beta 1 on FreeBSD 3.4),
  and bugfixes (almost all bugs reported
  against beta 1 have been fixed).
2000-03-31 11:15:23 +00:00
fredb
92e5afa750 Add "bison" to BUILD_DEPENDS. Closes PR pkg/9711. 2000-03-30 20:28:12 +00:00
rh
49c016b944 Add and enable libsscript 2000-03-30 15:00:12 +00:00
rh
138644f76e Initial import of libsscript-2.0, a simple library for creating network
oriented software in C.
2000-03-30 14:59:26 +00:00
dmcmahill
efd6402596 Change from using qt to qt1. This clears the way to allow Qt to be upgraded
to Qt-2 without breaking KDE which still requires Qt-1.
2000-03-28 00:12:29 +00:00
tron
782b73a94b Adapt to new handling of "${CONFIGURE}". 2000-03-27 08:54:53 +00:00
kim
34187f394e Upgrade to 2.9. Parsing of "ls" output should be improved,
although it didn't help me...
2000-03-26 22:33:17 +00:00
itojun
435a67a18e bring in IPv6 support. PR8489. 2000-03-26 14:16:42 +00:00
agc
49155fbfc1 Make this package work on Solaris. 2000-03-23 11:58:31 +00:00
he
564319ecf0 Pull in patch from scotty 2.1.9 to make the straps program not deadlock
due to leftover client file descriptors where the parent has gone away.
Scotty really ought to be upgraded to 2.1.10.
2000-03-21 10:06:42 +00:00