304ec FreshPorts -- net/asterisk
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
asterisk 1.8.22.0 net on this many watch lists=52 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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
  2. misc/libpri
  3. misc/dahdi
  4. devel/gmake
Required To Run:
  1. audio/mpg123
Required Libraries:
  1. audio/speex
  2. devel/newt
  3. devel/libexecinfo
  4. devel/pwlib
  5. net/openh323
  6. misc/libpri
  7. misc/openr2
  8. databases/unixODBC
  9. databases/freetds
  10. audio/libvorbis
  11. net/radiusclient
  12. net-mgmt/net-snmp
  13. textproc/iksemel
  14. databases/sqlite2
  15. databases/sqlite3
  16. audio/gsm
  17. ftp/curl
  18. databases/postgresql90-client
  19. devel/libltdl
  20. textproc/libxml2

This port is required by:

for Build for Run

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.22.0:
     CURL=on: Data transfer support via cURL
     DAHDI=on: DAHDI support
     EXCHANGE=off: Exchange calendar support
     FREETDS=on: FreeTDS library support
     GSM=on: GSM codec support
     H323=on: H.323 support
     JABBER=on: Jabber support
     LDAP=off: LDAP support
     LUA=off: Lua scripting language support
     MYSQL=off: MySQL database support
     NEWG711=off: New G711 Codec
     OOH323=off: ooh323 support
     PGSQL=on: PostgreSQL database support
     RADIUS=on: RADIUS protocol support
     SNMP=on: SNMP protocol support
     SPANDSP=off: Spandsp faxing support
     SQLITE=on: SQLite database support
     SRTP=off: SecureRTP support
     VORBIS=on: Ogg Vorbis audio codec support
====> Options available for the radio ODBC: you can only select none or one of them
     IODBC=off: ODBC backend via iODBC
     UNIXODBC=on: ODBC backend via unixODBC
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://downloads.asterisk.org/pub/telephony/asterisk/
  3. http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
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: 234 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
18 May 2013 17:32:25
Original commit files touched by this commit  1.8.22.0
flo search for other commits by this committer
Update to 1.8.22.0
22 Apr 2013 21:11:35
Original commit files touched by this commit  1.8.21.0
flo search for other commits by this committer
- update net/asterisk to 1.8.21.0
- update net/asterisk11 to 11.3.0
- add -F to command_args in the rc script, this ensures that asterisk
  detaches from the controlling terminal. It was possible for the asterisk
  rc script to prevent a box from reaching full multiuser if e.g. -v was
  passed to command_args. [1]

Reported by:	Kurt Lidl <lidl@pix.net>
29 Mar 2013 10:04:43
Original commit files touched by this commit  1.8.20.2
flo search for other commits by this committer
Update asterisk ports to:

net/asterisk 1.8.20.2
net/asterisk10 10.12.2
net/asterisk11 11.2.2

Security:	daf0a339-9850-11e2-879e-d43d7e0c7c02
08 Mar 2013 11:32:12
Original commit files touched by this commit  1.8.20.1
 This port version is marked as vulnerable.
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
23 Jan 2013 07:14:46
Original commit files touched by this commit  1.8.20.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.20.1
15 Jan 2013 17:01:39
Original commit files touched by this commit  1.8.20.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.20.0
03 Jan 2013 19:41:31
Original commit files touched by this commit  1.8.19.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update net/asterisk to 1.8.19.1
- update net/asterisk10 to 10.11.1
- update net/asterisk11 to 10.1.2
- add vuln.xml entry

Security:	f7c87a8a-55d5-11e2-a255-c8600054b392
12 Dec 2012 01:44:43
Original commit files touched by this commit  1.8.19.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update 1.8.19.0
- use OPTIONS_RADIO instead of OPTIONS_SINGLE
06 Dec 2012 21:46:45
Original commit files touched by this commit  1.8.18.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.18.1
- fix a few portlint warnings

Feature safe:	yes
07 Nov 2012 16:20:43
Original commit files touched by this commit  1.8.18.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.18.0

Feature safe:	yes
09 Oct 2012 23:36:34
Original commit files touched by this commit  1.8.17.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.17.0
09 Oct 2012 22:12:14
Original commit files touched by this commit  1.8.16.0
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
13 Sep 2012 23:21:14
Original commit files touched by this commit  1.8.16.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.16.0
13 Sep 2012 09:39:54
Original commit files touched by this commit  1.8.15.1_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- fix typo --with-mysql does not exist, use --with-mysqlclient
- use OPTIONS_DEFINE_$ARCH for DAHDI option, which fixes the option
- bump PORTREVISION so the packages have DAHDI support again

PR:		ports/171590
Submitted by:	Dmitry <dmitry2004@yandex.ru>
30 Aug 2012 22:14:11
Original commit files touched by this commit  1.8.15.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- Update net/asterisk to 1.8.15.1
- Update net/asterisk10 to 10.7.1
- Document vulnerabilities in vuln.xml
- Fix URLs in the pervious asterisk vuln.xml entry

Security:	http://www.vuxml.org/freebsd/4c53f007-f2ed-11e1-a215-14dae9ebcf89.html
05 Aug 2012 23:19:40
Original commit files touched by this commit  1.8.15.0
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
02 Aug 2012 20:55:45
Original commit files touched by this commit  1.8.15.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.15.0
19 Jul 2012 20:15:39
Original commit files touched by this commit  1.8.14.1_2
 This port version is marked as vulnerable.
naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
18 Jul 2012 22:57:42
Original commit files touched by this commit  1.8.14.1_1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- fix a logic bug in the DAHDI and H323 options, the logic was the wrong way
  around. Selecting the option turned it off and vice versa. [1]
- bump PORTREVISION
- remove remnants of old options framework

Reported by:	Attila Bogar <attila.bogar@gmail.com> [1]
		David Froehlich <dfroe@gmx.de> [1]
16 Jul 2012 17:27:31
Original commit files touched by this commit  1.8.14.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.14.1
- switch to optionsNG
- add OOH323 support [1]

Submitted by:	Ilya Zhuralev (i.zhuravlev@bipa.ru) [1]
11 Jul 2012 22:15:12
Original commit files touched by this commit  1.8.14.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.14.0
06 Jul 2012 18:09:17
Original commit files touched by this commit  1.8.13.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.13.1

Security:      
http://www.vuxml.org/freebsd/4c1ac2dd-c788-11e1-be25-14dae9ebcf89.html
28 Jun 2012 05:23:44
Original commit files touched by this commit  1.8.13.0_1
 This port version is marked as vulnerable.
fjoe search for other commits by this committer
- Add support for MFC/R2 signaling using openr2 library.
- Bump PORTREVISION.

Approved by:    MAINTAINER
04 Jun 2012 22:04:33
Original commit files touched by this commit  1.8.13.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
- Update to 1.8.13.0
- Update conflicts [1]

Reported by:    FreeBSD Ports conflicts checker [1]
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.8.12.2_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update png to 1.5.10
30 May 2012 21:47:23
Original commit files touched by this commit  1.8.12.2
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.12.2
29 May 2012 23:10:08
Original commit files touched by this commit  1.8.12.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.12.1

Security:      
http://www.vuxml.org/freebsd/359f615d-a9e1-11e1-8a66-14dae9ebcf89.html
02 May 2012 20:50:44
Original commit files touched by this commit  1.8.12.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.12.0
23 Apr 2012 20:22:12
Original commit files touched by this commit  1.8.11.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.11.1

Security:      
http://www.vuxml.org/freebsd/1c5abbe2-8d7f-11e1-a374-14dae9ebcf89.html
10 Apr 2012 20:28:09
Original commit files touched by this commit  1.8.11.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
- fix build with gcc46 and clang
01 Apr 2012 13:14:39
Original commit files touched by this commit  1.8.11.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
- update to 1.8.11.0 [1]
- add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [2]
- add PORTSCOUT hint

PR:             ports/166403 [2]
Submitted by:   zi [1]
Reported by:    gpalmer [2]
Feature safe:   yes
15 Mar 2012 23:15:26
Original commit files touched by this commit  1.8.10.1
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.10.1

Security:      
http://www.vuxml.org/freebsd/0d530174-6eef-11e1-afd6-14dae9ebcf89.html
Feature safe:   yes
05 Mar 2012 23:06:55
Original commit files touched by this commit  1.8.10.0
 This port version is marked as vulnerable.
flo search for other commits by this committer
Update to 1.8.10.0

As the iLBC codec is now part of asterisk again just build and install
it unconditionally.
25 Feb 2012 00:27:42
Original commit files touched by this commit  1.8.9.3
 This port version is marked as vulnerable.
flo search for other commits by this committer
update to 1.8.9.3
09 Feb 2012 22:46:31
Original commit files touched by this commit  1.8.9.2
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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
 This port version is marked as vulnerable.
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.

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

1 | 2 | 3  »  

282b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 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 24533
Broken 215
Deprecated 473
Ignore 631
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0