non port: audio/libvorbis/Makefile |
SVNWeb
|
Number of commits found: 77 |
Thu, 27 Oct 2022
|
[ 16:47 Christian Weisgerber (naddy) ] 68863fb
*/*: drop useless master site
downloads.xiph.org already redirects to ftp.osuosl.org, so the
latter adds no redundancy.
Reported by: diizzy
|
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 )
|
Wed, 8 Sep 2021
|
[ 20:53 Bernhard Froehlich (decke) ] 4074f50
audio/libvorbis: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 10 Jun 2021
|
[ 13:48 Christian Weisgerber (naddy) ] dcf17d1 (Only the first 10 of 14 ports in this commit are shown above. )
*/*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org
as a backup to all Xiph.org ports.
PR: 256515
Reported by: Daniel Engberg
|
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.
|
Sat, 11 Jul 2020
|
[ 17:10 naddy ]
Explicitly link libvorbisfile with -lm.
The bundled libtool is broken and loses the -lm dependency_lib, but
it is also bad practice to rely on the dependencies of a dependency.
Submitted by: tijl
|
Mon, 6 Jul 2020
|
[ 17:10 naddy ]
Use the libtool script from devel/libtool.
The included libtool appears to be broken and loses the -lm dependency_lib,
so libvorbisenc and libvorbisfile did not get linked with -lm.
PR: 247799
|
Sun, 5 Jul 2020
|
[ 17:43 naddy ]
Update to 1.3.7 for an accumulation of small bug fixes. No interface changes.
The port already had the CVE fixes.
|
Sun, 28 Jun 2020
|
[ 21:52 naddy ]
Pick fixes for two security vulnerabilities from upstream repository:
CVE-2017-14160: Fix bounds check on very low sample rates.
CVE-2018-10392: Sanity check number of channels in setup.
These were committed upstream two years ago, but there has been no
release since.
Reported by: T.J. Townsend <tj@openbsd.org>
Security: 4200d5f5-b985-11ea-b08a-f8b156b6dcc8
|
Tue, 8 May 2018
|
[ 09:04 amdmi3 ]
- Add LICENSE
Approved by: portmgr blanket
|
Fri, 16 Mar 2018
|
[ 21:07 jbeich ]
audio/libvorbis: update to 1.3.6
Changes: https://gitlab.xiph.org/xiph/vorbis/tags/v1.3.6
ABI: https://abi-laboratory.pro/tracker/timeline/libvorbis/
Security: 7943794f-707f-4e31-9fea-3bbf1ddcedc1
Security: 64ee858e-e035-4bb4-9c77-2468963dddb8
|
Tue, 27 Feb 2018
|
[ 13:03 mat ] (Only the first 10 of 26 ports in this commit are shown above. )
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
Thu, 8 Dec 2016
|
[ 15:38 tijl ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 13 Oct 2015
|
[ 20:07 naddy ]
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
|
Thu, 5 Mar 2015
|
[ 20:29 naddy ]
Update to 1.3.5. Changes in this release:
* Tolerate single-entry codebooks.
* Fix decoder crash with invalid input.
* Fix encoder crash with non-positive sample rates.
* Fix issues in vorbisfile's seek bisection code.
* Spec errata.
* Reject multiple headers of the same type.
|
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 )
|
Wed, 21 May 2014
|
[ 10:51 naddy ]
Bump PORTREVISION after USES=libtool switch.
Submitted by: tijl
|
Tue, 20 May 2014
|
[ 20:03 naddy ]
Switch to USES=libtool:oldver.
|
Thu, 13 Mar 2014
|
[ 16:11 naddy ]
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
|
Tue, 28 Jan 2014
|
[ 15:52 naddy ]
Maintenance update to 1.3.4. No user-visible changes.
|
Tue, 17 Dec 2013
|
[ 16:01 naddy ]
Use MAKE_CMD to run regression tests.
|
Tue, 24 Sep 2013
|
[ 16:15 naddy ]
Make good use of stage for optionally packaging docs.
|
[ 06:24 bapt ] (Only the first 10 of 61 ports in this commit are shown above. )
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
|
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)
|
Thu, 1 Aug 2013
|
[ 20:22 naddy ] (Only the first 10 of 21 ports in this commit are shown above. )
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
|
Wed, 22 May 2013
|
[ 15:29 naddy ]
Minor cleanup.
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Tue, 18 Dec 2012
|
[ 21:29 naddy ]
Convert to OptionsNG and trim Makefile headers.
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Sun, 5 Feb 2012
|
[ 20:03 naddy ]
Update to 1.3.3:
* additional proofing against invalid/malicious streams in decode
* fix a memory leak in vorbis_commentheader_out().
* updates, corrections and clarifications in the Vorbis I specification
document
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Thu, 25 Nov 2010
|
[ 17:01 naddy ]
Update to 1.3.2: robustness fixes and documentation updates.
|
Sun, 6 Jun 2010
|
[ 20:36 naddy ]
Update to 1.3.1. Improvements in this release:
* Optimized/coupled surround support for 5.1 encoding at 44.1/48kHz
* Added encoder control call to disable channel coupling
* Corrected an overflow bug in very low-bitrate encoding on 32 bit
machines that caused inflated bitrates
* Numerous API hardening, leak and build fixes
* Correct bug in 22kHz compand setup that could cause a crash
* Correct bug in 16kHz codebooks that could cause unstable pure
tones at high bitrates
|
Tue, 24 Nov 2009
|
[ 21:32 naddy ]
Fix handling of malformed Vorbis streams that would crash libvorbis.
CVE-2008-1420 (improved), CVE-2009-3379
Obtained from: xiph.org SVN
Security:
http://www.vuxml.org/freebsd/94edff42-d93d-11de-a434-0211d880e350.html
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 10 Jul 2009
|
[ 20:28 naddy ]
Bugfix update to 1.2.3. From the change log:
* correct a vorbisfile bug that prevented proper playback of
Vorbis files where all audio in a logical stream is in a
single page
* Additional decode setup hardening against malicious streams
|
Mon, 6 Jul 2009
|
[ 21:23 naddy ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 1.2.2. From the change log:
* define VENDOR and ENCODER strings
* fix regression from CVE-2008-1420; 1.0b1 files work again
* mark all tables as constant to reduce memory occupation
* additional decoder hardening against malicious streams
* substantially reduce amount of seeking performed by Vorbisfile
* Multichannel decode bugfix
* Improved robustness with corrupt streams.
* New ov_read_filter() vorbisfile call allows filtering decoded
audio as floats before converting to integer samples.
* Fix an encoder bug with multichannel streams.
* Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Specification correction.
|
Tue, 24 Mar 2009
|
[ 14:47 naddy ]
allow parallel building
|
Sat, 7 Feb 2009
|
[ 16:19 naddy ]
Install a few missing docs.
Submitted by: Tim van der Molen (via OpenBSD)
|
Sat, 17 May 2008
|
[ 20:28 naddy ]
* add code to prevent heap attacks by exploiting dim=bignum and
partition_codewords = partion_values
* correctly handle the nonsensical codebook.dim==0 case
* dd checks/rejection for absurdly huge codebooks
Obtained from: Xiph SVN
Security:
http://www.vuxml.org/freebsd/f5a76faf-244c-11dd-b143-0211d880e350
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ] (Only the first 10 of 1479 ports in this commit are shown above. )
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above )
|
Sat, 28 Jul 2007
|
[ 21:49 miwi ]
- Add backup mirror
Submitted by: pointyhat via pav
Approved by: portmgr (pav)
|
[ 12:26 miwi ]
- Update to 1.2.0
Approved by: maintainer timeout (security, 1 day), simon (secteam)
Security:
http://www.vuxml.org/freebsd/b73335a5-3bbe-11dc-8e83-0016179b2dd5.html
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
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)
|
Sat, 3 Dec 2005
|
[ 22:13 naddy ]
Maintenance update to libogg 1.1.3 and libvorbis 1.1.2.
No user-visible changes.
|
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, 4 Jul 2005
|
[ 14:48 naddy ]
Update to 1.1.1. Minor bug and documentation fixes.
|
Wed, 15 Dec 2004
|
[ 14:55 naddy ]
Bump port revision after silent addition of .la files.
|
Tue, 12 Oct 2004
|
[ 14:55 naddy ]
Update to 1.1.0. Changes in this release:
* merges tuning improvements from Aoyumi's aoTuV with fixups
* new managed bitrate (CBR) mode support
* new vorbis_encoder_ctl() interface
* extensive documentation updates
* application/ogg mimetype is now official
* autotools cleanup from Thomas Vander Stichele
* various bugfixes
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
Fri, 28 May 2004
|
[ 17:41 knu ]
This CONFLICTS with libvorbis-aotuv.
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Sat, 20 Dec 2003
|
[ 15:22 naddy ] (Only the first 10 of 21 ports in this commit are shown above. )
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
|
Sat, 7 Jun 2003
|
[ 23:31 naddy ]
Remove dead mirror.
Submitted by: fenner (portsurvey)
|
Fri, 21 Feb 2003
|
[ 12:52 naddy ] (Only the first 10 of 42 ports in this commit are shown above. )
pkg-comment -> COMMENT
|
Thu, 30 Jan 2003
|
[ 22:18 naddy ]
Update master sites.
PR: 47676, 47677
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
|
Thu, 26 Dec 2002
|
[ 12:31 edwin ]
Updated mastersites: ftp.linuxpowered.com is an empty ftp-site,
xiph.stratius.com is unreachable for a long time.
Noticed by: portsurvey
|
Sat, 5 Oct 2002
|
[ 16:36 naddy ]
Do not install .la library wrappers.
|
Sat, 20 Jul 2002
|
[ 15:29 naddy ] (Only the first 10 of 16 ports in this commit are shown above. )
Welcome to the long-awaited release of Ogg Vorbis 1.0!
|
Sun, 27 Jan 2002
|
[ 12:50 naddy ]
Properly mark installation of shared libs.
|
Mon, 21 Jan 2002
|
[ 16:18 naddy ]
fix typo in master site URL
|
Wed, 16 Jan 2002
|
[ 14:42 naddy ] (Only the first 10 of 17 ports in this commit are shown above. )
Upgrade to Ogg Vorbis RC3.
|
Sat, 3 Nov 2001
|
[ 22:22 naddy ] (Only the first 10 of 18 ports in this commit are shown above. )
Update my MAINTAINER address.
|
Mon, 27 Aug 2001
|
[ 02:26 trevor ] (Only the first 10 of 31 ports in this commit are shown above. )
Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,
vorbis-tools and the vorbis meta-port to 1.0rc2. This version supports
"channel coupling" for more efficient compression of stereo material.
|
Thu, 19 Jul 2001
|
[ 07:29 sf ] (Only the first 10 of 28 ports in this commit are shown above. )
o update to 1.0 RC1. PORTEPOCH bumped due to PKGNAME now strictly follows
handbook. (1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2) o support
NOPORTDOCS. o remove stale MASTER_SITES.
|
Sat, 24 Mar 2001
|
[ 07:07 asami ]
Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it is confusing
the hell out of make.
|
Fri, 23 Mar 2001
|
[ 22:21 trevor ] (Only the first 10 of 24 ports in this commit are shown above. )
Change maintainer for libao, libogg, libvorbis, and vorbis. Improve use of
autoconf and automake. Support NOPORTDOCS. Respect CFLAGS. Fix libvorbis
encoder on Alpha. Install documentation in proper places.
|
Mon, 12 Mar 2001
|
[ 16:53 sf ]
correct configure args to respect PREFIX.
|
Thu, 1 Mar 2001
|
[ 09:36 sf ]
update to 1.0 beta4.
|
Wed, 29 Nov 2000
|
[ 10:08 sobomax ]
- Add pre-generated aclocal.m4, because aclocal sucks if several versions of
m4 macros for the same software installed (for example sld.m4 & sdl11.m4); -
eliminate duplicate calls to automake and friends; - remove redundant
GNU_CONFIGURE; - tweak CPPFLAGS instead of CFLAGS; - fix pthread detection.
|
Thu, 16 Nov 2000
|
[ 13:06 asami ]
Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fix
audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools which need
--add-missing to be passed to automake.
|
Mon, 13 Nov 2000
|
[ 23:12 asami ]
Add USE_AUTOMAKE.
|
Thu, 2 Nov 2000
|
[ 21:15 trevor ]
Add new port of libvorbis, a library for handling Vorbis-encoded Ogg streams.
|
Number of commits found: 77 |