FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 7:14 AM GMT
Port details
asterisk 1.8.9.2 net on this many watch lists=50 search for ports that depend on this port An older version of this port was marked as vulnerable.
An Open Source PBX and telephony toolkit
Maintained by: flo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Oct 2003 11:24:59
License: GPLv2
Asterisk is an Open Source PBX and telephony toolkit.  It is, in a
sense, middleware between Internet and telephony channels on the bottom,
and Internet and telephony applications at the top.

WWW: http://www.asteriskpbx.com
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: misc/libpri, misc/dahdi, devel/gmake, devel/bison, devel/pkg-config
Required To Run: audio/mpg123, devel/pkg-config
Required Libraries: audio/speex, devel/newt, devel/libexecinfo, devel/pwlib, net/openh323, misc/libpri, databases/unixODBC, databases/freetds, audio/libvorbis, net/radiusclient, net-mgmt/net-snmp, textproc/iksemel, databases/sqlite2, databases/sqlite3, audio/gsm, ftp/curl, databases/postgresql83-client, devel/libltdl, textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/asterisk/ && make install clean
To add the package: pkg_add -r asterisk18


Configuration Options
===> The following configuration options are available for asterisk18-1.8.9.2:
     OGGVORBIS=on (default) "Enable Ogg Vorbis support"
     IODBC=off (default) "Enable iODBC support"
     UODBC=on (default) "Enable unixODBC support"
     POSTGRES=on (default) "Enable PostgreSQL support"
     MYSQL=off (default) "Enable MySQL support"
     RADIUS=on (default) "Enable RADIUS accounting support"
     SNMP=on (default) "Enable SNMP support"
     H323=on (default) "Enable H.323 support"
     FREETDS=on (default) "Enable FreeTDS support"
     JABBER=on (default) "Enable Jabber and Gtalk support"
     SQLITE=on (default) "Enable SQLITE support"
     GSM=on (default) "Enable GSM codec"
     CURL=on (default) "Enable CURL support"
     ILBC=off (default) "Enable iLBC codec"
     SPANDSP=off (default) "Enable Spandsp faxing support"
     EXCHANGE=off (default) "Enable Exchange calendar support"
     NEWG711=off (default) "Enable new G711 Codec"
     SRTP=off (default) "Enable SecureRTP support"
     LUA=off (default) "Enable LUA extensions support"
     DAHDI=on (default) "Enable DAHDI support"
===> Use 'make config' to modify these settings

Master Sites:
http://downloads.asterisk.org/pub/telephony/asterisk/
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-11-28
    Affects: users of net/asterisk, net/asterisk-addons
    Author: Florian Smeets <flo@smeets.im>
    Reason: 
      If you want to upgrade to 1.8.0 first remove asterisk-addons by running
    
      # pkg_delete -f asterisk-addons\*
    
      after that you can run one of the following
    
      # portmaster asterisk
      or
      # portupgrade asterisk
    
      You need to update your config files as the step from 1.4.x to 1.8.x is
      quite big. First you need to look at what changed between 1.4 and 1.6
    
      http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE-1.6.txt
    
      After that you also need to take into account what chagne between
      1.6 and 1.8
    
      http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt
    
      If you want to stay with asterisk 1.4.x please run
    
      # portmaster -o net/asterisk14 net/asterisk
      # portmaster -o net/asterisk14-addons net/asterisk-addons
      or
      # portupgrade -o net/asterisk14 net/asterisk
      # portupgrade -o net/asterisk14-addons net/asterisk-addons
    
    

Number of commits found: 200 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Feb 2012 22:46:31
Original commit files touched by this commit  1.8.9.2
flo search for other commits by this committer
update to 1.8.9.2
07 Feb 2012 21:30:46
Original commit files touched by this commit  1.8.9.1
flo search for other commits by this committer
update to 1.8.9.1
06 Feb 2012 12:25:50
Original commit files touched by this commit  1.8.9.0_1
miwi search for other commits by this committer
- Chase unixODBC shlib bump
28 Jan 2012 00:07:59
Original commit files touched by this commit  1.8.9.0
flo search for other commits by this committer
Update to 1.8.9.0
20 Jan 2012 00:53:14
Original commit files touched by this commit  1.8.8.2
flo search for other commits by this committer
Update to 1.8.8.2

Security:       www.vuxml.org/freebsd/dd698b76-42f7-11e1-a1b6-14dae9ebcf89.html
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.8.8.1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
31 Dec 2011 15:45:45
Original commit files touched by this commit  1.8.8.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.8.1

This fixes a regression introduced in 1.8.8.0.
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.8.1
19 Dec 2011 11:16:30
Original commit files touched by this commit  1.8.8.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.8.0
10 Dec 2011 14:40:37
Original commit files touched by this commit  1.8.7.2
 This port version is marked as vulnerable.
zi search for other commits by this committer
- Update to 1.8.7.2
- Add LICENSE

PR:             ports/163139
Submitted by:   zi@
Security:       bb389137-21fb-11e1-89b4-001ec9578670
Approved by:    security update
Feature safe:   yes
17 Oct 2011 21:46:34
Original commit files touched by this commit  1.8.7.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.7.1

Security:      
http://www.vuxml.org/freebsd/a95092a6-f8f1-11e0-a7ea-00215c6a37bb.html
02 Oct 2011 15:33:37
Original commit files touched by this commit  1.8.7.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.7.0
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.8.6.0
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
31 Aug 2011 20:53:10
Original commit files touched by this commit  1.8.6.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.6.0
28 Jul 2011 12:43:22
Original commit files touched by this commit  1.8.5.0_1
 This port version is marked as vulnerable.
sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
21 Jul 2011 23:01:21
Original commit files touched by this commit  1.8.5.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
- fix WITH_ILBC

Reported by:    Guido Falsi <mad@madpilot.net>
19 Jul 2011 17:38:00
Original commit files touched by this commit  1.8.5.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Makefile only is not enough, commit the remaining patches for the 1.8.5.0 update
- update to 1.8.5.0
- remove leftovers from asterisk 1.6.X
- use menuselect to enable addons
19 Jul 2011 17:34:28
Original commit files touched by this commit  1.8.5.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.5.0
- remove leftovers from asterisk 1.6.X
- use menuselect to enable addons
29 Jun 2011 10:15:43
Original commit files touched by this commit  1.8.4.4
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.4.4

Security:      
http://www.vuxml.org/freebsd/40544e8c-9f7b-11e0-9bec-6c626dd55a41.html
25 Jun 2011 22:51:49
Original commit files touched by this commit  1.8.4.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.4.3

Security:      
http://www.vuxml.org/freebsd/40544e8c-9f7b-11e0-9bec-6c626dd55a41.html
02 Jun 2011 20:43:44
Original commit files touched by this commit  1.8.4.2
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.4.2

Security:      
http://www.vuxml.org/freebsd/34ce5817-8d56-11e0-b5a2-6c626dd55a41.html
24 May 2011 19:38:10
Original commit files touched by this commit  1.8.4.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.4.1
- remove CPPFLAGS from CONFIGURE_ENV we already set it explicitly
- fix WITH_LUA case LDFLAGS was not set correctly [1]
- use tabs instead of spaces in WITH_SRTP part

Reported by:    Victor Timonin <victor@timonin.su> [1]
22 May 2011 17:09:50
Original commit files touched by this commit  1.8.4_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- prevent deletion of asterisk.conf, it was mistakenly added to pkg-plist
- make sure asterisk.conf and asterisk.conf-dist are identicall on install

PR:             ports/156775, ports/156992
10 May 2011 21:19:34
Original commit files touched by this commit  1.8.4
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.4
- add lua support [1]
- add libsrtp support [2]

PR:             ports/156775 [2]
Submitted by:   Andre Luiz dos Santo [1]
                Alexander Brovikov [2]
26 Apr 2011 18:53:16
Original commit files touched by this commit  1.8.3.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- add another patch to acually make WITH_MYSQL work

PR:             ports/156638
Reported by:    Eugene Varnavsky <varnavruz@gmail.com>
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
22 Apr 2011 00:21:42
Original commit files touched by this commit  1.8.3.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.3.3

Security:      
http://www.vuxml.org/freebsd/3c7d565a-6c64-11e0-813a-6c626dd55a41.html
20 Apr 2011 11:54:33
Original commit files touched by this commit  1.8.3.2
 This port version is marked as vulnerable.
fjoe search for other commits by this committer
Remove RUN_DEPENDS on dahdi.ko now that dahdi.ko is not provided by dahdi port.
18 Mar 2011 21:52:10
Original commit files touched by this commit  1.8.3.2
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.3.2

This is a re-release of Asterisk 1.6.1.23, 1.6.2.17.1 and 1.8.3.1 which
contained a bug which caused duplicate manager entries (issue #18987).
17 Mar 2011 21:31:52
Original commit files touched by this commit  1.8.3.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.3.1

Security:      
http://www.vuxml.org/freebsd/bfe9c75e-5028-11e0-b2d2-00215c6a37bb.html
02 Mar 2011 17:15:13
Original commit files touched by this commit  1.8.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- fix OPTIONS line
02 Mar 2011 17:05:26
Original commit files touched by this commit  1.8.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- Update to 1.8.3
- add a new option NEWG711, off by default. It enables a new algorithm for G711
  which should be cleaner but slower
25 Feb 2011 01:32:18
Original commit files touched by this commit  1.8.2.4_1
 This port version is marked as vulnerable.
delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
22 Feb 2011 21:44:15
Original commit files touched by this commit  1.8.2.4
 This port version is marked as vulnerable.
flo search for other commits by this committer
- Update to 1.8.2.4

PR:             ports/154953
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Security:      
http://www.vuxml.org/freebsd/65d16342-3ec8-11e0-9df7-001c42d23634.html
20 Feb 2011 00:40:14
Original commit files touched by this commit  1.8.2.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- register build conflict with linuxthreads [1]
- switch to CONFLICTS_INSTALL for other asterisk ports

PR:             ports/144248 [1]
Submitted by:   Vadim Fedorenko <junk@fromru.com> [1]
18 Feb 2011 23:37:52
Original commit files touched by this commit  1.8.2.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- add option to build with mysql support

PR:             ports/154689
Submitted by:   Panagiotis Christias <p.christias@noc.ntua.gr>
27 Jan 2011 10:20:47
Original commit files touched by this commit  1.8.2.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.2.3

PR:             ports/154329
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Feature safe:   yes
25 Jan 2011 00:34:25
Original commit files touched by this commit  1.8.2.2
 This port version is marked as vulnerable.
flo search for other commits by this committer
- add powerpc to ONLY_FOR_ARCHS [1]
- help configure find getifaddrs() [2]

PR:             ports/154150 [2]
Submitted by:   Dan Lukes <dan@obluda.cz> [2]
Tested by:      andreast [1]
Feature safe:   yes
21 Jan 2011 01:29:38
Original commit files touched by this commit  1.8.2.2
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.2.2

PR:             ports/154178
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Security:      
http://www.vuxml.org/freebsd/5ab9fb2a-23a5-11e0-a835-0003ba02bf30.html
Feature safe:   yes
19 Jan 2011 09:01:08
Original commit files touched by this commit  1.8.2.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- Update to 1.8.2.1

PR:             ports/154120
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Approved by:    fjoe (mentor)
Security:      
http://www.vuxml.org/freebsd/5ab9fb2a-23a5-11e0-a835-0003ba02bf30.html
Feature safe:   yes
17 Jan 2011 17:51:02
Original commit files touched by this commit  1.8.2
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.2
- fix config file permissions

PR:             ports/154002
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Approved by:    jadawin (mentor)
Feature safe:   yes
04 Jan 2011 14:17:02
Original commit files touched by this commit  1.8.1.1_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- add reload target
- general cleanup
- fix pidfile path
- add $FreeBSD$ IDs

PR:             ports/152703
Submitted by:   Alexander Brovikov <alexander@brovikov.ru>
Reviewed by:    dougb
Approved by:    jadawin (mentor)
29 Dec 2010 12:47:09
Original commit files touched by this commit  1.8.1.1_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- fix pkg-plist [1]
- enable dahdi on sparc64 [2]
- only use /var as localstatedir if we install to LOCALBASE
- fix harmless portlint warning

PR:             153507 [1]
Submitted by:   Dan Lukes <dan@obluda.cz> [1]
                fjoe [2]

Approved by:    fjoe (mentor)
28 Dec 2010 13:50:51
Original commit files touched by this commit  1.8.1.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.1.1
- remove patch now included upstream
- pkg-plist changes, Digium decided to strip a lot of documentation from the
release tar ball
27 Dec 2010 22:02:09
Original commit files touched by this commit  1.8.0_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- change MAINTAINER to my @FreeBSD.org address

Approved by: jadawin (mentor)
09 Dec 2010 00:44:50
Original commit files touched by this commit  1.8.0_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- add support for iodbc [1]
- expilitly disable iodbc and unixodbc if they are not selected
- tweak pkg-plist

Requested by:   fjoe [1]
Approved by:    fjoe (mentor)
30 Nov 2010 17:06:42
Original commit files touched by this commit  1.8.0_1
 This port version is marked as vulnerable.
fjoe search for other commits by this committer
Fix 100% CPU use with .call files
(upstream issue https://issues.asterisk.org/view.php?id=18089)

The patch will be included in asterisk 1.8.1.

PR:             152700
Submitted by:   Florian Smeets (MAINTAINER)
29 Nov 2010 04:29:47
Original commit files touched by this commit  1.8.0
 This port version is marked as vulnerable.
fjoe search for other commits by this committer
Remove errorneously added patches from the old asterisk 1.4 port.

Pointy hat to:  fjoe
28 Nov 2010 19:33:58
Original commit files touched by this commit  1.8.0
 This port version is marked as vulnerable.
fjoe search for other commits by this committer
Add asterisk 1.8 port.

Submitted by:   Florian Smeets
24 Nov 2010 13:58:38
Original commit files touched by this commit  1.4.29_4
 This port version is marked as vulnerable.
fjoe search for other commits by this committer
Remove and disconnect net/asterisk port in preparation for repocopy
from net/asterisk16
06 Jun 2010 20:44:03
Original commit files touched by this commit  1.4.29_4
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
02 Jun 2010 19:14:17
Original commit files touched by this commit  1.4.29_3
 This port version is marked as vulnerable.
sylvio search for other commits by this committer
- Chase net-snmp shlib bump
03 Apr 2010 10:44:36
Original commit files touched by this commit  1.4.29_2
 This port version is marked as vulnerable.
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.4.29_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.4.29_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
21 Mar 2010 05:36:41
Original commit files touched by this commit  1.4.29
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.29.
10 Jan 2010 23:51:08
Original commit files touched by this commit  1.4.26.2_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- chase devel/newt shlib bump
10 Jan 2010 23:40:09
Original commit files touched by this commit  1.4.26.2_1
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Update to 0.5.11 [1]
- sort pkg-plist
- bump PORTREVISION for SHLIB bump

Submitted by:   mi (via e-mail) [1] with minor changes
20 Oct 2009 21:52:14
Original commit files touched by this commit  1.4.26.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Make sure the port builds without bash installed when codec negitiation
patch is enabled.
18 Sep 2009 09:48:48
Original commit files touched by this commit  1.4.26.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix the build when there is no bash installed.

Feature safe: yes
16 Sep 2009 19:09:54
Original commit files touched by this commit  1.4.26.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.26.2.

Feature safe:   yes
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.4.25_3
 This port version is marked as vulnerable.
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
24 Jul 2009 10:54:50
Original commit files touched by this commit  1.4.25
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.25.
06 Jul 2009 21:26:00
Original commit files touched by this commit  1.4.24.1_3
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
19 May 2009 07:15:38
Original commit files touched by this commit  1.4.24.1_2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix typo that under certain conditions could cause loss of audio. The
fix has been already incorprated into the vendor's version, so that the
patch will only live till the next release. Vendor's issue #15105.

Bump PORTREVISION.
12 May 2009 21:54:10
Original commit files touched by this commit  1.4.24.1_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Patch two issues (fixed in the vendor's tree) and update MASTER_SITES.
06 Apr 2009 10:53:45
Original commit files touched by this commit  1.4.24.1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
- Update to the latest 1.4.24.1;

- add missed CONFLICTS to prevent from clashing with 1.2 or 1.6;

- when installing package make sure to copy default configs into
actual configs to match what the port does.
06 Feb 2009 01:09:13
Original commit files touched by this commit  1.4.23.1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.23.1.
26 Jan 2009 09:19:31
Original commit files touched by this commit  1.4.22.2_2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.22.2.
23 Jan 2009 15:43:14
Original commit files touched by this commit  1.4.22.1_1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
08 Jan 2009 20:16:52
Original commit files touched by this commit  1.4.22.1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.22.1.
06 Jan 2009 15:51:16
Original commit files touched by this commit  1.4.22_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix patch that got corrupted during 1.4.22 update. No PORTREVISION bump
since the patch is optional (opt-in).
05 Jan 2009 19:04:45
Original commit files touched by this commit  1.4.22_1
 This port version is marked as vulnerable.
delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
16 Dec 2008 08:16:35
Original commit files touched by this commit  1.4.22
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix build with misc patches on and codec negotiation patch off. This
combination is not enabled by default so that no PORTREVISION bump.

Reported by:    Peter Beckman
10 Dec 2008 08:51:06
Original commit files touched by this commit  1.4.22
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Include bsd.port.options.mk explicitly since we modify OPTIONS.

Suggested by:   pav
09 Dec 2008 07:59:50
Original commit files touched by this commit  1.4.22
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.22.
09 Dec 2008 06:02:40
Original commit files touched by this commit  1.4.21.2_5
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Convert all WITHOUT_XXX options into WITH_XXX form. OPTIONS system
only really supports the latter.

PR:             ports/127615
Submitted by:   Dmitry Marakasov
12 Nov 2008 18:45:25
Original commit files touched by this commit  1.4.21.2_5
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix a bug resulting in recording hanging up indefinitely when connection
to peer drops.
20 Oct 2008 17:26:22
Original commit files touched by this commit  1.4.21.2_4
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Make patch sutrable for integration with vendor by putting back
#ifdef that we have had no business of removing in the first place.
Don't bump PORTREVISION since it makes no difference for the compiled
package.
20 Oct 2008 17:13:28
Original commit files touched by this commit  1.4.21.2_4
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
There is existing history in patch-main::utils.c.
20 Oct 2008 16:26:15
Original commit files touched by this commit  1.4.21.2_4
 This port version is marked as vulnerable.
koitsu search for other commits by this committer
- Follow present-day naming scheme of files/ patches
- Increase PORTREVISION
20 Oct 2008 13:58:49
Original commit files touched by this commit  1.4.21.2_3
 This port version is marked as vulnerable.
koitsu search for other commits by this committer
Fix for asterisk retaining parent process prio/rtprio.

PR:             ports/127829
Submitted by:   Wojciech Puchar <wojtek@tensor.gdynia.pl>
22 Aug 2008 22:11:30
Original commit files touched by this commit  1.4.21.2_3
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix obscure build error in the port. Basically, depending on versions
of some externals packages (I suspect it's autotools), files
openh323buildopts.h and ptbuildopts.h can be generated with either
tab or space after #define. As a result, configure in some case could
have failed to grep the correct field.

Reported by:    Rodrigo Graeff
21 Aug 2008 07:32:48
Original commit files touched by this commit  1.4.21.2_3
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Properly link H323 module with ptlib and oh323 libraries. Otherwise
H323 channel fails to load. Bump PORTREVISION.

Reported by:    Rodrigo Graeff
20 Aug 2008 23:41:24
Original commit files touched by this commit  1.4.21.2_2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Make sure the iLBC codec module is compiled when users asks for it.

Bump PORTREVISION.

Reported by:    Rodrigo Graeff
17 Aug 2008 08:28:29
Original commit files touched by this commit  1.4.21.2_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Make asterisk respect CFLAGS. This should fix numerous "undefined reference
to `__sync_xxx'" build errors reported by many people who have CPUTYPE set
to i686 and similar values in /etc/make.conf. The problem itself is related
to the fact that asterisk used FreeBSD CFLAGS when probing for gcc
capabilities during configure phase, while its own CFLAGS during actual
build. As a result, object code generated by gcc missed those functions.
11 Aug 2008 15:58:12
Original commit files touched by this commit  1.4.21.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.21.2.
25 Jul 2008 12:24:09
Original commit files touched by this commit  1.4.20.1_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
12 Jun 2008 10:14:08
Original commit files touched by this commit  1.4.20.1_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
o Update codec negotiation patch. This version should be working with
built-in h323 module;

o don't link main binary with h323 library and friends. This creates
issues with ooh323 module, from the asterisk-addons package.

Bump PORTREVISION.
10 Jun 2008 08:30:35
Original commit files touched by this commit  1.4.20.1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
o Update to 1.4.20.1;

o add opt-in support for the iLBC codec;

o move another extra patch into opt-in section.
06 Jun 2008 13:50:32
Original commit files touched by this commit  1.4.19.2_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
16 May 2008 09:24:29
Original commit files touched by this commit  1.4.19.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
o Update to 1.4.19.2;

o move all additional functionality into separate patches and make it
opt in. It has been concern of asterisks devs that the FreeBSD pacakage
adds functionalty not present in the original version, whch could be
confusing.
27 Mar 2008 10:58:30
Original commit files touched by this commit  1.4.18.1_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
18 Mar 2008 22:22:20
Original commit files touched by this commit  1.4.18.1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update net/asterisk and net/asterisk12 to 1.4.18.1 and 1.2.17 respectively.
Those releases fix several security issues in the RTP/SIP code.
13 Mar 2008 22:22:46
Original commit files touched by this commit  1.4.18
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.18.
28 Feb 2008 10:21:21
Original commit files touched by this commit  1.4.17_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Port compiles on FreeBSD/powerpc just fine.
07 Feb 2008 04:40:45
Original commit files touched by this commit  1.4.17_1
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix ## (forceful disconnect) not working in some cases. This issue
has been reported to digium alteady and should be fixed in one of
the next releases.
18 Jan 2008 22:17:55
Original commit files touched by this commit  1.4.17
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update the codec negotiaion patch to the latest version.
17 Jan 2008 18:41:52
Original commit files touched by this commit  1.4.17
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update codec negotiation patch to 20080117 version. No PORTREVISION bump
since it's optional functionality.
02 Jan 2008 22:59:12
Original commit files touched by this commit  1.4.17
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Upgrade to 1.4.17, this is mostly a security release that fixes bug
which can cause DoS (AST-2008-001).
26 Dec 2007 11:13:39
Original commit files touched by this commit  1.4.16.2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.16.2.
11 Dec 2007 22:24:23
Original commit files touched by this commit  1.4.13
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Update to 1.4.13 and add missed audio/gsm dependency.

PR:             115169, 117199
Submitted by:   Vladimir Korkodinov, Dan Lukes

Number of commits found: 200 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month142

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.499 seconds.