pkgsrc/comms/asterisk18/patches/patch-bm
jnemeth 227651d436 Update to 1.8.9.3:
pkgsrc changes:

- maintain patch naming convention
- detect kqueue properly

The Asterisk Development Team has announced the release of Asterisk 1.8.9.3.

The release of Asterisk 1.8.9.3 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- Fix ACK routing for non-2xx responses.
  (Closes issue ASTERISK-19389. Reported by: Karsten Wemheuer)

* --- Fix regressions with regards to route-set creation on early dialogs ---
  (Closes issue ASTERISK-19358. Reported-by: Karsten Wemheuer)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.3

Thank you for your continued support of Asterisk!
2012-02-26 23:12:56 +00:00

15 lines
632 B
Text

$NetBSD: patch-bm,v 1.1 2012/02/26 23:12:56 jnemeth Exp $
--- main/editline/sys.h.orig 2010-07-28 00:30:38.000000000 +0200
+++ main/editline/sys.h 2012-01-25 15:50:04.918035224 +0100
@@ -103,9 +103,9 @@ extern int tgetent(const char *bp, char
extern int tgetflag(const char *id);
extern int tgetnum(const char *id);
extern char *tgetstr(const char *id, char **area);
-#endif
extern char *tgoto(const char *cap, int col, int row);
extern int tputs(const char *str, int affcnt, int (*putc)(int));
+#endif
extern char *getenv(const char *);
extern int fprintf(FILE *, const char *, ...);
extern int sigsetmask(int);