- 30 Apr, 2019 2 commits
-
-
Craig Small authored
Change the mode of pid file for snmpd from 0600 to 0644 References: https://bugs.debian.org/528103
-
Craig Small authored
For systemd units, logging is set to warning on stdout. This means systemd journald will capture the logs like other daemons. Removed the file to /dev/null because it looks like there is no default logfile.
-
- 12 Mar, 2019 2 commits
-
-
Craig Small authored
Removed options on the configure line that are already the defaults.
-
Craig Small authored
libsnmp soname moved from 30 to 35
-
- 10 Mar, 2019 1 commit
-
-
Craig Small authored
Closes: #917444
-
- 12 Feb, 2019 4 commits
-
-
Craig Small authored
-
Craig Small authored
-
Craig Small authored
The default loggin of -Lsd is far too verbose. This change settles it down by logging warning and above by default. Closes: #792623
-
Craig Small authored
-
- 07 Feb, 2019 8 commits
-
-
Craig Small authored
As oldstable uses snmp 5.7.2.1 removing all the old breaks and depends on versions of the packages that just shouldn't exist anymore. libsnmp15 and libsnmp9 are pre-jessie so they are gone too
-
Craig Small authored
Debian standards to 4.3.0 debhelper compat to 12
-
Craig Small authored
Update/remove the patches due to the new upstream source
-
Craig Small authored
-
Craig Small authored
Update to upstream version '5.8+dfsg' with Debian dir c9611dcad5841ccc8f65458db91edaa8cd90782c
-
Craig Small authored
-
Craig Small authored
The copyright and watch files needed some tweaking to automatically download and repack upstreams tarball. Apparently Files-Excluded has a very limited glob function :(
-
Craig Small authored
Upstream version 5.8
-
- 05 Jan, 2019 2 commits
-
-
Craig Small authored
-
Craig Small authored
Replace /usr/bin/env perl with /usr/bin/perl to follow Debian policy
-
- 04 Jan, 2019 4 commits
-
-
Craig Small authored
-
Craig Small authored
-
Craig Small authored
MariaDB 10.2+ API changed References: https://sourceforge.net/p/net-snmp/bugs/2782/
-
Craig Small authored
If a system has libsnmp installed but not snmp cli installed, then the snmp.conf file is missing and anything using the library may get a flood of error messages. The configuration file is not a /usr/bin/snmp configuration file, but a configuration file for the library as there may be things that use the library outside the snmp package. References: https://bugs.debian.org/914657
-
- 26 Nov, 2018 1 commit
-
-
Craig Small authored
Instead of badly guessing the upstream version, use dh_makeshlibs decide what this is. References: https://bugs.debian.org/912685
-
- 26 Oct, 2018 1 commit
-
-
Craig Small authored
-
- 18 Oct, 2018 1 commit
-
-
Craig Small authored
snmpd used to remove the Debian-snmp user every upgrade. It will only now happen if you purge the package. The problem is if the system users move around, then the uid changes making some auditing programs complain. Closes: #911216
-
- 09 Oct, 2018 3 commits
-
-
Salvatore Bonaccorso authored
Gbp-Dch: Ignore
-
Salvatore Bonaccorso authored
Closes: #910638
-
Salvatore Bonaccorso authored
Gbp-Dch: Ignore
-
- 01 Oct, 2018 5 commits
-
-
Ondřej Nový authored
-
Ondřej Nový authored
-
Ondřej Nový authored
-
Ondřej Nový authored
-
Ondřej Nový authored
-
- 21 Jul, 2018 1 commit
-
-
Craig Small authored
debian/copyright now using the standard formatting. Due to the upstream copyright files having their own errors and omissions these may have been copied across, but I've done some level of checking.
-
- 20 Jul, 2018 2 commits
-
-
Craig Small authored
-
Craig Small authored
Closes: #898197
-
- 04 Apr, 2018 3 commits
-
-
Craig Small authored
-
Craig Small authored
-
Craig Small authored
During a parallel build the perl module is made without linking to the non-completed library which makes a useless perl module. This minor change to the Makefile means the perl module is made after the library is made. Closes: #894626 Thanks to Gregor Herrmann for the patch.
-