lp:ubuntu/gutsy/asterisk

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/asterisk
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

33. By Faidon Liambotis

[ Tzafrir Cohen ]
* Remove libgtk2.0-dev from Build-Depends since the GTK+ console was not
  getting built anyway.

[ Kilian Krause ]
* Add dpkg-dev (>= 1.13.19) to Build-Depends for binary:Version and
  source:Version.

[ Faidon Liambotis ]
* New upstream release. (Closes: #439062)
  - AST-2007-020 Resource Exhaustion vulnerability in SIP channel driver
* Switch to quilt as a patch management system instead of dpatch.
* Add bristuff 0.4.0-test4
  - Split into smaller, individual patches (bristuff/).
  - Mention HFC-S/HFC-4S support in the Description.
  - Use libpri-bristuffed.so.1 and its respective header
    (use-libpri-bristuffed).
  - Ship xagi-test.c as an example.
  - Add a news item to NEWS.Debian stating bristuff's inclusion.
* Major overhaul of the postinst scripts, completely replacing asterisk_fix.
  - Create Asterisk's directories on asterisk.dirs to track them using dpkg.
  - Add asterisk.postinst which calls adduser, chown, chmod. Improve error
    handling.
  - Don't do unnecessary stuff on asterisk-config postinst.
    (Closes: #431506)
  - chmod /etc/asterisk on build-time to allow the user to modify the
    permissions; this required a lintian override.
  - Honor dpkg-statoverride on all the chowned/chmoded directories and
    configuration files under /etc/asterisk.
  - Handle asterisk-config -> asterisk installation order properly
    (Closes: #408708)
  - Don't add asterisk user to audio and dialout groups if existed before.
    This allows the administrator to remove the membership.
  - Don't depend on adduser from asterisk-config.
* Remove Suggests to gnomemeeting (it's a dummy package nowdays),
  asterisk-rate-engine and add one for twinkle.
* Remove Conflicts for an old version of asterisk-oh323 which was only
  present until sarge.
* Remove versioned dependencies on ancient (pre-sarge) versions of sed and
  adduser.
* Patch channels/h323/ast_h323.cxx to add some missing PTRACING #ifdef
  (h323-add-missing-ptrace-guard).
* h323-workaround-openh323-segfault patch: workaround a libopenh323 bug
  (#438815) which causes Asterisk to segfault on startup. (Closes: #435146)
* Remove -XCVS from dh_installexamples arguments. Upstream doesn't use CVS
  anymore.
* Add a README.Debian for asterisk-h323 that explains the differences
  between the different H.323 channel drivers, taken from the asterisk-oh323
  package.
* Clarify asterisk-h323's description and mention the other channel drivers.
* Suggest asterisk-h323 from asterisk.

32. By Mark Purcell

* New upstream release
  - Fwd: [asterisk-announce] ASA-2007-019: Remote crash vulnerability in
  Skinny channel driver (Closes: #436808)

[ Mark Purcell ]
* debhelper(1) states Build-Depends: debhelper (>= 5)
  - aids backports
* Update debian/backports for etch, edgy, dapper and feisty
  - http://status.buildserver.net/packages/status.php?package=asterisk&subdist=pkg-voip

[ Faidon Liambotis ]
* Refer to /usr/share/common-licenses/GPL-2 instead of GPL. The code is
  -for now- GPLv2-only and in light of GPLv3, pointing to GPL is misleading.
* Add ast_key_dir patch to move keys from /var/lib/asterisk/keys to
  /usr/share/asterisk/keys where they should be.
* Actually ship keys, including Junction Networks' by fixing pubkey_jnctn
  patch.
* Handle space/newline-delimited directories on /etc/asterisk when doing
  chmod on postinst.
* Correct descriptions of packages in debian/control, adapting them to the
  present and correcting some spelling mistakes. (Closes: #428671)
* Add a noload directive for cdr_sqlite.so in the default modules.conf since
  it writes unconditionally to the database file without being rotated,
  resulting in unexpected waste of disk space. (Closes: #301883)
* Delete duplicated creation of /var/run/asterisk in the init script.

31. By Mark Purcell

[ Tzafrir Cohen ]
* New upstream release.
  - ASA-2007-018 - DoS Resource Exhaustion vulnerability in IAX2

[ Faidon Liambotis ]
* Add myself to Uploaders.
* Fix "debian/rules clean" to cleanup correctly the tree by calling "make
  distclean" instead of "make clean". Also, fix some stuff in the upstream
  Makefiles (debian/patches/make-clean-fixes). Fixes a lintian warning.
* Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
* Move examples from all packages (debian/examples) to asterisk-config only.
* Add eagi-test.c, eagi-sphinx-test.c, fastagi-test and static-http to
  examples.
* Remove Conflicts/Replaces/Depends to pre-sarge versions, they're useless
  even for backports.

[ Mark Purcell ]
* Include asterisk.init changes from Martin
  - Asterisk does not create /var/run/asterisk directory if not existent
  (Closes: #413541)
* Backout asterisk-h323 Suggests:/ Recommends: asterisk-oh323. The former
  works, the latter does not with asterisk-1.4.x
* Upstream fixes from 1.4.x branch:
  - Multiple security flaws in Asterisk (Closes: #421467)
  - Debug switch wrong in /etc/default/asterisk (Closes: #413544)
  - Upgrading destroys astdb (Closes: #354132)
  - Upgrading destroys astdb (Closes: #354132)
  - asterisk bindaddr in sip and iax config is to fixed ip not
    Interfaces (Closes: #316443)
  - Incorrect callerid syntax in sip.conf causes incorrect error
  (Closes: #323275)
  - dropouts (Closes: #335079)
  - Does not include cdr_sqlite userfield support by default (Closes:
  #344097)
  - Asterisk crashes on sparc when playing 'demo-moreinfo'
  (Closes: #344484)
  - fresh install - crash after dialing IAX test (Closes: #350001)
  - asterisk_fix script fails to set variables for adduser, user
  creation fails (Closes: #383075)
  - Debug switch wrong in /etc/default/asterisk (Closes: #413544)
  - When using L option on Dial, instead of warning asterisk disconnects
  the call (Closes: #419894)
  - Patch for fastagi handling (Closes: #368948)
  - bristuff patch breaks cause codes in Hangup() (Closes: #320350)
* add debian/patches/basim-safeasterisk.dpatch
  - contrib/scripts/safe_asterisk should explicitly link to a cli
  (Closes: #413543)
* Adding a restart when convenient in Asterisk (Closes: #413816)
* asterisk-h323: libpt.so.1.10.2 => not found (Closes: #434076)

30. By Lionel Porcheron

* Merge from Debian unstable. Remaining Ubuntu changes:
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
  - debian/patches/ubuntu_safe_asterisk.dpatch: use /bin/bash instead of
    /bin/sh as specific bash functions are used in safe_asterisk script.

29. By Lionel Porcheron

* Merge from Debian unstable. Remaining Ubuntu changes:
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
  - debian/patches/ubuntu_safe_asterisk.dpatch: use /bin/bash instead of
    /bin/sh as specific bash functions are used in safe_asterisk script.

28. By Lionel Porcheron

* Merge from Debian unstable. Remaining Ubuntu changes:
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
  - debian/patches/ubuntu_safe_asterisk.dpatch: use /bin/bash instead of
    /bin/sh as specific bash functions are used in safe_asterisk script.

27. By Steve Kowalik

Rebuild for the libcurl transition mess.

26. By Lionel Porcheron

* Merge from Debian unstable. Remaining Ubuntu changes:
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
* debian/patches/ubuntu_safe_asterisk.dpatch: use /bin/bash instead of
  /bin/sh as specific bash functions are used in safe_asterisk script.

25. By Lionel Porcheron

* Merge from Debian unstable, remaining changes:
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
  - change postgresql-dev to libpq-dev in Build-Depends

24. By Lionel Porcheron

* Merge from Debian unstable, Ubuntu changes:
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
  - merge changelog to get all asterisk revisions (do not get rid of
    revisions after 26 Sep 2006)
  - change postgresql-dev to libpq-dev in Build-Depends

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers