notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/libsndfile/Makefile

Number of commits found: 89

Thursday, 9 Nov 2023
21:43 Daniel Engberg (diizzy) search for other commits by this committer
audio/libsndfile: Bump PORTREVISION after appling fix for CVE-2022-33065

Bump PORTREVISION to push the CVE fix

Reported by:	Chad Jacob Milios <milios@ccsys.com>
		Masachika ISHIZUKA <ish@amail.plala.or.jp>
Fixes:		a1f663e - audio/libsndfile: Fix CVE-2022-33065
commit hash: 5dd1286fb90559586a37fc091410dc1813c86ac1 commit hash: 5dd1286fb90559586a37fc091410dc1813c86ac1 commit hash: 5dd1286fb90559586a37fc091410dc1813c86ac1 commit hash: 5dd1286fb90559586a37fc091410dc1813c86ac1 5dd1286
Wednesday, 8 Nov 2023
22:26 Daniel Engberg (diizzy) search for other commits by this committer
audio/libsndfile: Fix CVE-2022-33065

Multiple signed integers overflow in function au_read_header in
src/au.c and in functions mat4_open and mat4_read_header in
src/mat4.c in Libsndfile, allows an attacker to cause Denial of Service
or other unspecified impacts.

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2022-33065
commit hash: a1f663e8d4a65bdb5366a7992ebe02476a9d18c7 commit hash: a1f663e8d4a65bdb5366a7992ebe02476a9d18c7 commit hash: a1f663e8d4a65bdb5366a7992ebe02476a9d18c7 commit hash: a1f663e8d4a65bdb5366a7992ebe02476a9d18c7 a1f663e
Saturday, 19 Aug 2023
09:44 Daniel Engberg (diizzy) search for other commits by this committer
audio/libsndfile: Update to 1.2.2

Changelog:
https://github.com/libsndfile/libsndfile/releases/tag/1.2.2

Sponsored by:	Blinkinblox
commit hash: fd670f7c68929904d74fd6fe1f22840d58047836 commit hash: fd670f7c68929904d74fd6fe1f22840d58047836 commit hash: fd670f7c68929904d74fd6fe1f22840d58047836 commit hash: fd670f7c68929904d74fd6fe1f22840d58047836 fd670f7
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Monday, 9 Jan 2023
13:48 Thomas Zander (riggs) search for other commits by this committer Author: Daniel Engberg
audio/libsndfile: Update to upstream version 1.2.0, support mp3

PR:		268621
Reported by:	diizzy
Reviewed by:	riggs
commit hash: 4128f4c97631e8ee71369ee11ab11871b7bd204c commit hash: 4128f4c97631e8ee71369ee11ab11871b7bd204c commit hash: 4128f4c97631e8ee71369ee11ab11871b7bd204c commit hash: 4128f4c97631e8ee71369ee11ab11871b7bd204c 4128f4c
Sunday, 25 Sep 2022
20:14 Christian Weisgerber (naddy) search for other commits by this committer
audio/flac: bump port revision of consumers after update to 1.4.1
commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 1e5aaab
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anthony Ginepro <anthony.ginepro@laposte.net>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Aragon Gouveia <aragon@phat.za.net>
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Ayumi M <ayu@commun.jp>
  *  Ayumi Mitsui <ayu@commun.jp>
  *  Bartoletti <lbartoletti@FreeBSD.org>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Brad Walker <tha_walka@hotmail.com>
  *  Brett Taylor <brett@peloton.physics.montana.edu>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Carey Jones <mcj@acquiesce.org>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Chao Shin <quakelee@cn.freebsd.org>
  *  Charles Mercadal <mercadal@diablonet.net>
  *  Chia-liang Kao <clkao@CirX.ORG>
  *  Chip Marshall <chip@eboai.org>
  *  Choi Jun Ho <junker@moderato.snu.ac.kr>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Daniel Menelkir <dmenelkir@gmail.com>
  *  Daniel O'Connor
  *  David Bushong <david@bushong.net>
  *  David Le Brun <david@dyn-ns.net>
  *  David MacKenzie <djm@pix.net>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David Yeske <dyeske@gmail.com>
  *  Denise H. G. <darcsis@gmail.com>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Devon Ryan <dpryan@dpryan.com>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Dominique Goncalves <dominique.goncalves@gmail.com>
  *  Dryice Liu <dryice@dryice.name>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Erik Cederstrand <erich@FreeBSD.org>
  *  Francisco Gomez <francisco@gomezmarin.com>
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  František Dvořák <valtri@civ.zcu.cz>
  *  Fraser Tweedale <frase@frase.id.au>
  *  Gabor Kovesdan
  *  Gabor Zahemszky <Gabor@Zahemszky.HU>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gennady Sorokopud <gena@NetVision.net.il>
  *  George Reid <greid@FreeBSD.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Goran Mekić <meka@tilda.center>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hans Petter Selasky <hselasky@FreeBSD.org>
  *  Hans Petter Selasky <hselasky@freebsd.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jamie Heckford <jamie@blackhole.net>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jerry Eriksson <jerry@freebsd.se>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Hixson <jhixson@FreeBSD.org>
  *  John Hixson <john@pcbsd.org>
  *  Jonathan Lennox <lennox@cs.columbia.edu>
  *  Joris Vandalon <joris@vandalon.nl>
  *  Juha Erkkilä <erkkila@cc.jyu.fi>
  *  Juha Nygard <juha.nygard1@netikka.fi>
  *  Kawaguti Ginga <ginga@athena.club.ne.jp>
  *  Kengo Ichiki <kichiki@users.sourceforge.net>
  *  Koine Yuusuke(koinec) <koinec@users.osdn.me>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leo Kim <leo@florida.sarang.net>
  *  Liam J. Foy <liamfoy@sepulcrum.org>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mark Reidel <ports@mark.reidel.info>
  *  Mark Reidel <ports@mark.reidle.info>
  *  Martin Blapp <mbr@FreeBSD.org>
  *  Martin Dieringer <Martin.Dieringer@t-online.de>
  *  Martin Kraft <martin.kraft@fal.de>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masanori Kiriake <seiken@nbs.co.jp>
  *  Mathew Kanner <mat@hak.cnd.mcgill.ca>
  *  Matt Tosto <datahead4@gmail.com>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Beer <beerml@sigma6audio.de>
  *  Michael Haro <mharo@area51.fremont.ca.us>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Mike Makonnen <mtm@identd.net>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Mykola Dzham <i@levsha.me>
  *  Nadelyaev Stanislav <funkblaster@n11.bmstu.ru>
  *  Necati Ersen SISECI <siseci@enderunix.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nicolas Herry <nicolasherry@gmail.com>
  *  Oliver Breuninger <ob@breuninger.org>
  *  Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Duchateau
  *  Oyvind Moll <oyvindmo@initio.no>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@paeps.cx>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <emulation@FreeBSD.org$
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Putrya Statislav
  *  Rahul Siddharthan <rsidd@online.fr>
  *  Rich Neese <r.neese@gmail.com>
  *  Richard Neese
  *  Rob Zinkov <rzinkov@gmail.com>
  *  Romain Tartiere <romain@blogreen.org>
  *  Romain Tartière <romain@blogreen.org>
  *  Roman Bogorodskiy
  *  Roman Shterenzon <roman@xpert.com>
  *  Sander Janssen <janssen@rendo.dekooi.nl>
  *  Sascha Klauder <sklauder@trimind.de>
  *  Satoshi Taoka <taoka@FreeBSD.org>
  *  Sean McGovern <sean@sfarc.net>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Seth Kingsley <sethk@osd.bsdi.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Barner <barner@gmx.de>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Ehmann <shoesoft@gmx.net>
  *  Stefan Jahn <stefan.jahn@nemesis-sektor.de>
  *  Stefan Zehl <sec@42.org>
  *  Stepan Zastupov [RedChrom] <redchrom@gmail.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sue Blake <sue@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com>
  *  Tatsuki Makino <tatsuki_makino@hotmail.com>
  *  The Anarcat <anarcat@anarcat.dyndns.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas M. Hermann <tmh.public@gmail.com>
  *  Thomas Runge <runge@rostock.zgdv.de>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Tyler Spivey
  *  Ulrich Spoerlein <q@uni.de>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vincent Tantardini <vinc@FreeBSD-fr.org>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yanhui Shen <shen.elf@gmail.com>
  *  Yar Tikhiy <yar@FreeBSD.org>
  *  Yar Tikhiy <yar@comp.chem.msu.su>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi Asai <yatt@luna2.org>
  *  Yoichi Asai <yatt@msc.biglobe.ne.jp>
  *  Yoshiaki Uchikawa
  *  Yoshihide SONODA <ysonoda@dontaku.csce.kyushu-u.ac.jp>
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Zurflu <zach@pabst.bendnet.com>
  *  Zane C. Bowers
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhihao Yuan <lichray@gmail.com>
  *  ache
  *  arved
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  ericb@thedeepsky.com
  *  erich@FreeBSD.org
  *  faulkner@mpd.tandem.com
  *  gahr
  *  greg
  *  hrkfrd@googlemail.com
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jkh
  *  jockl <jockl@pianojockl.org>
  *  kbyanc@posi.net
  *  kwm@rainbow-runner.nl
  *  lazyklimm <lazyklimm@gmail.com>
  *  leo
  *  lx
  *  mahonmesr@googlemail.com
  *  marius nuennerich
  *  mathias.picker@gmx.de
  *  michael johnson <ahze@ahze.net>
  *  michaelnottebrock@gmx.net and lioux@FreeBSD.org
  *  mtm@identd.net
  *  nemysis <nemysis@gmx.ch>
  *  nork@FreeBSD.org
  *  nox@jelal.kn-bremen.de
  *  numisemis at yahoo dot com
  *  patrick
  *  pjm <pierrejacqes.mimifir@gmail.com>
  *  pozar
  *  pst
  *  r.neese
  *  rene@FreeBSD.org (repocopied from audio/py-mpd)
  *  sethk
  *  shanee@augusta.de
  *  sobomax
  *  squell@alumina.nl
  *  swallace
  *  t.vanklaveren@student.utwente.nl
  *  torstenb
  *  trasz <trasz@FreeBSD.org
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  ugen
  *  will
  *  yoshiaki Uchikawa

With hat:	portmgr
commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 213b0b7
Monday, 20 Sep 2021
10:07 Adriaan de Groot (adridg) search for other commits by this committer
audio/libsndfile: apply upstream patch for ALSA

When ALSA is installed, some preprocessor-defines may have
overlapping values. This patch was proposed (I think) in the
PR mentioned, and then upstreamed.

PR:		258362
Reported by:	user WHR
Obtained from:	upstream repository
Approved by:	tcberner (multimedia@)
commit hash: 232ed872c5e412a2a492035c1b97befce1cb49f5 commit hash: 232ed872c5e412a2a492035c1b97befce1cb49f5 commit hash: 232ed872c5e412a2a492035c1b97befce1cb49f5 commit hash: 232ed872c5e412a2a492035c1b97befce1cb49f5 232ed87
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 10 Feb 2021
16:46 tcberner search for other commits by this committer
audio/libsndfile: Update to 1.0.31

Changelog:
	https://github.com/libsndfile/libsndfile/releases/tag/1.0.31

PR:		253054
Submitted by:	daniel.engberg.lists@pyret.net
Original commitRevision:564875 
Saturday, 24 Oct 2020
06:23 tcberner search for other commits by this committer
audio/libsndfile: Upstream rerolled release archive for 1.0.30

- upstream reuploaded the release tarball [1]

[1] https://github.com/libsndfile/libsndfile/issues/626

PR:		250246
Submitted by:	daniel.engberg.lists@pyret.net
Original commitRevision:553156 
Tuesday, 29 Sep 2020
21:54 riggs search for other commits by this committer
Update to upstream release 1.0.30

PR:		249949
Submitted by:	daniel.engberg.lists@pyret.net
Original commitRevision:550629 
Thursday, 10 Sep 2020
10:08 riggs search for other commits by this committer
Update to upstream release 1.0.29

PR:		248665
Submitted by:	daniel.engberg.lists@pyret.net
Reviewed by:	tcberner
MFH:		2020Q3 (hat: ports-secteam)
Original commitRevision:548196 
Tuesday, 28 Jul 2020
12:05 riggs search for other commits by this committer
Update to upstream prerelease snapshot 1.0.29 as of 20200620

Details:
* Pull source code from GitHub
* Switch to cmake
* Remove clipping option (autodetected)
* Fix denial-of-service (CVE-2019-3832, since CVE-2018-19758 appears
  to be incomplete.)

PR:		248268
Submitted by:	daniel.engberg.lists@pyret.net
MFH:		2020Q3 (hat: ports-secteam)
Security:	CVE-2019-3832
Original commitRevision:543591 
Tuesday, 12 Mar 2019
06:10 riggs search for other commits by this committer
Backport patches from upstream against all currently known CVEs

PR:		227669
Submitted by:	p5B2E9A8F@t-online.de
MFH:		2019Q1
Security:	CVE-2018-19661
		CVE-2018-19662
		CVE-2017-17456
		CVE-2017-17457
		CVE-2018-19758
Original commitRevision:495440 
Friday, 2 Mar 2018
00:42 jhale search for other commits by this committer
Add several security fixes addressing:
- CVE-2017-6892
- CVE-2017-8361
- CVE-2017-8362
- CVE-2017-8363
- CVE-2017-8365
- CVE-2017-12562
- CVE-2017-14634

Note:
- Fix for CVE-2017-8365 is included in files/patch-CVE-2017-8361

While here:
- Fix LICENSE and add LICENSE_FILE

PR:		226271
Submitted by:	jhale
Reviewed by:	koobs, eadler, jbeich
Approved by:	ports-secteam (eadler)
Obtained from:	upstream (https://github.com/erikd/libsndfile)
MFH:		2018Q1
Security:	004debf9-1d16-11e8-b6aa-4ccc6adda413
Security:	2b386075-1d9c-11e8-b6aa-4ccc6adda413
Differential Revision:	https://reviews.freebsd.org/D14552
Original commitRevision:463363 
Friday, 5 May 2017
23:35 jkim search for other commits by this committer
Update to 1.0.28.

Approved by:	bapt
MFH:		2017Q2
Original commitRevision:440208 
Thursday, 20 Apr 2017
15:29 jbeich search for other commits by this committer
audio/lib{sndfile,samplerate}: add CPE information
Original commitRevision:438969 
Saturday, 5 Nov 2016
19:45 bapt search for other commits by this committer
Update to 1.0.27
Original commitRevision:425443 
Friday, 30 Sep 2016
16:03 mat search for other commits by this committer
Catch stray dependencies, courtesy of the proxy-deps qa check.

Sponsored by:	Absolight
Original commitRevision:422995 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 5 Dec 2015
10:01 bapt search for other commits by this committer
Update to 1.0.26
Use options helpers
Use USES=localbase
Original commitRevision:403051 
Wednesday, 7 Oct 2015
01:37 amdmi3 search for other commits by this committer
- Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:398740 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Tuesday, 6 May 2014
06:57 bapt search for other commits by this committer
Use USES=libtool:keepla
Original commitRevision:353070 
Saturday, 14 Dec 2013
00:53 bapt search for other commits by this committer
Support stage
Original commitRevision:336407 
Wednesday, 11 Dec 2013
14:35 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Original commitRevision:336166 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 30 Aug 2013
23:01 bapt search for other commits by this committer
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Original commitRevision:325727 
Sunday, 9 Jun 2013
19:30 naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Original commitRevision:320405 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Wednesday, 30 May 2012
11:37 bapt search for other commits by this committer
Convert to new options framework
Original commit
Wednesday, 7 Mar 2012
04:44 bf search for other commits by this committer
disable some machine-dependent code by default; add a test target
Original commit
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Friday, 28 Oct 2011
18:00 miwi search for other commits by this committer
- Fix build FreeBSD 10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Monday, 12 Sep 2011
19:40 kwm search for other commits by this committer
Update to 1.0.25.

Define CPPFLAGS outside of CONFIGURE_ENV.

PR:             ports/160684
Submitted by:   olgeni@
Security:       b9f3ffa3-dd6c-11e0-b7fc-000a5e1e33c6
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
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>
Original commit
Tuesday, 29 Mar 2011
16:07 bapt search for other commits by this committer
if the star is gone, it doesn't work
Original commit
14:03 bapt search for other commits by this committer
- update to 1.0.24
- add license
Original commit
Wednesday, 15 Dec 2010
21:48 kwm search for other commits by this committer
Explicit disable alsa compatibility library.

PR:             ports/153190
Submitted by:   makc@
With hat:       multimedia@
Original commit
Wednesday, 3 Nov 2010
10:48 kwm search for other commits by this committer
Update to 1.0.23

Make sure the MAN1= line doesn't exceed 80 chars.

PR:             ports/151206 (update to 1.0.22)
Submitted by:   olgeni@
With hat:       multimedia@
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Monday, 12 Apr 2010
20:17 sylvio search for other commits by this committer
- Added patch to fix build of devel/sfml
- BUMP PORTREVISION

PR:             ports/145656
Submitted by:   amdmi3@
Approved by:    itetcu (mentor, implicit)
Original commit
Saturday, 10 Apr 2010
13:28 sylvio search for other commits by this committer
- Update to 1.0.21

PR:             ports/142522
Submitted by:   Aragon Gouveia <aragon@phat.za.net>
Approved by:    itetcu (mentor, implicit)
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Saturday, 30 May 2009
19:43 miwi search for other commits by this committer
- Update to 1.0.20

PR:             134751
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Security:      
http://www.freebsd.org/ports/portaudit/6355efdb-4d4d-11de-8811-0030843d3802.html
Original commit
Tuesday, 10 Mar 2009
12:11 ed search for other commits by this committer
Unbreak libsndfile build when octave is installed.

If octave is installed on the system, libsndfile wants to build octave
support, which only seems to cause compiler errors.

If we really want octave support, we should add a proper switch to the
port.

PR:     ports/131647
Original commit
09:58 ed search for other commits by this committer
Update libsndfile to 1.0.19.

Unlike the previous release, this version does not depend on an
unreleased version of libvorbis. This means we can remove those awful
regexes from the Makefile.
Original commit
Sunday, 15 Feb 2009
04:39 ahze search for other commits by this committer
Use USE_GMAKE to fix build on some version of FreeBSD

Submitted by:           1wkmmr@gmail.com
Original commit
Monday, 9 Feb 2009
03:00 ahze search for other commits by this committer
Update to 1.0.18

Submitted by:           Ed Schouten <ed@80386.nl>
Original commit
Monday, 7 Apr 2008
20:37 naddy search for other commits by this committer
Update to FLAC 1.2.1.  This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:     119476
Original commit
Saturday, 15 Sep 2007
16:02 mezz search for other commits by this committer
- Fix the build when audio/oss is installed by force to search for
  sys/soundcard.h in /usr/include first rather than oss's header. [1]
- While I am here, fix the flac option. The autocheck is not need when
  it is enable by default and add --disable-flac to make WITHOUT_FLAC works.

PR:             ports/116268 [1]
Reported by:    Volker <heizraum@freenet.de> [1]
Original commit
Saturday, 25 Aug 2007
22:56 mezz search for other commits by this committer
- Add support for FLAC metadata. [1]
- Remove sqlite3 option and disable it by default, since it's only for
  regression tests.
- Bump the PORTREVISION.

PR:             ports/114524 ports/115805
Suggested by:   Ed Schouten <ed@fxq.nl>
Obtained from: 
https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1]
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Saturday, 2 Sep 2006
20:48 ahze search for other commits by this committer
- Update to 1.0.17
Original commit
Friday, 9 Jun 2006
18:00 ahze search for other commits by this committer
- Transfer MAINTAINER to multimedia@

Approved by:    dhw (postmaster, for using multimedia@ as maintainer)
                gnome (gstreamer ports)
Original commit
Tuesday, 2 May 2006
14:26 ahze search for other commits by this committer
- Update to 1.0.16
Original commit
Monday, 20 Mar 2006
02:17 ahze search for other commits by this committer
- Update to 1.0.15
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 21 Feb 2006
12:25 ahze search for other commits by this committer
- Update to 1.0.14
Original commit
Saturday, 21 Jan 2006
22:25 ahze search for other commits by this committer
- Update to 1.0.13
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Friday, 30 Sep 2005
08:30 ahze search for other commits by this committer
- Update to 1.0.12
- Grab MAINTAINER
- Add new OPTIONS, WITH_FLAC, on by default -- adds support to flac
  and WITH_SQLITE3, off by default -- adds support to sqlite3
Original commit
Thursday, 18 Nov 2004
03:08 ahze search for other commits by this committer
Update to 1.0.11

Approved by:    adamw (mentor)
Original commit
Friday, 15 Oct 2004
11:43 pav search for other commits by this committer
- Make sndfile-play work

PR:             ports/72716
Submitted by:   Michael Johnson <ahze@ahze.net>
Original commit
Wednesday, 13 Oct 2004
15:52 pav search for other commits by this committer
- Remove USE_GCC=3.4, it's not needed
- Update libtool

PR:             ports/72607
Submitted by:   Michael Johnson <ahze@ahze.net>
Original commit
Thursday, 30 Sep 2004
05:32 kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
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
Original commit
17:13 krion search for other commits by this committer
Update to version 1.0.10

PR:             ports/68859
Submitted by:   Ports Fury
Original commit
Sunday, 23 May 2004
19:04 krion search for other commits by this committer
- Update to version 1.0.9

PR:             ports/67079
Submitted by:   Ports Fury
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
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.
Original commit
Saturday, 28 Feb 2004
19:40 krion search for other commits by this committer
- Update to version 1.0.7

PR:             ports/63492
Submitted by:   Ports Fury
Original commit
Thursday, 12 Feb 2004
20:51 krion search for other commits by this committer
- Fix MASTER_SITES

PR:             62750 62751
Submitted by:   Daniel Roethlisberger <daniel@roe.ch>, David Gilbert
<dgilbert@daveg.ca>
Original commit
Tuesday, 10 Feb 2004
15:10 krion search for other commits by this committer
- Update to version 1.0.6

PR:             ports/62635
Submitted by:   Ports Fury
Original commit
Friday, 7 Nov 2003
09:28 marcus search for other commits by this committer
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Wednesday, 20 Aug 2003
10:48 krion search for other commits by this committer
- Utilize USE_GNOME

PR:             55743
Submitted by:   Ports Fury
Original commit
Sunday, 4 May 2003
21:36 arved search for other commits by this committer
Update to 1.0.5

PR:             51716
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
Original commit
Thursday, 20 Feb 2003
16:49 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 3 Feb 2003
12:35 sobomax search for other commits by this committer
Update to 1.0.4.
Original commit
Thursday, 2 Jan 2003
19:10 ijliao search for other commits by this committer
upgrade to 1.0.3

PR:             46139
Submitted by:   Ports Fury
Original commit
Friday, 20 Sep 2002
07:36 knu search for other commits by this committer
Update libsndfile to version 1.0.1 with a shlib major bump.

PR:             ports/42968
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Monday, 8 Jul 2002
10:22 ijliao search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             39283
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Thursday, 2 May 2002
21:23 pat search for other commits by this committer
Update to 0.0.28

PR:             37683
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Friday, 23 Nov 2001
17:32 ijliao search for other commits by this committer
upgrade to 0.0.27    
Original commit
Saturday, 6 Oct 2001
15:50 lioux search for other commits by this committer
Update to 0.0.26    
Original commit
Saturday, 25 Aug 2001
00:16 dwcjr search for other commits by this committer
Update to 0.0.24    
Original commit
Friday, 20 Jul 2001
03:45 ijliao search for other commits by this committer
add libsndfile   Reading and writing files containing sampled sound (like WAV or
AIFF)    
Original commit

Number of commits found: 89