net-snmp-5.7.3-lp150.11.1<>,T]Vḋ/=„APO[g@5a>}eX]N9Iw(Kqk,lǃEqglq-'m"h7~qOy9^N | PwD1"eb̷.…N_8{BV.\^?Q.*\!Lq=g>>{xVU׏QڰY.LASE_~dBA yF:]ȭg*pP`>X~ /*U8>F?d   ( 2PyLo    <  <>A#CCEE#Fx#I#(IX8I`9I:K>=^>^?^@^F^G^H`IbXchYct\c]e^kbmcndo=eoBfoEloGuo\vqX!wxyzCnet-snmp5.7.3lp150.11.1SNMP DaemonNet-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes: - An extensible agent for responding to SNMP queries including built-in support for a wide range of MIB information modules - Command-line applications to retrieve and manipulate information from SNMP-capable devices - A daemon application for receiving SNMP notifications - A library for developing new SNMP applications, with C and Perl APIs - A graphical MIB browser. This package was originally based on the CMU 2.1.2.1 snmp code. It was renamed from cmu-snmp to ucd-snmp in 1995 and later renamed from ucd-snmp to net-snmp in November 2000.]Vobs-arm-7#openSUSE Leap 15.0openSUSEBSD-3-Clause AND MIThttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://sourceforge.net/projects/net-snmplinuxaarch64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in snmpd.service snmptrapd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in snmpd.service snmptrapd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-net-snmp-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-net-snmp-update-$service-new-in-upgrade" fi done for service in snmpd.service snmptrapd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi/sbin/chkconfig -c snmpd 2> /dev/null && FIRST_ARG=2 PNAME=snmpd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=snmptrapd SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/net-snmp.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset snmpd.service snmptrapd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in snmpd.service snmptrapd.service ; do if [ ! -e "/run/rpm-net-snmp-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-net-snmp-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in snmpd.service snmptrapd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable snmpd.service snmptrapd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop snmpd.service snmptrapd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart snmpd.service snmptrapd.service ) || : fi else # package uninstall for service in snmpd.service snmptrapd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiY+H<3yxvw((eP ( 8<@ 2<#ݚQQ E5P"5k?'C ,x *;*( '  + N   fgA  g \ <;_x A큀AAA큤A큤A큤AA큤A큤A큤A큤]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]VTT]VTTTTTTTTTT]V]V]VT]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V]V208477ebc3642f5e9f1024277677d30155a16fc5aadffbbb99c7f84c5538fe13d7c0e2667ee537051e3a8c77af2c3f57ea4d2ce78ee6be0b75afe1d503e29ca6f0b0b6a8c16c5017c5538efca02b5c185beea4ea34c01cd967b51344d3deb324388437f727e0363cf77335c494a47c96f548bbbf784e22f28364526a90335f66c1dbfb91084747a8e9753cc996eea8302df78760e7ecfa73d161e589f489da16f7561020838367f3cd0c5f4aa5ad5d460ff07952bc3cec845e1846cf94902bc1a455f7ba67e2f976e64e4a8a841c46dcd6916aff00fdfd32c8ef6437b9ea1c4feffd1e8b2d441176a3c046c1b4d62ec04f3363c6df133e3eec2f1922cbea548f7f84a12285e453ab7100c10649843c1b89a16eab78a832d76295f593e4f7cfc09c6908c6190fe6a0a97998b90264f3d4ad889d5a58326b0a26ae5627326e4e1209f5a8ab07064d6020a2bc858c02be25e3e04c7bf6ea88db42a01a7cb71f3a9adbaf1a21cc5109ddedb7c1496dcd72a92568300d2d334e29bb4fa27bfbd286200d9d5ac34c1cf1572ae8641d7c7679a8a95bb1b8fb6fec9714af5cab48a0fc967b82fc9ff09c055924ee7baebdfa26de648a9951ced123d8c0654497b48cf03f3813c7b9e1cbe84b78c993e669efca08dbae703f2bf01540bdb2c4e825ccc8d5fe6b84d75dfed10429f9f943a4e4183ca124d315ee91bd97a6a4a88fb95ac18afdca4db15e53e2a8e0d2488c4a6f2d5e007e8aea4b1e3f383f58c205d333f8f5e0eef57dbae8029677a70f2953e28ade04aed14f21a234ea828b6ab16f049c2b4cbfb6b68fbb862ac0b32365b16eabea0eb6c0a2f99479f052e4456253a284f9ce779278ee7d44bd12f798e58ddbb6976730b5f557704b40251e9c0d8b31266d16eb91cc1f638e45bff5224f0f66f17263544b1ae370e5b3dd541076bbcbf79555a86723300b5f5ff3737495f7fc8f9b07a14e618bb265a6e5653243b4fd7dc4ae5bd9649785448a8868024b991e7e1330d0b0034dd5a377e36d9c49cea9c1fd789e38a730e23713b86a1517939eb33fdf82767c65d095e7432aed2bbfb14e76d3c7369ebd3a9578c25aca67d572ab01218cf889c510024ef97f4b5f713e28eb46132d4f4ee0468aa790f59354cfd8df9a96d08408a7f0e7e596e1da350f105f24def2d57bda8a5b4d7672bcb2b821da921432fa54aa488171a85ae53cdbed3a459db3d92a8ef9d154d4e765bb2e30773b9aac1a064053eea4a00bffe8c7b72d0b9f8e2fb51e707351a5b35858ca93d59b1304754c61c39878a70c70e3d6c0c1ce171bbba79bbbd3dea99657b0eeb3017347dee88bb3baee5f4a5c756d34967080b0794c9abf1e38935ef0f98a6157ea348893ff088643ef81fdff04c2a5dd6b81196a727d235820ba75117aa2b389299660e2d01f3d4b6197073658f2b4b01bf7a07539a8a5675394240f80777cd27fcb853359a7bd62b1174e48cb837b388fceb8c2c3e58a5d03a305f5c8233d3876afdb128d9683cb31bc39f3e8fa9e7a7b59cd91c856d7ef7f292f711b16045d0aee650514c76acf0cec27609ffdc1da9c0770743d453622561d168e515fc4644d3df13e8aa8d5e281a5c288a188e06efa0d49801d02e203414bc180b5fb41800b24df39282d494f773ebc51191ba60bf6482379a6f6586f4bc379e4e53081b45eab7eb09816f2827baec5eb95b723ef88482379a6f6586f4bc379e4e53081b45eab7eb09816f2827baec5eb95b723ef88c3e0898c18601adac70789a9619ff4fc290a62845b53bc25c0925a8b6518bcc2ee524ff02767d62a5903c358b6ed0cc380ec6e37fdb0264afcde697b55580bf8859c8cf3e45ae7903e05682423d93855aea0a9aee9446f2f1e826593a9b26aa072e8ee16c5488ff96a86cf8f5683d9545d92e2ae4463f0f399011994fe6e8d58e1a702f704f24fefe3c55b94e89893a411e49c17758aee29896830c170d91010b5dcc9f30642d238cfdda4cf0eb5570453f4886ef9d271d5b7b422012877de1d28b3192918eaade9fa6b5f058b2cd282b731bcb6c1b9a0fa5b258e481df7ac667545b70e742f8a0497a0c2030ce197379851cd891c96e6472e6fc816c941b1f9ab4cf102b7cbb9a688dc7147f3b4d0ed81bd789ddb1a5618aad486af2e30da38c2ea1b32a2e36dc8e64e347b6f7d250df1cfc76cc3fb3f9f71283905eb240ceffee6246f4521874d1b1623e6443c513be360b7226ec5f51811b415446a2304fe2624a3b82b5540b48247dd66927198b8ca9c1af09e9dd66d13a6556ed710ba6889ae17e13ca2f89b22599ddd832e9bcae14e2caa09842be90bdc6bc35798c57a4a140b0de8beb90bd069870c986832ff6152580377e9bad24fe65c37e577760abcf67a3c32ea847e258f501f24bbb0786498144f1afc6e2b1e4e89d0203aeed85dbcf22af05fb81926aa3804a02997d4cd91116d58be85ef8edb6c1104ddce0ab9b4839200d5c33d8d8dc5df31f102f3e2264edfb7e0026ba668579c6cecf591556aba63af9d26ff5f6b27edc855338885a7631b2d2485b7fde2bfde1847354d51a8e2e9136ab36fbb41ce12a618770d95b4c9399036281d941e3f523c0205d364a301303450fb16464bbac5f413f228d78f5ea309485d37a000837a6c8289606e38d688576e4db577543aa56ef4585b7b8185f93895db1b30e7bd8df2b96b6fddcb66b8f4de07e411b49e7a82411b9eca5bc503a10fe63a75889f8dc93e616a8c5c4195c810c3fb8a18734433bf439e3997cf992adafb779c3590d66f9fca4a3e57992abe3718af48f042ecc57323e44fcedf17ea31492c59141d5f022d9c9bd630c0e83f899fbf6eaf8c65f3a8798953c95bd0ad5aef634dfa02e2d0fb82e18e627ef72d594c1731c80e6b12b1810d1a0dc2b38a4f3b3f848ca623694247d5a10f82a837f62d66bf4393abc6a98dbba279d489f3172ae81d763db4cc3bdc690d28b1b5a76b4c3a52f19800e75b668ef1cd5dc41f68d08fb592601da0ab1c11ff5938de8dc9f6652194be306c9ee88630d596147e00e78b1b9969af3ad49d9f3a9a347f302826e9cd4ee1a283b8b6c9aed5d53b701fde64591fc727e7fcb64e3f7a199f1ab46910fdea0936e9ea5dab5a268964b53ccfcc0cf3a0de5d1c7a3aa2514be8a90950025cb4e7f9960e540591c7c3398e1b46616c03d40999414286fb317f76caf0bd6a17d97fc68391d72c8de7bb6f725680864a5330742e2396352320e49ffecfbb8385f1850de9273077018b859731c428f189fa87b8756a7ffcde4ddd39f3c110cecfbaa01e5d727d49818d4913c2c3899c2b18ffef6ba003098fde533ac80068d572d2f31a90e8c0525a6d13cc8a925d102cf7522fd483c5906488c5ef13da406dfd91ffe4569d454083e178fdf2ac7de1ab33333fb9549e97fdfbb645395d098ccfea2a916fce1906542e4b8c30c6b2aa7320861142c1a4d621c79be8ba2b5d07fcb3c481fea94c36e13512743ef08e6a05ef1685dd2f868a410346189a5167c01e645c2d9970f03fb920564045fa824cf724508c97c713eaa1cceabf578ccbbf98a5f289067ebb175ff25a92e4b87b95b5bcc8d5cccee836ce98853c35df46eef86e26ebf7b73ab875a68c199b9184de14c893517e2a5bc8e6c532a7efd5006486361b6d2fea0c36dcc16702417b011468322f124bf61cfa3f14dc5d26638035a401697a353cc62c71952bfaa2dcb5b86715759afedc5d5fe20f79b7914708531b21c68f3264b256a361eaa7d6e4c57043c40330257cd21a2cd54ad7463e536e4ef36bb5d9b4f0eab89feca12279fd8f17d90740ae4bc7c557984c9a5967c227edf03e3eb83807035d19272b055ec180528f1d0d58fdfca552b67293e84f5957d98106f1ed048cce17f4406ac633fe4137f5178a17a919fc9b0516d5d38f20f4d23ca9d380d4a2b888473ac59212c1179e718f6d15f669daf2bdabf0ea58d4a6689939210b1932fc43fdc7f186491f0256821710a9c4fdcd700c5efcc3adb715a6eb11cbbc5dee0f1b26e021dfb136c57e41a6baf16eea0c9d52d213a20317edb5f4f9a770fc529161e41eeaa295ad911eb094184d23a6c6bbc91ca9964f7693881796520f7b9005f22f78d3d95ca21e237553592389e53df67716495b5083b7b2f22b70ce2523ef397b06b2cc9b7c85a72fd86fd71db1bdf615773f9bcc2610fec0e657c08eab0d0bd531788e14d7ed8e161c113b913e52acf38ab9b9fd9c0289994e5ca98a7468125e32bb71a39a964baf05fea755b11be4b3205166fc2cad16603399b52db26154a0eb959d604f37685d98c504875b4edbf16e501a823c799ec9b673c9ec7b18c2d14e1a9b9c0b50de88a5ee9414f32879a2934332fd2ce241f0464c405d865b485307de9e245defd823e767c2f71326d0a1d1861199171e803c67b1ac7115b233c60e959eaba828fc1e4abd2058cc7d69b4c27d2a5863ba34a03f00a1f39c60817ed05723dcd6211427c057f98b27ff4b9494b1bd011274c0831a9ec7a57d73b79e2090573e565de7d689224ff419e73d37e6f656912ceb3c5b62411bc2791b2ccb277db4bebc207fcd2a345d901e433dc3ca96e71112c050f8f945874348a309d3dd70ee00be97d4278ed45a474cab183b3916c1cff49f11e1300aa5dfe8be200251c378aefdac5cbf16c2e5d66ed6c626c49bc6d9fcaa6ec1ae9b80e2b9477816bde3bd41b87d2fd4aa4d78da0fd711cf62c393ed5e601a4679a688a0041b1c627306377436b80c6b71074303bef0a221e7fa12e3a5938224ec979b03d5d2e8c1a118b8d4c1be82343babd715004c3b94c398c2e5b695a8e7924ac30cf3791d388dc8a164eb2a33cf84c35c700edd266486f5b81e568030fca6b1fe5fd86b134c9db69f0a7f57bf2ef09047cf05887ba90e415accf3cb0339b2e68fa3d031eb6c8400affa8ccb7404155f49f84456876686be23399a343871954990629b21dee21d076e6189383f4df94b9ff4a0f7snmptrapserviceservice/run/agentx@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnet-snmp-5.7.3-lp150.11.1.src.rpmconfig(net-snmp)net-snmpnet-snmp(aarch-64) @@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perlconfig(net-snmp)coreutilsdiffutilsfillupgrepld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libnetsnmp.so.30()(64bit)libnetsnmpagent.so.30()(64bit)libnetsnmpmibs.so.30()(64bit)libnetsnmptrapd.so.30()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libwrap.so.0()(64bit)logrotateperl-SNMPperl-TermReadKeyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd5.7.3-lp150.11.15.7.33.0.4-14.6.0-14.0-15.2-14.14.1];[@Z3@ZԐ@Zs@Zhu@Zhu@Ze@ZaZ.s@Z@Y?W@MV@VU6@ŬUWUUT{abergmann@suse.comtchvatal@suse.comabergmann@suse.comjengelh@inai.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comdimstar@opensuse.orgrbrown@suse.comdaniel.molkentin@suse.comdimstar@opensuse.orgabergmann@suse.comastieger@suse.commeissner@suse.comabergmann@suse.commeissner@suse.comjengelh@inai.deabergmann@suse.comcobexer@gmail.com- Add Lustre filesystem support (bsc#1140341, jsc#SLE-6120). Add net-snmp-5.7.3-add-lustre-fs-support.patch - Add info about the original agent which triggered the trap. When the trap is forwarded there was no info about the original agent (bsc#1116807). Add net-snmp-5.7.3-snmptrapd-add-forwarder-info.patch - Fix missing sysconfig files creation (bsc#1108471).- Fix remote DoS in agent/helpers/table.c (bsc#1111122, CVE-2018-18065) Add net-snmp-5.7.3-helpers-table-skip-if-next-handler-called.patch - swintst_rpm: Protect against unspecified Group name (bsc#1102775) Add net-snmp-5.7.3-swintst_rpm-Protect-against-unspecified-Group-name.patch - Add tsm and tlstm MIBs and the USM security module. (bsc#1081164) - Fix agentx freezing on timeout (bsc#1027353) Add net-snmp-fix-agentx-freezing-on-timeout.patch- Fix permissions on unit files wrt bsc#1087977 - Use %license (boo#1082318)- Remove executable flags from systemd service files (bsc#1089295).- Fix RPM group for shlib subpackage.- Properly conditionalize the py2 build- Add patch from Fedora to support natively systemd: * net-snmp-5.7.2-systemd.patch - Drop the check phase as whole 90% of the tests fail it makes more sense to run them somewhere localy- Take systemd service files from fedora to replace sysV scripts - Also convert the sysconfig files to match fedora ones, they get bit more terse but it works seamlessly with systemd- Format with spec-cleaner - Drop sle11 support as it fails to build anyway for ages - Rename python packages to be python-%{name} with obsoletes * Use new singlespec macros * Add patch converting the py files to python3/2 compat mode net-snmp-python3.patch - Run full autoreconf instead of partial - Build with threads by building few targets first- Add net-snmp-5.7.3-modern-rpm-api.patch: Supprt modern RPM (>= 4.6) API. In RPM 4.14, the RPM 4.4 compatibility APIs are being removed.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Fix build with OpenSSL 1.1 (bsc#1042664): + Add net-snmp-5.7.3-build-with-openssl-1.1.patch, cumulated squash-patch from the following upstream commits: bbed6b86e70b5a3c54f14992696f2308a8d79511 14bb72fd12bf5b68662893f7d8afbc4a8d52a6c8 9641b472ef01208f92631016e91b0a4a518163f0 e4c6937483d4a680570cec05388d2e4b291868a6 b906c60c8a436d7360267a6d242526b33a9aaac8- Fix build with perl 5.24.0: + Add net-snmp-5.7.3-Fix-Makefile.PL.patch: Fix build system recursiely loading Makefile.Pl and destroying its internas. See https://rt.perl.org/Public/Bug/Display.html?id=125907 + net-snmp-5.7.3-Remove-U64-typedef.patch: The U64 typedef conflicts with a typedef in a Perl header file. Hence remove the U64 typedef from the Net-SNMP header files. Backported from upstream commit 477b4307ef1.- make snmpd and snmptrapd log message destination configurable for syslog or a dedicated log file. (bsc#695677) - make snmpd and snmptrapd listening address(es) configurable via the sysconfig file.- fix build with GNU grep 2.23, use grep -a to force text matching- reenabled md5 and des, as some tools build against it and need the methods :(- added net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch: to fix an incompletely initialized vulnerability within the snmp_pdu_parse() function of snmp_api.c. (bnc#940188, CVE-2015-5621)- Disable MD5 authentication method, disable DES support (if something breaks, tell me)- Request pkgconfig(libssl) instead of openssl-devel to support using LibreSSL as well.- update to upstream version 5.7.3 - remove patch that is now present in the upstream release: * net-snmp-5.7.2-fix-snmptrapd-remote-denial-of-service.patch - rename patches to new version number 5.7.3: delete: * net-snmp-5.7.2-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.2-net-snmp-config-headercheck.patch * net-snmp-5.7.2-perl-tk-warning.patch * net-snmp-5.7.2-pie.patch * net-snmp-5.7.2-socket-path.patch * net-snmp-5.7.2-testing-empty-arptable.patch * net-snmp-5.7.2-velocity-mib.patch add: * net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch * net-snmp-5.7.3-net-snmp-config-headercheck.patch * net-snmp-5.7.3-perl-tk-warning.patch * net-snmp-5.7.3-pie.patch * net-snmp-5.7.3-socket-path.patch * net-snmp-5.7.3-testing-empty-arptable.patch * net-snmp-5.7.3-velocity-mib.patch - add build requirement 'procps' to fix a net-snmp-config error (bsc#935863) - enable DTLS and TLS support (FATE#318789) new binary 'snmptls' was added - add support for hostname netgroups (FATE#316305) '@hostgroup' can be specified for multiple hosts * net-snmp-5.7.3-netgroups.patch - suppress network statistics output in snmpstatus (FATE#316289) '-Sn' don't print any info about the network '-Si' don't print the operational status of network interfaces * net-snmp-5.7.3-snmpstatus-suppress-output.patch- also stop snmptrapd on removal/bin/sh/bin/sh/bin/sh/bin/shobs-arm-7 1565964769  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5.7.3-lp150.11.15.7.3-lp150.11.15.7.3-lp150.11.1 net-snmpsnmpsnmpd.confagentxagentxtrapencode_keychangefixprocipf-mod.plnet-snmp-certnet-snmp-confignet-snmp-create-v3-usersnmp-bridge-mibsnmpbulkgetsnmpbulkwalksnmpchecksnmpconfsnmpdeltasnmpdfsnmpgetsnmpgetnextsnmpinformsnmpnetstatsnmpsetsnmpstatussnmptablesnmptestsnmptlssnmptranslatesnmptrapsnmpusmsnmpvacmsnmpwalktraptoemailnet-snmpagentssnmpd.servicesnmptrapd.servicenet-snmp.confrcsnmpdrcsnmptrapdsnmpdsnmptrapdnet-snmpAGENT.txtCHANGESEXAMPLE.confEXAMPLE.conf.defFAQNEWSREADMEREADME.agent-mibsREADME.agentxREADME.krb5README.snmpv3README.threadTODOsysconfig.snmpdsysconfig.snmptrapdnet-snmpCOPYINGagentxtrap.1.gzencode_keychange.1.gzfixproc.1.gzmib2c-update.1.gzmib2c.1.gznet-snmp-config.1.gznet-snmp-create-v3-user.1.gzsnmp-bridge-mib.1.gzsnmpbulkget.1.gzsnmpbulkwalk.1.gzsnmpcmd.1.gzsnmpconf.1.gzsnmpdelta.1.gzsnmpdf.1.gzsnmpget.1.gzsnmpgetnext.1.gzsnmpinform.1.gzsnmpnetstat.1.gzsnmpset.1.gzsnmpstatus.1.gzsnmptable.1.gzsnmptest.1.gzsnmptranslate.1.gzsnmptrap.1.gzsnmpusm.1.gzsnmpvacm.1.gzsnmpwalk.1.gztkmib.1.gztraptoemail.1.gzmib2c.conf.5.gzsnmp.conf.5.gzsnmp_config.5.gzsnmpd.conf.5.gzsnmpd.examples.5.gzsnmpd.internal.5.gzsnmptrapd.conf.5.gzvariables.5.gzsnmpd.8.gzsnmptrapd.8.gzsnmp_perl.plsnmp_perl_trapd.plsnmpconf-datasnmp-dataauthoptsdebuggingmibsoutputsnmpconf-configsnmpd-dataaclbasic_setupextendingmonitoroperationsnmpconf-configsystemtrapsinkssnmptrapd-dataauthenticationformattingloggingruntimesnmpconf-configtraphandleagentxnet-snmpnet-snmpd.log/etc/logrotate.d//etc//etc/snmp//run//usr/bin//usr/lib//usr/lib/net-snmp//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/net-snmp//usr/share/fillup-templates//usr/share/licenses//usr/share/licenses/net-snmp//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/snmp//usr/share/snmp/snmpconf-data//usr/share/snmp/snmpconf-data/snmp-data//usr/share/snmp/snmpconf-data/snmpd-data//usr/share/snmp/snmpconf-data/snmptrapd-data//var//var/lib//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10889/openSUSE_Leap_15.0_Update_ports/65947f8a2dd3548b4b290cbf320feb91-net-snmp.openSUSE_Leap_15.0_Updatedrpmxz5aarch64-suse-linux    ASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=ff93b01e4d10b8c9542d3c9c7d848bd41f96a86b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=6704fdcae3aa5309a64084573c20f1497e0de0da, strippedPerl script text executablePOSIX shell script, ASCII text executable, with very long linesPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=70c6cc08ff536ef01ee908cbb5a75e9aaa1ba8f7, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=60f46a5e3bfda6536b1a25a46ca8fb1892b7ab23, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=abb0a60557d6debb5f19570cd94c7f30ab9899a9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=f8b1d79dd4947f50294f2b3038613ffebdbff8d1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=3a384884f68056e352885111da6c0c970e7455a9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=1b110c55189991108aea514d39c593af2049bd59, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=f62ded313b1724e90fadff104483be8bf2ac6c28, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=4059842457a1f9e15528bdc49b88ef16975930ac, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=6ffd6ddebc7f02444a02a8211c942067573f97f6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=2287df0882327f5c481c8ee3dde30cf8b31ccde9, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=1f0edc590ee39614ebb40efa5a562614e0690721, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=e68167df4b170950f385407c3bafe06ff4be27b6, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=9084338f5b0f8d9b2791f0d9a3aa1c5393d5fe1e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=80500931424ca9606c11ca3007ec79bbcbfb371c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=928a6bdf7b547c6cd9b57bbe623d40270beca453, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=aa2ac9e7b1eb0a46b24d1dd306151af677e0efae, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=bc38ef925f1c048117d5a195d98e786ec0d1e00e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=f8219213be50a781e81ae0f03897461c872a21ee, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=229d7f051c4d479785b7a8b1a2ebc3aa8d31dd1d, strippedUTF-8 Unicode textISO-8859 textAlgol 68 source, Non-ISO extended-ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)empty $).38=BGLQV[bglmv RR RRRRR R R RRR R RRRRRRR RRR R R RRR R RRR RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRR R R RRRRR R R RRR R R RRR R RRR RRRRRR R RR RRRRRRRR R ]De!bچgD>tutf-8ecb27ccf18cacf7ec7ef07aaa44c3131626141300c873fcefe2af30ffd308c32?7zXZ !t/1]"k%w4ƨnI< @.sJAτL>*4qseG3Y>XDH.x Γ19%40eaֲwGAQh)WR|g ̖nQH` Wビ},NbME쏘6&w(Mw`0vCI4x5CDu׫β!Gr'vQq^M$vUf?<[ȂtڷpfdCk\B([q#͜mը?nWLi voiISh EבYP"Ӄ$=P`~)-=9"d4vAҳ q *@UG/cd)4[o6g=Yy 0E9eyҨ /׳fv4O1z$U,G4Ci2/P'm2'JW>ר0#@5 g&FzPgr-~{?T4-4ts5=\֫A\TO1 VK?wAxALGbiv[ b-45|0o4&"J`B[ZBvOnѹ U-w/NU3RʚW -H}^~#f ׅ OSZ)"àL9RO*8a~{w%Y``ш^1k@jJ* D1n;1ɩA1MTڟYCCTD} ^6E ,YE0]*y ;Mrl@%zr>|*I7Էfw9&+&aS,c@( \aAԇ:~~]NIxva@h.Fv%U*yBo4~d}_E躦ؑ4m: a8vxB4:C4Z7M^~lvpK4b|b/\~S )1 ( %^#܍VĶ_KinRaܨ+lD$8=9 00_Ә ӏފr$ƍVbs4SuiAZooifdLj׬F^ N_Գ:ɒeDQC[Q/tI(cBT9"μB!>H|;cC@P5L ICljlOq.K$@|p)8*mWrů~^ر](pm.U Y,P6LKʢ+[|e:e 3k2^}?DD1,΄xZ) tm>r@EN==QџD9ZLRs'*l1c;w0ceD %@G4g,9uQ~u"UI YRӮt$^)W|0h?)_/q~Q2')"uV'ylU-d ]wDÀK] +5b4bxR6o;a`]EH~< CU{)n,kr.cil &}(>uhHزQsSNM|R GU%*8%Q+F<Ӯ/O"eR˂mP%FX(p'J.aAh%K,B,KT"}^1TdIQ* J(}L?L'tKgϞ{}:\Ww7t "qoI0"j uf8u錆;VRfi s-HbE^(bcB/ҍX;`'a)K/Z'Uf ;g/Mub7ǘW+ylG^NRMٵ83,=vvnu 'z5G1ϵ3| q\H7D-zh=MbRB `ᡗc1Sa'q2 zg^/ạ*ʳU2b5nQw>ax/͐O˾` ݷDܕӢ}F6zD|P ]ƈzs,Xj:sxCj4@&앣7t-j<&ݝڊ (7cH?`:SϣڜǴgUpfP=cHE|pG]]]o~?er,dѴC;D?v6<`I xlS,|M貙9oG3鄗 x72ďDfN8{v.zE*#ZEϱ`N_r& 똩5flASyN⿹,P=bU?S!tUg5kͪ9sz^ΓC13ܟU"P+ʼha Id҉SA(>V0 >*[e+bMVYR=>FI5&Oh/~3l %R4VM$u /x>eXժj~^@%\`P_394#3ޡ,QA "!e:zB+pVcA kU}ҙI޼  N;72N^hH,U{zmæiaV{.c71~8QQs8^6Iiܑ ,,^m`Kz>EC c[h=%X9 C G뗝Pd[ƋD h.HѸARv#D/͵;fCܰjzv eL6y7Mg]e I; ip[hwhGz-66>1]_ϥ5Md,tNKM73)ISl6iZͭTz=tKNo dh û#v ])XFSY^fRm&S'~kB}xe^:!e(;8 f_.2zľ>p5 uvwpHSQ[[i J#q[Vԏڸ+?`%T *Uvpv.44=Izx0$qPXm!_q ?hD1;a jhlEՏ;ϘaJoH}=ɛ|!spH*Q=|V'tjʟB.L0|.HZ*^!?>0A҇y t&_u;cR  "VrC)fϮen1s'2[NL#߻s/O+Ja'$at6k لh$rjصOA^X cQq9S,)]3 \YJ7QI+WiUАܱpaZyjmo4TφCѠEg-L&Q3?U&_Qar-Hk!L[*(ǚM FpEn$jTjY7XNPP4tշUt 9C_a#i/y:LJ`Y.9Vm:5ޥJYBF3Sgh.<\]LHkKq69>wtNO:f/ꨞƹoyBQƐkmCbd5x52Mt,cM]M]} oVˎuz`gn&c[8]zr?[4 t1kkd%8(0Ta=/R bun ӲAbeon.s.0 o22Yw4/I m(gⓩh?49oJU:H'iG*fGь|*rJ~|ºqBlb;l`9jEOw5( |(A C xm0UNwQ{X1~\;v(ƠEf*]36uA gly]D tLuˁ-b6Jd!rji6fK \sN=޻G3c0NTM7rU^ej\AH蓞2]PVUm3rU:x!f)ZiotS=Y8)u>Sq߀MkYMo& 15P1xِ-*I*Zr"IK(LANiպZ8A Y`L|P8]ՠUghObƐiV1 0H2A2g"!pۙILhِZo >K])!>i/ohYum5vsj9YXjkZ7 dP`Bn.˕!.D t\nZBP,oԋHMYj(:9Nl!w}M̖=m}+e(QZq,jAﰉN;I\DAepuAR!UeSOהA>U}14%¬gNYh0VS CYqPbhy㎔MrM4@( 3g|gb'\N 7՟3!$6vW#S (Yt?aނa!m"Tqm7lika6B#{ܝ]d +˲ pHR%|t$SRr?b_Ѓag4E:Q#}%_N =pޡ*B2EԮ&2W9UX[ +ʣH oAtx"+::\^ӎF93Fۜ<R<yT2+I1 ϑ_@W MdyEt8$G5A">>q>I%4AWVBf L24J`'dRE]0w۩'/Vnۚ&ˆ>v&$GK_:ӕT\= n3 A cxwijQUͰ!"\T/fXUȴx`TlIwF'uOƱKvx- 8,Ļ6`-ɽ,w}|n:mMKDD.wpՓ5ʬӓ"E&HB:O%܄EqݫaE QC@(|^ "`˫]))Me4mCEl\ 0F4=ឈrƅ39g3ch C YZ