msmtp: 1.8.4 -> 1.8.5
This commit is contained in:
parent
b686a0b55b
commit
588513f1c6
@ -9,11 +9,11 @@ let
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "msmtp";
|
pname = "msmtp";
|
||||||
version = "1.8.4";
|
version = "1.8.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
|
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5";
|
sha256 = "0fczpfxlr62wkr7bwhp24clxg962k5khgz14h818qyy4v77dl4qn";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -59,7 +59,8 @@ index bdb4fb8..1363a67 100755
|
|||||||
##
|
##
|
||||||
log() {
|
log() {
|
||||||
+ local NAME=msmtpq
|
+ local NAME=msmtpq
|
||||||
local ARG RC PFX="$('date' +'%Y %d %b %H:%M:%S')"
|
local ARG RC PFX
|
||||||
|
PFX="$('date' +'%Y %d %b %H:%M:%S')"
|
||||||
# time stamp prefix - "2008 13 Mar 03:59:45 "
|
# time stamp prefix - "2008 13 Mar 03:59:45 "
|
||||||
if [ "$1" = '-e' ] ; then # there's an error exit code
|
if [ "$1" = '-e' ] ; then # there's an error exit code
|
||||||
@@ -154,10 +157,19 @@ log() {
|
@@ -154,10 +157,19 @@ log() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user