in ${PREFIX}/. Users can still create levels in their directories if the file
name has a /.
Golddig is now setgid games so that it can update the score file (the file
is no more world writable)
getpr - downloads a problem report from GNATS and attempts to extract
the patch, shar, uuencoded file from it.
this probably needs to be checked for potential security problems.
prpatch - just does `patch $1 < pr-patch' (pr-patch is created by getpr)
prdone - checks in the port, attempting to fill out the commit message using
information from the problem report and then takes you into edit-pr
so you don't forget to close the PR.
in xemacs uses it, so without it the "Pretty Print Buffer" option is
always greyed out.
Put each package on its own line in the Makefile and sort them - this
makes it easier to check whether a package has changed. This also
affects md5.
Add a line to PLIST to remove lib/xemacs if it's empty - noticed by
bento.
Bump version number to 1.3.
Requested by: wolman@cs.washington.edu
From its developer:
Hi, this is Kunihiro.
I think this version is the most stable OSPF version ever had. We'll
keep on fixing and adding new feature to ospfd. And also some BGP's
route selection problems are fixed. Many patches are included.
* Changes in zebra-0.86
* 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.
An online presence and instant messaging server. The Jabber transport
(jserver) is a daemon for Jabber clients to connect and communicate with.
PR: 17982
Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
Originally, the etherx daemon routed XML streams among agents.
Now the etherx daemon has morphed into a library that allows any agent
to become the daemon if the daemon is not found.
You can learn more about Etherx at
WWW: http://etherx.jabber.org/
PR: 17981
Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
Currently, libjabber provides Jabber transports with various library functions.
For general information about Jabber, including a quick introduction
to Jabber concepts, see the FAQ at
WWW: http://docs.jabber.org/
PR: 17980
Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
Establishes an RFC-2003 style IP encapsulation tunnel using a tun(4)
kernel interface combined with divert sockets and IP firewall rules,
implemented in a user-space daemon. No kernel mods are required,
except enabling divert sockets, IPfirewalls, and a number of tun
interfaces.
PR: 17415
Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Jext is a powerful 100% pure Java text editor. Jext has been mainly designed
for programmers. Thus, Jext provides a lot of useful functions for coders:
syntax colorizing (Perl, XML/HTML, Java, JavaScript), auto indent, methods
seeker for Java, source code formatting and much more...
PR: 17111
Submitted by: Maxim Sobolev <sobomax@altavista.net>