siproxd: 0.8.1 -> 0.8.2
This commit is contained in:
parent
1368ff89a0
commit
c431c39233
@ -3,11 +3,12 @@ index 1904ab3..cb3624d 100644
|
|||||||
--- a/src/dejitter.c
|
--- a/src/dejitter.c
|
||||||
+++ b/src/dejitter.c
|
+++ b/src/dejitter.c
|
||||||
@@ -22,6 +22,8 @@
|
@@ -22,6 +22,8 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
+#include <string.h>
|
+#include <string.h>
|
||||||
+#include <sys/time.h>
|
+#include <sys/time.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libosip }:
|
{ stdenv, fetchurl, libosip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "siproxd-0.8.1";
|
name = "siproxd-0.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/siproxd/${name}.tar.gz";
|
url = "mirror://sourceforge/siproxd/${name}.tar.gz";
|
||||||
sha256 = "1bcxl0h5nc28m8lcdhpbl5yc93w98xm53mfzrf04knsvmx7z0bfz";
|
sha256 = "1l6cyxxhra825jiiw9npa7jrbfgbyfpk4966cqkrw66cn28y8v2j";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./cheaders.patch ];
|
patches = [ ./cheaders.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user