Log of /asterisk/branches
Directory Listing
Revision
5320 -
Directory Listing
Modified
Tue Mar 18 23:11:31 2008 UTC
(5 years, 2 months ago)
by
paravoid
Prefix AST-2007-027 patch's paths so that it applies with -p1
Revision
5319 -
Directory Listing
Modified
Tue Mar 18 23:09:33 2008 UTC
(5 years, 2 months ago)
by
paravoid
Include forgotten upstream r93667 for AST-2007-027
Revision
5317 -
Directory Listing
Modified
Tue Mar 18 23:02:28 2008 UTC
(5 years, 2 months ago)
by
paravoid
* Fix an authentication bypass vulnerability that could be exploited when
using passwordless host-based authentication with realtime on SIP and IAX
channels (AST-2007-027, CVE-2007-6430).
Revision
5315 -
Directory Listing
Modified
Tue Mar 18 22:49:03 2008 UTC
(5 years, 2 months ago)
by
paravoid
Add CVE numbers
Revision
5314 -
Directory Listing
Modified
Tue Mar 18 22:47:25 2008 UTC
(5 years, 2 months ago)
by
paravoid
* Fix a critical vulnerability that could be exploited to bypass SIP
authentication (AST-2008-003).
* Fix a potential DoS vulnerability in the Manager interface (AST-2008-004).
Revision
5311 -
Directory Listing
Modified
Tue Mar 18 22:41:23 2008 UTC
(5 years, 2 months ago)
by
paravoid
Enable AST-2008-004 patch
Revision
5310 -
Directory Listing
Modified
Tue Mar 18 18:45:06 2008 UTC
(5 years, 2 months ago)
by
tzafrir-guest
Remmed-out fix of get-orig-source .
Revision
5309 -
Directory Listing
Modified
Tue Mar 18 18:44:05 2008 UTC
(5 years, 2 months ago)
by
tzafrir-guest
The fixes from asterisk 1.2.27 .
Revision
4908 -
Directory Listing
Modified
Thu Nov 29 22:49:05 2007 UTC
(5 years, 5 months ago)
by
paravoid
* cdr/cdr_pgsql.c: properly escape src and dst to avoid SQL injections
(AST-2007-026).
Revision
4907 -
Directory Listing
Modified
Thu Nov 29 22:48:47 2007 UTC
(5 years, 5 months ago)
by
paravoid
Raise the urgency
Revision
4906 -
Directory Listing
Modified
Thu Nov 29 22:35:34 2007 UTC
(5 years, 5 months ago)
by
paravoid
Fix the previous commit
Revision
4905 -
Directory Listing
Modified
Thu Nov 29 22:29:35 2007 UTC
(5 years, 5 months ago)
by
paravoid
* cdr/cdr_pgsql.c: properly escape src and dst to avoid SQL injections
(AST-2007-026).
Revision
4241 -
Directory Listing
Modified
Thu Aug 23 06:18:48 2007 UTC
(5 years, 9 months ago)
by
paravoid
this is oldstable, not stable
Revision
4240 -
Directory Listing
Modified
Thu Aug 23 01:31:18 2007 UTC
(5 years, 9 months ago)
by
paravoid
Don't be an idiot and actually enable the patches
Revision
4238 -
Directory Listing
Modified
Thu Aug 23 00:49:10 2007 UTC
(5 years, 9 months ago)
by
paravoid
- channels/chan_iax2.c: After parsing information elements in IAX frames,
set the data length to zero, so that code later on does not think it has
data to copy. (ASA-2007-015, CVE-2007-3763)
Revision
4237 -
Directory Listing
Modified
Thu Aug 23 00:48:42 2007 UTC
(5 years, 9 months ago)
by
paravoid
- channels/chan_iax2.c: if a text frame is sent with no terminating NULL
through a bridged IAX connection, the remote end will receive garbage
characters tacked onto the end. (CVE-2007-2488)
Revision
4236 -
Directory Listing
Modified
Thu Aug 23 00:47:39 2007 UTC
(5 years, 9 months ago)
by
paravoid
- channels/iax2-parser.h, channels/chan_iax2.c, channels/iax2-parser.c:
Ensure that when encoding the contents of an ast_frame into an iax_frame,
that the size of the destination buffer is known in the iax_frame so that
code won't write past the end of the allocated buffer when sending
outgoing frames. (ASA-2007-014, CVE-2007-3762)
Revision
4235 -
Directory Listing
Modified
Thu Aug 23 00:46:47 2007 UTC
(5 years, 9 months ago)
by
paravoid
- manager.c: Don't crash if a manager connection provides a username that
exists in manager.conf but does not have a password, and also requests
MD5 authentication. (ASA-2007-012, CVE-2007-2294)
Revision
4234 -
Directory Listing
Modified
Thu Aug 23 00:44:00 2007 UTC
(5 years, 9 months ago)
by
paravoid
Really add ASA-2007-011.dpatch
Revision
4233 -
Directory Listing
Modified
Thu Aug 23 00:43:37 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Add myself to Uploaders to mark this as a maintainer upload.
* Multiple upstream security fixes:
- channels/chan_sip.c: Only try to handle a response if it has a
response code. (ASA-2007-011, CVE-2007-1594, CVE-2007-2297)
Revision
4232 -
Directory Listing
Modified
Thu Aug 23 00:40:33 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Non-maintainer upload
* Backported fix for buffer overflow in chan_skinny driver
induced by an undetected integer underflow
[debian/patches/99_CVE-2006-5444.dpatch] (Closes: #394025)
Revision
4230 -
Directory Listing
Modified
Thu Aug 23 00:39:06 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Non-maintainer upload by the Security Team
* Applied upstream patch to fix denial of service [channels/chan_iax2.c,
debian/patches/99_CVE-2006-2898.dpatch]
Revision
4228 -
Directory Listing
Modified
Thu Aug 23 00:37:30 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Non-maintainer upload by the Security Team
* Reverted most of debian/patches/08_debian-zaptel.dpatch due to a
changed location of zaptel.h [debian/patches/30_debian-zaptel.dpatch]
Revision
4226 -
Directory Listing
Modified
Thu Aug 23 00:36:04 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Non-maintainer upload by the Security Team
* Applied upstream patch to fix buffer overflow induced by an undetected
integer overflow [debian/patches/99_CVE-2006-1827.dpatch]
* Backported upstream patch to fix unauthorised access to recorded
messages [debian/patches/99_CVE-2005-3559.dpatch]
Revision
4225 -
Directory Listing
Modified
Thu Aug 23 00:35:15 2007 UTC
(5 years, 9 months ago)
by
paravoid
Create a 'sarge' from the 1.0.7.dfsg.1-2 tag, the version that sarge was released with
Revision
4179 -
Directory Listing
Modified
Tue Aug 21 03:42:49 2007 UTC
(5 years, 9 months ago)
by
paravoid
patch was mispatching this because of ambiguous context
Revision
4178 -
Directory Listing
Modified
Tue Aug 21 03:21:19 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Add myself to Uploaders to mark this as a maintainer upload.
Revision
4177 -
Directory Listing
Modified
Tue Aug 21 03:01:36 2007 UTC
(5 years, 9 months ago)
by
paravoid
CVE-2007-2297 is a duplicate of CVE-2007-1594, mark it as fixed
Revision
4176 -
Directory Listing
Modified
Tue Aug 21 02:56:41 2007 UTC
(5 years, 9 months ago)
by
paravoid
- channels/chan_sip.c: fix bug that allows remote attackers to cause a
denial of service (crash) via a SIP INVITE message with an SDP
containing one valid and one invalid IP address. (CVE-2007-1561)
Revision
4175 -
Directory Listing
Modified
Tue Aug 21 02:47:16 2007 UTC
(5 years, 9 months ago)
by
paravoid
- channels/chan_sip.c: If a SIP message comes in and goes to a method
handler that requires additional values that may not be present then
send back an error. (CVE-2007-1306)
Revision
4174 -
Directory Listing
Modified
Tue Aug 21 02:40:25 2007 UTC
(5 years, 9 months ago)
by
paravoid
- channels/chan_iax2.c: if a text frame is sent with no terminating NULL
through a bridged IAX connection, the remote end will receive garbage
characters tacked onto the end. (CVE-2007-2488)
Revision
4158 -
Directory Listing
Modified
Mon Aug 20 03:43:13 2007 UTC
(5 years, 9 months ago)
by
paravoid
Delete branches/experimental since all of its changes were merged in trunk.
Revision
4156 -
Directory Listing
Modified
Mon Aug 20 01:48:18 2007 UTC
(5 years, 9 months ago)
by
paravoid
Merge from trunk
Revision
4148 -
Directory Listing
Modified
Sun Aug 19 19:20:57 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Remove Suggests to gnomemeeting (it's a dummy package nowdays),
asterisk-rate-engine and add for twinkle.
* Remove Conflicts for an old version of asterisk-oh323 which was only
present until sarge.
Revision
4146 -
Directory Listing
Modified
Sun Aug 19 19:13:59 2007 UTC
(5 years, 9 months ago)
by
paravoid
Sync changelog with trunk
Revision
4143 -
Directory Listing
Modified
Sun Aug 19 19:06:01 2007 UTC
(5 years, 9 months ago)
by
paravoid
Sync whitespace between trunk and experimental to reduce delta
Revision
4142 -
Directory Listing
Modified
Sun Aug 19 19:03:00 2007 UTC
(5 years, 9 months ago)
by
paravoid
Merge r4136 from trunk
Revision
4141 -
Directory Listing
Modified
Sun Aug 19 19:02:24 2007 UTC
(5 years, 9 months ago)
by
paravoid
Merge r4138 from trunk
Revision
4140 -
Directory Listing
Modified
Sun Aug 19 18:58:32 2007 UTC
(5 years, 9 months ago)
by
paravoid
Merge r4060 from trunk
Revision
4026 -
Directory Listing
Modified
Thu Aug 16 05:10:52 2007 UTC
(5 years, 9 months ago)
by
paravoid
* i386 binary packages in etch were unfortunately compiled in an unclean
chroot with libsqlite3-dev present and provide a feature based on that.
Added a build dependency on that package to avoid regressions on a security
upload.
Revision
4024 -
Directory Listing
Modified
Thu Aug 16 03:51:01 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Multiple upstream security fixes:
- channels/chan_sip.c: Only try to handle a response if it has a response
code. (ASA-2007-011, CVE-2007-1594)
- manager.c: Don't crash if a manager connection provides a username that
exists in manager.conf but does not have a password, and also requests
MD5 authentication. (ASA-2007-012, CVE-2007-2294)
- channels/iax2-parser.h, channels/chan_iax2.c, channels/iax2-parser.c:
Ensure that when encoding the contents of an ast_frame into an iax_frame,
that the size of the destination buffer is known in the iax_frame so that
code won't write past the end of the allocated buffer when sending
outgoing frames. (ASA-2007-014, CVE-2007-3762)
- channels/chan_iax2.c: After parsing information elements in IAX frames,
set the data length to zero, so that code later on does not think it has
data to copy. (ASA-2007-015, CVE-2007-3763)
- channels/chan_skinny.c: Properly check for the length in the skinny packet
to prevent an invalid memcpy. (ASA-2007-016, CVE-2007-3764)
Revision
4023 -
Directory Listing
Modified
Thu Aug 16 03:20:17 2007 UTC
(5 years, 9 months ago)
by
paravoid
Create a new branch for etch copied from the relevant version from tags/
Revision
4018 -
Directory Listing
Modified
Thu Aug 16 02:04:07 2007 UTC
(5 years, 9 months ago)
by
paravoid
Rebase experimental changelog to r4008
Revision
4009 -
Directory Listing
Modified
Sat Aug 11 21:51:16 2007 UTC
(5 years, 9 months ago)
by
tzafrir-guest
* New upstream release.
* Update patch bristuff/bristuff-notice accordingly.
* Remove build requirement of gtk.
Revision
3949 -
Directory Listing
Modified
Tue Aug 7 01:37:34 2007 UTC
(5 years, 9 months ago)
by
paravoid
Manual merge of latest trunk to experimental
Revision
3942 -
Directory Listing
Modified
Mon Aug 6 08:20:30 2007 UTC
(5 years, 9 months ago)
by
paravoid
* 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)'
Revision
3940 -
Directory Listing
Modified
Mon Aug 6 07:10:43 2007 UTC
(5 years, 9 months ago)
by
paravoid
Add bristuff's hardware to the supported hardware list
Revision
3939 -
Directory Listing
Modified
Mon Aug 6 07:07:46 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Correct descriptions of packages in debian/control, adapting them to the
present and correcting some spelling mistakes. (Closes: #428671)
Revision
3937 -
Directory Listing
Modified
Mon Aug 6 06:35:01 2007 UTC
(5 years, 9 months ago)
by
paravoid
Fix a bug by mistake
Revision
3936 -
Directory Listing
Modified
Mon Aug 6 06:26:20 2007 UTC
(5 years, 9 months ago)
by
paravoid
* 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.
- 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.
- Handle asterisk-config -> asterisk installation order properly
(Closes: #408708)
- Don't depend on adduser from asterisk-config.
Revision
3935 -
Directory Listing
Modified
Mon Aug 6 02:33:25 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Handle space/newline-delimited directories on /etc/asterisk when doing
chmod on postinst.
Revision
3932 -
Directory Listing
Modified
Mon Aug 6 01:55:36 2007 UTC
(5 years, 9 months ago)
by
paravoid
Remove svn:executable from patches
Revision
3931 -
Directory Listing
Modified
Mon Aug 6 01:54:40 2007 UTC
(5 years, 9 months ago)
by
paravoid
* 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.
Revision
3909 -
Directory Listing
Modified
Sun Aug 5 13:59:06 2007 UTC
(5 years, 9 months ago)
by
kilian
* Refer to /usr/share/common-licenses/GPL-2 instead of GPL. The code is
* backports/etch: replace libsnmp10-dev with libsnmp9-dev
Revision
3902 -
Directory Listing
Modified
Sun Aug 5 10:29:23 2007 UTC
(5 years, 9 months ago)
by
paravoid
In light of the recent discussions on debian-devel, point to /usr/share/common-licenses/GPL-2 instead of plain GPL
Revision
3901 -
Directory Listing
Modified
Sun Aug 5 09:48:15 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Split bristuff 0.4.0-test3 into individual patches and add it to the quilt
patchset.
* Use libpri-bristuffed.so.1 and its respective header
(use-libpri-bristuffed).
* Ship xagi-test.c (from bristuff) to examples.
Revision
3897 -
Directory Listing
Modified
Sun Aug 5 08:48:49 2007 UTC
(5 years, 9 months ago)
by
paravoid
* Switch to quilt as a patch management system instead of dpatch.
Revision
3896 -
Directory Listing
Modified
Sun Aug 5 08:24:19 2007 UTC
(5 years, 9 months ago)
by
paravoid
Merge trunk changes to experimental
Revision
3893 -
Directory Listing
Modified
Sun Aug 5 08:16:19 2007 UTC
(5 years, 9 months ago)
by
paravoid
Branch trunk to experimental.
Revision
3413 -
Directory Listing
Modified
Fri Apr 13 05:58:32 2007 UTC
(6 years, 1 month ago)
by
msp
merge-branches-trunk
Revision
3347 -
Directory Listing
Modified
Thu Mar 29 07:18:45 2007 UTC
(6 years, 1 month ago)
by
msp
* NOT RELEASED YET
Revision
3345 -
Directory Listing
Modified
Thu Mar 29 07:15:59 2007 UTC
(6 years, 1 month ago)
by
msp
* Create debian/rules binary-arch & binary-indep targets
* Move debian/rules magic to package.install files
Revision
3344 -
Directory Listing
Modified
Mon Mar 26 22:29:47 2007 UTC
(6 years, 1 month ago)
by
tzafrir-guest
The dummy fetch was not executable when generated from tar+diff.
Revision
3343 -
Directory Listing
Modified
Sun Mar 25 18:47:07 2007 UTC
(6 years, 2 months ago)
by
msp
* NOT RELEASED YET
Revision
3341 -
Directory Listing
Modified
Sun Mar 25 18:27:27 2007 UTC
(6 years, 2 months ago)
by
msp
Releasing
Revision
3340 -
Directory Listing
Modified
Sun Mar 25 16:33:17 2007 UTC
(6 years, 2 months ago)
by
msp
* NOT RELEASED YET
Revision
3334 -
Directory Listing
Modified
Sun Mar 25 15:00:55 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
* Fix syntax of for dummy fetch (Closes: #416143).
* LSB init section in init.d script.
* Merge other init.d changes from trunk.
Revision
3330 -
Directory Listing
Modified
Sat Mar 24 19:30:28 2007 UTC
(6 years, 2 months ago)
by
msp
* NOT RELEASED YET
Revision
3327 -
Directory Listing
Modified
Sat Mar 24 18:31:57 2007 UTC
(6 years, 2 months ago)
by
msp
* Move ASTVARRUNDIR to /var/run/asterisk/
- PID & control files go in wrong place (Closes: #415799)
Revision
3326 -
Directory Listing
Modified
Sat Mar 24 18:24:26 2007 UTC
(6 years, 2 months ago)
by
msp
* Move dh_installinit to architecture dependant
Revision
3324 -
Directory Listing
Modified
Sat Mar 24 17:41:30 2007 UTC
(6 years, 2 months ago)
by
msp
Releasing
Revision
3323 -
Directory Listing
Modified
Sat Mar 24 17:37:03 2007 UTC
(6 years, 2 months ago)
by
msp
* debian/asterisk.init:
- create /var/run/ directory if necessary and set proper permissions
Revision
3322 -
Directory Listing
Modified
Sat Mar 24 17:34:59 2007 UTC
(6 years, 2 months ago)
by
msp
* debian/asterisk.default - fix -D/-d typo in PARAMS (Closes LP#68169)
Revision
3321 -
Directory Listing
Modified
Sat Mar 24 17:33:20 2007 UTC
(6 years, 2 months ago)
by
msp
Releasing
Revision
3320 -
Directory Listing
Modified
Sat Mar 24 17:20:30 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
Asterisk >= 1.4.2 requires Zaptel >= 1.4.1 (for ZT_EVENT_REMOVED_).
Revision
3319 -
Directory Listing
Modified
Sat Mar 24 17:09:31 2007 UTC
(6 years, 2 months ago)
by
msp
* configure --with-pwlib=/usr/share/pwlib/include/ \
--with-h323=/usr/share/openh323/
Revision
3318 -
Directory Listing
Modified
Sat Mar 24 17:00:02 2007 UTC
(6 years, 2 months ago)
by
msp
* Add Build-Depends: libgtk2.0-dev, libc-client-dev
Revision
3317 -
Directory Listing
Modified
Sat Mar 24 16:57:23 2007 UTC
(6 years, 2 months ago)
by
msp
* Please package Asterisk-1.4.0 (Closes: #405723)
Revision
3316 -
Directory Listing
Modified
Sat Mar 24 16:51:40 2007 UTC
(6 years, 2 months ago)
by
msp
* Include chan_h323.so in debian/asterisk-h323.install
Revision
3310 -
Directory Listing
Modified
Sat Mar 24 12:34:11 2007 UTC
(6 years, 2 months ago)
by
msp
* Note asterisk-h323 package is currently empty
Revision
3306 -
Directory Listing
Modified
Sat Mar 24 12:22:03 2007 UTC
(6 years, 2 months ago)
by
msp
Releasing
Revision
3295 -
Directory Listing
Modified
Thu Mar 22 19:31:29 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
Don't run autoconf if you don't need (Closes: #415865).
Revision
3287 -
Directory Listing
Modified
Thu Mar 22 06:06:07 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
Fix default varrundir using make vars (Closes: #415799).
Revision
3264 -
Directory Listing
Modified
Tue Mar 20 20:27:59 2007 UTC
(6 years, 2 months ago)
by
msp
* NOT RELEASED YET
Revision
3262 -
Directory Listing
Modified
Tue Mar 20 20:26:01 2007 UTC
(6 years, 2 months ago)
by
msp
dirs
Revision
3261 -
Directory Listing
Modified
Tue Mar 20 19:06:35 2007 UTC
(6 years, 2 months ago)
by
msp
* asterisk Depends: ${shlibs:Depends}
Revision
3260 -
Directory Listing
Modified
Mon Mar 19 21:32:03 2007 UTC
(6 years, 2 months ago)
by
msp
Releasing
Revision
3258 -
Directory Listing
Modified
Mon Mar 19 21:28:06 2007 UTC
(6 years, 2 months ago)
by
msp
* New upstream release.
- SIP INVITE DoS, supposedly fixed in 1.4.2 and 1.2.17, which is
released today 19/03/2007 (Closes: #415466)
Revision
3255 -
Directory Listing
Modified
Mon Mar 19 06:23:53 2007 UTC
(6 years, 2 months ago)
by
msp
- Please package Asterisk-1.4.0 (Closes: #405723)
Revision
3252 -
Directory Listing
Modified
Sun Mar 18 22:48:20 2007 UTC
(6 years, 2 months ago)
by
msp
* configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --
infodir=\$${prefix}/share/info
* New upstream release (1.4)
Revision
3249 -
Directory Listing
Modified
Sun Mar 18 21:57:42 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
Require libpri and zaptel.h of zaptel 1.4.
(zaptel-source: as the location of zaptel.h has changed)
Revision
3240 -
Directory Listing
Modified
Sun Mar 18 21:21:21 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
A typo in the rules file. asterisk 1.4.1 now builds correctly.
Revision
3239 -
Directory Listing
Modified
Sat Mar 17 23:25:15 2007 UTC
(6 years, 2 months ago)
by
tzafrir-guest
* Update to 1.4.1 . Install is broken now, though (problems with sound).
* 1.4.1 fixed h323 build issues.
* h323_no_exit.dpatch: Don't requires two rounds of building.
* Use system gsm (only requires an explicit --with-gsm)
* Allow chrooted building with no wget.
Revision
2886 -
Directory Listing
Modified
Sun Dec 31 03:11:26 2006 UTC
(6 years, 4 months ago)
by
tzafrir-guest
* autoconf_order.dpatch: fix autoconf invocation.
* autoconf_h323.dpatch: make autoconf detect chan_h323.
Building chan_h323 seems to require a bit more tweaking,
and is not included yet.
Revision
2885 -
Directory Listing
Modified
Sun Dec 31 03:06:39 2006 UTC
(6 years, 4 months ago)
by
tzafrir-guest
Remove obsolete patch.
Revision
2841 -
Directory Listing
Modified
Mon Dec 25 02:25:59 2006 UTC
(6 years, 5 months ago)
by
tzafrir-guest
* New upstream release.
* A package that builds.
* Removed asterisk-sounds.install: does not belong here.
* Removed makefile_noiaxy.dpatch: applied by upstream.
* Config examples in a separate examples subdirectory.
* Generate explicitly some missing subdirectories.
* Man pages are included in upstream now.
* set ASTDATADIR=/usr/share/asterisk .
* A bunch of other fils moved for 1.4 .
Revision
2840 -
Directory Listing
Modified
Sun Dec 24 20:41:09 2006 UTC
(6 years, 5 months ago)
by
tzafrir-guest
Clear one remainig reference to UPVERSION_REAL.
Revision
2839 -
Directory Listing
Modified
Sun Dec 24 20:36:27 2006 UTC
(6 years, 5 months ago)
by
tzafrir-guest
New upstream release (1.4 is here, finally)
Revision
2823 -
Directory Listing
Modified
Fri Dec 15 19:45:26 2006 UTC
(6 years, 5 months ago)
by
tzafrir-guest
Advance a bit further in the building of Asterisk 1.4.
(Still some install errors)
Revision
2820 -
Directory Listing
Modified
Fri Dec 15 03:37:47 2006 UTC
(6 years, 5 months ago)
by
tzafrir-guest
* We have beta3.
* Require libpri 1.4 (at least a beta)
Revision
2713 -
Directory Listing
Modified
Sun Nov 19 13:08:56 2006 UTC
(6 years, 6 months ago)
by
kilian
move sarge branch to new backports hook
Revision
2665 -
Directory Listing
Modified
Thu Nov 2 22:01:10 2006 UTC
(6 years, 6 months ago)
by
kilian
update backports.
Revision
2624 -
Directory Listing
Modified
Tue Oct 24 06:52:46 2006 UTC
(6 years, 7 months ago)
by
kilian
also backport version string parser to sarge version
Revision
2623 -
Directory Listing
Modified
Tue Oct 24 06:51:26 2006 UTC
(6 years, 7 months ago)
by
kilian
backports and changelog fixup
Revision
2503 -
Directory Listing
Modified
Sun Oct 8 05:31:07 2006 UTC
(6 years, 7 months ago)
by
tzafrir-guest
asterisk now compiles, still some problems (sorry, no time to write a changelog)
Revision
2497 -
Directory Listing
Modified
Sat Oct 7 15:01:34 2006 UTC
(6 years, 7 months ago)
by
tzafrir-guest
extra build requirements
Revision
2493 -
Directory Listing
Modified
Fri Oct 6 21:51:22 2006 UTC
(6 years, 7 months ago)
by
tzafrir-guest
Basically builds, problems at the install phase.
* Ugly hack in version number.
* get-orig-source now works, though.
* No maore asterisk-classic and asterisk-bristuff
* FreePlay Music files location changed
* Disabling h323 build for now, until I figure what's wrong.
Revision
2492 -
Directory Listing
Modified
Fri Oct 6 16:43:15 2006 UTC
(6 years, 7 months ago)
by
tzafrir-guest
* Setting version number to something smaller than 1.4.0 (increasing it
is always simpler than decreasing later on)
* A functioning get-orig-sourse . I suppose I'll soon copy the 1.2 rules
as well to get a funcitoning package.
Revision
2433 -
Directory Listing
Modified
Tue Sep 26 07:45:07 2006 UTC
(6 years, 7 months ago)
by
msp
build-area/ tarballs
Revision
2432 -
Directory Listing
Modified
Tue Sep 26 07:44:10 2006 UTC
(6 years, 7 months ago)
by
msp
1.4 beta sandbox
Revision
2388 -
Directory Listing
Modified
Wed Sep 13 19:35:31 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
* Version 1.2.12.1
* Update bristuff.dpatch's version (and remove a generated file)
* Merge changelog changes from trunk
Revision
2387 -
Directory Listing
Modified
Wed Sep 13 19:33:05 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
Binary blob in asterisk-classic package (Closes: #386361)
Revision
2361 -
Directory Listing
Modified
Sat Sep 9 23:56:19 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
* New upstream release
* bristuff.dpatch: version adapted.
* apprecord_sprintf.dpatch removed: already applied.
Revision
2360 -
Directory Listing
Modified
Sat Sep 9 22:12:55 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
Syncing from trunk:
* Better error handling on init.d reload, if asterisk isn't running .
* Use restart in asterisk_fix .
* Changelog sync.
Revision
2331 -
Directory Listing
Modified
Wed Aug 30 20:28:54 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
apprecord_sprintf.dpatch: fix format string issue in app_record.so .
Revision
2315 -
Directory Listing
Modified
Sat Aug 26 15:47:27 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
asterisk 1.2.11
Revision
2313 -
Directory Listing
Modified
Sat Aug 26 14:42:10 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
bristuff 0.3.0-PRE-1s
Revision
2312 -
Directory Listing
Modified
Sat Aug 26 14:33:46 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
removing debian/docs: left out of previous sync
Revision
2311 -
Directory Listing
Modified
Sat Aug 26 01:16:15 2006 UTC
(6 years, 8 months ago)
by
tzafrir-guest
Syning from trunk.
* Remove build-dep on gtk-1.2 .
* Fix description of pakage asterisk.
* Update sys_readline.dpatch .
* asterisk_fix:
Install it.
- More strict permissions.
- Remove tracing.
- Only create homedir of asterisk user if necessary.
- Cleanup.
* Also install config examples to the main package.
* Install some extra config examples to the -doc package.
* Install IAXy firmware files.
Revision
2179 -
Directory Listing
Modified
Thu Aug 3 14:43:08 2006 UTC
(6 years, 9 months ago)
by
kilian
backport IAX fix to sarge versions
Revision
2170 -
Directory Listing
Modified
Thu Aug 3 10:08:47 2006 UTC
(6 years, 9 months ago)
by
kilian
readd wrongly deleted postinst
Revision
2169 -
Directory Listing
Modified
Thu Aug 3 10:07:03 2006 UTC
(6 years, 9 months ago)
by
kilian
backport 1.2.10 to sarge
Revision
1897 -
Directory Listing
Modified
Fri Jun 16 12:59:11 2006 UTC
(6 years, 11 months ago)
by
tzafrir-guest
new version of bristuff: 0.3.0-PRE-1q
Revision
1819 -
Directory Listing
Modified
Sat Jun 10 13:42:37 2006 UTC
(6 years, 11 months ago)
by
kilian
update sarge backport aswell.
Revision
1817 -
Directory Listing
Modified
Sat Jun 10 13:14:31 2006 UTC
(6 years, 11 months ago)
by
kilian
update to new versions. Let's find out how much breaks in the buildd...
Revision
1769 -
Directory Listing
Modified
Sat May 20 20:41:51 2006 UTC
(7 years ago)
by
tzafrir-guest
* brazilian_syntax.dpatch: uses "pt_BR"
* vm_he.dpatch: Hebrew in app_voicemail
* sys_readline disabled for now
Revision
1767 -
Directory Listing
Modified
Tue May 16 10:42:26 2006 UTC
(7 years ago)
by
tzafrir-guest
* sys_readline.dpatch: Realine support in the CLI. TODO: tab completion
* sys_editline.dpatch: alternativly, simply use the system version of
editline (not used).
* Copied configuration from rapid_config instead of ast_config
* func_odbc_12.dpatch: backport of func_odbc (Closes: #364633)
* brazilian_syntax.dpatch
* The data_dir patch also moves agi-bin/ and firmware/
* option_detach: using -F instead of -D (the same as upstream)
Revision
1759 -
Directory Listing
Modified
Thu May 11 15:32:31 2006 UTC
(7 years ago)
by
tzafrir-guest
backporting bristuff upgrade
Revision
1742 -
Directory Listing
Modified
Sun May 7 18:08:11 2006 UTC
(7 years ago)
by
kilian
update our sarge backport.
Revision
1642 -
Directory Listing
Modified
Fri Apr 21 20:47:09 2006 UTC
(7 years, 1 month ago)
by
kilian
include #36419 acknowledge and update sarge backports
Revision
1580 -
Directory Listing
Modified
Fri Apr 14 10:42:06 2006 UTC
(7 years, 1 month ago)
by
kilian
sync back trunk to sarge-backports
Revision
1553 -
Directory Listing
Modified
Sun Apr 9 17:08:01 2006 UTC
(7 years, 1 month ago)
by
kilian
sync back latest changes to asterisk sarge backport
Revision
1465 -
Directory Listing
Modified
Mon Mar 20 18:00:54 2006 UTC
(7 years, 2 months ago)
by
kilian
force rebuilding for the pkg-voip buildd against libnewt0.52
Revision
1383 -
Directory Listing
Modified
Mon Mar 13 09:14:45 2006 UTC
(7 years, 2 months ago)
by
kilian
add backport for Sarge without libnewt-dev (i.e. without astman)
Revision
298 -
Directory Listing
Modified
Mon Jan 24 22:59:16 2005 UTC
(8 years, 3 months ago)
by
kk-guest
bumped version to 1.0.5
Revision
288 -
Directory Listing
Modified
Fri Jan 21 16:27:57 2005 UTC
(8 years, 4 months ago)
by
kk-guest
moved around h323-free version
Revision
53 -
Directory Listing
Modified
Sun Jul 11 09:38:48 2004 UTC
(8 years, 10 months ago)
by
msp
Try and checkin for new Debian binary package release. This will have mistakes in it, but
lets give it a go and we can try and build from here!
Revision
26 -
Directory Listing
Added
Sat May 1 16:53:38 2004 UTC
(9 years ago)
by
jsogo
Added version 0.9.0-1