<feed xmlns='http://www.w3.org/2005/Atom'>
<title>telephony/libs/libpri/Makefile, branch master</title>
<subtitle>Mirror of telephony feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/telephony/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/telephony/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/'/>
<updated>2025-07-20T22:22:46Z</updated>
<entry>
<title>libpri: update to version 1.6.1</title>
<updated>2025-07-20T22:22:46Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-06-23T00:40:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=44d6355a7b2d69dd25d73913811b421fc504b836'/>
<id>urn:sha1:44d6355a7b2d69dd25d73913811b421fc504b836</id>
<content type='text'>
Allows to drop backport patch which is now part of the new release.

Change Log for Release libpri-1.6.1
========================================

Links:
----------------------------------------

 - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.6.1.md)
 - [GitHub Diff](https://github.com/asterisk/libpri/compare/1.6.0...1.6.1)
 - [Tarball](https://downloads.asterisk.org/pub/telephony/libpri/libpri-1.6.1.tar.gz)
 - [Downloads](https://downloads.asterisk.org/pub/telephony/libpri)

Summary:
----------------------------------------

- .github: Add Releaser workflow
- Link README to README.md
- Makefile: Fix modern compiler errors.
- Makefile: Add the ability to build libpri on MacOS for Linux target.
- q931.c: Fix subaddress finding octet 4.

User Notes:
----------------------------------------

Upgrade Notes:
----------------------------------------

Closed Issues:
----------------------------------------

None

Commits By Author:
----------------------------------------

- ### George Joseph (2):
  - Link README to README.md
  - .github: Add Releaser workflow

- ### Sean Bright (1):
  - Makefile: Fix modern compiler errors.

- ### Sergey V. Lobanov (1):
  - Makefile: Add the ability to build libpri on MacOS for Linux target.

- ### bbabic (1):
  - q931.c: Fix subaddress finding octet 4.

Detail:
----------------------------------------

- ### .github: Add Releaser workflow
  Author: George Joseph
  Date:   2023-08-16

- ### Link README to README.md
  Author: George Joseph
  Date:   2023-08-15

- ### Makefile: Fix modern compiler errors.
  Author: Sean Bright
  Date:   2023-03-10

  Disable GCC's zero-length-bounds and stringop-overflow errors.

  PRI-189 #close

- ### Makefile: Add the ability to build libpri on MacOS for Linux target.
  Author: Sergey V. Lobanov
  Date:   2022-02-19

  This patch allows to redefine ar and ranlib tool using AR and
  RANLIB make flags.

  PRI-188 #close

- ### q931.c: Fix subaddress finding octet 4.
  Author: bbabic
  Date:   2017-10-23

  Some switches have extended subaddress ie octet 3 encoding to be
  multi-octet.

  * Update dump and receive helper functions to search for the end of octet
  3 encoding to determine where octet 4 starts.

  ASTERISK-27342

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libpri: fix build on macos</title>
<updated>2022-01-30T11:40:24Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2022-01-30T11:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=3424e0027dd9299ee66bcf60f9a9a7b3b344080a'/>
<id>urn:sha1:3424e0027dd9299ee66bcf60f9a9a7b3b344080a</id>
<content type='text'>
libpri can not be built on macos for OpenWrt Linux target due to:
1. Makefile uses `ar` and `ranlib` (without using make variables).
   MacOS system ar and ranlib are not compatible with the objects
   generated by OpenWrt GCC toolchain. This commit adds patch to
   add an ability to redefine `ar` and `ranlib` tools.
   Upstream issue: https://issues.asterisk.org/jira/browse/PRI-188
2. Makefile detects Darwin using `uname -s` and changes build logic
   but it is not need for cross-platfrom build. This commit
   redefines OSARCH=Linux in OpenWrt Makefile
3. After redefining OSARCH=Linux, libpri Makefile uses /sbin/ldconfig
   that does not exist on MacOS. This commit redefines LDCONFIG=ldconfig
   in OpenWrt Makefile to use ldconfig provided by OpenWrt.

Patch '001-fix-include-signal-h-warning.patch' was refreshed to pass
CI checks. The payload of this patch was not changed.

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>libpri: remove Werror</title>
<updated>2020-10-09T09:31:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-30T21:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=7a9cc85b228528af67c4ec6c4fc8f19b194f8d2d'/>
<id>urn:sha1:7a9cc85b228528af67c4ec6c4fc8f19b194f8d2d</id>
<content type='text'>
Fixes compilation under musl 1.2.x where time_t is 64-bit.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libpri: update install defines</title>
<updated>2018-02-24T09:46:34Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-02-24T09:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=f808a0b76c602a846bcec75f1a358bdd977551ff'/>
<id>urn:sha1:f808a0b76c602a846bcec75f1a358bdd977551ff</id>
<content type='text'>
- Use $(INSTALL_DATA) for the header file.

- Make sure that also the libpri.so symlink gets installed.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>telephony: use https:// PKG_SOURCE_URLs where possible</title>
<updated>2017-10-08T08:11:02Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2017-10-08T08:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=45ed7d4afc5596bdbae41e62f0878f4d270c6524'/>
<id>urn:sha1:45ed7d4afc5596bdbae41e62f0878f4d270c6524</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libpri: update to version 1.6.0</title>
<updated>2017-04-29T11:06:29Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2017-04-29T11:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=0d74b1de1d8fd5345794bf72d80b797eaf8efbb7'/>
<id>urn:sha1:0d74b1de1d8fd5345794bf72d80b797eaf8efbb7</id>
<content type='text'>
Reported-by: Jonas Albrecht &lt;jalb-ledeml@freenet.de&gt;
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libpri: update to version 1.5.0</title>
<updated>2016-06-12T12:36:24Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2016-06-12T12:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=3f7533b41ce254c208d7b2fb7b4d55c8d670b44e'/>
<id>urn:sha1:3f7533b41ce254c208d7b2fb7b4d55c8d670b44e</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libpri: add old release dir to mirrors</title>
<updated>2016-06-10T11:42:30Z</updated>
<author>
<name>Mantas Pucka</name>
</author>
<published>2016-06-10T11:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=95b9f91748ecf310d986157278a9be8b583d1a00'/>
<id>urn:sha1:95b9f91748ecf310d986157278a9be8b583d1a00</id>
<content type='text'>
Signed-off-by: Mantas Pucka &lt;mantas@8devices.com&gt;
</content>
</entry>
<entry>
<title>libpri: fix warning when building with musl</title>
<updated>2015-10-01T22:12:09Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-10-01T22:12:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=f09b7600aa5ddda9c97ab55322d0954bb9454bd1'/>
<id>urn:sha1:f09b7600aa5ddda9c97ab55322d0954bb9454bd1</id>
<content type='text'>
fix #warning redirecting incorrect #include &lt;sys/signal.h&gt; to &lt;signal.h&gt;

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libpri: add new package</title>
<updated>2015-09-26T22:16:58Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-09-26T22:13:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/telephony/commit/?id=185e29308232f57e68003dbb5fe2ac74e5f4aec4'/>
<id>urn:sha1:185e29308232f57e68003dbb5fe2ac74e5f4aec4</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
