diff options
author | Philip Balister <philip@balister.org> | 2009-08-31 15:37:39 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-08-31 15:37:39 -0400 |
commit | 122b402e9a68769751ff2f0543f8eb3794867243 (patch) | |
tree | cd446895c88dc7daa453c4a78de03b6aa2e43ec4 | |
parent | 1d32651d78dfed06579231a6ff6b63e2b79d59cf (diff) |
asterisk-1.4.23.1 : Checksum changed on source package.
* Updated checksum to new values.
* Dropped sounds.xml.patch so recipe builds.
The Asterisk people changed the source tarballs for legal reasons. This
blog entry explains the music-on-hold changes:
http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
I made the minimum updates so the recipe builds again. We'll need
someone familiar with Asterisk to work out what else needs changing.
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/asterisk/asterisk_1.4.23.1.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 05d9a8c0cb..78633b4750 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -1891,8 +1891,8 @@ md5=3b416557d2c395a36b97a819812e99b0 sha256=2bcc5d5620f8533eb4300ba1b48c9d2a00092ce04588e32f7074cf2aadc34259 [http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.23.1.tar.gz] -md5=4788954a93f5fbf78e55e2aa6e03329f -sha256=03e2cf43ffe9935d56fa0ea3663fc9bd23ce9720682c79d6269e78a9a1629d63 +md5=f5fdaa7e4a6d9b8dfc9e2bef8ee81681 +sha256=e78e73de5d9b920070b778cbb2ab077119a86a71a59755d67aa2c3a82b4239c4 [http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-alaw-1.4.8.tar.gz] md5=e708a5510a61217725b6ad663287dfa0 diff --git a/recipes/asterisk/asterisk_1.4.23.1.bb b/recipes/asterisk/asterisk_1.4.23.1.bb index f9f8399021..c4934efc5d 100644 --- a/recipes/asterisk/asterisk_1.4.23.1.bb +++ b/recipes/asterisk/asterisk_1.4.23.1.bb @@ -9,7 +9,7 @@ DEPENDS = "speex readline zlib openssl curl popt gnutls sqlite libogg libvorbis" #RRECOMMENDS_${PN} = "logrotate" SRC_URI="http://downloads.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \ - file://sounds.xml.patch;patch=1 \ +# file://sounds.xml.patch;patch=1 \ file://Makefile.patch;patch=1 \ file://logrotate \ file://volatiles \ |