NetBSD.se

CVS log for pkgsrc/audio/mpg123/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / mpg123

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Oct 17 19:45:55 2011 UTC (6 months, 4 weeks ago) by shattered
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
PR/44543 -- recognize any non-zero return value getaddrinfo() as error.
Bump revisions of all variant packages.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Sep 14 15:46:49 2011 UTC (8 months ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
Fix build on SunOS.

Revision 1.31.6.1: download - view: text, markup, annotated - select for diffs
Thu Oct 28 08:19:42 2010 UTC (18 months, 2 weeks ago) by tron
Branches: pkgsrc-2010Q3
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +3 -3 lines
Pullup ticket #3260 - requested by gls
audio/mpg123: security update

Revisions pulled up:
- audio/mpg123/Makefile.common		1.35
- audio/mpg123/distinfo			1.32
---
Module Name:	pkgsrc
Committed By:	zafer
Date:		Tue Oct 26 21:06:44 UTC 2010

Modified Files:
	pkgsrc/audio/mpg123: Makefile.common distinfo

Log Message:
Update mpg123 to 1.12.5

Changelog:
Version 1.12.5:
This release fixes a buffer overflow issue in the mpg123 frontend
application when printing ID3 data in non-UTF-8 environments. It has
been introduced in version 1.12.4 and Jakub Bogusz was so kind to bump
my head into this. Please upgrade. Thanks.

Version 1.12.4:
This is a little bugfix release that improves printout of metadata (ID3)
in UTF-8 terminals, fixing one of those distro bug reports that I am
getting aware of late... Get it from the usual places.

Version 1.12.3:
The newest release fixes bug 3022850, a long-standing bug that managed
to break http streaming with ICY metadata in a non-obvious manner. It's
a little change with big impact... for those who listen to web radio,
that is.

Version 1.12.2:
The fresh maintenance release mainly fixes bug 2996045, invalid memory
access prompted by addresses in the upper half of the address space. I
introduced that one with a bad alignment algorithm, sorry.

Along with this go several other fixes/improvements:

    * Various build and portability fixes (including making some exotic
configure switches work (again)).
    * Add dump_seekindex example
    * Sync mpg123_clr (.NET wrapper) to 1.12 feature set, patch provided
by Malcolm Boczek -- and actually include it in release tarball!
    * Rework mpg123.h logic for large file stuff a bit, clients can
control it by defining MPG123_NO_LARGENAME or MPG123_LARGESUFFIX.
    * Include dumb wrappers to provide names suffixed with _64 on 64 bit
machines and _32 on 32 bit machines, respectively, to help clients that
insist on defining _FILE_OFFSET_BITS where it is not needed (or with a
non-large value).
    * Tuning of the internal buffer code for feeder mode to minimize its
performance impact (works in 4K blocks now).
    * Workaround for compiler bugs in Open64/PathScale/SunStudio (bug
3004396, suggestion by Doug Gilmore).
      Note that Sun Studio is still a tricky fellow, at least when it
comes to our preprocessed assembly (generic build works). Also,
x86-Open64 recently produced another segfault in layer3.c on my box...
GNU and intel compilers are what one can use as something stable.
    * Make mpg123_getformat() return more error codes (like
MPG123_NEED_MORE).
    * Fix handle I/O for clients with small file offset (32 bit when
libmpg123 has 64 bit).
    * Fix 3DNow(Ext) standalone builds.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Oct 26 21:06:44 2010 UTC (18 months, 2 weeks ago) by zafer
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
Update mpg123 to 1.12.5

Changelog:
Version 1.12.5:
This release fixes a buffer overflow issue in the mpg123 frontend application when printing ID3 data in non-UTF-8 environments. It has been introduced in version 1.12.4 and Jakub Bogusz was so kind to bump my head into this. Please upgrade. Thanks.

Version 1.12.4:
This is a little bugfix release that improves printout of metadata (ID3) in UTF-8 terminals, fixing one of those distro bug reports that I am getting aware of late... Get it from the usual places.

Version 1.12.3:
The newest release fixes bug 3022850, a long-standing bug that managed to break http streaming with ICY metadata in a non-obvious manner. It's a little change with big impact... for those who listen to web radio, that is.

Version 1.12.2:
The fresh maintenance release mainly fixes bug 2996045, invalid memory access prompted by addresses in the upper half of the address space. I introduced that one with a bad alignment algorithm, sorry.

Along with this go several other fixes/improvements:

    * Various build and portability fixes (including making some exotic configure switches work (again)).
    * Add dump_seekindex example
    * Sync mpg123_clr (.NET wrapper) to 1.12 feature set, patch provided by Malcolm Boczek -- and actually include it in release tarball!
    * Rework mpg123.h logic for large file stuff a bit, clients can control it by defining MPG123_NO_LARGENAME or MPG123_LARGESUFFIX.
    * Include dumb wrappers to provide names suffixed with _64 on 64 bit machines and _32 on 32 bit machines, respectively, to help clients that insist on defining _FILE_OFFSET_BITS where it is not needed (or with a non-large value).
    * Tuning of the internal buffer code for feeder mode to minimize its performance impact (works in 4K blocks now).
    * Workaround for compiler bugs in Open64/PathScale/SunStudio (bug 3004396, suggestion by Doug Gilmore).
      Note that Sun Studio is still a tricky fellow, at least when it comes to our preprocessed assembly (generic build works). Also, x86-Open64 recently produced another segfault in layer3.c on my box... GNU and intel compilers are what one can use as something stable.
    * Make mpg123_getformat() return more error codes (like MPG123_NEED_MORE).
    * Fix handle I/O for clients with small file offset (32 bit when libmpg123 has 64 bit).
    * Fix 3DNow(Ext) standalone builds.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 14 14:19:19 2010 UTC (2 years, 2 months ago) by martin
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -30 lines
Update mpg123 to version 1.10.1.
Thanks to <wiz> for answering lots of stupid questions and general guidance.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue May 19 22:16:08 2009 UTC (2 years, 11 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
+PKG_DESTDIR_SUPPORT

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Aug 20 22:17:30 2008 UTC (3 years, 8 months ago) by martin
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Improve error handling for broken input streams and make the backend deal
with a dying frontend. Fixes PR pkg/39378.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue May 20 18:36:47 2008 UTC (3 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Honour PKGMANDIR

Revision 1.26.4.1: download - view: text, markup, annotated - select for diffs
Sat May 27 11:24:06 2006 UTC (5 years, 11 months ago) by ghen
Branches: pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -2 lines
Pullup ticket 1673 - requested by drochner
security fix for mpg123

Revisions pulled up:
- pkgsrc/audio/mpg123/Makefile		1.42
- pkgsrc/audio/mpg123/distinfo		1.27
- pkgsrc/audio/mpg123/patches/patch-ai	1.4
- pkgsrc/audio/mpg123-esound/Makefile	1.17
- pkgsrc/audio/mpg123-nas/Makefile	1.20

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri May 26 12:16:13 UTC 2006

   Modified Files:
           pkgsrc/audio/mpg123: Makefile distinfo
           pkgsrc/audio/mpg123/patches: patch-ai

   Log Message:
   fix buffer overflow (CVE-2006-1655), from Debian
   bump PKGREVISION
---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri May 26 12:33:37 UTC 2006

   Modified Files:
           pkgsrc/audio/mpg123-esound: Makefile
           pkgsrc/audio/mpg123-nas: Makefile

   Log Message:
   also bump PKGREVISION for mpg123 security fix, pointed out
   by Joerg Sonnenberger

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 26 12:16:13 2006 UTC (5 years, 11 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
fix buffer overflow (CVE-2006-1655), from Debian
bump PKGREVISION

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 11 21:59:29 2005 UTC (6 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Branch point for: pkgsrc-2006Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Provide nsd target and fix esd target for FreeBSD and DragonFly.

Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 3 19:00:34 2005 UTC (6 years, 7 months ago) by salo
Branches: pkgsrc-2005Q3
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +4 -2 lines
Pullup ticket 798 - requested by Joerg Sonnenberger
bugfixes for mpg123

Revisions pulled up:
- pkgsrc/audio/mpg123/Makefile			1.40
- pkgsrc/audio/mpg123/distinfo			1.24
- pkgsrc/audio/mpg123-esound/Makefile		1.12
- pkgsrc/audio/mpg123-nas/Makefile		1.13
- pkgsrc/audio/mpg123/patches/patch-aq		1.3
- pkgsrc/audio/mpg123/patches/patch-av		1.1
- pkgsrc/audio/mpg123/patches/patch-aw		1.1

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Mon Oct  3 15:17:14 UTC 2005

   Modified Files:
   	pkgsrc/audio/mpg123: Makefile distinfo
   	pkgsrc/audio/mpg123-esound: Makefile
   	pkgsrc/audio/mpg123-nas: Makefile
   	pkgsrc/audio/mpg123/patches: patch-aq
   Added Files:
   	pkgsrc/audio/mpg123/patches: patch-av patch-aw

   Log Message:
   Correct usage of errno and ctype macros. The former is wrong when thread
   linking is active, the latter can result in segfaults.

   Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype
   bugfix.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Oct 3 15:25:14 2005 UTC (6 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Use the FreeBSD rules for DragonFly as well.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 3 15:17:14 2005 UTC (6 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -2 lines
Correct usage of errno and ctype macros. The former is wrong when thread
linking is active, the latter can result in segfaults.

Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype
bugfix.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 28 19:52:21 2005 UTC (7 years, 1 month ago) by schwarz
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines

added support for "old" (i.e. pre-6.X) IRIX audio libraries.
(approved by recht and jschauma)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 23 20:39:49 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Add RMD160 digests to the SHA1 ones.

Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 15 07:00:18 2005 UTC (7 years, 4 months ago) by snj
Branches: pkgsrc-2004Q4
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +4 -2 lines
Pullup ticket 227 - requested by Matthias Drochner
security fix for mpg123

   Module Name:  pkgsrc
   Committed By: drochner
   Date:         Fri Jan  7 14:52:13 UTC 2005

   Modified Files:
         pkgsrc/audio/mpg123: Makefile distinfo
   Added Files:
         pkgsrc/audio/mpg123/patches: patch-as patch-at

   Log Message:
   Fix a buffer overflow by a malicous playlist (CAN-2004-1284).
   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
---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Wed Jan 12 11:52:38 UTC 2005

   Modified Files:
           pkgsrc/audio/mpg123: distinfo
           pkgsrc/audio/mpg123/patches: patch-ar

   Log Message:
   another header valdation (CAN-2004-0991)
   ride on recent PKGREVISION bump
---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Wed Jan 12 14:17:44 UTC 2005

   Modified Files:
           pkgsrc/audio/mpg123: Makefile
           pkgsrc/audio/mpg123-esound: Makefile
           pkgsrc/audio/mpg123-nas: Makefile

   Log Message:
   PKGREVISION bump for security fix (previous bump was >4 days ago.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jan 12 11:52:38 2005 UTC (7 years, 4 months ago) by drochner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
another header valdation (CAN-2004-0991)
ride on recent PKGREVISION bump

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jan 7 14:52:13 2005 UTC (7 years, 4 months ago) by drochner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
Fix a buffer overflow by a malicous playlist (CAN-2004-1284).
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

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 9 08:50:38 2004 UTC (7 years, 6 months ago) by salo
Branches: pkgsrc-2004Q3
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +2 -2 lines
Pullup ticket 134 - requested by Matthias Scheler
security fix for mpg123

        Module Name:	pkgsrc
        Committed By:	tron
        Date:		Sun Nov  7 08:55:04 UTC 2004

        Modified Files:
        	pkgsrc/audio/mpg123: Makefile distinfo
        	pkgsrc/audio/mpg123-esound: Makefile
        	pkgsrc/audio/mpg123-nas: Makefile
        	pkgsrc/audio/mpg123/patches: patch-aq

        Log Message:
        Add fix for security vulnerability reported in CAN-2004-0982 based on
        patches from Debian's advisory DSA-578. Bump package revision because
        of this fix.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 7 08:55:04 2004 UTC (7 years, 6 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Add fix for security vulnerability reported in CAN-2004-0982 based on
patches from Debian's advisory DSA-578. Bump package revision because of
this fix.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 7 22:14:09 2004 UTC (7 years, 8 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base
Branch point for: pkgsrc-2004Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
PKGREVISION++

- 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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 17 04:49:48 2004 UTC (8 years, 2 months ago) by danw
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
add a darwin-esd target

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 10 15:57:30 2004 UTC (8 years, 3 months ago) by agc
Branches: pkgsrc-2003Q4
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +2 -1 lines
Pullup security fix to the pkgsrc-2003Q4 branch, requested by Matthias Scheler.

	Module Name:    pkgsrc
	Committed By:   tron
	Date:           Tue Feb 10 09:32:47 UTC 2004

	Modified Files:
		pkgsrc/audio/mpg123: Makefile distinfo
		pkgsrc/audio/mpg123-esound: Makefile
		pkgsrc/audio/mpg123-nas: Makefile
	Added Files:
		pkgsrc/audio/mpg123/patches: patch-aq

	Log Message:
	Fix security vulnerability reported in CAN-2003-0865. Bump package revision
	because of this fix.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Feb 10 09:32:47 2004 UTC (8 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Fix security vulnerability reported in CAN-2003-0865. Bump package revision
because of this fix.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 18 11:27:11 2003 UTC (8 years, 7 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base
Branch point for: pkgsrc-2003Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
make this work on FreeBSD by setting ALL_TARGET to a sensible default
if we don't have an override, and using sys/soundcard.h instead of
machine/soundcard.h.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 28 12:24:06 2002 UTC (9 years, 5 months ago) by markd
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Use the mpg123 Makefile.common to build mpg123-nas.
Based on PR 18532 from Greg A. Woods.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 6 11:51:58 2002 UTC (9 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:38:37 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +3 -2 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jun 23 08:45:09 2002 UTC (9 years, 10 months ago) by kent
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479.
This feature is enabled by MPG123_ARM_FIXED64.

mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jun 22 19:03:11 2002 UTC (9 years, 10 months ago) by kent
Branches: MAIN
CVS tags: buildlink2-base
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Rescue Makefile entries removed accidentaly.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jun 22 18:47:29 2002 UTC (9 years, 10 months ago) by kent
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Remove unnecessary macro.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 22 17:56:37 2002 UTC (9 years, 10 months ago) by kent
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
Add mpg123 with EsounD.  All modifications required for EsounD are merged to
mpg123/patches/*.
This closes PR pkg/12059.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 25 16:34:15 2002 UTC (10 years ago) by abs
Branches: MAIN
Branch point for: buildlink2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Check for arm and arm32, not just arm32.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 27 23:22:48 2002 UTC (10 years, 2 months ago) by simonb
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Use -DREAD_MMAP on all NetBSD targets.  Fixes problems with mis-decoding
ID3 tags.
Reported by Martin Husemann.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 27 21:37:40 2002 UTC (10 years, 2 months ago) by martin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Some stupid people can not tell "int" from "long". Some of them dare
to cast "void*" to one or the other.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 22 13:17:54 2002 UTC (10 years, 2 months ago) by simonb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -4 lines
Drop the alpha-linux l3.diff.gz altogether - it only makes the previous
diff much harder to read than it should be.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 22 12:52:03 2002 UTC (10 years, 2 months ago) by simonb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Drop the assumption that alphas are the only 64bit machines.  int is
32bit on all platforms so just use that instead of the #ifdef dance
between int/long.

Patch from Darren Reed and myself.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 12 20:21:36 2001 UTC (11 years ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
After playing a file using mmap(2), do a MADV_FREE.  In theory this will help
prevent other bits getting paged out.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 18 12:14:35 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -4 lines
Move to sha1 digests, and add distfile sizes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 10:23:22 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>