Skip to content

libpri: update to version 1.6.1 #910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dangowrt
Copy link
Member

Maintainer: me
Compile tested: mips_24kc
Run tested: -

Description:
Allows to drop backport patch which is now part of the new release.

Change Log for Release libpri-1.6.1

Links:

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

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](asterisk/libpri@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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant