non port: audio/wavpack/Makefile |
SVNWeb
|
Number of commits found: 43 |
Wed, 30 Nov 2022
|
[ 10:01 Thomas Zander (riggs) ] b017c10
audio/wavpack: Update to upstream version 5.6.0
MFH: 2022Q4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 12 Jul 2022
|
[ 07:15 Thomas Zander (riggs) Author: Daniel Engberg ] 555a6d0
audio/wavpack: Update to upstream release 5.5.0
Details:
- Use GitHub as main site and www.wavpack.com as fallback
- Switch to CMake
- Enable unit tests
- Backport upstream PR https://github.com/dbry/WavPack/pull/125
PR: 265155
Reviewed by: riggs
MFH: 2022Q3
|
Fri, 10 Sep 2021
|
[ 21:18 Bernhard Froehlich (decke) ] 2268c95
audio/wavpack: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 14 Jan 2021
|
[ 07:09 riggs ]
Update to upstream version 5.4.0.
Details:
- Contains fix for buffer overrun in src/pack_utils.c (CVE-2020-35738).
Security: CVE-2020-35738
|
Fri, 17 Apr 2020
|
[ 16:36 tcberner ]
audio/wavpack: update to 5.3.0
Changelog [1]:
* fixed: OSS-Fuzz issues 19925, 19928, 20060, 20448
* fixed: trailing garbage characters on imported ID3v2 TXXX tags
* fixed: various minor undefined behavior and memory access issues
* fixed: sanitize tag extraction names for length and path inclusion
* improved: reformat wvunpack "help" and split into long + short versions
* added: regression testing to Travis CI for OSS-Fuzz crashers
[1] http://www.wavpack.com/changelog.txt
|
Wed, 25 Dec 2019
|
[ 13:40 riggs ]
Update to upstream version 5.2.0
Details:
- All our local fixes are now upstream (for multiple CVEs and
a memory leak issue).
- Otherwise mostly bugfixes, see
http://www.wavpack.com/changelog.txt
- Feature improvement: Handle more ID3v2.3 tag items and from all file types
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Sun, 13 May 2018
|
[ 07:50 riggs ]
Fix multiple CVEs and memory leaks
Details:
- Import patches from upstream HEAD to address
a bunch of critical CVEs including potential remote
code execution and memory leaks
PR: 228141
Submitted by: yasu@utahime.org
MFH: 2018Q2
Security: CVE-2018-6767
CVE-2018-7253
CVE-2018-7254
CVE-2018-10536
CVE-2018-10537
CVE-2018-10538
CVE-2018-10539
CVE-2018-10540
|
Tue, 8 May 2018
|
[ 21:29 brooks ]
Switch to using clang 6.0 for FreeBSD 10.
I missed that this was still using clang 3.9 when I removed it.
Reported by: cperciva
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Sat, 18 Feb 2017
|
[ 14:51 riggs ]
Update to upstream release 5.1.0; fix several invalid memory reads
PR: 216847
Submitted by: pkubaj@anongoth.pl
Reviewed by: riggs
MFH: 2017Q1
Security: CVE-2016-10169
CVE-2016-10170
CVE-2016-10171
CVE-2016-10172
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Mon, 22 Sep 2014
|
[ 10:09 bapt ]
Cleanup plist
Strip binaries
|
Mon, 16 Jun 2014
|
[ 15:32 amdmi3 ]
- Clarify LICENSE
- Switch to USES=libtool
Approved by: portmgr blanket
|
Sun, 1 Jun 2014
|
[ 13:03 ohauer ] (Only the first 10 of 52 ports in this commit are shown above. )
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
|
Fri, 4 Oct 2013
|
[ 20:14 bapt ]
Stagify
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Tue, 31 Jan 2012
|
[ 03:35 danfe ]
- Update port description to be more accurate with upstream and better
formatted for standard terminal width
- Define LICENSE knob (BSD)
|
[ 03:23 danfe ]
- Stop accounting for GCC 3.x (${OSVERSION} < 700042)
- Detect MMX support per MACHINE_CPU, remove OPTIONS
- Remove .else clause since --disable-mmx is the default
- Collapse including <bsd.port.pre/post.mk> into just <bsd.port.mk>
- Reindent MAN1 variable assignment (line up with other knobs)
- Adjust COMMENT and Makefile header while I am here
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 10:48 miwi ]
- Fix build on FreeBSD 10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sat, 10 Apr 2010
|
[ 14:37 sylvio ]
- Update to 4.60.1
PR: ports/140999
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: itetcu (mentor, implicit)
|
Mon, 19 Jan 2009
|
[ 23:31 naddy ]
Add an OPTION to enable MMX optimizations on x86.
Not available with GCC3, which suffers an internal compiler error.
PR: 127468
Submitted by: bf2006a@yahoo.com
|
Mon, 12 Jan 2009
|
[ 15:32 naddy ]
Maintenance update to 4.50.1.
|
Wed, 27 Jun 2007
|
[ 17:33 ahze ]
Update to 4.41.0
|
Wed, 3 Jan 2007
|
[ 02:19 mezz ]
-Update to 4.40.0.
-Use USE_DOS2UNIX and get rid of ^M in our files/patch-*.
-INSTALLS_SHLIB -> USE_LDCONFIG.
|
Fri, 9 Jun 2006
|
[ 18:00 ahze ] (Only the first 10 of 49 ports in this commit are shown above. )
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
|
Thu, 25 May 2006
|
[ 13:12 ahze ]
- Grab maintainer
- Use gnomehack and target to replace post-patch stuff
|
Mon, 17 Apr 2006
|
[ 11:06 vs ]
Fix build on 4.x
PR: ports/95906
Submitted by: Jeffrey H. Johnson
|
Sat, 15 Apr 2006
|
[ 15:52 pav ]
- Update to 4.32
PR: ports/95778
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
Fri, 14 Apr 2006
|
[ 23:25 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
Reset kwm due to no response about email.
Hat: portmgr
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Mon, 11 Jul 2005
|
[ 11:29 kwm ]
Fix build on 4.x.
Noticed by: pointyhat via kris and Ingmar Gebert <ingmar dot gebert At
uni-rostock dot de> (ports/83227)
|
Thu, 7 Jul 2005
|
[ 17:30 kwm ]
Add USE_ICONV to fix build on pointyhat
Submitted by: pointyhat via kris
|
Wed, 6 Jul 2005
|
[ 11:29 kwm ]
Add wavpack.
Wavepack is a completely open audio compression format providing lossless,
high-quality lossy, and a unique hybrid compression mode.
In the default lossless mode no original information is lost, so there is no
change of degradation. Compression in this mode is between 30% an 70%.
For more info see the website http://www.wavpack.com
|
Number of commits found: 43 |