update 5.8 to 5.9 fix patches (dos2unix on 0003 patch) changelog: *5.9* snmplib: - Add IPv6 support to DTLSUDP transport CHANGES: snmplib: use new netsnmp_sockaddr_storage in netsnmp_addr_pair CHANGES: snmplib: add base_transport ptr for tunneled transports snmpd: - Security vulnerabilty in the ping MIB reported by Christopher Ertl from Microsoft fixed - Changing to a different uid/gid can only be done once - The extend mib is now read-only by default snmptrap: - BUG: 2899: Patch from Drew Roedersheimer to set library engineboots/time values before sending unspecified: - Add pkg-config support for building applications and sub-agents Use the netsnmp package when building Net-SNMP applications. Use the netsnmp-agent package when building Net-SNMP subagents.
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
diff -ur net-snmp-5.7.3/config.sub net-snmp-5.7.3.new/config.sub
|
|
--- net-snmp-5.7.3/config.sub 2014-12-08 21:23:22.000000000 +0100
|
|
+++ net-snmp-5.7.3.new/config.sub 2017-11-09 18:39:31.638689732 +0100
|
|
@@ -247,10 +247,11 @@ case $basic_machine in
|
|
# Some are omitted here because they have special meanings below.
|
|
1750a | 580 \
|
|
| a29k \
|
|
+ | aarch64 | aarch64_be \
|
|
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
|
|
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
|
|
| am33_2.0 \
|
|
- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
|
|
+ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
|
|
| bfin \
|
|
| c4x | clipper \
|
|
| d10v | d30v | dlx | dsp16xx \
|
|
@@ -339,6 +340,7 @@ case $basic_machine in
|
|
# Recognize the basic CPU types with company name.
|
|
580-* \
|
|
| a29k-* \
|
|
+ | aarch64-* | aarch64_be-* \
|
|
| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
|
|
| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
|
|
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
|
|
@@ -1171,6 +1173,9 @@ case $basic_machine in
|
|
basic_machine=hppa1.1-winbond
|
|
os=-proelf
|
|
;;
|
|
+ x64)
|
|
+ basic_machine=x86_64-pc
|
|
+ ;;
|
|
xbox)
|
|
basic_machine=i686-pc
|
|
os=-mingw32
|