Merge pull request #99974 from helsinki-systems/upd/sogo501
sogo: 5.0.0 -> 5.0.1
This commit is contained in:
commit
02e2b63aa2
@ -1,15 +1,19 @@
|
|||||||
{ gnustep, lib, fetchFromGitHub , libxml2, openssl_1_1
|
{ gnustep, lib, fetchFromGitHub , libxml2, openssl_1_1
|
||||||
, openldap, mysql, libmysqlclient, postgresql }: with lib; gnustep.stdenv.mkDerivation rec {
|
, openldap, mysql, libmysqlclient, postgresql }:
|
||||||
|
with lib;
|
||||||
|
|
||||||
|
gnustep.stdenv.mkDerivation rec {
|
||||||
pname = "sope";
|
pname = "sope";
|
||||||
version = "5.0.0";
|
version = "5.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "inverse-inc";
|
owner = "inverse-inc";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "SOPE-${version}";
|
rev = "SOPE-${version}";
|
||||||
sha256 = "sha256-7NM9wcyHDSVmjjqu489Ff3iJgl9VM+UBF3XYWoiHHTg=";
|
sha256 = "031m8ydr4jhh29332mfbsw0i5d0cjfqfyfs55jm832dlmv4447gb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
nativeBuildInputs = [ gnustep.make ];
|
nativeBuildInputs = [ gnustep.make ];
|
||||||
buildInputs = flatten ([ gnustep.base libxml2 openssl_1_1 ]
|
buildInputs = flatten ([ gnustep.base libxml2 openssl_1_1 ]
|
||||||
++ optional (openldap != null) openldap
|
++ optional (openldap != null) openldap
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
, openssl_1_1, openldap, sope, libmemcached, curl, libsodium, libzip, pkgconfig }:
|
, openssl_1_1, openldap, sope, libmemcached, curl, libsodium, libzip, pkgconfig }:
|
||||||
with lib; gnustep.stdenv.mkDerivation rec {
|
with lib; gnustep.stdenv.mkDerivation rec {
|
||||||
pname = "SOGo";
|
pname = "SOGo";
|
||||||
version = "5.0.0";
|
version = "5.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "inverse-inc";
|
owner = "inverse-inc";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "SOGo-${version}";
|
rev = "SOGo-${version}";
|
||||||
sha256 = "sha256-SEyyHekUCSkb5rOh7Ty8AhtT4S9KicTRbo9iWhijdGE=";
|
sha256 = "145hdlwnqds5zmpxbh4yainsbv5vy99ji93d6pl7xkbqwncfi80i";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gnustep.make makeWrapper python2 ];
|
nativeBuildInputs = [ gnustep.make makeWrapper python2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user