Hello community, here is the log from the commit of package dnscrypt-proxy for openSUSE:Factory checked in at 2017-10-11 23:03:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dnscrypt-proxy (Old) and /work/SRC/openSUSE:Factory/.dnscrypt-proxy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnscrypt-proxy" Wed Oct 11 23:03:22 2017 rev:2 rq:533185 version:1.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/dnscrypt-proxy/dnscrypt-proxy.changes 2017-09-11 16:17:39.839903305 +0200 +++ /work/SRC/openSUSE:Factory/.dnscrypt-proxy.new/dnscrypt-proxy.changes 2017-10-11 23:03:24.303508941 +0200 @@ -1,0 +2,6 @@ +Wed Sep 6 08:51:47 UTC 2017 - [email protected] + +- Errors from user creation from pre scriptlet must not be ignored. +- Ensure neutrality of description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dnscrypt-proxy.spec ++++++ --- /var/tmp/diff_new_pack.rJfRdA/_old 2017-10-11 23:03:25.027477221 +0200 +++ /var/tmp/diff_new_pack.rJfRdA/_new 2017-10-11 23:03:25.027477221 +0200 @@ -46,8 +46,8 @@ encrypting and authenticating requests using the DNSCrypt protocol and passing them to an upstream server, by default Cisco who run this on their resolvers. (It used to be OpenDNS.) -The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and is very similar to -DNSCurve, but focuses on securing communications between a client and its first-level resolver. +The DNSCrypt protocol uses elliptic-curve cryptography and is similar to DNSCurve, but focuses on +securing communications between a client and its first-level resolver. While not providing end-to-end security, it protects the local network, which is often the weakest point of the chain, against man-in-the-middle attacks. It also provides some confidentiality to DNS queries. @@ -93,11 +93,11 @@ %pre if ! %{_bindir}/getent group dnscrypt >/dev/null; then - %{_sbindir}/groupadd -r dnscrypt 2>/dev/null || : + %{_sbindir}/groupadd -r dnscrypt fi if ! %{_bindir}/getent passwd dnscrypt >/dev/null; then %{_sbindir}/useradd -c "DNSCrypt daemon" -d %{_localstatedir}/lib/empty -g dnscrypt \ - -r -s /bin/false dnscrypt 2>/dev/null || : + -r -s /bin/false dnscrypt fi %if 0%{?suse_version} >= 1210 %service_add_pre %{name}@.service
