Commit graph

14 commits

Author SHA1 Message Date
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
mjl
a1b2d6720f Update p5-Net-SNMP to 4.0.1
- SNMPv3 objects using authentication now send a separate authenticated
  request message for time synchronization while performing discovery.
- Non-blocking SNMPv1/2c messages with a "-delay" argument which are
  queued before entering the event loop are no longer incorrectly
  discarded.
- The Net::SNMP::Security::Community::security_model() method now
  returns the correct value as reserved by RFC 2571.
- The first subidentifier in an OBJECT IDENTIFIER is now restricted to
  ccitt(0), iso(1), or joint-iso-ccitt(2) as specified by ISO/IEC 8825.

Fixes PR/15220 by Shell Hung (I really should get a function key
with that text!)
2002-01-18 22:50:16 +00:00
mjl
19cfbe30e8 Update to 4.0.0
- The module has been completely redesigned to add support for SNMPv3
    and to follow the SNMP Management Framework defined by RFC 2571.
  - Perl version 5.6.0 or greater is now required to use the module.
  - Updated the method calls to expect the same argument syntax regardless
    of whether they are invoked by "blocking" or "non-blocking" objects.
  - The non-core modules Crypt::DES, Digest::MD5, Digest::SHA1, and
    Digest::HMAC are now required to support SNMPv3.
  - Added the ability to specify the local address and port number used by
    each object.
  - Corrected an error in the Net::SNMP::FSM module that would cause all
    response messages to be dropped in "non-blocking" mode if there is
    a recv() error.
  - Updated the logic in the "blocking" response handling method such
    the transmit buffer is properly updated if there is a decode
    error while parsing the GetResponse-PDU.
  - Counter, Guages, and TimeTick values that are incorrectly encoded as
    negative signed integers are now converted to unsigned values.  This
    feature can be disabled by setting the "-unsigned" flag to false
    using the translate() method.
  - An empty community name is now allowed.
  - Updated the "non-blocking" example script.
2001-11-30 15:26:58 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
461323e062 Update to 3.60, per pkg/11603 by Damon Brodie.
Changes: Translation can now be enabled on a per ASN.1 basis; FSM event
loop prioritizes SNMP responses over other actions; added examples.
2001-02-28 13:06:57 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
6f0806012b silence pkglint 2000-09-03 14:53:05 +00:00
wiz
45b78ed4d2 add RCS Id 2000-09-03 14:51:55 +00:00
explorer
6f7cb9b381 ooops, remove path 2000-08-31 01:46:05 +00:00
explorer
dbea1845a9 add Net-SNMP-3.50.
This is different from the p5-SNMP package in that it does not
Perl 5 module for SNMP queries.
2000-08-31 01:45:14 +00:00