Accepted: asterisk 1:1.4.20~dfsg-1 (source)

Ubuntu Installer archive at ubuntu.com
Fri Jun 13 10:08:57 BST 2008


Accepted:
 OK: asterisk_1.4.20~dfsg.orig.tar.gz
 OK: asterisk_1.4.20~dfsg-1.diff.gz
 OK: asterisk_1.4.20~dfsg-1.dsc
     -> Component: universe Section: comm

Origin: Debian/unstable
Format: 1.7
Date: Fri,  13 Jun 2008 09:59:02 +0100
Source: asterisk
Binary: asterisk, asterisk-h323, asterisk-doc, asterisk-dev, asterisk-dbg, asterisk-sounds-main, asterisk-config
Architecture: source
Version: 1:1.4.20~dfsg-1
Distribution: intrepid
Urgency: high
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Changed-By: William Grant <william at qeuni.net>
Description: 
 asterisk   - Open Source Private Branch Exchange (PBX)
Closes: 458475 465524 466729 472379 474789 475681 477086 477389 477472 478361
Changes: 
 asterisk (1:1.4.20~dfsg-1) unstable; urgency=low
 .
   [ Victor Seva ]
   * Patch sample files pointing now to the correct doc files. (Closes: #475681)
   * Added support for armel, thanks to Riku Voipio. (Closes: #477389)
   * Added asterisk-config.dirs in order to create etc/asterisk/manager.d dir,
     and added a README.conf on it on rule install-indep.
 .
   [ Tzafrir Cohen ]
   * Provide /usr/include/asterisk.h as well (through a symlink).
   * Remove {,} bashism from debian/rules (Closes: #478361). 
 .
   [ Faidon Liambotis ]
   * New upstream version.
     - Fix IAX performance issues introduced by security fix in 1.4.19.1
     - Dropped patches samples, vpb-driver-4.2.18, vpb_no_cards, incorporated
       by upstream.
   * Update to bristuff-0.4.0-RC1:
     - Revert API changes to res_agi (xagi).
     - Revert API changes to ast_sendtext() (ast-send-message).
     - Merge several chan_zap changes (zapata-bri+euroisdn, zapata-gsm).
     - Remove unused zapata-device-state, feature-parking_con, find-feature,
       chan-capi, ast_channel_masquerade_locked, find-feature patches,
       obsoleted by upstream.
     - Remove uniqueid-01-use-pid-on-uniqueid-generation patch, dropped by
       upstream.
     - Rename app-zapras-fix-audiomode to isdn-fixes and include another fix
       that we dropped earlier by mistake (r5162).
     - Merge ast-send-message with ast-send-message-users, following upstream
       split.
     - Other minor and cosmetic fixes.
     - Comment-out the only use of ast-send-message (in GSM) to avoid an ABI
       change. We are not shipping GSM, hence this is not a feature regression.
   * Conflict with asterisk-chan-capi << 1.1.1-1 which we broke with an ABI
     change :( (Closes: #472379).
   * Drop doc-base entries for sip.conf and zapata.conf, there was no point in
     just listing those two configuration files.
   * Remove -1 revision dependency on libpri and libopenh323-dev.
   * Override some lintian warnings for asterisk (empty IAX firmware and
     static-http directories) and asterisk-sounds-main (empty MOH and es/fr
     sounds directories).
 .
 asterisk (1:1.4.19.1~dfsg-1) unstable; urgency=low
 .
   [ Faidon Liambotis ]
   * New upstream release.
     - Dropped configure-libc-client, incorporated upstream.
     - Adapted bristuff patches uniqueid-10-channel-ops-uniqueid,
       uniqueid-30-app-chanspy, zapata-bri+euroisdn.
     - Fixes CVE-2008-1897 / AST-2008-006 (Closes: #477472).
   * Build with -O2 instead of the default -O6 (bug introduced in
     1.4.18~dfsg-1).
   * Depend on libspeexdsp-dev because of the use of preprocessor features,
     which were split from libspeex >= 1.2. 
     - FTBFS: codec_speex.c:99: error: expected specifier-qualifier-list
       before 'SpeexPreprocessState' (Closes: #474789)
     - Asterisk fails to install due to broken libspeex dependency 
       (Closes: #477086)
 .
   [ Lionel Elie Mamane ]
   * debian/rules: fix get-orig-source to actually work
   * Fix genastkey so that keys are not world-readable by default.
 .
   [ Tzafrir Cohen ]
   * Watching downloads.digium.com directly again.
   * Patch apptest_sleep: A woraround for TestServer fail on SEND DTMF 8.
 .
 asterisk (1:1.4.18.1~dfsg-1) unstable; urgency=high
 .
   * New upstream release.
     - Fixes a vulnerability in the RTP codec payload type handling
       (AST-2008-002, CVE-2008-1289).
     - Fixes a critical vulnerability that could be exploited to bypass SIP
       authentication (AST-2008-003, CVE-2008-1332).
     - Fixes a potential DoS vulnerability in the Manager interface
       (AST-2008-004, CVE-2008-1333).
   * Urgency high because of critical security fixes.
 .
 asterisk (1:1.4.18~dfsg-1) unstable; urgency=low
 .
   [ Faidon Liambotis ]
   * Update debian/copyright (packaging copyright, formatting etc.)
   * Remove workaround for gcc ICE on hppa (#445336), since apparently that has
     been fixed.
   * Do not provide asterisk-classic/asterisk-bristuff, we don't want to
     satisfy those dependencies anymore.
   * Provide asterisk-1.4 virtual package, so that all reverse-dependencies
     that use 1.4's ABI can depend on that.
   * Switch asterisk-h323 to the new asterisk-1.4 dependency.
   * Remove libc-client-dev dependency since it is satisfied in etch by a
     version (2002) incompatible to the one that works. (Closes: #465524)
   * Backport upstream's patch for chan_vpb to avoid crashes when no
     VoiceTronix cards are present. (Closes: #466729)
   * Backport feature Bridge from 1.6, thanks to Jon Webster. (Closes: #458475)
 .
   [ Tzafrir Cohen ]
   * New upstream release.
   * Break bristuff BRI/EuroISDN patch:
   - zapata_num_spans - already accepted by upstream. Independent of libpri
     bristuff patch.
   - zapata-bri+euroisdn - now does not depend on most bristuff interface
     changes. But lacks:
   - zapata_euroisdn_holded - Support for putting an ISDN phone on hold.
     Depends on some other bristuff patches, and adds another interface change.
   * patch use-libpri-bristuffed right next to zapata-bri+euroisdn, as
     zapata-bri+euroisdn depends on it to build.
   * patch tos-libcap remeved: merged by upstream.
   * Adjusted patch bristuff/ast-device-state-CID to Asterisk 1.4.18.
Files: 
 746e87bbc42e71955aa0a3050fc81f06 1935 comm optional asterisk_1.4.20~dfsg-1.dsc
 fd16baaf64df85d0357f584ad1560730 5305706 comm optional asterisk_1.4.20~dfsg.orig.tar.gz
 dbb5ed49e76591dde0510ded35722bf2 132784 comm optional asterisk_1.4.20~dfsg-1.diff.gz





More information about the Intrepid-changes mailing list