Up to [cvs.NetBSD.org] / pkgsrc / audio / mpg123
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.69 / (download) - annotate - [select for diffs], Sat Feb 11 12:39:17 2023 UTC (7 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.68: +3 -1
lines
Diff to previous 1.68 (colored)
mpg123: updated to 1.31.2 1.31.2 ------ - Fix build --with-network=internal only (configure logic error, bug 348). - Fix OS/2 build with getaddrinfo() (which may support IPv6 eventually, thanks to Dave Yeo).
Revision 1.68 / (download) - annotate - [select for diffs], Sat Oct 29 19:16:04 2022 UTC (11 months ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.67: +1 -2
lines
Diff to previous 1.67 (colored)
mpg123: Update to 1.31.0
Revision 1.67 / (download) - annotate - [select for diffs], Sat Jul 23 23:02:14 2022 UTC (14 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.66: +2 -1
lines
Diff to previous 1.66 (colored)
mpg123*: restore PKGREVISIONs, they were there too long to be reset Can be removed on next update.
Revision 1.66 / (download) - annotate - [select for diffs], Tue Jul 19 00:06:01 2022 UTC (14 months, 2 weeks ago) by thor
Branch: MAIN
Changes since 1.65: +1 -2
lines
Diff to previous 1.65 (colored)
audio/mpg123*: reset pkgrevisions and correct CHANGES entries The revisions were not reset on version upgrade and the committer name was wrong in CHANGES. Please excuse the retro-fixup.
Revision 1.65 / (download) - annotate - [select for diffs], Wed Apr 27 21:15:23 2022 UTC (17 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.64: +2 -1
lines
Diff to previous 1.64 (colored)
mpg123: Fix device opening on NetBSD on rpi. Normal applications setting the audio output port in 2022 considered harmful.
Revision 1.64 / (download) - annotate - [select for diffs], Sat Jun 5 17:30:01 2021 UTC (2 years, 3 months ago) by thor
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.63: +2 -1
lines
Diff to previous 1.63 (colored)
mpg123: update to 1.28.0 1.28.0 ------ - build: -- Fix up the build to actually build all library objects with libtool consistently, also ensuring no pointless static archives for output modules. -- Adapted things to autoconf 2.71, requiring 2.69 now (the latter tested on Debian, with their patches). -- Improved configure to be more useful --with-default-audio to define the search order, fix static build for --with-audio being a list (just choosing the first one). -- Ensure consistent use of LINK_MPG123_DLL in headers. - build (ports/cmake): -- Thanks to Evgeni Poberezhnikov for working with us on that. -- Fix up ports/cmake to really work in MSVC also for users of the lib (tested in vcpkg, bug 310). -- Hardcode ports/cmake CPU detection for x64 and ARM as CMAKE_SYSTEM_PROCESSOR is useless crap (bug 298 for real). -- Add missing io.h for _setmode() MSVC warned about (bug 311). -- Added BUILD_NO_LARGENAME define to be used by MSVC builds. Note that an MSVC build of libmpg123 does not support 64 bit file offsets. That would need more morting to the explicit API. Thanks to MS for making off_t even more messy and less useful. -- Added JACK output, fixed handling of compat_str there and in win32_wasapi. - libsyn123: Fix syn123_mix() to actually do intermediate conversion when input and output encoding are the same but non-float. This makes out123 --mix work with s16 input and output, which is not that special! - libmpg123: Fix misguided handling of part2_3_length checks in III_get_scale_factors_1() and III_get_scale_factors_2() which invalidated decoding of a mono source encoded as ms+i-stereo (bug 312). This was a regression introduced with version 1.25.7. - libout123: -- Print basic module loading errors only for last one in list. This enables use of an output module search list that anticipates module files not installed with the main package. -- Fixes for win32_wasapi build with MSVC.
Revision 1.63 / (download) - annotate - [select for diffs], Tue May 25 18:11:17 2021 UTC (2 years, 4 months ago) by thor
Branch: MAIN
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
audio/mpg123: really fix PLIST.oss check
Revision 1.62 / (download) - annotate - [select for diffs], Tue May 25 17:02:13 2021 UTC (2 years, 4 months ago) by thor
Branch: MAIN
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
audio/mpg123: fix check for PLIST.oss
Revision 1.61 / (download) - annotate - [select for diffs], Tue May 25 10:44:22 2021 UTC (2 years, 4 months ago) by thor
Branch: MAIN
Changes since 1.60: +12 -7
lines
Diff to previous 1.60 (colored)
audio/mpg123*: update to 1.27.2, simplify things This updates the mpg123 version and also removes packaging cruft. Among that, a never-working patch for madvise and a very old i586 assembly source are gone. The output modules are now installed without libtool files, just as .so (or .dylib). A future update to 1.28 will probably also get rid of the static libraries (upstream fixed the build to work around pkgsrc's wrapped libtool which ignores the autoconf macros to trigger non-static default build). These are the upstream changes: 1.27.2 ------ (Trying some svn tag discipline: 1.27.1 has been tagged before, but not released. Let's increment for any change.) - Removed ports/Xcode, ports/cmake should handle that case. - Ensure debug.h is included last where it matters to avoid conflicts with debug/warning macros in system headers (bug 308). - Fix some debug/printf integer casts for 32 bit platforms (bug 309). 1.27.0 ------ - libmpg123: -- Running on precomputed tables now, no need to call mpg123_init() anymore. That and mpg123_exit() are both just empty shells. You can omit them if you do not care about earlier libmpg123. You can check for MPG123_API_VERSION >= 46. -- Added API that avoids enums, mapped-to by default unless MPG123_ENUM_API is defined. - libout123: -- Added API that avoids enums, mapped-to by default unless MPG123_ENUM_API is defined. -- Added device enumeration for win32, win32_wasapi, alsa, pulse. This increments the output module ABI version to 3. -- You can choose output devices now on Windows. -- Changed default output module order to put pulse before alsa since we now ensure that pulse is not inadvertedly started by the autospawn feature. This improves the experience on desktop systems with pulse where the alsa to pulse use causes glitches. Note that on a modern Linux desktop (Ubuntu), you will not escape an instance of pulseaudio being started, with even the enumeration of the ALSA default device summoning the daemon. If you _want_ sound daemon autospawn behaviour on other platforms, you need to trigger it outside of libout123. - examples: Update for dropped mpg123_init(), more sensible copyright notes. - out123: -- safer limiting of maximum playback rate -- Added --list-devices. - mpg123: -- Fix --continue output to print track_count+1 as continue position after hitting the end of playlist. Makes scripts/conplay go to back to the beginning again (regression in 1.24.0, bug 250). -- Remote control API version 9 with @I { .. @I } wrapping of ID3 and playlist display. -- Added --list-devices. -- Fix console printout on Windows. -- Fix terminal control logic to better handle cases where stdin or stderr is not a terminal, also avoid enabling control if you specify stdin as input file. - Updated debugging/warning/error message macros to include the function name.
Revision 1.60 / (download) - annotate - [select for diffs], Sun Jan 3 15:06:00 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.59: +1 -2
lines
Diff to previous 1.59 (colored)
mpg123: updated to 1.26.4 1.26.4 ------ - Clarify seeking documentation regarding samples and PCM frames. - Fix build on MorphOS (patch by Ozkan Sezer, bug 295). - Fix cmake build to install fmt123.h. - Some cmake build fixes, tinyalsa addition by Maarten (bug 299). - libmpg123: explicitly handle some
Revision 1.59 / (download) - annotate - [select for diffs], Sat Aug 1 23:44:06 2020 UTC (3 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.58: +2 -1
lines
Diff to previous 1.58 (colored)
Don't set PKG_SUGGESTED_OPTIONS=mpg123-with-fpu on softfloat arm. Fixes PR/54779. Bump PKGREVISION to rebuild arm binaries.
Revision 1.57.8.1 / (download) - annotate - [select for diffs], Fri Aug 9 13:11:04 2019 UTC (4 years, 1 month ago) by bsiegert
Branch: pkgsrc-2019Q2
Changes since 1.57: +1 -2
lines
Diff to previous 1.57 (colored) next main 1.58 (colored)
Pullup ticket #6014 - requested by nia audio/mpg123: security fix Revisions pulled up: - audio/mpg123/Makefile 1.58 - audio/mpg123/Makefile.common 1.49 - audio/mpg123/distinfo 1.49 --- Module Name: pkgsrc Committed By: nia Date: Sat Jul 27 15:14:40 UTC 2019 Modified Files: pkgsrc/audio/mpg123: Makefile Makefile.common distinfo Log Message: mpg123: Update to 1.25.11 libmpg123: * Fix out-of-bounds reads in ID3 parser for unsynced frames. (oss-fuzz-bug 15852) * Fix out-of-bounds read for RVA2 frames with non-delimited identifier. (oss-fuzz-bug 15852) * Fix implementation-defined parsing of RVA2 values. (oss-fuzz-bug 15862) * Fix undefined parsing of APE header for skipping. Also prevent endless loop on premature end of supposed APE header. (oss-fuzz-bug 15864) * Fix some syntax to make pedantic compiler happy. The serious bugs trigger Denial of Service either via the nasty endless loop in supposed APE tags or by crashes if the invalid reads hit a diagnostic by the OS or, more likely, a security mechanism like the sanitizer instrumentation that enabled finding the bugs. I do not have CVE numbers for these bugs. I rather fix the bugs than name them. Just update, will you?
Revision 1.58 / (download) - annotate - [select for diffs], Sat Jul 27 15:14:40 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.57: +1 -2
lines
Diff to previous 1.57 (colored)
mpg123: Update to 1.25.11 libmpg123: * Fix out-of-bounds reads in ID3 parser for unsynced frames. (oss-fuzz-bug 15852) * Fix out-of-bounds read for RVA2 frames with non-delimited identifier. (oss-fuzz-bug 15852) * Fix implementation-defined parsing of RVA2 values. (oss-fuzz-bug 15862) * Fix undefined parsing of APE header for skipping. Also prevent endless loop on premature end of supposed APE header. (oss-fuzz-bug 15864) * Fix some syntax to make pedantic compiler happy. The serious bugs trigger Denial of Service either via the nasty endless loop in supposed APE tags or by crashes if the invalid reads hit a diagnostic by the OS or, more likely, a security mechanism like the sanitizer instrumentation that enabled finding the bugs. I do not have CVE numbers for these bugs. I rather fix the bugs than name them. Just update, will you?
Revision 1.57 / (download) - annotate - [select for diffs], Sat Jul 14 17:12:56 2018 UTC (5 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Branch point for: pkgsrc-2019Q2
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
mpg123: fix mpg123-pulse build failure on NetBSD/i386 8.0_RC2. Fixes PR pkg/53433 by disabling x86 asm that causes text relocations in libmpg123.so. Ok'ed by martin@. Bump PKGREVISION.
Revision 1.56 / (download) - annotate - [select for diffs], Tue May 22 22:50:25 2018 UTC (5 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.55: +2 -1
lines
Diff to previous 1.55 (colored)
Enable NEON optimizations on ARM64. Bump pkg revision.
Revision 1.55 / (download) - annotate - [select for diffs], Sun Dec 18 22:58:34 2016 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.54: +1 -4
lines
Diff to previous 1.54 (colored)
Changes 1.23.8: - Fix long-standing bad memory read (via integer underflow) in ID3 parser for crafted ID3v2 tags with tiny size information
Revision 1.54 / (download) - annotate - [select for diffs], Tue May 20 19:59:09 2014 UTC (9 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.53: +5 -8
lines
Diff to previous 1.53 (colored)
Changes 1.19.0: - Support float and 32/24 bit integer output also with fixed-point decoders (conversion from 16 bit precision). - A-Law output encoding is actually implemented now (Michael introduced the encoding back in the old days without ever implementing theconversion table, apparently). - Added --with-cpu=arm_fpu as decoder choice for runtime switch between plain fpu code and NEON. - Fix ARM builds to work properly on debian systems without special CFLAGS (NEON decoder, specifically). - Make scripts/benchmark-cpu.pl check the return value instead of delivering crazy timings for crashed mpg123. - Trigger track initialization in mpg123_info() to avoid use of uninitialized variables (watch out for MPG123_NEED_MORE return value!). - Fix integer code to 32 bit numbers where it would waste 64 bit on modern systems. - Add non-executable stack marking also to ARM assembly.
Revision 1.53 / (download) - annotate - [select for diffs], Tue Oct 2 23:48:00 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.52: +1 -3
lines
Diff to previous 1.52 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.52 / (download) - annotate - [select for diffs], Wed Sep 26 13:06:17 2012 UTC (11 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.51: +1 -5
lines
Diff to previous 1.51 (colored)
Disable hand-rolled assembly on Solaris, the style is incompatible with the Solaris linker, and -mimpure-text is no longer an option with GCC. Fixes build on Solaris/GCC.
Revision 1.51 / (download) - annotate - [select for diffs], Mon Oct 17 19:45:55 2011 UTC (11 years, 11 months ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.50: +2 -1
lines
Diff to previous 1.50 (colored)
PR/44543 -- recognize any non-zero return value getaddrinfo() as error. Bump revisions of all variant packages.
Revision 1.50 / (download) - annotate - [select for diffs], Wed Sep 14 15:46:49 2011 UTC (12 years ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.49: +5 -1
lines
Diff to previous 1.49 (colored)
Fix build on SunOS.
Revision 1.49 / (download) - annotate - [select for diffs], Wed May 12 13:16:15 2010 UTC (13 years, 4 months ago) by martin
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.48: +2 -3
lines
Diff to previous 1.48 (colored)
Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279.
Revision 1.48 / (download) - annotate - [select for diffs], Tue Mar 30 10:29:22 2010 UTC (13 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.47: +3 -2
lines
Diff to previous 1.47 (colored)
Use ${LIBOSSAUDIO} from oss.buildlink3.mk. (PR pkg/43077)
Revision 1.47 / (download) - annotate - [select for diffs], Tue Mar 30 09:12:04 2010 UTC (13 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.46: +4 -4
lines
Diff to previous 1.46 (colored)
Add oss specific build environment when defaulting to mpg123-oss output module. Should fix PR pkg/43077.
Revision 1.46 / (download) - annotate - [select for diffs], Sun Mar 14 17:03:04 2010 UTC (13 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.45: +3 -1
lines
Diff to previous 1.45 (colored)
Set "PKG_DESTDIR_SUPPORT" before including "bsd.prefs.mk" so it actually takes effect.
Revision 1.45 / (download) - annotate - [select for diffs], Sun Mar 14 15:46:05 2010 UTC (13 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.44: +5 -1
lines
Diff to previous 1.44 (colored)
Use Core Audio by default on OS X, tested on 10.6. From martin@.
Revision 1.44 / (download) - annotate - [select for diffs], Sun Mar 14 14:19:19 2010 UTC (13 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.43: +34 -7
lines
Diff to previous 1.43 (colored)
Update mpg123 to version 1.10.1. Thanks to <wiz> for answering lots of stupid questions and general guidance.
Revision 1.43 / (download) - annotate - [select for diffs], Tue May 19 22:16:08 2009 UTC (14 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.42: +3 -1
lines
Diff to previous 1.42 (colored)
+PKG_DESTDIR_SUPPORT
Revision 1.41.4.1 / (download) - annotate - [select for diffs], Sat May 27 11:24:06 2006 UTC (17 years, 4 months ago) by ghen
Branch: pkgsrc-2006Q1
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
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.42 / (download) - annotate - [select for diffs], Fri May 26 12:16:13 2006 UTC (17 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
fix buffer overflow (CVE-2006-1655), from Debian bump PKGREVISION
Revision 1.41 / (download) - annotate - [select for diffs], Sat Dec 10 21:31:41 2005 UTC (17 years, 9 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Branch point for: pkgsrc-2006Q1
Changes since 1.40: +2 -1
lines
Diff to previous 1.40 (colored)
Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron). No bump of PKGREVISION necessary.
Revision 1.39.6.1 / (download) - annotate - [select for diffs], Mon Oct 3 19:00:34 2005 UTC (18 years ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
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.40 / (download) - annotate - [select for diffs], Mon Oct 3 15:17:14 2005 UTC (18 years ago) by joerg
Branch: MAIN
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
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.37.2.1 / (download) - annotate - [select for diffs], Sat Jan 15 07:00:18 2005 UTC (18 years, 8 months ago) by snj
Branch: pkgsrc-2004Q4
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored) next main 1.38 (colored)
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.39 / (download) - annotate - [select for diffs], Wed Jan 12 14:17:44 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Branch point for: pkgsrc-2005Q3
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
PKGREVISION bump for security fix (previous bump was >4 days ago.
Revision 1.38 / (download) - annotate - [select for diffs], Fri Jan 7 14:52:13 2005 UTC (18 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
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.36.2.1 / (download) - annotate - [select for diffs], Tue Nov 9 08:50:38 2004 UTC (18 years, 10 months ago) by salo
Branch: pkgsrc-2004Q3
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
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.37 / (download) - annotate - [select for diffs], Sun Nov 7 08:55:04 2004 UTC (18 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
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.36 / (download) - annotate - [select for diffs], Tue Sep 7 22:14:09 2004 UTC (19 years ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base
Branch point for: pkgsrc-2004Q3
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
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.34.8.1 / (download) - annotate - [select for diffs], Tue Feb 10 15:57:30 2004 UTC (19 years, 7 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
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.35 / (download) - annotate - [select for diffs], Tue Feb 10 09:32:47 2004 UTC (19 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Fix security vulnerability reported in CAN-2003-0865. Bump package revision because of this fix.
Revision 1.32.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:38:37 2002 UTC (21 years, 3 months ago) by jlam
Branch: buildlink2
Changes since 1.32: +4 -2
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 23 08:45:09 2002 UTC (21 years, 3 months ago) by kent
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
pkgsrc-2003Q4-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6
Branch point for: pkgsrc-2003Q4
Changes since 1.33: +3 -55
lines
Diff to previous 1.33 (colored)
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.33 / (download) - annotate - [select for diffs], Sat May 25 06:31:28 2002 UTC (21 years, 4 months ago) by rh
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.32: +4 -2
lines
Diff to previous 1.32 (colored)
Add conflict with mpg123-nas-[0-9]* While at it, move PKGNAME line one up to make pkglint happy. Bump PKGREVISION.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Apr 25 16:34:15 2002 UTC (21 years, 5 months ago) by abs
Branch: MAIN
Branch point for: buildlink2
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
Check for arm and arm32, not just arm32.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Feb 23 09:20:37 2002 UTC (21 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Bump package revision to 1 after 64Bit patch went in.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 22 13:17:53 2002 UTC (21 years, 7 months ago) by simonb
Branch: MAIN
Changes since 1.29: +3 -4
lines
Diff to previous 1.29 (colored)
Drop the alpha-linux l3.diff.gz altogether - it only makes the previous diff much harder to read than it should be.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 3 18:02:42 2001 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.28: +3 -2
lines
Diff to previous 1.28 (colored)
Make PKGNAME dewey-conform.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 19 07:04:58 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (colored)
Mark as USE_BUILDLINK_ONLY.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Jun 11 06:34:18 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 16 13:30:47 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 11 07:39:41 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.24: +1 -2
lines
Diff to previous 1.24 (colored)
Use IPv6 support on Solaris, too.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 11 07:38:03 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.23: +4 -2
lines
Diff to previous 1.23 (colored)
Fix build problem invented in last commit.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Jan 11 07:26:54 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.22: +4 -2
lines
Diff to previous 1.22 (colored)
Work arround the problem that the IPv6 patch file needs to be applied with "-p1" while the layer 3 64bit patch needs "-p0".
Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 11 18:58:42 2000 UTC (23 years ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.21: +5 -3
lines
Diff to previous 1.21 (colored)
Build with patch to fix layer 3 engine on 64Bit systems. Fixes PR pkg/10677 by R. C. Dowdeswell.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 13 07:33:08 2000 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
more correction to IPv4 part
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 13 07:30:02 2000 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
correct IPv4-only behavior (upgradede IPv6 patch). from mcr@sandelman.ottawa.on.ca
Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 18 11:04:10 2000 UTC (23 years, 7 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.18: +11 -1
lines
Diff to previous 1.18 (colored)
make the pkgsrc IPv6 ready. % mpg123 http://www.v6.foo.com/
Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 12 04:43:11 1999 UTC (23 years, 11 months ago) by simonb
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored)
Add fixed-point support used by the arm32. XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 27 08:27:47 1999 UTC (24 years ago) by agc
Branch: MAIN
Changes since 1.16: +6 -2
lines
Diff to previous 1.16 (colored)
Make this package compile on Solaris.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 7 03:14:22 1999 UTC (24 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.15: +4 -3
lines
Diff to previous 1.15 (colored)
new homepage & master site.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 10 10:39:02 1999 UTC (24 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.14: +8 -8
lines
Diff to previous 1.14 (colored)
Update "mpg123" package version 0.59r. Changes since version 0.59q: - applied audio_alib changes from Ralf Hildebrandt <R.Hildebrandt@TU-BS.DE> - some 'paetsches' from DK - minor optimizations in layer3 (dequantize/huffman) - BSDOS 4.0 with gcc added to Makefile (<sms@moe.2bsd.com>) - Solaris-ESD patch from Ryan Prosser <prosser@wam.umd.edu> - Added Frontend changes from Bertrand Petit <elrond@phoe.netdev.net> - more DK 'paetsches' (final dk7-clubhaus edition), includes extended term control - SGI audio fix for non RAD machines from Erik Mouw <J.A.K.Mouw@its.tudelft.nl> - fixed ugly bug in layer3 dequant for bt==2 (may cause high frequency clitchs) - AMD-3DNow optimizations in decode and dct64 - OS/2 reworked from Samuel Audet (see audio_os2.c for more) - added freebsd-esd make-entry from Daniel O'Connor (darius@guppy.dons.net.au) - added enhanced head_check from D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> - applied 'xterm-title-patch' from "Wilson, Jeff D" <jeff.wilson@wilcom.com> - more esd changes from Robert Bihlmeyer <robbe@orcus.priv.at> - applied Hannu Napari's <Hannu.Napari@hut.fi> SGI audio patches - minor changes in httpget.c and mpg123.c - added native AIX support from Juergen.Schoew@unix-ag.uni-siegen.de - applied playlist patch from <psst@euskalnet.net> - more SGI audio patches from Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr> - applied esdserver patch from Matthew Parslow <roy@alpha.alphalink.com.au> - added some fixes for control_generic
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 5 21:56:03 1999 UTC (24 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.13: +5 -1
lines
Diff to previous 1.13 (colored)
Fix last commit differently (work around RCS ID in patch)
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 28 00:35:33 1999 UTC (24 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.12: +8 -1
lines
Diff to previous 1.12 (colored)
Make this build on i386/ELF systems.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 8 07:34:56 1999 UTC (24 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update "mpg123" to version 0.59q. Patches supplied by Jeff Rizzo in PR pkg/7338.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 15 23:57:50 1999 UTC (24 years, 7 months ago) by is
Branch: MAIN
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Use the inlined bfextu opcode for get1bit() on m68k. Makes mp3 decoding about 6% faster, which gives us a bit more of safety margin on the MC68060 at 50 MHz.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 12 15:45:09 1998 UTC (24 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
s/cp/${CP}/ s/files/${FILESDIR}/
Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 30 03:11:51 1998 UTC (24 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (colored)
Use the Pentium-optimized decoding routines.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:39 1998 UTC (25 years, 1 month ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
The Grand Homepagification: - New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 18 16:15:10 1998 UTC (25 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.6: +1 -3
lines
Diff to previous 1.6 (colored)
Update package Makefiles for automatic manual page handling.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:10 1998 UTC (25 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.5: +2 -7
lines
Diff to previous 1.5 (colored)
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. Remove redundant (and sometimes erroneous) comments.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 7 13:55:38 1998 UTC (25 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update to 0.59o.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 26 20:01:53 1998 UTC (25 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Upgrade to mpg123-0.59n.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 19 00:58:52 1998 UTC (25 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
portlint: move RCS-Id
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 28 23:59:56 1997 UTC (25 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.1: +15 -9
lines
Diff to previous 1.1 (colored)
NetBSD port.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Oct 28 23:18:38 1997 UTC (25 years, 11 months ago) by augustss
Branch: FREEBSD
CVS Tags: FreeBSD-97-10-25
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of FreeBSD audio packages.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 28 23:18:38 1997 UTC (25 years, 11 months ago) by augustss
Branch: MAIN
Initial revision