[prev in list] [next in list] [prev in thread] [next in thread] 

List:       net-snmp-cvs
Subject:    [SCM] Net-SNMP annotated tag v5.8.pre2 created. v5.8.pre2
From:       Robert Story via Net-snmp-cvs <net-snmp-cvs () lists ! sourceforge ! net>
Date:       2018-04-27 21:45:07
Message-ID: 1524865507.311645.6600 () sfp-scm-8 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Net-SNMP".

The annotated tag, v5.8.pre2 has been created
        at  17a5f00c0be89b000d0026ebe89a24660c17b84e (tag)
   tagging  424596f8be103ec56d55f064ca5a8c9e7051ec40 (commit)
  replaces  v5.8.pre1
 tagged by  Robert Story
        on  Mon Mar 5 12:34:26 2018 -0500

- Log -----------------------------------------------------------------
Tagging of version 5.8.pre2 as v5.8.pre2
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJanX+iAAoJEPB7nS2ssZ/WV5UP/RSnwDV2TcrQJmntF38pI1TB
4P1sRT83gZtjAiVHQ6SJuJyl0lI/2t7Qwmqc9U46khjFXd6ODQkUt3bqoI+pjuVO
jky1gDIBFWVeUp/C2snzwj7y6mtrYvZT6Z6uYoWUKSn2qZ6owl8J2tsW4hfe51ur
4s0g8n34mOMI06sZi2A9FPZENIn++nM7C847IDurmlxMYkQ2d38aCUM+FYzw6Pvx
h/Gsian2plU91nS5hMWuYZG9JHpavBnooLGtL5aUCj5yivThjzl+8NVmGblhW4/e
jlXu5LvOhWvZSRqMj54wiica06wlzXx42Anr3iOJbksSWLaC+kmNrLP6/oNSieVr
zPfewl+tp1vF0Q4GTL99ArlGEydspYqzuUKZoRfDvqnrGK4jAmV8F4tLjYdfX8o1
fRtI45XhONHRdVNsR5OFnHJxX5h1JYuhM+hVfKNG2MoeQVIPx/gEujYXbHlZInaD
khAczK1eo6yTumwjcvgmPyRm4dTppcpW6MM4Q/iALDOVBJjPPzAIBP7uNlxRAVuV
gVP0YIakihAMJi0L6ChQGD0SrY0A0xo43UGEQLciwfXMCJJofUQNCbZ8E4ircZOc
gqAGB2YHccpNDVemEjKgKnRFdg2aAsYnih/rHp9PzyBO7VwVNSkcyQ7d9n3xnCzs
WSIbaK92MioPaKjmOGgu
=upwu
-----END PGP SIGNATURE-----

Bart Van Assche (56):
      Make the source code C89 compliant
      Merge branch 'V5-7-patches'
      Document -std=c89 workarounds
      RMON-MIB: Don't mix code and declarations
      TUNNEL-MIB: RHEL 5 build fix
      Merge branch 'V5-7-patches'
      configure, MIBs: Detect whether __u64 etc need to be declared explicitly before \
including <linux/ethtool.h>  Merge branch 'V5-7-patches'
      configure: Unbreak AIX support
      configure: Remove -std=c89 from the developer options
      configure: Improve compiler flag detection support
      snmplib: Unbreak the NetBSD build
      HOST-RESOURCES-MIB: Only call stime() if it is available
      HOST-RESOURCES-MIB: Fix a compiler warning
      Merge branch 'V5-7-patches'
      snmplib/cert_util: Fix world read/writable test
      configure: Add -Wlogical-op to the developer compiler flags
      Merge branch 'V5-7-patches'
      testing/fulltests/snmpv3: Fix compiler warning and build issues
      DTLSUDP transport: Check length of from address
      snmplib/transports: Declare arguments that are not modified 'const'
      Merge branch 'V5-7-patches'
      snmplib/snmp_transport: Use netsnmp_memdup() instead of open-coding it
      snmplib/transports: Use asprintf() for formatting addresses
      snmplib/transports: Avoid that the create_from_ostring methods truncate IPv6 \
addresses  Merge branch 'V5-7-patches'
      testing/fulltests: Convert clientCert/serverCert keywords into \
localCert/peerCert  Merge branch 'V5-7-patches'
      testing/fulltests/tls: Reduce the time needed to run these tests
      Fix the T200TlsIpv6_simple test
      Merge branch 'V5-7-patches'
      snmplib/transports/snmpDTLSUDPDomain.c: Fix spelling in a source code comment
      snmplib/transports/snmpDTLSUDPDomain.c: Make _extract_addr_pair() easier to \
read  snmplib/transports/snmp*TLS*Domain.c: Fix address formatting
      agent/mibgroup/examples/example.c: Fix spelling in a source code comment
      testing/fulltests/tls/STlsUsers: Fix this test
      testing/fulltests/tls/STlsAgentTrap: Fix this test by adding -v3 to the snmpset \
command line  snmplib/transports/snmpIPv4BaseDomain.c: Remove dead code
      snmplib/transports/snmpIPv4BaseDomain.c: Make netsnmp_ipv4_fmtaddr() more \
robust  snmplib/transports/snmpIPv6BaseDomain.c: Fix netsnmp_ipv6_fmtaddr()
      Merge branch 'V5-7-patches'
      Make snmptrap work for DTLS-UDP
      Merge branch 'V5-7-patches'
      testing/fulltests/snmpv3/T010scapitest_capp.c: Initialize loop variable 'index'
      snmplib, TCP transport: Set 'farendlen' correctly
      snmplib, TLS transport: Fix spelling in a source code comment
      snmplib, TLS-TCP transport: Fix spelling in a log message
      snmplib, UDP transport: Fix spelling in soure code comments
      snmplib, UDP transport: Remove a cast
      snmplib, cert_util: Fix spelling in a soure code comment
      snmplib: Refuse certificates for which a trusted chain was not found the trust \
store  testing/fulltests/tls/STlsServer: Fix a comment
      testing/fulltests/tls/STlsUsers: Fix this test
      Merge branch 'V5-7-patches'
      snmplib: Fix MinGW build
      Merge branch 'V5-7-patches'

Bill Fenner (3):
      Initialize newKulLen in _kul_extend_blumenthal()
      Allow access to new auth/priv algorithms from python bindings
      Update the NETSNMP_DISABLE_MD5 case for the removal of USM_LENGTH_OID_TRANSFORM

Magnus Fromreide (3):
      Adapt to -std=c89 - the asm keyword ain't part of C89 but since this is code \
protected by __GNUC__ and it is using gnu extended assembler syntax I am assuming \
that a GNU-compatible compiler is in use and thus I can use the __asm__ keyword in \
place of asm  Merge branch 'V5-7-patches'
      Merge branch 'V5-7-patches'

Robert Story (15):
      update COPYING
      update COPYING
      check if libm is needed for ceil function
      remove redundant cisco2 AES types
      make usm_extend_user_kul avaialable to other files
      match exact string length in usm_lookup_alg_type
      fix some memory leaks in usm processing
      add a bunch of debug during usm/key processing
      BUG: fix usm keychanges for new algorithms and longer keylengths
      fix ceiling count for extend_kul
      Revert "Make snmptrap work for DTLS-UDP"
      regenerate configure
      Version number update: 5.8.pre2
      version update for 5.8.pre2
      version update for 5.8.pre2

Wes Hardaker (5):
      NEWS: apps: A new 'checkbandwidth' script to host min/max bandwidth
      CHANGES: python: BUG 2824: from: Tomasz: Fix python module make install
      CHANGES: docs: Bug 2826: from Tomasz: fix utf-8 encoding
      CHANGES: python: BUG 2824: from: Tomasz: Fix python module make install
      CHANGES: docs: Bug 2826: from Tomasz: fix utf-8 encoding

-----------------------------------------------------------------------


hooks/post-receive
-- 
Net-SNMP

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Net-snmp-cvs mailing list
Net-snmp-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic