notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net/asterisk/Makefile

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

1 | 2 | 3  »  

Tuesday, 5 Jul 2016
10:48 madpilot search for other commits by this committer
- Convert to USES=ssl, reflow USES line
- Add missing USES libedit (asterisk13 only)
- Fix DAHDI dependencies
- Fix permissions for /var/spool/asterisk/voicemail files [1]

Reported by:    Tony Power <tony at witnessthepower.net> [1]
		(via email)
MFH:		2016Q3
Original commitRevision:418081 
Monday, 6 Jun 2016
15:25 mat search for other commits by this committer
Remove unneeded usage of:

- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
Original commitRevision:416469 
Tuesday, 26 Apr 2016
21:17 madpilot search for other commits by this committer
- Convert to USES=mysql
- While here enable MYSQL option by default
Original commitRevision:414080 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 30 Mar 2016
14:17 madpilot search for other commits by this committer
Fix typo in deprecation message.
Original commitRevision:412168 
Friday, 12 Feb 2016
22:41 madpilot search for other commits by this committer
Fix expiration date to actually be in the future.

Reported by:	rene
MFH:		2016Q1
Original commitRevision:408768 
17:30 madpilot search for other commits by this committer
- Update net/asterisk11 to 11.21.2, which provides a fix for the
  old OpenSSL included in 9.x
- Backport the fis to net/asterisk (asterisk 1.8)
- net/asterisk13 already includes this fix, so remove my workaround

While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE
it and add an expiration time.

MFH:	2016Q1
Original commitRevision:408743 
Thursday, 4 Feb 2016
11:43 madpilot search for other commits by this committer
- Add security fixes to net/asterisk port (PORTVERSION bumped)
- Update net/asterisk11 to 11.21.1
- Update net/asterisk13 to 13.7.1

The security update included in these commits introduces an unexpected
incompatibility with FreeBSD 9.3 bundled OpenSSL.
Unluckily simply forcing this port to use ports provided openssl
on 9.x isn't viable, since ftp/curl  by default links with base
openssl. A default binary package would just crash on startup
when loading the asterisk curl module, due to conflicting openssl
implementations being used.

This commit adds a check in the Makefile, copied from the ftp/curl
port, which removes the offending (and unsupported on that openssl
version) code from the source file when linking against base OpenSSL
on 9.x.

Security:	559f3d1b-cb1d-11e5-80a4-001999f8d30b
MFH:		2016Q1
Original commitRevision:408026 
Sunday, 31 Jan 2016
17:11 madpilot search for other commits by this committer
- Enable SPANDSP option by default
- Make startup script create pidfile directory if it does not exist

While here, reflow OPTIONS_DEFAULT lists.

Subitted/Requested by:	lidl@
Original commitRevision:407652 
Thursday, 31 Dec 2015
14:20 madpilot search for other commits by this committer
Switch to USES=execinfo

PR:		205404
Submitted by:	pawel@
Original commitRevision:404944 
Tuesday, 1 Sep 2015
00:22 madpilot search for other commits by this committer
Forcibly disable res_timing_kqueue again: it causes lockups.

Reported by:	Sulev-Madis Silber <madis555 at gmail.com> (via email)
Original commitRevision:395737 
Sunday, 30 Aug 2015
10:36 koobs search for other commits by this committer
net/asterisk: Overhaul & Add *BONUS* user feature

This port now supports custom Asterisk configurations using a
*user-supplied* menuselect.makeopt file.

This feature is of most value for users that want to disable or
override default functionality that they dont want or need, particular
in space and/or resource constrained, or embedded environments.

For more information see this ports pkg-message file.

OPTIONS Changes:

- Make speex, libexecinfo and mpg123 OPTION'al
- Make menuselect backends (curses/newt) OPTION'al
- Re-order, sort and group all OPTIONS
- Rename MP3 option to MP3PLAYER (ambiguous with format_mp3 module)
- Remove override-able OPTION descriptions (dont appear necessary)
- Add CODECS, SOUNDS and DATABASE options groups for better UX
- Improve OPTION descriptions
- Temporarily disable ICONV option until libxml2 is fixed [1][2]

General Changes:

- Add support for fetching G.279 Core and MOH sounds
- Re-do patches using makepatch (portlint)
- Use %%DATADIR%% in pkg-plist (portlint)
- Make DATADIR-safe (portlint)
- Re-order Makefile sections (portlint)
- Reset @owner/@group after pkg-plist entries
- Simplify post-install: find files/dirs pkg-plist commands
- De-scope global use of LDFLAGS and CPPFLAGS
- Use OPTIONS helpers for  openh323 CPPFLAGS and MAKE_ENV
- Use USE_OPENSSL and its respective variables in CONFIGURE_ARGS
- Modify build to be verbose (NOISY_BUILD)
- Pass CFLAGS/LDFLAGS to ASTCFLAGS/ASTLDFLAGS respectively in MAKE_ENV
- Update and cleanup pkg-plist
- Bump PORTREVISION

Note: These changes will be merged into net/asterisk11 and net/asterisk13
      ports in the near future.

[1] https://reviews.freebsd.org/D3261
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202006

Reviewed by:		madpilot (maintainer)
Approved by:		madpilot (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3262
Original commitRevision:395609 
Saturday, 18 Apr 2015
23:10 madpilot search for other commits by this committer
- Add SYSINFO option to asterisk ports and force them to respect
  it, otherwise they fail to build when devel/libsysinfo port is
  already present on system.

While here:

- Silence some Makefile commands
- Remove mostly obsolete comment from option description

Reported by:	Bob Eager <bob@eager.cx>
MFH:		2015Q2
Original commitRevision:384255 
Sunday, 12 Apr 2015
12:11 tijl search for other commits by this committer
Update net/libsrtp to 1.5.2 and use base OpenSSL on FreeBSD 10 and up

PR:		198903
Tested by:	madpilot
Approved by:	maintainer timeout (18 days)
Original commitRevision:383864 
Thursday, 9 Apr 2015
11:35 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.3
- Update net/asterisk11 to 11.17.1
- Update net/asterisk13 to 13.3.2

Security:	5fee3f02-de37-11e4-b7c3-001999f8d30b
MFH:		2015Q2
Original commitRevision:383635 
Wednesday, 25 Mar 2015
23:51 marino search for other commits by this committer
net category: Remove $PTHREAD_LIBS

openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
Original commitRevision:382278 
Thursday, 29 Jan 2015
17:24 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.1
- Update net/asterisk11 to 11.15.1
- Update net/asterisk13 to 13.1.1

MFH:		2015Q1
Security:	7656fc62-a7a7-11e4-96ba-001999f8d30b
Security:	2eeb6652-a7a6-11e4-96ba-001999f8d30b
Original commitRevision:378125 
Monday, 26 Jan 2015
22:00 madpilot search for other commits by this committer
Fix build of the snmp module (enabled by default) after net-mgmt/net-snmp
update.

Reported by:	mat
Original commitRevision:377960 
Wednesday, 24 Dec 2014
06:03 ohauer search for other commits by this committer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
Original commitRevision:375392 
Monday, 15 Dec 2014
18:46 pawel search for other commits by this committer
- Update comms/spandsp to version 0.0.6 [1]
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp
- Bump affected ports
- Mark comms/spandsp-devel as deprecated and set expiration date
- Add upgrade instructions to UPDATING

PR:		194399 [1]
Submitted by:	Nikola Kolev <koue@chaosophia.net> [1]
Approved by:	madpilot (asterisk ports), maintainer timeout (other)
Original commitRevision:374761 
14:46 madpilot search for other commits by this committer
Add asterisk13 port.

Fix CONFLICTS for asterisk ports and remove long deleted entries
references.

Upstream announce:
http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
Original commitRevision:374749 
Friday, 21 Nov 2014
14:40 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.1 [1]
- Update net/asterisk11 to 11.14.1 [2]

Security:	a92ed304-716c-11e4-b008-001999f8d30b [1] [2]
Security:	7bfd797c-716d-11e4-b008-001999f8d30b [2]
MFH:		2014Q4
Original commitRevision:372996 
Tuesday, 11 Nov 2014
14:00 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.32.0
- Update net/asterisk11 to 11.14.0
- Allow customizing startup options used by rc script [1]
- While here, fix some rclint warnings

Reported/Requested by:	Emmanuel Coulon <silicium at orange.fr> [1]
Original commitRevision:372448 
Tuesday, 21 Oct 2014
20:07 madpilot search for other commits by this committer
- Update asterisk to 1.8.31.1
- Update asterisk11 to 11.13.1

Security:	76c7a0f5-5928-11e4-adc7-001999f8d30b
Original commitRevision:371337 
Monday, 20 Oct 2014
10:09 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371252 
Friday, 26 Sep 2014
11:29 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.31.0
- Update net/asterisk11 to 11.13.0
- Make LUA option enabled by default [1]
- Simplify plist

Requested by:	Dennis Guse <dennis.guse at tu-berlin.de> (and others) [1]
Original commitRevision:369315 
Monday, 22 Sep 2014
17:43 antoine search for other commits by this committer
Fix LIB_DEPENDS, this port links against libsybdb not libtds
Original commitRevision:368978 
08:56 madpilot search for other commits by this committer
Add CPE info to asterisk ports.
Original commitRevision:368829 
Wednesday, 17 Sep 2014
07:38 tijl search for other commits by this committer
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
Original commitRevision:368356 
Sunday, 14 Sep 2014
10:19 tijl search for other commits by this committer
comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
  almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS

Reported by:	antoine
Original commitRevision:368167 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 1 Sep 2014
20:56 madpilot search for other commits by this committer
Convert to USES=pgsql
Original commitRevision:366957 
Wednesday, 27 Aug 2014
11:43 amdmi3 search for other commits by this committer
- Switch comms/spandsp-devel to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Use install-strip target instead of STRIP_CMD
- Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp
and spandsp-devel

Approved by:	portmgr blanket
Original commitRevision:366310 
Thursday, 21 Aug 2014
14:21 madpilot search for other commits by this committer
- Update asterisk to 1.8.30.0
- Update asterisk11 to 11.12.0
Original commitRevision:365561 
Saturday, 16 Aug 2014
15:30 tijl search for other commits by this committer
misc/openr2:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Original commitRevision:365093 
Tuesday, 29 Jul 2014
22:52 madpilot search for other commits by this committer
- Update net/asterisk to 1.8.29.0
- Update net/asterisk11 to 11.11.0
- Take maintainership [1]
- Add missing ODBC option to OPTIONS_DEFINE [2]
- Convert ports to using option helpers
- Fix LUA option

PR:		192226 [2]
Submitted by:	m.tsatsenko at gmail.com
Approved by:	flo (previous maintainer) [1]
Original commitRevision:363407 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Thursday, 3 Jul 2014
13:18 tijl search for other commits by this committer
Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports
Original commitRevision:360365 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Tuesday, 17 Jun 2014
08:13 flo search for other commits by this committer
- Update net/asterisk to 1.8.28.2
- Update net/asterisk11 to 11.10.2

Security:	f109b02f-f5a4-11e3-82e9-00a098b18457
Original commitRevision:358076 
Friday, 30 May 2014
15:41 flo search for other commits by this committer
- update to 1.8.28.0
- stage

Reviewed by:	antoine (previous version)
Original commitRevision:355861 
Monday, 26 May 2014
15:28 bapt search for other commits by this committer
Replace lang/lua with the new lang/lua51

lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
Original commitRevision:355360 
Monday, 5 May 2014
16:24 bapt search for other commits by this committer
Fix unixODBC vs libiodbc conflicts

Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
Original commitRevision:353029 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Tuesday, 11 Mar 2014
20:21 flo search for other commits by this committer
- Update to 1.8.26.1
- set USE_GCC as asterisk uses gcc extensions

(STAGE support will follow soon, just wanted to get the new version out now)

Security:	03159886-a8a3-11e3-8f36-0025905a4771
MFH:		2014Q1
Original commitRevision:347917 
Tuesday, 17 Dec 2013
23:48 flo search for other commits by this committer
- Update net/aserisk to 1.8.25.0
- Update net/aserisk10 to 10.12.4
- Update net/aserisk11 to 11.7.0
- mark net/aserisk10 DEPRECATED, it has reached its EOL

Security:	0c39bafc-6771-11e3-868f-0025905a4771
Original commitRevision:336791 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Wednesday, 28 Aug 2013
20:51 flo search for other commits by this committer
Update net/asterisk to 1.8.23.1
Update net/asterisk10 to 10.12.3
Update net/asterisk11 to 11.5.1

Security:	fd2bf3b5-1001-11e3-ba94-0025905a4771
Original commitRevision:325551 
Wednesday, 24 Jul 2013
09:47 flo search for other commits by this committer
Update to 1.8.23.0
Original commitRevision:323586 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Thursday, 4 Jul 2013
22:46 flo search for other commits by this committer
- Don't force gcc, make this work with clang, too [1]
- Don't call gmake directly [1]
- Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1]
- Use @dirrmtry for directories that can contain files after deinstall

Submitted by:	tijl [1]
Original commitRevision:322295 
Friday, 14 Jun 2013
07:07 flo search for other commits by this committer
- create missing directories before chowning them [1]
- asterisk depends on gmake so use gmake to run the menuselect.makeopts
  target [1]
- disable res_timing_kqueue module until we can figure out what's wrong
  with it [2]

Submitted by:	John Marino <draco@marino.st>  [1]
Reported by:	Ian FREISLICH <ianf@clue.co.za>, [2]
		Alejandro Imass <ait@p2ee.org>, [2]
		Amr Elsharqawi <aelsharqawi@live.com> [2]
Original commitRevision:320887 
Saturday, 18 May 2013
17:32 flo search for other commits by this committer
Update to 1.8.22.0
Original commitRevision:318436 
Monday, 22 Apr 2013
21:11 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>
Original commitRevision:316277 
Friday, 29 Mar 2013
10:04 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
Original commitRevision:315534 
Friday, 8 Mar 2013
11:32 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
Original commitRevision:313635 
Wednesday, 23 Jan 2013
07:14 flo search for other commits by this committer
Update to 1.8.20.1
Original commitRevision:310853 
Tuesday, 15 Jan 2013
17:01 flo search for other commits by this committer
Update to 1.8.20.0
Original commitRevision:310456 
Thursday, 3 Jan 2013
19:41 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
Original commitRevision:309903 
Wednesday, 12 Dec 2012
01:44 flo search for other commits by this committer
- update 1.8.19.0
- use OPTIONS_RADIO instead of OPTIONS_SINGLE
Original commitRevision:308729 
Thursday, 6 Dec 2012
21:46 flo search for other commits by this committer
- update to 1.8.18.1
- fix a few portlint warnings

Feature safe:	yes
Original commitRevision:308399 
Wednesday, 7 Nov 2012
16:20 flo search for other commits by this committer
Update to 1.8.18.0

Feature safe:	yes
Original commitRevision:307140 
Tuesday, 9 Oct 2012
23:36 flo search for other commits by this committer
Update to 1.8.17.0
Original commitRevision:305622 
22:12 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.
Original commitRevision:305610 
Thursday, 13 Sep 2012
23:21 flo search for other commits by this committer
Update to 1.8.16.0
Original commitRevision:304235 
09:39 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>
Original commitRevision:304188 
Thursday, 30 Aug 2012
22:14 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
Original commitRevision:303393 
Sunday, 5 Aug 2012
23:19 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
Original commit
Thursday, 2 Aug 2012
20:55 flo search for other commits by this committer
Update to 1.8.15.0
Original commit
Thursday, 19 Jul 2012
20:15 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).
Original commit
Wednesday, 18 Jul 2012
22:57 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]
Original commit
Monday, 16 Jul 2012
17:27 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]
Original commit
Wednesday, 11 Jul 2012
22:15 flo search for other commits by this committer
Update to 1.8.14.0
Original commit
Friday, 6 Jul 2012
18:09 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
Original commit
Thursday, 28 Jun 2012
05:23 fjoe search for other commits by this committer
- Add support for MFC/R2 signaling using openr2 library.
- Bump PORTREVISION.

Approved by:    MAINTAINER
Original commit
Monday, 4 Jun 2012
22:04 flo search for other commits by this committer
- Update to 1.8.13.0
- Update conflicts [1]

Reported by:    FreeBSD Ports conflicts checker [1]
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 30 May 2012
21:47 flo search for other commits by this committer
Update to 1.8.12.2
Original commit
Tuesday, 29 May 2012
23:10 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
Original commit
Wednesday, 2 May 2012
20:50 flo search for other commits by this committer
Update to 1.8.12.0
Original commit
Monday, 23 Apr 2012
20:22 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
Original commit
Sunday, 1 Apr 2012
13:14 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
Original commit
Thursday, 15 Mar 2012
23:15 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
Original commit
Monday, 5 Mar 2012
23:06 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.
Original commit
Saturday, 25 Feb 2012
00:27 flo search for other commits by this committer
update to 1.8.9.3
Original commit
Thursday, 9 Feb 2012
22:46 flo search for other commits by this committer
update to 1.8.9.2
Original commit
Tuesday, 7 Feb 2012
21:30 flo search for other commits by this committer
update to 1.8.9.1
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Saturday, 28 Jan 2012
00:07 flo search for other commits by this committer
Update to 1.8.9.0
Original commit
Friday, 20 Jan 2012
00:53 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
Original commit
Saturday, 31 Dec 2011
15:45 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
Original commit
Monday, 19 Dec 2011
11:16 flo search for other commits by this committer
update to 1.8.8.0
Original commit
Saturday, 10 Dec 2011
14:40 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
Original commit
Monday, 17 Oct 2011
21:46 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
Original commit
Sunday, 2 Oct 2011
15:33 flo search for other commits by this committer
update to 1.8.7.0
Original commit
Friday, 23 Sep 2011
22:26 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
Original commit
Wednesday, 31 Aug 2011
20:53 flo search for other commits by this committer
update to 1.8.6.0
Original commit
Thursday, 28 Jul 2011
12:43 sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
Original commit
Thursday, 21 Jul 2011
23:01 flo search for other commits by this committer
- fix WITH_ILBC

Reported by:    Guido Falsi <mad@madpilot.net>
Original commit

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

1 | 2 | 3  »