Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1004_astgenkey-security.patch | astgenkey should generate a private key that is not world-readable Upstream has not accepted this patch and chose instead to document this as a known minor issue. |
Lionel Elie Mamane <lionel@mamane.lu> | yes | upstream | 2022-01-22 | |
1006_systemd.patch | A systemd service Do away with safe_asterisk, but try very hard to let live_ast work with it. |
Tzafrir Cohen <tzafrir@debian.org> | no | 2022-01-22 | ||
1007_ffmpeg_detect.patch | Modernize autotools FFmpeg linking FFmpeg is a _family_ of libraries sharing an optional base subdir. That is not properly reflected in the autoconf detection logic, and makes it impossible to handle alternate location - e.g. when using Libav. . This patch queries pkg-config, used with recent FFmpeg, for files "libavcodec" and "libswscale", the family members currently used. |
Jonas Smedegaard <dr@jones.dk> | no | debian | 2022-01-22 | |
1008_ffmpeg_include.patch | Include subdirs (not main dir) for FFmpeg paths Fix include FFmpeg headers from below /usr/include/ffmpeg/<libname> (this change requires -I/usr/include/ffmpeg). |
Jonas Smedegaard <dr@jones.dk> | no | debian | 2022-01-22 | |
1009_build_reproducibly.patch | build reproducibly | Bernhard Schmidt <berni@debian.org> | no | 2022-01-22 | ||
2002_no_download_sounds.patch | Avoid downloading extra sound files Asterisk configures several sound files to be installed that are not included in the distribution tarball. Those files are downloaded by the 'install' target. . The exact files to be downloaded is configurable. Here we change the default to avoid downloading any. We believe those should be part of a separate source package (as they rarely change, and have their own versioning). |
Tzafrir Cohen <tzafrir.cohen@xorcom.com> | not-needed | 2023-08-27 | ||
2006_enable_test_framework.patch | Enable the test framework Test modules are normally only enabled in development mode. This patch enables them without the need to enable dev-mode. . The modules provide simple tests. Try: asterisk -rx 'test execute all' . Those modules should not be confused with the tests in the asterisk-testsute package. |
Tzafrir Cohen <tzafrir@debian.org> | not-needed | 2023-08-27 | ||
2008_disable_ilbc.patch | disable building codec_ilbc As we have to strip the ilbc code from asterisk, we need to disable building codec_ilbc and cleaning the ilbc/ directory. . Patch needs to be cleaned-up to be uploaded upstream. . FIXME: module now seems to potentially use libilbc. If it can be packaged into Debian, no reason to remove it. |
Tzafrir Cohen <tzafrir@debian.org> | not-needed | debian | 2023-08-27 | |
2010_astdatadir.patch | place asterisk read-only data files under /usr/share On Debian read-only resources belong under /usr. The space taken from the writable /var should be minimized. . Upstream prefers defaults to have those files under /var/lib, though supports a separate datadir. |
Tzafrir Cohen <tzafrir@debian.org> | not-needed | 2023-08-27 | ||
2011_amr_build_tools.patch | integrate amr module with asterisk build routines Original patch adapted by Jonas Smedegaard to fit Debian packaging, and to remove original patch file to help detect later upstream changes. |
Jonas Smedegaard <dr@jones.dk> | not-needed | 2023-08-27 | ||
2012_amr_codec.patch | integrate amr module with asterisk Original patch adapted by Jonas Smedegaard to fit Debian packaging, and to remove original patch file to help detect later upstream changes. |
Jonas Smedegaard <dr@jones.dk> | not-needed | 2023-08-27 | ||
2013_mp3.patch | integrate mp3 module with asterisk Also, remove original patch file to help detect later upstream changes. | Jonas Smedegaard <dr@jones.dk> | not-needed | 2023-08-27 | ||
2014_pjproject_unbreak.patch | avoid non-free PJPROJECT audio device driver bdimad | Jonas Smedegaard <dr@jones.dk> | not-needed | 2023-08-27 | ||
2015_opus.patch | integrate opus module with asterisk build routines Original patch adapted by Jonas Smedegaard to fit Debian packaging, and to remove original patch file to help detect later upstream changes. |
Jonas Smedegaard <dr@jones.dk> | not-needed | 2023-08-27 | ||
2016_opus_plc.patch | detect lost (and late) RTP packets for native PLC Original patch adapted by Jonas Smedegaard to fit Debian packaging, disable debugging NOTICEs, and to remove original patch file to help detect later upstream changes. |
Jonas Smedegaard <dr@jones.dk> | not-needed | debian | 2024-01-30 |