Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
* display transfer rates
* detect stalled connections and abort after stall-timeout seconds
* fix ASCII mode uploads
* write proper URLs (encoding special chars, include user and port)
* various bug fixes
|
|
|
|
ucd-snmp should be updated to this version too.
|
|
The moral of the story is that cvs 1.11 doesn't like:
cvs update
Modify files
cvs update after someone else has deleted them but with enough local
changes that they don't disapear
cvs ci
The checkin succeeds, but the ,v file stays in the attic.
|
|
Original message:
Bring ucd-snmp-current back to life. This is a package of ucd-snmp
4.2.1, the latest release of the net-snmp project (the name change is
still in progress).
|
|
I can fix it.
|
|
|
|
By Stoned Elipot in pkg/13920.
|
|
From Stoned Elipot in pkg/13918.
|
|
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
|
|
|
|
Note its existence in MESSAGE for binary package users.
First part requested by mycroft.
|
|
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
|
|
to ease updates
|
|
release note for details.
|
|
Fixes pkg/13876 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
|
|
p5-CGI or p5-Data-Dumper.
|
|
|
|
4.2.1, the latest release of the net-snmp project (the name change is
still in progress).
|
|
Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
|
|
configure.in.
|
|
|
|
|
|
service. (Unlike many dynamic-DNS services, this one detects an offline
condition and can change the IP address to a user-specified offline IP.)
|
|
|
|
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
|
|
|
|
|
|
net/libpcap. Also fix DEPENDS for Solaris and Linux
|
|
|
|
|
|
|
|
again to Luke Mewburn <lukem@wasabisystems.com> for pointing this out.
|
|
* SNMP alerts
* IDMEF XML output (the Silicon Defense plugin is integrated into
the main codebase now)
* Limited regex support in the rules language
* New packet counters for stream4 and frag2
* New normalization mode for http_decode
|
|
provided by Luke Mewburn <lukem@wasabisystems.com> with modifications by
me to allow running on older NetBSD systems (so any errors in the script
are mine alone).
|
|
|
|
|
|
|
|
manager.
|
|
"reload" to the rc.d command listing. Noted by Luke Mewburn
<lukem@wasabisystems.com>.
|
|
* Changes in bgpd
** Fix "^$" community list bug.
** Below command's Address Family specific configurations are added
nexthop-self
route-reflector-client
route-server-client
soft-reconfiguration inbound
* Changes in zebra
** Treat kernel type routes as EGP routes.
|
|
|
|
|
|
|
|
|
|
a framework to allow networking applications to discover the existence,
location, and configuration of networked services in enterprise networks.
The OpenSLP project is an effort to develop an open-source implementation of
Service Location Protocol suitable for commercial and non-commercial
application.
|
|
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well. Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
|
|
scripts need for the nmbd and smbd programs to always start in daemom-mode,
which is why the "-D" flag was set via command_args in the scripts
themselves. Any additional options should be passed in through the
{nmbd,smbd}_flags settings in /etc/rc.conf. Add comments to reflect this
in the scripts.
The error reported by the PR author is most likely due to either installing
these scripts with ".sh" extensions, which is not how these are installed
into the ${PREFIX}/etc/rc.d and is definitely wrong, or in directly
sourcing these files from an rc.local script, which is again, definitely
wrong.
|
|
|
|
[Committed by Hubert Feyrer.]
|