aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
Commit message (Collapse)AuthorAgeFilesLines
* Chase libtheora lib versionMichael Johnson2007-10-091-2/+2
| | | | Notes: svn path=/head/; revision=201195
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-132-1/+13
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Fix passing of the -b option the the RC script.Erwin Lansing2006-08-032-3/+3
| | | | | | | | | PR: 101285 Submitted by: gabor Approved by: maintainer Notes: svn path=/head/; revision=169591
* Suggest copying the sample configuration file to the default locationMichael Nottebrock2006-06-061-2/+3
| | | | | | | | | in pkg-message. Requested by: Dave <dmehler26@woh.rr.com> Notes: svn path=/head/; revision=164597
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-071-3/+3
| | | | | | | | | update. - portlint(1) while here Notes: svn path=/head/; revision=161539
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Chase libshout2 shared library version bump.Michael Nottebrock2006-01-081-2/+3
| | | | Notes: svn path=/head/; revision=153104
* Update to 2.3.1Michael Nottebrock2005-12-132-3/+4
| | | | Notes: svn path=/head/; revision=151075
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 2.3.0Michael Nottebrock2005-09-264-19/+13
| | | | Notes: svn path=/head/; revision=143598
* Fix various issues with the rc-script and adjust pkg-message accordingly.Michael Nottebrock2005-06-223-8/+29
| | | | Notes: svn path=/head/; revision=137891
* Duh. Forgot to rename the sucker in CVS.Michael Nottebrock2005-06-081-2/+2
| | | | Notes: svn path=/head/; revision=137049
* Fix rcNG script.Michael Nottebrock2005-06-062-4/+2
| | | | | | | | | PR: ports/81932 Submitted by: Mike Benjamin <mikeb@mikeb.org> Correct fix pointed out by: flz Notes: svn path=/head/; revision=136906
* Update libshout2 to 2.1 and chase library revision bump.Michael Nottebrock2005-04-031-1/+2
| | | | Notes: svn path=/head/; revision=132387
* Update to 2.2.0Michael Nottebrock2005-01-153-6/+10
| | | | | | | | | PR: ports/76132, ports/76135 (based on) Submitted by: Benjamin Lee <webmaster@thetangent.us>, Frits Letteboerr <graver@graver.xs4all.nl> Notes: svn path=/head/; revision=126523
* USE_RC_SUBRMichael Nottebrock2004-12-121-0/+1
| | | | Notes: svn path=/head/; revision=123804
* Add a rc-script.Michael Nottebrock2004-12-104-1/+54
| | | | | | | Submitted by: "dave" <dmehler26@woh.rr.com> Notes: svn path=/head/; revision=123654
* Update to 2.1.0Michael Nottebrock2004-11-053-3/+14
| | | | | | | | PR: 73578 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> Notes: svn path=/head/; revision=120912
* Update to 2.0.2Michael Nottebrock2004-10-132-5/+5
| | | | Notes: svn path=/head/; revision=119327
* Update to 2.0.1 release, DOS vulnerability fix.Michael Nottebrock2004-06-242-4/+3
| | | | | | | http://people.freebsd.org/~eik/portaudit/8de7cf18-c5ca-11d8-8898-000d6111a684.html Notes: svn path=/head/; revision=112121
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to version 2.0.0Michael Nottebrock2004-01-083-5/+5
| | | | Notes: svn path=/head/; revision=97700
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
| | | | Notes: svn path=/head/; revision=96269
* Update to latest beta release.Michael Nottebrock2003-12-113-7/+17
| | | | Notes: svn path=/head/; revision=95636
* Chase the libxslt shared lib version with a PORTREVISION bump.Joe Marcus Clarke2003-11-041-1/+2
| | | | Notes: svn path=/head/; revision=93101
* Bento fixes.Michael Nottebrock2003-08-181-2/+0
| | | | | | | | Notified by: kris (bento) Approved by: arved (Mentor) Notes: svn path=/head/; revision=87202
* Update to a current snapshot.Michael Nottebrock2003-08-124-36/+38
| | | | | | | Approved by: arved (Mentor) Notes: svn path=/head/; revision=86865
* Switch to bzip2 distfile.Kris Kennaway2003-03-052-1/+2
| | | | | | | | PR: ports/48834 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> (maintainer) Notes: svn path=/head/; revision=76912
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Add 'ipv6' on CATEGORIES. Icecast2 supports IPv6 streaming.Munechika SUMIKAWA2003-01-151-1/+1
| | | | Notes: svn path=/head/; revision=73196
* Textproc/libxslt is required in build.Munechika SUMIKAWA2003-01-151-1/+2
| | | | Notes: svn path=/head/; revision=73195
* Complete Repocopy from audio/libshout -> audio/libshout2, audio/icecast -> ↵Tilman Keskinoz2003-01-1510-144/+46
| | | | | | | | | | | | | audio/icecast2. Update to a development Snapshot of icecast2. The new icecast2 protocol supports ogg-vorbis streaming. PR: 45250, 45251 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Notes: svn path=/head/; revision=73192
* Fix build on -currentKris Kennaway2002-11-241-0/+13
| | | | | | | Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=70959
* - Fix detection of libreadline and bump PORTREVISION [1]Patrick Li2002-08-214-0/+65
| | | | | | | | | | - Allow port to compile on -current Submitted by: David Yeske <dyeske@yahoo.com> [1] Reviewed by: maintainer Notes: svn path=/head/; revision=64731
* Unmark FORBIDDEN. The security issues were corrected in the 1.3.12Chris D. Faulhaber2002-05-071-2/+0
| | | | | | | | | release. Noticed by: nectar Notes: svn path=/head/; revision=58667
* Mark FORBIDDEN due to multiple vulnerabilites:Chris D. Faulhaber2002-05-071-0/+2
| | | | | | | | | | | http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-0784 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1083 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1229 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1230 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0177 Notes: svn path=/head/; revision=58639
* Update to 1.3.12Patrick Li2002-04-282-2/+2
| | | | | | | | PR: 37541 Submitted by: maintainer Notes: svn path=/head/; revision=58281
* There is no pkg-install file, so that don't try to execute it.Maxim Sobolev2002-01-151-6/+1
| | | | Notes: svn path=/head/; revision=53102
* Remove empty files.Maxim Sobolev2002-01-151-0/+0
| | | | Notes: svn path=/head/; revision=53101
* Update to 1.3.11.Pete Fritchman2001-12-292-2/+2
| | | | | | | | PR: 33205 Submitted by: maintainer Notes: svn path=/head/; revision=52370
* Oops. PORTREVISION=0 is not actually needed.Jimmy Olgeni2001-04-201-1/+0
| | | | Notes: svn path=/head/; revision=41735
* Update port to version 1.3.10.Jimmy Olgeni2001-04-204-82/+4
| | | | | | | | | | Change maintainer, with previous maintainer's permission. PR: 26656 Submitted by: Zach Zurflu <zach@pabst.bendnet.com> Notes: svn path=/head/; revision=41734
* Whoops, back goes the FORBIDDEN tag..after months of silence, icecastKris Kennaway2001-03-141-0/+2
| | | | | | | | | finally released a new version the day we released the advisory for the old one, but it turns out there are still other security problems unfixed in both. Notes: svn path=/head/; revision=39843
* Fix most of the format string abuses including those which are known toKris Kennaway2001-03-113-1/+82
| | | | | | | | | | | cause a security vulnerabilities. Not fixed are a number of more subtle cases which may or may not allow security violations (I don't have time to conduct a thorough audit now), and which are difficult/impossible to fix anyway without something like fmtcheck(). Document this in pkg-install and remove FORBIDDEN tag. Notes: svn path=/head/; revision=39558
* Mark FORBIDDEN: Remotely exploitable buffer overflowChris D. Faulhaber2001-01-231-0/+1
| | | | | | | Obtained from: |CyRaX| <cyrax@pkcrew.org> via Bugtraq Notes: svn path=/head/; revision=37461