/var/run/ddclient, created by the rc script. /etc/ddclient/ddclient.conf is
now mode 640, root:_ddclient. Delete the mode 600 check in the script
accordingly.
comments from sthen@/ajacoutot@, ok dcoppa@ jung@ ajacoutot@
Megatools is a collection of programs for accessing Mega service from a
command line of your desktop or server.
Megatools allow you to copy individual files as well as entire directory
trees to and from the cloud. You can also perform streaming downloads
for example to preview videos and audio files, without needing to
download the entire file.
Megatools are robust and optimized for fast operation - as fast as Mega
servers allow. Memory requirements and CPU utilization are kept at
minimum.
ok juanfra@
Various fixes and improvements, including possible crashes/infinite loops
in the following dissectors: ATN-CPDLC (crash), WCP (crash), LLDP (crash),
TNEF (loop), SCSI OSD (loop), and a possible crash in pcapng file parsing.
Network Connect ssl-vpn protocol. ("we'll probably end up also implementing
Junos Pulse support which actually provides IPv6 rather than only Legacy IP.
But not this week!")
also fix for LZS compression on strict alignment arches and various other
changes.
The current samba4 version is affected by several security flaws, so
let's warn future -stable users. (NB: samba4 is not linked to the build
anyway)
ok naddy@ Ian McWilliam (MAINTAINER)
On servers configured to perform DNSSEC validation using managed
trust anchors (i.e., keys configured explicitly via managed-keys, or
implicitly via dnssec-validation auto; or dnssec-lookaside auto;),
revoking a trust anchor and sending a new untrusted replacement could
cause named to crash with an assertion failure. This could occur in
the event of a botched key rollover, or potentially as a result of a
deliberate attack if the attacker was in position to monitor the
victim's DNS traffic. This flaw was discovered by Jan-Piet Mens, and
is disclosed in [CVE-2015-1349] [RT #38344] (**)
which should all be started/stopped together), previously "restart" would
restart each sub-daemon in turn, but actually it should stop all daemons
and only then start them again. Additionally, as suggested by ajacoutot,
stop the procedure and return an error if stopping one of the rc scripts
failed. ok ajacoutot@ rpe@
message with no payload, just skip printing the disconnect reason."
Fixes printing junk and possibly crashing if the server goes away.
Tweak DESCR, mention the open-source server ocserv (port for this is
ready but holding in openbsd-wip until we're done with 5.7).
(Readers might be interested to note that 7.04 is probably the last
version of OpenConnect to only support Cisco's SSL-VPN protocol; the
next version will almost certainly add client support for Juniper's
protocol).
DLT_* values on various OS. Specifically, fixes things so DLT_LOOP packets are
handled by the correct dissector and displayed as IP rather than raw packets.
which fixes the nick colours in multiuser chat rooms changing between
restarts of Pidgin.
From Steven McDonald <steven at steven-mcdonald dot id dot au>
ok sthen@