summaryrefslogtreecommitdiff
path: root/audio/mpg123
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+3
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2005-02-17Add MPG123_ARM_FIXED64 to BUILD_DEFS.wiz1-2/+2
Noted by Jesse Off in PR 29411.
2005-01-12PKGREVISION bump for security fix (previous bump was >4 days ago.wiz1-2/+2
2005-01-12another header valdation (CAN-2004-0991)drochner2-7/+14
ride on recent PKGREVISION bump
2005-01-07Fix a buffer overflow by a malicous playlist (CAN-2004-1284).drochner4-3/+35
Being here, fix a possible problem which was mentioned in conjunction with CAN-2003-0577 - zero bitrate makes mpg123 assume a negative frame size. bump PKGREVISION
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-14/+14
Suggested by Roland Illig, ok'd by various.
2004-11-07Add fix for security vulnerability reported in CAN-2004-0982 based ontron3-7/+51
patches from Debian's advisory DSA-578. Bump package revision because of this fix.
2004-09-07PKGREVISION++salo3-3/+23
- fix a buffer overflow: "A malicious formatted mp3/2 causes mpg123 to fail header checks, this may allow arbitrary code to be executed with the privilege of the user trying to play the mp3." - patch from Debian but retain code style.
2004-04-11bl3ifyxtraeme1-2/+2
2004-04-09add LICENSE=no-commercial-use. noted by Bruce J.A. Nourish ingrant1-1/+3
PR pkg/24510.
2004-03-17add a darwin-esd targetdanw2-3/+20
2004-03-05Needs to include compiler.mk before using PKGSRC_COMPILER.bouyer1-2/+2
2004-02-10Fix security vulnerability reported in CAN-2003-0865. Bump package revisiontron3-3/+29
because of this fix.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam1-2/+2
2003-12-18Get the default target for Solaris working with USE_SUNPRO.sketch1-1/+5
Still TODO: Add targets for -nas and -esd back-ends to match GCC.
2003-10-23fall back to 'netbsd' target if there's no special arch target.grant1-1/+3
noted by martin@.
2003-10-18remove some cruft from the rcs id line.grant1-1/+2
2003-10-18make this work on FreeBSD by setting ALL_TARGET to a sensible defaultgrant3-6/+20
if we don't have an override, and using sys/soundcard.h instead of machine/soundcard.h.
2003-10-18add a missing double quote, whitespace and other minor nits.grant1-7/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-04-03drop some unneeded parens.grant1-9/+8
2003-04-03Make this compile on Linux. Only tested on i386, but should workjschauma1-18/+26
on linux-sparc, linux-alpha, linux-ppc etc. assuming the target is correct.
2003-03-13Add ALL_TARGET for IRIX.jschauma1-7/+9
2002-11-28Use the mpg123 Makefile.common to build mpg123-nas.markd2-6/+85
Based on PR 18532 from Greg A. Woods.
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz3-19/+20
2002-06-23Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479.kent5-73/+181
This feature is enabled by MPG123_ARM_FIXED64. mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound.
2002-06-22Rescue Makefile entries removed accidentaly.kent2-9/+44
2002-06-22Remove unnecessary macro.kent2-13/+13
2002-06-22Add mpg123 with EsounD. All modifications required for EsounD are merged tokent3-46/+87
mpg123/patches/*. This closes PR pkg/12059.
2002-05-25Add conflict with mpg123-nas-[0-9]*rh1-2/+4
While at it, move PKGNAME line one up to make pkglint happy. Bump PKGREVISION.
2002-04-25Check for arm and arm32, not just arm32.abs3-8/+8
2002-02-27Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decodingsimonb2-9/+11
ID3 tags. Reported by Martin Husemann.
2002-02-27Some stupid people can not tell "int" from "long". Some of them daremartin3-1/+35
to cast "void*" to one or the other.
2002-02-23Bump package revision to 1 after 64Bit patch went in.tron1-2/+2
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb3-77/+46
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb2-37/+97
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-12After playing a file using mmap(2), do a MADV_FREE. In theory this will helpmycroft2-11/+25
prevent other bits getting paged out.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-4/+7
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-19/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Honor CFLAGS passed in from environment, and for NetBSD/i386, don'tjlam2-9/+10
explicitly pass -m486 flag to compiler.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-11Use IPv6 support on Solaris, too.tron1-2/+1
2001-01-11Fix build problem invented in last commit.tron1-2/+4
2001-01-11Work arround the problem that the IPv6 patch file needs to be applied withtron1-2/+4
"-p1" while the layer 3 64bit patch needs "-p0".