CVS log for ports/audio/sox/Attic/Makefile

[BACK] Up to [local] / ports / audio / sox

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, Wed May 24 21:10:33 2023 UTC (18 months ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +0 -0 lines
FILE REMOVED

remove finished ports

Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 30 07:14:40 2023 UTC (19 months, 3 weeks ago) by namtsui
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (colored) to selected 1.6 (colored)

wav gsm patch from Steffen Nurpmeso <steffen () sdaoden ! eu>. it still segfaults.

https://marc.info/?l=oss-security&m=167882517702862&w=2

it still segfaults

$ sox -t raw -r 44100 -e signed-integer -b 8 /dev/null -t wav -e gsm-full-rate bug.wav
$ sox bug.wav fail.wav

Reading symbols from sox...
(gdb) run bug.wav fail.wav
Starting program: /usr/local/bin/sox bug.wav fail.wav

Program received signal SIGFPE, Arithmetic exception.
0x0000019643917fb4 in startread (ft=0x196c0567000) at wav.c:976
976             wav->numSamples = div_bits(qwDataLength, ft->encoding.bits_per_sample)
(gdb) bt
#0  0x0000019643917fb4 in startread (ft=0x196c0567000) at wav.c:976
#1  0x00000196438af7e7 in open_read (path=0x196c05808b0 "bug.wav", buffer=0x0, buffer_size=0, signal=0x196c0588810,
    encoding=0x196c0588830, filetype=0x1964388c650 "wav") at formats.c:600
#2  0x00000196438af0b1 in sox_open_read (path=0x196c05808b0 "bug.wav", signal=0x196c0588810, encoding=0x196c0588830,
    filetype=0x0) at formats.c:641
#3  0x00000193e6a336a9 in main (argc=3, argv=0x7b2ddb9f38e8) at sox.c:2924
(gdb) print ft->encoding.bits_per_sample

Revision 1.22 / (download) - annotate - [select for diffs], Mon Feb 6 22:56:41 2023 UTC (21 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21 (colored) to selected 1.6 (colored)

CVE fixes from tb@

Helmut Grohne original diff
Steffen Nurpmeso diff applied against latest git version

Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 6 22:47:36 2023 UTC (21 months, 2 weeks ago) by namtsui
Branch: MAIN
Changes since 1.20: +0 -2 lines
Diff to previous 1.20 (colored) to selected 1.6 (colored)

remove cvs header

Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 30 22:20:37 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.19: +10 -14 lines
Diff to previous 1.19 (colored) to selected 1.6 (colored)

Summary: remove BUILD_DEPENDS and AUTO stuff and move it into commetns

also, fix tabs

feedback from sthen@

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 30 21:13:46 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18 (colored) to selected 1.6 (colored)

Summary: add comment

Revision 1.18 / (download) - annotate - [select for diffs], Sat Oct 30 19:50:40 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.17: +8 -8 lines
Diff to previous 1.17 (colored) to selected 1.6 (colored)

Summary: reorder configure flags and style changes

Revision 1.17 / (download) - annotate - [select for diffs], Sat Oct 30 19:38:01 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored) to selected 1.6 (colored)

Summary: tabbing and comments

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 30 11:26:48 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.15: +24 -27 lines
Diff to previous 1.15 (colored) to selected 1.6 (colored)

Summary: incorporate suggestions to remove hppa, remove WANTLIB opusfile, explicit CONFIUGRE_ARGS

also, env -i ${MAKE_ENV} once in dist: and remove env -i ${MAKE_ENV} from do-test

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 30 11:02:55 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.14: +31 -0 lines
Diff to previous 1.14 (colored) to selected 1.6 (colored)

Summary: dist target

Revision 1.14 / (download) - annotate - [select for diffs], Sat Oct 30 09:04:57 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored) to selected 1.6 (colored)

Summary: spacing

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 29 00:50:21 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored) to selected 1.6 (colored)

Summary: remove iconv

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 28 09:59:59 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.11: +0 -2 lines
Diff to previous 1.11 (colored) to selected 1.6 (colored)

Summary: proper release tarball

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 28 09:23:41 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.10: +17 -19 lines
Diff to previous 1.10 (colored) to selected 1.6 (colored)

Summary: renamed config flags

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 28 08:41:20 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.9: +2 -6 lines
Diff to previous 1.9 (colored) to selected 1.6 (colored)

Summary: roll your own release tarball

steps:
install groff for tbl and nroff
install autoconf-archive, autoconf and automake
edit src/Makefile.am EXTRA_DIST add libsox.sym
$ AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf-2.69 -i
$ ./configure
$ gmake dist
$ mv sox-14.4.3git.tar.gz sox-14.4.2pl20210509.tar.gz

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 28 03:14:22 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8 (colored) to selected 1.6 (colored)

Summary: compile tests

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 06:14:52 2021 UTC (3 years ago) by namtsui
Branch: MAIN
Changes since 1.7: +6 -3 lines
Diff to previous 1.7 (colored) to selected 1.6 (colored)

Summary: mirror a git checkout for latest fixes

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 19 00:03:41 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Summary: ensure revision higher than stable per sthen@'s advice

Revision 1.6 / (download) - annotate - [selected], Fri Jul 2 08:01:10 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Changes since 1.5: +3 -8 lines
Diff to previous 1.5 (colored)

Summary: sthen@ feedback on BUILD_DEPENDS already included by autoreconf style

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 1 21:41:30 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored) to selected 1.6 (colored)

Summary: minor bump

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 1 21:31:22 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Changes since 1.3: +4 -6 lines
Diff to previous 1.3 (colored) to selected 1.6 (colored)

Summary: back to complicated regex

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 1 04:02:52 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Changes since 1.2: +9 -1 lines
Diff to previous 1.2 (colored) to selected 1.6 (colored)

Summary: no more linker errors with autoreconf

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 1 03:46:34 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 (colored) to selected 1.6 (colored)

Summary: replace regex with easier to read list

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 1 01:30:32 2021 UTC (3 years, 4 months ago) by namtsui
Branch: MAIN
Diff to selected 1.6 (colored)

Summary: backported fixes from tj@ now apply cleanly

This form allows you to request diff's 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.




CVSweb