Commit Graph

476 Commits

Author SHA1 Message Date
Josef Ridky e256d0f874 Sort configure options in specfile 2018-02-01 13:31:07 +01:00
Josef Ridky 345f177703 remove modifications of backup files 2018-01-31 14:55:32 +01:00
Josef Ridky d5a8b7b457 Update spec file and remove init files 2018-01-31 14:39:32 +01:00
Björn Esser 79ba60ff69
Rebuilt for switch to libxcrypt 2018-01-20 23:07:18 +01:00
Josef Ridky 7d2e1491d1 Using mariadb-connector-c package (#1339272) 2017-12-14 06:17:43 +01:00
Josef Ridky 6abaaecb39 Remove tcp_wrappers dependency (#1518768) 2017-12-13 22:25:19 +01:00
Zbigniew Jędrzejewski-Szmek 56522679a8 Add Provides for the old name without %_isa 2017-08-20 10:38:40 -04:00
Zbigniew Jędrzejewski-Szmek 7c43e1c753 Python 2 binary package renamed to python2-net-snmp 2017-08-19 09:38:59 -04:00
Igor Gnatenko c7e3c4ce6a Rebuilt after RPM update (№ 3)
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-08-11 09:41:57 +02:00
Igor Gnatenko e3bd176532 Update net-snmp to use modern (rpm >= 4.6) API
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-08-11 00:24:30 +02:00
Igor Gnatenko 0cb00a528c Rebuilt for RPM soname bump
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-08-10 22:10:27 +02:00
Igor Gnatenko cc1a3f11b2 Rebuilt for RPM soname bump
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-08-10 20:27:58 +02:00
Fedora Release Engineering 418ca21db0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 03:52:35 +00:00
Fedora Release Engineering 0660938a88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 22:47:49 +00:00
Josef Ridky 7cb21f2ed3 Add missing changelog record 2017-07-21 09:41:36 +02:00
Adam Williamson 045c2f30d3 Add patch (whoops) 2017-07-20 11:23:06 -07:00
Adam Williamson 7da674056e Better fix for #1470004 2017-07-20 11:13:33 -07:00
Josef Ridky 8885518709 Resolves: #1470004 - Fix issue with undefined symbol my_progname when try to load NetSNMP::TrapReceiver in perl script. 2017-07-20 09:34:00 +02:00
Adam Williamson cd6759e4f3 Fix build with MariaDB 10.2 (#1470642) 2017-07-19 11:03:20 -07:00
Petr Písař 3da2897c5e perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-13 10:15:52 +02:00
Josef Ridky 425cd5d366 Discard previous changes 2017-07-12 14:13:01 +02:00
Josef Ridky 48804d810d Resolves: #1470004 - fix missing linking to libmysqlclient library 2017-07-12 12:16:33 +02:00
Jitka Plesnikova c6e5996490 Perl 5.26 rebuild 2017-06-04 15:59:26 +02:00
Josef Ridky e4d5ceb957 Resolves: #1423984 - add support for OpenSSL-1.1.0 library 2017-02-20 15:35:45 +01:00
Fedora Release Engineering 66cc77b080 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 22:11:03 +00:00
Josef Ridky d353462c74 Resolves: #1366282 - use strtok_r for strtok to avoid a race condition 2016-08-12 13:09:04 +02:00
Josef Ridky 778f5c09a1 Resolves: #1359123 - update default configuration to conform to the best practices 2016-08-12 12:42:05 +02:00
Fedora Release Engineering 7e587a790c - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 08:01:33 +00:00
Petr Písař 2ce5405dea Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:24:16 +02:00
Jitka Plesnikova 15190c5ef8 Perl 5.24 rebuild 2016-05-15 06:22:44 +02:00
Jitka Plesnikova ad1c9a41cb Updated net-snmp to build against Perl 5.24 2016-05-09 13:39:48 +02:00
Jan Safranek b1bfd06991 Trim net-snmp-config --cflags output
Resolves: #1309080

As result, Makefile.PL must not remove -Wall from CFLAGS, otherwise it gets -Werror=format-security without -Wformat and gcc fails.
2016-02-24 12:26:08 +01:00
Fedora Release Engineering 2e7db8cf88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 09:13:30 +00:00
Richard W.M. Jones 58e2580872 Bump version to rebuild against new RPM in Rawhide.
This package links to librpm:

checking for library containing rpmGetPath... -lrpmio
checking for library containing rpmdbOpen... no
checking for library containing rpmReadConfigFiles... -lrpm

and so requires rebuilding because there has been a librpm
SONAME bump in Rawhide.
2015-07-27 14:15:37 +01:00
Jan Safranek fd2028db3f Recompile with -Wformat
perl/*/Makefile.PL removes -Wall from CFLAGS. gcc then complains 'error: -Wformat-security ignored without -Wformat'.
This patch adds extra -Wformat to CFLAGS, making gcc happy.
Resolves: #1242766
2015-07-14 14:18:10 +02:00
Jan Safranek f9680e5821 Fixed snmpstatus crashing when receiving invalid response
Resolves: #1233738
2015-06-26 14:10:02 +02:00
Dennis Gilmore 83bd9bad06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 21:38:57 +00:00
Jitka Plesnikova fae27fd0b7 Perl 5.22 rebuild 2015-06-03 14:50:26 +02:00
Adam Jackson 421f08d225 Disable sysvinit subpackage on F23+ 2015-03-05 15:42:28 -05:00
Jan Safranek 10b26a97ae Add source files 2015-02-17 15:49:36 +01:00
Jan Safranek 1f570e7c63 Add source files 2015-02-17 15:49:18 +01:00
Jan Safranek cdaefaac4f Add source files 2015-02-17 15:48:39 +01:00
Jan Safranek b026a902c8 Add source files 2015-02-17 15:47:46 +01:00
Jan Safranek 8e09123e82 Update to 5.7.3 2015-02-17 15:41:13 +01:00
Jan Safranek 7d1a0d54c6 Use $_isa for Requires: to conform to packaging guidelines. 2015-02-17 15:38:55 +01:00
Jitka Plesnikova 00929679f4 Perl 5.20 rebuild 2014-09-05 16:56:54 +02:00
Jan Safranek cb8bb38b0c Merge branch 'f20' 2014-09-01 12:10:33 +02:00
Jan Safranek 2955e09407 Merge branch 'f19' into f20 2014-09-01 12:10:10 +02:00
Jan Safranek 17435b3e52 Fixed net-snmp-cert tool, now it does not depend on net-snmp-devel
Resolves: #1134475
2014-09-01 12:08:56 +02:00
Jan Safranek 296f74a43e Merge branch 'f20'
Conflicts:
	net-snmp.spec
2014-09-01 10:44:08 +02:00