[Pkg-voip-commits] [asterisk] 04/07: Drop HURD patches, applied upstream

Bernhard Schmidt berni at moszumanska.debian.org
Tue Dec 20 21:03:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

berni pushed a commit to branch master
in repository asterisk.

commit b51e7cb3b48fb15cc8bc0a410a7d4e71c9527c45
Author: Bernhard Schmidt <berni at debian.org>
Date:   Sun Dec 18 14:50:21 2016 +0100

    Drop HURD patches, applied upstream
---
 debian/patches/hurd_osarch.patch   | 18 ------------------
 debian/patches/hurd_path_max.patch | 17 -----------------
 debian/patches/series              |  2 --
 3 files changed, 37 deletions(-)

diff --git a/debian/patches/hurd_osarch.patch b/debian/patches/hurd_osarch.patch
deleted file mode 100644
index 1917671..0000000
--- a/debian/patches/hurd_osarch.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: support HURD as well
- HURD is also GNU and should be considered as such.
-Author: Gabriele Giacone <1o5g4r8o at gmail.com>
-Origin: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=94c9496ed5a73a83ac26c58f8ae049acccc0fd51
-Bug-Debian: https://bugs.debian.org/784551
-Last-Update: 2016-04-02
-
---- a/main/netsock.c
-+++ b/main/netsock.c
-@@ -33,7 +33,7 @@
- 
- ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
- 
--#ifndef __linux__
-+#if !defined (__linux__) && !defined (__GNU__)
- #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) || defined(__GLIBC__)
- #include <net/if_dl.h>
- #endif
diff --git a/debian/patches/hurd_path_max.patch b/debian/patches/hurd_path_max.patch
deleted file mode 100644
index bab80f9..0000000
--- a/debian/patches/hurd_path_max.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: set PATH_MAX if not set (HURD)
-Author: Gabriele Giacone <1o5g4r8o at gmail.com>
-Origin: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=c1c9487375f4dc80c5425a9ccfd407f3fa849ac3
-Bug: https://issues.asterisk.org/jira/browse/ASTERISK-25070
-Last-Update: 2016-04-02
-
---- a/include/asterisk.h
-+++ b/include/asterisk.h
-@@ -320,4 +320,8 @@ struct ast_sched_context;
-  */
- int ast_pbx_uuid_get(char *pbx_uuid, int length);
- 
-+#ifndef PATH_MAX
-+# define PATH_MAX 4096
-+#endif
-+
- #endif /* _ASTERISK_H */
diff --git a/debian/patches/series b/debian/patches/series
index 02d15d6..9725468 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -26,8 +26,6 @@ systemd.patch
 #test_framework.patch
 
 configure-osarch
-hurd_osarch.patch
-hurd_path_max.patch
 
 opus.patch
 vp8.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list