[Pkg-voip-commits] [asterisk] 02/05: New upstream release: 13.12.1
tzafrir at debian.org
tzafrir at debian.org
Wed Nov 2 10:52:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
tzafrir pushed a commit to branch master
in repository asterisk.
commit d4541d3dc898138c09a7c7d2abeccf2b6912d35e
Author: Tzafrir Cohen <tzafrir at debian.org>
Date: Tue Nov 1 12:16:23 2016 +0200
New upstream release: 13.12.1
---
debian/changelog | 6 ++++++
debian/patches/hurd_path_max.patch | 8 ++++----
debian/patches/opus.patch | 4 ++--
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a0cd136..2acc01e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+asterisk (1:13.12.1~dfsg-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Tzafrir Cohen <tzafrir at debian.org> Tue, 01 Nov 2016 10:41:43 +0200
+
asterisk (1:13.11.2~dfsg-1) unstable; urgency=medium
* Update d/u/signing-keys.asc for 13.11.2
diff --git a/debian/patches/hurd_path_max.patch b/debian/patches/hurd_path_max.patch
index 9a2da23..f9258fd 100644
--- a/debian/patches/hurd_path_max.patch
+++ b/debian/patches/hurd_path_max.patch
@@ -1,13 +1,13 @@
Description: set PATH_MAX if not set (HURD)
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
-Bug-Debian: https://bugs.debian.org/784551
+Bug: https://issues.asterisk.org/jira/browse/ASTERISK-25070
Last-Update: 2016-04-02
--- a/include/asterisk.h
+++ b/include/asterisk.h
-@@ -313,4 +313,8 @@
- #define __stringify_1(x) #x
- #define __stringify(x) __stringify_1(x)
+@@ -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
diff --git a/debian/patches/opus.patch b/debian/patches/opus.patch
index aaafcf7..980f6c5 100644
--- a/debian/patches/opus.patch
+++ b/debian/patches/opus.patch
@@ -13,8 +13,8 @@ Last-Update: 2016-04-02
AST_LIBS+=$(CRYPT_LIB)
+AST_LIBS+=$(OPUS_LIB)
AST_LIBS+=$(AST_CLANG_BLOCKS_LIBS)
-
- ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc kfreebsd-gnu),)
+ AST_LIBS+=$(RT_LIB)
+ AST_LIBS+=$(SYSTEMD_LIB)
@@ -163,6 +164,7 @@
bucket.o: _ASTCFLAGS+=$(URIPARSER_INCLUDE)
crypt.o: _ASTCFLAGS+=$(CRYPT_INCLUDE)
--
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