Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lcdproc update #271

Merged
merged 3 commits into from
Jan 31, 2017
Merged

Lcdproc update #271

merged 3 commits into from
Jan 31, 2017

Conversation

Treer
Copy link
Contributor

@Treer Treer commented Jan 28, 2017

(also bumps the package version from 0.10.3 to 0.10.4)

Problem identified by revengineer: https://forum.pfsense.org/index.php?topic=110177.msg687860#msg687860
Extra spaces used to pad digits in the output of /usr/bin/uptime was causing the explode(" ",...) output to place items in unpredictable indexes.
In addition, get_loadavg_stats() would still fail on input such as:
12:19AM  up  2:38, 1 user, load averages: 0.25, 0.19, 0.11

So instead of trying to predict how many words precede the averages, I take the last 3. This can handle varied uptime outputs, e.g:
12:19AM  up  2:38, 1 user, load averages: 0.25, 0.19, 0.11
 1:00AM  up 7 mins, 2 users, load averages: 0.23, 0.26, 0.17
 8:24PM  up 1 day,  1:02, 1 user, load averages: 0.54, 0.40, 0.25
Adafruit are selling Matrix Orbital compatible LCDs which require non-default settings for display-type and hasAdjustibleBacklight.
https://forum.pfsense.org/index.php?topic=124321.0
@rbgarga rbgarga requested a review from jim-p January 30, 2017 10:41
@netgate-git-updates netgate-git-updates merged commit 3d84139 into pfsense:devel Jan 31, 2017
@Treer Treer mentioned this pull request Feb 11, 2017
netgate-git-updates pushed a commit that referenced this pull request Jan 17, 2023
ChangeLog:
	[decof/du/tru64] Remove support because the os is no longer updated for more than 10 years

	[openstep/nextstep] Remove support because the os is no longer updated for more than 20 years

	Add experimental build system based on Autotools (#270)

	Fixed LTsock testing on darwin (#272)

	Remove NEW and OLD folders (#6)

	Fix FreeBSD testcases (#271)

	Rewrite documentation and publish at https://lsof.readthedocs.io/
netgate-git-updates pushed a commit that referenced this pull request Jun 24, 2023
ChangeLog: https://www.nlnetlabs.nl/news/2023/Jun/07/nsd-4.7.0-released/

4.7.0
================
FEATURES:
- Merge #263: Add bash autocompletion script for nsd-control.
- Fix #267: Allow unencrypted local operation of nsd-control.
- Merge #269 from Fale: Add systemd service unit.
- Fix #271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333".
- dnstap over TLS, default enabled. Configured with the
  options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle,
  dnstap-tls-client-key-file and dnstap-tls-client-cert-file.

BUG FIXES:
- Fix #239: -Wincompatible-pointer-types warning in remote.c.
- Fix configure for -Wstrict-prototypes.
- Fix #262: Zone(s) not synchronizing properly via TLS.
- Fix for #262: More error logging for SSL read failures for zone
  transfers.
- Merge #265: Fix C99 compatibility issue.
- Fix #266: Fix build with --without-ssl.
- Fix for #267: neater variable definitions.
- Fix #270: reserved identifier violation.
- Fix to clean more memory on exit of dnstap collector.
- Fix dnstap to not check socket path when using IP address.
- Fix to compile without ssl with dnstap-tls code.
- Dnstap tls code fixes.
- Fix include brackets for ssl.h include statements, instead of quotes.
- Fix static analyzer warning about nsd_event_method initialization.
- Fix #273: Large TXT record breaks AXFR.
- Fix ixfr create from adding too many record types.
- Fix cirrus script for submit to coverity scan to libtoolize
  the configure script components config.guess and config.sub.
- Fix readme status badge links.
- make depend.
- Fix for build to run flex and bison before compiling code that needs
  the headers.
- Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h.
- For #279: Note that autoreconf -fi creates the configure script
  and also the needed auxiliary files, for autoconf 2.69 and 2.71.
- Fix unused variable warning in unit test, from clang compile.
- Fix #240: Prefix messages originating from verifier.
- Fix #275: Drop unnecessary root server checks.

PR:		272096
Reported by:	jaap@NLnetLabs.nl (maintainer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants