net-snmp-5.7.3-lp150.11.1<>,]V/=„Sq\}߶.¨wN!vL.яPCDk?qA";rfٖQ'oj Vs8@] IK̼`VOojinx`D;YZ Kǜ/;vPt|hK[a(:P$Se#ajC“L/$ՐAXqE(HLؙ&&4:_%(⢙==HooHc256E D}byH3ƊijrHF?d   ( 2PyLo    <  <>A#CCEE%F%H%(I8I9Ip:J=^u>^}?^@^F^G^H`IbXc$Yc0\cd]e`^kbmcnadnenfolouovq!wxyzxCnet-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.]Varmbuild14|openSUSE Leap 15.0openSUSEBSD-3-Clause AND MIThttp://bugs.opensuse.orgProductivity/Networking/Otherhttp://sourceforge.net/projects/net-snmplinuxarmv7hl 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+EF<3yxsw%&eF,5%%$%7DV565&XndP,6 2<#efݚQQ E5P"5k?'C ,x *;*( '  + N   bgA  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]VY]V]V]V]V]V]V]V]V]V]V]V]V`]V]V]V]V]V]V]V]V]V]VTT]VoTTTTTTTTTT]V]V]VT]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VY]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VY]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VZ]VZ]V^]V^]V^]V^]V^]V^]V^]V^]V_]V_]VT]VY]Ve]Vg]Vf]Vg]Vg]Vg]Vg]Vf]Ve]Vf]Vf]Ve]Vf]Vf]Ve]Ve]Vh]Vh]Vg]Vh]Vh]Vh]Vh]V]V]V208477ebc3642f5e9f1024277677d30155a16fc5aadffbbb99c7f84c5538fe13d7c0e2667ee537051e3a8c77af2c3f57ea4d2ce78ee6be0b75afe1d503e29ca62c9f7190f6e1d4bb470000cb27a318a17b8000ff80c7a9443b4cb93e12f650b66f72a6b992f6d3c4da0837010750121b353d031af2a0dbdf25871a51c12248dec1dbfb91084747a8e9753cc996eea8302df78760e7ecfa73d161e589f489da16f7561020838367f3cd0c5f4aa5ad5d460ff07952bc3cec845e1846cf94902bc1a455f7ba67e2f976e64e4a8a841c46dcd6916aff00fdfd32c8ef6437b9ea1c4f79c57acb8945f4e2d6f1b5a99d79adbb635d713f33945b01f538ebab2124580ce9de1e79887a176a81c55bfcb09df35d4cd1c11473df415a8b50c2c8635524589c6908c6190fe6a0a97998b90264f3d4ad889d5a58326b0a26ae5627326e4e126b5acf2cf8b85cd4bdcf6e9f5a52de80102fd70423cba0e4fb525590955e0101a6a64b31330d22359329ded9dde4df3b6b0f568ab499d67d19d93b709ac58f190d9d5ac34c1cf1572ae8641d7c7679a8a95bb1b8fb6fec9714af5cab48a0fc967b82fc9ff09c055924ee7baebdfa26de648a9951ced123d8c0654497b48cf03f3a6cc60b8667b71eeabe140bcc8e687ca545754e7c7e1538134e7ee77ee7ca447c9dc45c8e1ef80071b79ab621d052291b6e35bec1875e8d8d75fa4f0bcf0842318008cbbad82b787b1bb8d4cb02d4bb26356da06033f27251f8206882a73f973938d73c445e3b9511c8e5eaa60cea1a13188eb96df9efdfb50e6f472129056fad40652417e856f4869e362af93d03726be888f43da8a60dbf79ae93dd26a6f3ae24f0927e74340919ba670606d34f54d89f6654a47408e8eba15a852920c7287f38026619165beace847f50888ef7acfad0ce242ca50d7b38fa90fc152d9f42442a3a04cb9386a52281dbe2ad8ec42169dd036572568840deeaebbc559936adba9c7bbd7acfa3e9287cb2a016504d1ffa7d464b002a50782564fee66e2c685970340f5246a468307a2a8f4a4075eaf8ab8137c7d0914c8fa52ab006e92f24dadc5c35d8b983be3ef9b8c3d092292ade11bb27b673fd06a8ef8c4b9fb9a21637b3e7052e45147101d0dc93b9fda9e59e81c00f3638becbe0f4f5067c3d848a6cbf0f42aa78c24984bbb8060a0871b26f3a78bfd116938b23e23c45fdcad31c2e1f3c988f0f99ab8d62ec40dc5fa80257a3df9484176c18089b2c65368c18f9f0f66ffe150ba42c5c13a1628c8c7b0ee6e641d73c26aa8b71bac580843c6d3ba2ce171bbba79bbbd3dea99657b0eeb3017347dee88bb3baee5f4a5c756d34967080b0794c9abf1e38935ef0f98a6157ea348893ff088643ef81fdff04c2a5dd6b81196a727d235820ba75117aa2b389299660e2d01f3d4b6197073658f2b4b01bf7a07539a8a5675394240f80777cd27fcb853359a7bd62b1174e48cb837b388f66e9baeb633fd5ea7860235f906d0623289bd4f97dd4c05d5770a9ddebda6dedee6f33e4bd7976cedd88792a5552fddca8d4de0fb43b8dadf485b3369ccd43ff0770743d453622561d168e515fc4644d3df13e8aa8d5e281a5c288a188e06efa0d49801d02e203414bc180b5fb41800b24df39282d494f773ebc51191ba60bf6482379a6f6586f4bc379e4e53081b45eab7eb09816f2827baec5eb95b723ef88482379a6f6586f4bc379e4e53081b45eab7eb09816f2827baec5eb95b723ef88c3e0898c18601adac70789a9619ff4fc290a62845b53bc25c0925a8b6518bcc2ee524ff02767d62a5903c358b6ed0cc380ec6e37fdb0264afcde697b55580bf8859c8cf3e45ae7903e05682423d93855aea0a9aee9446f2f1e826593a9b26aa072e8ee16c5488ff96a86cf8f5683d9545d92e2ae4463f0f399011994fe6e8d58e1a702f704f24fefe3c55b94e89893a411e49c17758aee29896830c170d91010b5dcc9f30642d238cfdda4cf0eb5570453f4886ef9d271d5b7b422012877de1d28b3192918eaade9fa6b5f058b2cd282b731bcb6c1b9a0fa5b258e481df7ac667545b70e742f8a0497a0c2030ce197379851cd891c96e6472e6fc816c941b1f9ab4cf102b7cbb9a688dc7147f3b4d0ed81bd789ddb1a5618aad486af2e30da38c2ea1b32a2e36dc8e64e347b6f7d250df1cfc76cc3fb3f9f71283905eb240ceffee6246f4521874d1b1623e6443c513be360b7226ec5f51811b415446a2304fe2624a3b82b5540b48247dd66927198b8ca9c1af09e9dd66d13a6556ed710ba6889ae17e13ca2f89b22599ddd832e9bcae14e2caa09842be90bdc6bc35798c57a4a140b0de8beb90bd069870c986832ff6152580377e9bad24fe65c37e577760abcf67a3c32ea847e258f501f24bbb0786498144f1afc6e2b1e4e89d0203aeed85dbcf22af05fb81926aa3804a02997d4cd91116d58be85ef8edb6c1104ddce0ab9b4839200d5c33d8d8dc5df31f102f3e2264edfb7e0026ba668579c6cecf591556aba63af9d26ff5f6b27edc855338885a7631b2d2485b7fde2bfde1847354d51a8e2e9136ab36fbb41ce12a618770d95b4c9399036281d941e3f523c0205d364a301303450fb16464bbac5f413f228d78f5ea309485d37a000837a6c8289606e38d688576e4db577543aa56ef4585b7b8185f93895db1b30e7bd8df2b96b6fddcb66b8f4de07e411b49e7a82411b9eca5bc503a10fe63a75889f8dc93e616a8c5c4195c810c3fb8a18734433bf439e3997cf992adafb779c3590d66f9fca4a3e57992abe3718af48f042ecc57323e44fcedf17ea31492c59141d5f022d9c9bd630c0e83f899fbf6eaf8c65f3a8798953c95bd0ad5aef634dfa02e2d0fb82e18e627ef72d594c1731c80e6b12b1810d1a0dc2b38a4f3b3f848ca623694247d5a10f82a837f62d66bf4393abc6a98dbba279d489f3172ae81d763db4cc3bdc690d28b1b5a76b4c3a52f19800e75b668ef1cd5dc41f68d08fb592601da0ab1c11ff5938de8dc9f6652194be306c9ee88630d596147e00e78b1b9969af3ad49d9f3a9a347f302826e9cd4ee1a283b8b6c9aed5d53b701fde64591fc727e7fcb64e3f7a199f1ab46910fdea0936e9ea5dab5a268964b53ccfcc0cf3a0de5d1c7a3aa2514be8a90950025cb4e7f9960e540591c7c3398e1b46616c03d40999414286fb317f76caf0bd6a17d97fc68391d72c8de7bb6f725680864a5330742e2396352320e49ffecfbb8385f1850de9273077018b859731c428f189fa87b8756a7ffcde4ddd39f3c110cecfbaa01e5d727d49818d4913c2c3899c2b18ffef6ba003098fde533ac80068d572d2f31a90e8c0525a6d13cc8a925d102cf7522fd483c5906488c5ef13da406dfd91ffe4569d454083e178fdf2ac7de1ab33333fb9549e97fdfbb645395d098ccfea2a916fce1906542e4b8c30c6b2aa7320861142c1a4d621c79be8ba2b5d07fcb3c481fea94c36e13512743ef08e6a05ef1685dd2f868a410346189a5167c01e645c2d9970f03fb920564045fa824cf724508c97c713eaa1cceabf578ccbbf98a5f289067ebb175ff25a92e4b87b95b5bcc8d5cccee836ce98853c35df46eef86e26ebf7b73ab875a68c199b9184de14c893517e2a5bc8e6c532a7efd5006486361b6d2fea0c36dcc16702417b011468322f124bf61cfaac8b7e71440a7c3fc901c2f0141164f0087186c2302afc59bbc0c6f387d6a6f5f84e0eb663f04e9e3ff4ec2cac68635c35e37e99009ba89643e79784f4047dc42cd54ad7463e536e4ef36bb5d9b4f0eab89feca12279fd8f17d90740ae4bc7c557984c9a5967c227edf03e3eb83807035d19272b055ec180528f1d0d58fdfca552b67293e84f5957d98106f1ed048cce17f4406ac633fe4137f5178a17a919fc9b0516d5d38f20f4d23ca9d380d4a2b888473ac59212c1179e718f6d15f669daf2bdabf0ea58d4a6689939210b1932fc43fdc7f186491f0256821710a9c4fdcd700c5efcc3adb715a6eb11cbbc5dee0f1b26e021dfb136c57e41a6baf16eea0c9d52d213a20317edb5f4f9a770fc529161e41eeaa295ad911eb094184d23a6c6bbc91ca9964f7693881796520f7b9005f22f78d3d95ca21e237553592389e53df67716495b5083b7b2f22b70ce2523ef397b06b2cc9b7c85a72fd86fd71db1bdf615773f9bcc2610fec0e657c08eab0d0bd531788e14d7ed8e161c113b913e52acf38ab9b9fd9c0289994e5ca98a7468125e32bb71a39a964baf05fea755b11be4b3205166fc2cad16603399b52db26154a0eb959d604f37685d98c504875b4edbf16e501a823c799ec9b673c9ec7b18c2d14e1a9b9c0b50de88a5ee9414f32879a2934332fd2ce241f0464c405d865b485307de9e245defd823e767c2f71326d0a1d1861199171e803c67b1ac7115b233c60e959eaba828fc1e4abd2058cc7d69b4c27d2a5863ba34a03f00a1f39c60817ed05723dcd6211427c057f98b27ff4b9494b1bd011274c0831a9ec7a57d73b79e2090573e565de7d689224ff419e73d37e6f656912ceb3c5b62411bc2791b2ccb277db4bebc207fcd2a345d901e433dc3ca96e71112c050f8f945874348a309d3dd70ee00be97d4278ed45a474cab183b3916c1cff49f11e1300aa5dfe8be200251c378aefdac5cbf16c2e5d66ed6c626c49bc6d9fcaa6ec1ae9b80e2b9477816bde3bd41b87d2fd4aa4d78da0fd711cf62c393ed5e601a4679a688a0041b1c627306377436b80c6b71074303bef0a221e7fa12e3a5938224ec979b03d5d2e8c1a118b8d4c1be82343babd715004c3b94c398c2e5b695a8e7924ac30cf3791d388dc8a164eb2a33cf84c35c700edd266486f5b81e568030fca6b1fe5fd86b134c9db69f0a7f57bf2ef09047cf05887ba90e415accf3cb0339b2e68fa3d031eb6c8400affa8ccb7404155f49f84456876686be23399a343871954990629b21dee21d076e6189383f4df94b9ff4a0f7snmptrapserviceservice/run/agentx@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnet-snmp-5.7.3-lp150.11.1.src.rpmconfig(net-snmp)net-snmpnet-snmp(armv7hl-32) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perlconfig(net-snmp)coreutilsdiffutilsfillupgrepld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libc.so.6libc.so.6(GLIBC_2.4)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libgcc_s.so.1libgcc_s.so.1(GCC_3.5)libnetsnmp.so.30libnetsnmpagent.so.30libnetsnmpmibs.so.30libnetsnmptrapd.so.30libpthread.so.0libpthread.so.0(GLIBC_2.4)libwrap.so.0logrotateperl-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/sharmbuild14 1565965759  !"#$%&'()*+,-./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_Updatedrpmxz5armv7hl-suse-linux    ASCII textdirectoryELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=93a2a6495c15d1affa3d609f63b070cef6685ecc, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=a1e47eb5352035671f8030b4d7975d69d1093759, strippedPerl script text executablePOSIX shell script, ASCII text executable, with very long linesPOSIX shell script, ASCII text executableELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=63d27deca4725b68743972e425c56425cfe1217a, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=eb5de850704d0b6917ef4fbf8306685483940863, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=309806cd9a1ec47e281d9c479e65185fa378e5ff, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=88bd65bec536b494f2d594441dfc6ad8ac9cc6bd, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=6b4f8720d9212650180303da25c9e2d47ab94d51, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=b853de21b5ec6329aaeb8ab91eca9cee03b7ec5f, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=71c93a126ce04c8b9fa941856a71f9de0a428f25, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=43bb90c560f38bd3d52b6b3c22811734ca892de6, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=dd6a2ee1edf35d2e2abdd7e7118c20355810f2ab, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=3e04e9233c07623dc0352d5fb3172585addfd4d0, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=4968a46d5cbd5e2f064dde0941e6f2b393110d6e, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=48c45b0072b4cc70b5ad633b8a94f79f53cdc349, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=4a966567feb8c402116bfe28e4a437586681314d, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=cfd974364b4280d4bfc94cf526ebffd14361c8d6, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=310a8a5c678f1885ae1893b7e4d4cae2a9d1d5e1, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=3cfe5fc4f8243365209914dc02124538b3f06a52, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=eae4a1e8ba3421076c9e37ba45b030e7bc1dd612, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=328d2a2af5c113032426c8c318940bd64fb1f3f5, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=898b726fd74f64c16dc71641fe5e411ea0d4c6a4, 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 %&'.5<CJQX_fmt{   RRRR RRRR R RRR RRRR R RRRRRRRR RRRR R RR RRRR R RRRR RRRR R RR RRRR R RRR RRR R RRR RRR R RR RRRR R RRR RRR R RR RRRR R RR RRRR R RR RRRR R RR RRRR R RR RRRR R RR RRRR R RR RRRRRR R RRR RRR R RRR RRR R RRRR RRRRRR R RRRR RRRRRRRR R RtYCOׁ-utf-82ce2baa44bf55cd0f9e667b4fbf125b5d9c2f55d40d708d1aba993ed9fa1d05e?7zXZ !t/6|]"k%w4ƨnI< @.sJAτLC~a%΅ 2^aqU$0c)A*r"5ޤ7aRrIX::0SFqE&F&OUշ”MdeEU[J)%cm24$M&:O\+-C,"J Q0`~?fwIR,p =b~xuJ!A\#r8Ɠb u2 {2};gX&>ng%JE)Eh"Gsr^KOه߃8 yȠ^$@#d1>:S sLEZ5k1,Es,[#hA]۲/IV+nHxl,P6HK`ʕ[I*(lӻm?D=F5 Vß;0 4)r>=#C ^2D!޲ ΗI:nfiSxV2o qNP}khO FBt<󺛖zCtҦtcr}~^tgJ~VLc֊Q I׸tya)Y+(R[w1Z#VƺVQGk@U\C"mBdQ1تiА6RRz|}d)7o!FoV%&%^ gBO P2;ԍ*j`/ 8g<+>2 L )zlfA9ATR坭oGVXI y~ uH#hXŜ~E#fTVʱ:0饛OZy=,xV7c?P4s./b8}˖#,݂BelE@(U[yQ5''Rb (8izΔBĊ:6^rbanUp\ oPܿ9WrN f^ܩ\v *eA߶_k iL+:C)EV^A[B[dWj׉ڊxĕU* bM)PNtgbGf!+Sա/Az|ݑR )/Y,t:;h\ ;K*W't \,l2 gBըqIJr^C=젉} -SBa=f+`d<:%t3uY]ٝXaqi?!Ig `FIUƝJ–0Q|:o-<5^'pΛ@1TWNͩ:? C`bEJ8Dy!MtM갧H/=';|$Ā~GO<RiԇS\DJht]:71%E&+ʶ (VOb0nc>m6=0WXheBwG$CcU)v5mݣickSFcX:dP!3a|~/?tBU Ó{k!>4;)'0mGleld(@Ú~C}y'< 8trhL=CW wTk9-֯"^i&ab3-ZBY@~?۳򛉗J6|0QMgĬ4'HNѴ!2wy~[}֩]9ƳtVѵ!pQ=p^o+?-O^G 1R\ Mp? _> KՌJg̵9Aרu&6o-5ˑʣ ׶Fԕssz}%!yU&U'qXގ1֛b_q 2Gcg3.QhL; xw:[+E]|kQMbWàZOxmAtBԙ5N8Pp q/V) Mg6˼׆>DU\F2?_@ƕ8'tIjDi+m :k4rˎfҫ6#3Eaiۥ=\\Dl. s ?%= o[՘ZO)8!-C 2)R~Ye{}UgC02pE@C3fdWШ#5z _9Bu‘&!.2n:_֞_qF h_qE)B+aBD@eJΘ*p^z"-3uC9ZaVq<.h-hv0DtO @ОB?tA|7rq>@vۓ=:dHз\onv`18lrl 0z"I+M:q-[;k 5p8b׾yD4Uܐϳ\'AyN7)vw'Htdz.BnMm` JQk̰BiҺ+lWYO*:+"0bdW\8Վ Q:ZIzV¥ptcBFI.񳔹TЩ9af.- +BF`l^XG|>-ma`\7xz?vaؠAXyo>G27%[Td)a"?HzeB;O3$tDͺ$Zs:Y&O-:7y#>:;'NTz. )D.ԐBY~x?@pF$s> y4bf[i^GDqG?G۸GE~l, (Ap^C=$4)Lf!4ʉZJ2V=FleOD9DL(ga-\G]@])e 7Lw;7 _a%^EԍZ.-`8/He/ԞBY根Q[GVx[GLF*I¿c0ĢhxT15/_.KtD+ae9w׬98O;RŗE.p{~a뚺R݉im3kI1{~ί?^jɹ/+sp* |:xQؑn﨟s)CG5G)]p#>C0Rl.Fx9gJ]I䲤uHl[rwS&vRI˝IC ^hz0 p^afbO|"h!p.pւmՑcC8YBQxܧlZ GzU,'TCIJ'}(%^S. ["qNĒ;r\N3e0r(Ln#X ˗s'ׅ!'gr.9V3df D:`g޳ MWYW41s ‰{e$8'nx./!pM𪵎KEe_q@9y2Fs*5b&D&(VٺF?0a͚cnktc;7^ȤO"}):q_V6&4!9j1Bv޶rcLe_ԽbH{1cՎ[92TKp'ޱ&=i ^o] 1γ%EK멄1W nP-'_ɆkS囲c,SzG~-Ւ+ 7^QG"l3n)Tb6$b ZMܨS?9+NX>AU\;$9ÎS3j8ȹ 8%Hm0"FL(vQ}}a0#9N6#ZZ3/ev7ڠTPV|SBUpu2b/x̀wE!˂~[͉wّqYVzFG<eZDS!=`ު7E@|jQk7^2Ȧz.賥k&@Ma$5S$ȤϾ`1DPĂc՜6io$i/fkvr,фJ {An>IFh#/mrE鱻?0$g5h7+!fwҡuk[|/f1[fB&Db*ӌ%\/KDbB1)5&r:MѼ,LDzH]rfm)c`6Xv º@Q@'9Yr*wI&_ /Xn6.NN8pQio5fyxrCIfH6t1I̮Ʃ$"[Yvlȴ7}sE::?XʀcLߟ`ԀƛyS7TO/z ogYr 2el 3.kr&gn Dr|jrpt}2 ~"ZH7>= ,8߲6Q?BQ_7g':d w=J|<~e/`5Y_hU F |K[9ŻV[>ǃ9.릘ɕ, %߁WpHBz*ؘl9)WӼ{Nufi|v%PA͉]À}z@3 \ EC~%ni}k8E"?U=d@~$xHOC vFy9"G -I(\whX0 `Folr {؍b"N͜ 5`ؖ'1ˡ qV~ߙX﷋08vr9%$-*56:5W%̠H:Ѯ֬ A|!,z2B#/,mJEB / AZP@ PK)魚!!Y;Դ$1L?DU~ι *ˠɏ]8 PlET~t>`HfcxLkf;' uq475\< i^ x4 ʺP1xL?TyP4N49lDohgug;7#d1Hvr|j㩄8:YcTfF^usC?^`k_'HF& t4l3N YZ