non port: sysutils/e2fsprogs/Makefile |
Number of commits found: 210 (showing only 100 on this page) |
Wednesday, 6 Nov 2024
|
15:17 Robert Clausecker (fuz)
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988
6e2da96 |
Thursday, 30 May 2024
|
12:07 Matthias Andree (mandree)
*/e2fsprogs*: update to 1.47.1
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.1
5027adf |
Thursday, 1 Feb 2024
|
22:57 Matthias Andree (mandree)
sysutils/e2fsprogs: handle PORTREVISION==0 in *_DEPENDS
Else we would depend on, say, e2fsprogs-core-1.48.0_ (trailing
underscore) character when PORTREVISION was zeroed or omitted.
(Note that bsd.port.mk will default it to 0 value).
Use make(1)'s varname:?trueval:falseval: expansion to guard
the expansion. (_SUF1 is private in bsd.port.mk, let's avoid that).
Reported by: Tomoaki AOKI
PR: 276643
855dce6 |
Wednesday, 31 Jan 2024
|
21:53 Matthias Andree (mandree) Author: Konstantin Belousov
sysutils/e2fsprogs: fix build with nonzero PORTREVISION on e2fsprogs-core
20b92b0 |
Thursday, 9 Feb 2023
|
18:54 Matthias Andree (mandree)
sysutils/e2fsprogs: depend on exact e2fsprogs-core version
and not a ">=" version, because we copy built binary files
aeed96e |
18:46 Matthias Andree (mandree)
sysutils/e2fsprogs: update to 1.47.0
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0
While here, suppress most of the 'unused command line argument' warnings.
d444e59 |
Thursday, 2 Feb 2023
|
23:49 Matthias Andree (mandree)
sysutils/e2fsprogs: bugfix update to 1.46.6
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6
Add patch to make m_offset reliable. Due to some race conditions on the
pipeline between FreeBSD's yes a, which emits 8190-long writes on
13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can
sometimes receive short reads occasionally, and because the count=
normally is the number of read(2) calls dispatched, this then leads to a
shorter reference "file system" that we crcsum, and that causes false
negative test results. gdd warns that iflag=fullblock would avoid
effects of short reads, but this warning is discarded in the test
script. Anyways, patch m_offset to use dd's and gdd's iflag=fullblock,
which causes (g)dd to call read(2) again until the block is full for
each nominal block, so we definitely read the desired output size 512 kB
no matter what shorter blocks might travel through the pipeline.
MFH: 2023Q1
594ba3e |
Saturday, 1 Oct 2022
|
14:54 Matthias Andree (mandree)
sysutils/e2fsprogs: 1/2 rename to -core, strip FLAVORS and /sbin
This is the first commit that renames e2fsprogs to e2fsprogs-core,
makes the necessary changes to Makefiles, strips the FLAVORs that
determined how to link or copy to /sbin. The latter feature will
be placed into a new e2fsprogs port that just copies two files to /sbin.
A followup 2/2 commit will then add the new e2fsprogs port.
This is done so that Git can properly track the rename.
While here, switch from FreeBSD's dd to GNU coreutils's dd
in an attempt to fix sporadic m_offset self-test failures.
14e733a |
14:54 Matthias Andree (mandree)
sysutils/e2fsprogs: 2/2 add a port for /sbin fsck'ing ext2/ext3/ext4
This is the second half of the e2fsprogs commit to permit having
a big hier(7)-clean e2fsprogs port that does not ever reach into /sbin,
now called e2fsprogs-core, and this new port that will copy from
${LOCALBASE} to /sbin so that /usr can reside on an ext2/ext3/ext4
file system and still be fsck'd at boot time.
7545575 |
10:45 Matthias Andree (mandree)
sysutils/e2fsprogs: misc/e2fsprogs-libblkid: fixes
- for libblkid, fix a buffer size when parsing device names
to make room for a trailing '\0' character from sscanf().
(This was a long-standing bug in our local patch.)
- patch out qsort_r redeclarations from the sort_r library that are
incompatible with FreeBSD since it aligned with GNU qsort_r() API
- remove FreeBSD 14-CURRENT BROKEN= tag.
Related to:
PR: 266227
5db803a |
09:58 Matthias Andree (mandree)
sysutils/e2fsprogs: keep BROKEN away from slave ports
Reported by: delphij@
9d41754 |
07:13 Matthias Andree (mandree)
sysutils/e2fsprogs: revert bogus qsort_r() patch.
delphij@ and the upstream maintainer were working on a autoconf-based
solution, and this patch was not approved. Remove it and mark
port BROKEN on systems that changed qsort_r() for the GNU-like API.
PR: 266227
525e857 |
Friday, 30 Sep 2022
|
22:28 Xin LI (delphij)
sysutils/e2fsprogs: Fix qsort_r detection for POSIX qsort_r(3).
PR: ports/266227
Exp-run by: antoine
Approved by: portmgr
82665ce |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Samorukov <samm@freebsd.org>
* Alex de Kruijff
* Alexander Haderer <alexander.haderer@loescap.de>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Dobloug <andreasd@@ifi.uio.no>
* Andreas Fehlner (fehlner@gmx.de)
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <az@inec.ru>
* Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
* Andrew Khlebutin <andrey@hm.perm.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrew Stevenson <andrew@ugh.net.au>
* Andrew Turner <zombie@i4free.co.nz>
* Andrey A. Chernov <ache@FreeBSD.org>
* Andrey Cherkashin <andoriyu@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kuzmin <akuz84@gmail.com>
* Andrey Simonenko
* Andrey Zonov <andrey@zonov.org>
* Andris Raugulis <moo@arthepsy.eu>
* Andy Fawcett <andy@athame.co.uk>
* Anes Mukhametov <anes@anes.su>
* Anish Mistry
* Anish Mistry <amistry@am-productions.biz>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Lysenok <bart@tapolsky.net.ua>
* Anton Statutov <astatutov@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Aragon Gouveia <aragon@phat.za.net>
* Arjan van der Velde <noresult@xs4all.nl>
* Artem Zaytsev <a.arepo@gmail.com>
* Ashish SHUKLA <wahjava@gmail.com>
* Austin Shafer <ashafer@badland.io>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Baptiste Grenier <gwarf@gwarf.org>
* Bartek Rutkowski <robak@FreeBSD.org>
* Ben Kibbey <bjk@arbornet.org>
* Ben Woods <woodsb02@FreeBSD.org>
* Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
* Blaz Zupan <blaz@amis.net>
* Boris Kochergin <spawk@acm.poly.edu>
* Boris Popov <bp@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* Brad Lanam <bll@gentoo.com>
* Brian Dean <bsd@FreeBSD.org>
* Brian Handy <handy@physics.montana.edu>
* Brian Somers <brian@FreeBSD.org>
* Cameron Katri <me@cameronkatri.com>
* Carlo Strub
* Chad Castleberry AKA ritalin
* Charles Swiger <chuck@pkix.net>
* Charlie Kester <corky1951@comcast.net>
* Chifeng Qu <chifeng@gmail.com>
* Chris Calvey <chris@securityforensics.co.uk>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Howey <howeyc@gmail.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Colin Booth <colin@heliocat.net>
* Colin Percival
* Conrad Meyer <cem@FreeBSD.org>
* Cosmin Stroe <cstroe1@uic.edu>
* Craig Leres <leres@FreeBSD.org>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Cy Schubert <cy@FreeBSD.org>
* Cyrille Lefevre <Cyrille.Lefevre@laposte.net>
* Cyrille Lefevre <clefevre@citeweb.net>
* Dale Woolridge <dale.woolridge@gmail.com>
* Dan Langille <dan@langille.org>
* Dan Piponi <wmtop@tanelorn.demon.co.uk>
* Daniel Baker <dbaker@FreeBSD.org>
* Daniel Bond
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Harris <dannyboy@subdimension.com>
* Daniel Johansson <donnex@donnex.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Solsona <daniel@ish.com.au>, Guido Falsi <madpilot@FreeBSD.org>
* Daniel Thiele
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* Danny Howard <dannyman@toldme.com>
* Dave Cottlehuber <dch@skunkwerks.at>
* David Gardner
* David Le Brun <david@dyn-ns.net>
* David Naylor <dbn@FreeBSD.org>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* David W. Chapman Jr. (dwcjr@FreeBSD.org)
* Denis Barov
* Denis Barov <dindin@dindin.ru>
* Denis N. Peplin <info@volginfo.ru>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dereckson <dereckson@gmail.com>
* Derik van Zuetphen <dz@426.ch>
* Devin Teske <dteske@FreeBSD.org>
* Devin Teske <dteske@vicor.com>
* Dikshie
* Dima Panov <fluffy@Fluffy.Khv.RU>
* Dima Sivachenko <dima@chg.ru>
* Dirk Engling <erdgeist@erdgeist.org>
* Dmitri Nikulin <setagllib@optusnet.com.au>
* Dmitry Frolov <frol@nov.net>
* Dmitry N Fomin <fdn@okbire.ru>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Yashin <dmitry@yashin.su>
* Dmitry Yu Okunev dyokunev@ut.mephi.ru
* Dom Mitchell <dom@happygiraffe.net>
* Dom Mitchell <dom@myrddin.demon.co.uk>
* Dominic Fandrey <kamikaze@bsdforen.de>
* Donald Burr <dburr@FreeBSD.org>
* Doug Harple
* Douglas Thrift
* Dryice Liu <dryice@dryice.name>
* Dylan Bridgman
* Ed Schouten <ed@FreeBSD.org>
* Ed Schouten <ed@fxq.nl>
* Ederson de Moura <ederbs@ederbs.org>
* Edson Brandi <ebrandi@fugspbr.org>
* Eduard Martinescu
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@freebsd.org>
* Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
* Eric Freeman <freebsdports@chillibear.com>
* Erik Greenwald <erik@smluc.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Evan Sarmiento <esarmiento@wayfair.com>
* Evgeny Zhirnov <jirnov@gmail.com>
* Fabian Keil <fk@fabiankeil.de>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Florent Thoumie <flz@xbsd.org>
* Florian Smeets <flo@smeets.im>
* Frank Fenor <frank@fenor.de>
* Frank Wall <fw@moov.de>
* Frederic Culot <culot@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Frerich Raabe <frerich.raabe@gmx.de>
* Fukang Chen <loader@FreeBSD.org>
* Gabor Zahemszky
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* George Cox <gjvc@gjvc.com>
* George Neville-Neil gnn@freebsd.org
* George Reid <greid@ukug.uk.freebsd.org>
* Gerhard Häring <gh@ghaering.de>
* Gerrit Beine <tux@pinguru.net>
* Gert Doering <gert@space.net>
* Gleb Kurtsou <gleb@FreeBSD.org>
* Gleb Smirnoff <glebius@FreeBSD.org>
* Greg Larkin <glarkin@FreeBSD.org>
* Greg Lewis <glewis@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hakisho Nukama <nukama@gmail.com>
* Hans Petter Selasky <hselasky@freebsd.org>
* Harshavardhana
* Heiner <h.eichmann@gmx.de>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Hizbulin Ildar <hizel@vyborg.ru>
* Hokan
* Hondareyte <lhondareyte@laposte.net>
* Hung-Yi Chen <gaod@hychen.org>
* Ian Lepore <ian@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Ivan Dreckman <ivannashdreckman@fastmail.fm>
* Ivan Lago <ivan.lago@ifom-ieo-campus.it>
* J.R. Oldroyd <fbsd@opal.com>
* James Hunt <james.hunt@ubuntu.com>
* James O'Gorman <james@netinertia.co.uk>
* Jamie Heckford <jamie@jamiesdomain.co.uk>
* Jan Stocker <Jan.Stocker@t-online.de>
* Janne Snabb <snabb@epipe.com>
* Jase Thew <freebsd@beardz.net>
* Jason Evans <jasone@FreeBSD.org>
* Jason Harris <jharris@widomaker.com>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jeffrey Goldberg <jeffrey@goldmark.org>
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Chadwick <freebsd@jdc.parodius.com>
* Jeremy Chadwick <jdc@parodius.com>
* Jeremy Shaffner <jeremy@external.org>
* Jesse
* Jesse Smith
* Jesse Smith <jessefrgsmith@yahoo.ca>
* Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
* Jev Björsell <ports@ecadlabs.com>
* Jim Pirzyk <pirzyk@FreeBSD.org>
* Jim Pirzyk pirzyk@FreeBSD.org
* Jim Riggs <ports@christianserving.org>
* Jim Shewmaker
* Jin-Sih Lin <linpct@gmail.com>
* Jin-Sih, Lin <linpct@gmail.com>
* Joe Barbish
* Joe Barbish <jail-primer1@a1poweruser.com>
* Joe Barbish <qchroot1@a1poweruser.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* Johannes Dieterich <jmd@FreeBSD.org>
* John D. "Trix" Farrar <trix@basement.net>
* John Hixson <jhixson@FreeBSD.org>
* John Hixson <jhixson@freebsd.org>
* John Hixson <john@pcbsd.org>
* John Reynolds <johnjen@reynoldsnet.org>
* Jon Wilson <jon@phuq.co.uk>
* Jonathan Liu <Net147@hotmail.com>
* Joris Vandalon
* Jose G. Juanino <jjuanino@gmail.com>
* Josef El-Rayes <josef@FreeBSD.org>
* Joseph Benden <joe@thrallingpenguin.com>
* Jouke Witteveen <j.witteveen@gmail.com>
* Jov <amutu@amutu.com>
* Ju Pengfei <jupengfei@gmail.com>
* Juergen Lock <nox@FreeBSD.org>
* Juergen Lock <nox@jelal.hb.north.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Jung-uk Kim <jkim@FreeBSD.org>
* Juraj Lutter <otis@sk.FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* KIMURA Takamichi <takamiti@tsden.org>
* Kai Wang <kaiwang27@gmail.com>
* Kamila Souckova <kamila@ksp.sk>
* Kay Lehmann
* Kay Lehmann <kay_lehmann@web.de>
* Kevin Bowling <kbowling@FreeBSD.org>
* Kirill Ponomarev <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kirk Strauser <kirk@strauser.com>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Konstantin Reznichenko <kot@premierbank.dp.ua>
* Koop Mast <kwm@FreeBSD.org>
* Koop Mast<kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kueifeng Li <thinker@branda.to>
* Lapo Luchini <lapo@lapo.it>
* Lars Engels <lars.engels@0x20.net>
* Lars Engels <lme@FreeBSD.org>
* Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Len Sassama
* Leo Vandewoestijne <freebsd@dns-lab.com>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lucas Holt <luke@foolishgames.com>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lupe Christoph <lupe@lupe-christoph.de>
* M. Warner Losh <imp@FreeBSD.org>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Manuel Rabade Garica <mig@mig-29.net>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Marc Lagrange <rhaamo@gruik.at>
* Marcel Kaiser <mk@nic-nac-project.org>
* Marcin Cieslak <saper@SYSTEM.PL>
* Marcin Simonides <marcin@studio4plus.com>
* Marco Steinbach <coco@executive-computing.de>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Marius Strobl <marius@FreeBSD.org>
* Mark Blackman <tmb_ports@maddog.u-net.com>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Markus Brueffer <markus@FreeBSD.org>
* Markus Dolze
* Martin Matuska <mm@FreeBSD.org>
* Martin Otto
* Martin Pala <martinp@tildeslash.com>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Martin Tournoij <martin@arp242.net>
* Martin Wilke <miwi@FreeBSD.org>
* Marwan Burelle <marwan.burelle@lri.fr>
* Mateusz Piotrowski <0mp@FreeBSD.org>
* Matt Lancereau <matt@rimasec.net>
* Matt Lancereau <ports@FreeBSD.org>
* Matt Peterson <matt@peterson.org>
* Matteo Cypriani <mcy@lm7.fr>
* Matthew Dillon <dillon@backplane.com>
* Matthew Fuller <fullermd@over-yonder.net>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Max Laier <max@love2party.net>
* Maxim Ignatenko <gelraen.ua@gmail.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Melvyn Sopacua <melvyn@magemana.nl>
* Michael Gmelin <freebsd@grem.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <michael@ranner.eu>
* Michael Reifenberger
* Miguel Mendez <flynn@energyhq.homeip.net>
* Mike Meyer <mwm@mired.org>
* Mike Muir <mmuir@es.co.nz>
* Mikolaj Golub <to.my.trociny@gmail.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Murray Nesbitt <freebsd@nesbitt.ca>
* Mykola Dzham <i@levsha.me>
* Natacha Porte <natbsd@instinctive.eu>
* Nick Hibma <n_hibma@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nikola Kolev <koue@chaosophia.net>
* Nikolai Lifanov
* Nikolai Lifanov <lifanov@FreeBSD.org>
* Nikolai Lifanov <lifanov@FreeBSD.org> and Ben Woods <woodsb02@FreeBSD.org>
* Nikolay Dachev <jadm@dachev.info>
* Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Nosov Artem <chip-set@mail.ru>
* Oleg A. Mamontov <oleg@mamontov.net>
* Oleg Alexeenkov <proler@gmail.com>
* Oleg Ginzburg
* Oleg Ginzburg <olevole@olevole.ru>
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Eikemeier
* Oliver Lehmann <Kai_Allard_Liao@gmx.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Olivier Duchateau <olivierd@FreeBSD.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Patrice Clement <monsieurp@gentoo.org
* Patrice Clement <monsieurp@gentoo.org>
* Patrick Li <pat@databits.net>
* Patrick M. Hausen (pmh@hausen.com)
* Patrick Rinke <patrick@rinke-bochum.de>
* Paul Dlug <paul@aps.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Pavel Novikov
* Pavel Timofeev <timp87@gmail.com>
* Pawel Pekala <c0rn@o2.pl>
* Pete Fritchman <petef@databits.net>
* Peter Ankerstal <peter@pean.org>
* Peter Edwards <pmedwards@eircom.net>
* Peter TKATHENKO <peter@flytrace.com>
* Philippe Casidy <pcasidy@casidy.com>
* Pieter Danhieux <opr@bsdaemon.be>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qiang Guo <guoqiang_cn@126.com>
* Radim Kolar
* Ralf van Dooren <r.vdooren@snow.nl>
* Rashid N. Achilov <shelton@granch.ru>
* Remington Lang <MrL0Lz@gmail.com>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@freebsd.org>
* Ricardo A. Reis <ricardo.areis@gmail.com>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Person <rodperson@rodperson.com>
* Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Rodrigo Graeff <delphus@gmail.com>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Jackson <raj@csub.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sachidananda Urs
* Samir Noir <samir@noir.im>
* Samy Al Bahra <samy@kerneled.com>
* Samy Al Bahra <samy@kerneled.org>
* Sascha Klauder <sklauder@trimind.de>
* Scot Hetzel <swhetzel@gmail.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Rees <sean@rees.us>
* Sebastian Yepes F. <esn@x123.info>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
* Slawomir Wojciech Wojtczak <vermaden@interia.pl>
* Soeren Boll Overgaard <boll@tolkien.dk>
* Sofian Brabez <sbrabez@gmail.com>
* Sofian Brabez <sbz@FreeBSD.org>
* SriSaiGanesh
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stefan Esser
* Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Stefan Rumetshofer
* Steffen Fritz <steffen@fritz.wtf>
* Steffen Vogelreuter
* Stephen J. Roznowski <sjr@home.net>
* Steve Atwell
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <steven@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* The Anarcat <anarcat@anarcat.ath.cx>
* Thierry Dussuet <dussuett@wigwam.ethz.ch>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Bartelmess <thomas@bartelmess.io>
* Thomas E. Zander <riggs@rrr.de>
* Thomas Hurst <tom@hur.st>
* Thomas Seck <tmseck@netcologne.de>
* Thomas Zander <riggs@FreeBSD.org>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tim Bishop <tdb@FreeBSD.org>
* Tim Bishop <tim@bishnet.net>
* Tim Welch <ports@thepentagon.org>
* Tim van der Hoek <hoek@FreeBSD.org>
* Timothy Redaelli
* Tobias Roth <ports@fsck.ch>
* Tom Judge <tom@tomjudge.com>
* Tom Rhodes <trhodes@FreeBSD.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Tony Narlock <tony@git-pull.com>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Uffe Jakobsen <uffe@uffe.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Valerio Daelli <valerio.daelli@gmail.com>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Vasiliy Ch <blttll@gmail.com>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Vladimir Laskov <samflanker@gmail.com>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wes Peters <wes@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
* Xavier Beaudouin <kiwi@oav.net>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yonatan <Yonatan@xpert.com>
* Yonatan <onatan@gmail.com>
* Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yuan-Chen Cheng <ycheng@sinica.edu.tw>
* Yuichiro NAITO <naito.yuichiro@gmail.com>
* Yuri Victorovich <yuri@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* alepulver
* anarcat
* anders
* arved
* asami
* bjohnson@wedgie.org
* bsdx
* carl@servicefactory.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chuck@pkix.net
* clsung
* cracauer@cons.org "Martin Cracauer"
* cy@FreeBSD.org
* dds
* desmo@bandwidth.org
* dieringe
* eivind
* freebsd@spatula.net
* futatuki
* gahr
* grog
* gtodd@bellanet.org
* gurkan@phys.ethz.ch
* ijliao
* imp
* ismail.yenigul@endersys.com.tr
* jack
* janos.mohacsi@bsd.hu
* jfreund
* jhb
* jim@thehousleys.net
* jkh
* joerg
* jon@witchspace.com
* joseph@randomnetworks.com
* jpaetzel@FreeBSD.org
* jrhett@netconsonance.com
* jwd
* kaz@kobe1995.net (NAKAMURA Kauzushi)
* kiesel
* kiesel@schlund.de
* kmoore@FreeBSD.org
* koma2@lovepeers.org
* kuriyama
* luigi@FreeBSD.org
* lx@redundancy.redundancy.org
* marius@alchemy.franken.de
* mi@aldan.algebra.com
* mich@freebsdcluster.org
* michael@fuckner.net
* mm
* mranner@inode.at
* netch@netch.kiev.ua
* ntarmos@ceid.upatras.gr
* okeeblow <root@cooltrainer.org>
* papowell@lprng.com
* pat
* petef@FreeBSD.org
* peter
* philip@FreeBSD.org
* ports@c0decafe.net
* rantapaa@uswest.net
* rhay
* rhwang@bigpanda.com
* roam@FreeBSD.org
* roam@orbitel.bg
* samm
* samu <freebsd-ports@samu.pl>
* se@freebsd.org
* shige
* stas
* sten@blinkenlights.nl
* sterling
* sumikawa
* takawata@jp.FreeBSD.org
* thierry@pompo.net
* thompsa@FreeBSD.org
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* tundra
* uffe@uffe.org
* uri@keves.org
* walt
* will
* wmoran
* wosch
With hat: portmgr
ea71236 |
Sunday, 5 Jun 2022
|
15:22 Matthias Andree (mandree)
sysutils/e2fsprogs: fix CVE-2022-1304
Take patch from linux-ext4@ mailing list to fix
Security: CVE-2022-1304
Security: a58f3fde-e4e0-11ec-8340-2d623369b8b5
MFH: 2022Q2
83ce641 |
Wednesday, 26 Jan 2022
|
22:59 Matthias Andree (mandree)
sysutils/e2fsprogs: update to 1.46.5 (bug fixes)
Release notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.5
Workarounds:
* patch CPPFLAGS to avoid __GNUC_PREREQ internal GCC macro, upstream
regression in d55f8b8c 2021-08-17 | fix unused-function -Wall warnings
(reported to Theodore Y. Ts'o by e-mail); macro is unavailable in clang.
* timeout(1) not providing a -v; cherry-picking upstream's
8535250a 2022-01-03 | tests: support older versions of timeout in r_corrupt_fs
f35c75e |
Tuesday, 18 Jan 2022
|
19:03 Matthias Andree (mandree)
sysutils/e2fsprogs: resolve krb5 conflict with man3/com_err.3.gz
PR: 254751
Reported by: Felix Palmen
cee87a1 |
Monday, 17 Jan 2022
|
22:17 Matthias Andree (mandree)
devel/e2fsprogs-libss: merge to sysutils/e2fsprogs
This is to break dependency cycles between e2fsprogs-libss and
e2fsprogs (see 254751 comment #18 for details), and to avoid creating
yet another split-out port, then for e2fsprogs's libcom_err.
Bump PORTREVISION of the four e2fsprogs consumers to flush out
their e2fsprogs-libss dependency records.
PR: 254751
Reported by: Felix Palmen
PR: 261217
Reported by: tech-lists@zyxst.net
Fixes: 8e6ae60 devel/e2fsprogs-libss: use local compile_et...
Approved by: prior maintainer timeout (Ben Kaduk, 7 months) on 254751
29b349b |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Wednesday, 6 Oct 2021
|
05:20 Matthias Andree (mandree)
sysutils/e2fsprogs: attempt to fix SLOWTESTS build
and cherry-pick two reference data updates from upstream
PR: 258124
Reported by: gja822@narod.ru
4854bf2 |
Saturday, 21 Aug 2021
|
15:59 Matthias Andree (mandree)
sysutils/e2fsprogs: regression fix update 1.46.4
Release Notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.4
and local port changes:
* do not hardlink to symlinks, neither dump/restore nor our
libarchive-based tar can copy them
* pkg-install texts add a blank before the full stop character,
to ease copy & paste
* tst/bitops.c patch was integrated upstream
Since this contains regression fixes vs. 1.46.3:
MFH: 2021Q3
99d4dde |
Wednesday, 4 Aug 2021
|
21:23 Matthias Andree (mandree)
sysutils/e2fsprogs: port rework
1 - sysutils/e2fsprogs: fix checksum mismatches
e2fsprogs has replaced symlinks by hardlinks in its post-install if
/sbin and ${PREFIX}/sbin were on the same file system, and unless
script processing was defeated on install or upgrade.
Leave symlinks in place to avoid checksum mismatches.
PR: 252184 [1]
2 - add FLAVORS for /sbin handling
- no flavor (default): set symlinks from $PREFIX/sbin to /sbin
- roothardlinks: set hardlinks from $PREFIX/sbin to /sbin, when
$PREFIX, its children, and /sbin reside on the same file system
- nobootfsck: do not install into /sbin, but this makes fsck
unavailable for ext2/ext3/ext4 file systems before $PREFIX/ is
mounted
Require tests on i386 and amd64 only for FreeBSD >= 14 (not >= 12).
Do not print removal advice from post-uninstall on upgrades.
54b2629 |
21:23 Matthias Andree (mandree)
sysutils/e2fsprogs: update to upstream v1.46.3
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.3
MFH: 2021Q3
c06742b |
Thursday, 15 Apr 2021
|
22:41 Mateusz Piotrowski (0mp)
lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctly
Approved by: portmgr blanket
b581cb7 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 10 Mar 2021
|
21:51 mandree
e2fsprogs suite: update to v1.46.2 bugfix release
also adds a tune2fs -c random feature.
Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.2
MFH: 2021Q1 (patchlevel bugfix release)
|
Friday, 12 Feb 2021
|
20:26 mandree
sysutils/e2fsprogs: update to v1.46.1, bug fixes
Release notes:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.1.txt?h=v1.46.1
This removes the -DHAVE_PTHREAD_H (in CPPFLAGS) and qsort_r() patches
to e2fsck/rehash.c we used in v1.46.0. They are no longer needed in v1.46.1.
|
Saturday, 6 Feb 2021
|
15:42 mandree
sysutils/e2fsprogs: update to new upstream release v1.46.0
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.46.0.txt?h=v1.46.0
The major item in porting is to switch from GNU libc's qsort_r()
interface to ours, but see https://reviews.freebsd.org/D17083
Also, it appears at cursory glance that it takes the FUSEFS option
to get HAVE_PTHREAD_H #defined. Just pass -DHAVE_PTHREAD_H through
CPPFLAGS without further investigation.
Finally, there appears to be some confusion around __u64 vs.
unsigned long long, we get format string complaints. Use <inttypes.h>
and leverage the PRIu64 macro.
I do not intend to MFH this.
|
Thursday, 4 Feb 2021
|
01:50 mandree
e2fsprogs: make build more robust
Depending on external circumstances and options that I have not fully
investigated, several build-time failures occurred that were one of:
- missing symbols in liblzma (static build missed libmd)
on some versions with LIBUNWIND enabled
- sometimes /bin/csh being pulled up for scripting, breaking in
various places, reason unclear, possibly artifact of next one:
- questionable BASHTESTS handling cleaned up
As these are fixes for a potentially broken build,
no PORTREVISION bump necessary.
MFH: 2021Q1
|
Tuesday, 2 Feb 2021
|
23:15 mandree
sysutils/e2fsprogs: update to new 1.45.7 upstream release
Changelog:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/plain/doc/RelNotes/v1.45.7.txt?h=v1.45.7
MFH: 2021Q1
|
Friday, 1 Jan 2021
|
23:03 linimon
Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.
Approved by: portmgr (tier-2 blanket)
|
Monday, 21 Dec 2020
|
15:23 otis
sysutils/e2fsprogs: Fix pkg-install
Fix pkg-install script where a closing ']' was missing.
Submitted by: Giacomo Olgeni
Reviewed by: osa (mentor), mandree
Approved by: osa (mentor), mandree
Differential Revision: https://reviews.freebsd.org/D27693
|
Wednesday, 23 Sep 2020
|
12:44 mandree
- make /sbin/e2fsck and /sbin/fsck_ext2fs visible in pkg catalog/"pkg which",
so that "pkg which /sbin/e2fsck" yields the proper result.
* this entails symlinking from $PREFIX/sbin to /sbin, and the pkg-install
script will attempt to replace the symlinks by hard links if possible.
pkg 1.15.4 cannot deal with packaged hard links and will fail.
* Note that it is unavoidable that these be in /sbin because /usr/local or
/usr may not be mounted and consequently ext2 file systems could not
be fsck-ed or mounted from /etc/fstab.
There will be no port option to avoid /sbin installs for now. We have too
many options already and the testing effort increases exponentially.
- make sure pkg-message appears on both install and upgrade
- clean up and document/comment pkg-install so that armchair experts
will not pester me with meaningless change requests
- bugfix/change: logic of mke2fs.conf upgrade handling to present less work for
users on port/package upgrades
- bump PORTREVISION
PR: 249284 (related)
|
Thursday, 25 Jun 2020
|
18:44 mandree
sysutils/e2fsprogs: fix "blkid" probe-all feature
e2fsprogs's misc/blkid utility would expect a /proc/partitions file
in a Linux-specific format. Add code to read the kern.geom.conftxt
sysctl(3) value instead, and adjust parser.
While here, patch /etc/blkid.tab location to ${ETCDIR}.
Reported by: Adam Dobrawy (private mail)
Tip to: bapt@ (for the pointer to kern.geom.conftxt)
|
Sunday, 12 Apr 2020
|
02:34 mandree
e2fsprogs, rawtherapee: Repair more UCL pkg-message conversion errors.
Both pkg-message texts are relevant for updates.
Reverting this part of UNAUTHORIZED commits, and bump PORTREVISION.
Clean up pkg-message.
Failure-inducing commits:
------------------------------------------------------------------------
r508837 | mat | 2019-08-13 18:03:11 +0200 (Tue, 13 Aug 2019) | 2 lines
Convert to UCL & cleanup pkg-message (categories e-g)
------------------------------------------------------------------------
r508909 | mat | 2019-08-14 14:16:12 +0200 (Wed, 14 Aug 2019) | 2 lines
Convert to UCL & cleanup pkg-message (categories s)
------------------------------------------------------------------------
|
Tuesday, 31 Mar 2020
|
22:10 mandree
sysutils/e2fsprogs: install extfs.info (if DOCS is enabled)
This should have appened along with r453102/r453120 on 2017-10-29,
when shared libext2fs and headers were added to the install.
Bump PORTREVISION.
Reported by: swills@
|
Monday, 23 Mar 2020
|
09:42 mandree
sysutils/e2fsprogs: Update to 1.45.6
Add three patches (one was extended) by Ted Y. Ts'o to fix various
issues (loff_t and type related).
Drop our own obsolete patches.
While here, drop obsolete parts of some of our patches
(malloc.h -> stdlib.h).
Since the online release notes are not available yet,
this is from doc/RelNotes/v1.45.6.txt, omitting Linux-/Hurd-specifics.
UI and Features
---------------
Debugfs will ignore lines in its command files which start with a
comment character ("#").
Fixes
-----
Fixed a number of potential out of bounds memory accesses caused by
fuzzed / malicious file systems. (Addresses Google Bug: #147849134)
Fix a spurious complaint from e2fsck when a directory which previously
had more than 32000 subdirectories has the number of subdirectories
drops below 32000.
Mke2fs -d now correctly sets permission with files where the owner
permissions are not rwx.
Improve e2fsck's ability to deal with file systems with very large
number of directories, such that various data structures take more than
2GiB of memory. Use better structure packing to improve the memory
efficiency of these data structures.
Fix debugfs so it correctly prints inode numbers > 2**31.
Filefrag now supports very large files (with > 4 billion blocks), as
well as block sizes up to 1 GiB.
Updated and clarified various man pages. (Addresses Debian Bugs:
#953493, #953494, #951808)
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
Reserved the error code EXT2_ET_NO_GDESC (which will be used in
e2fsprogs v1.46+)
Added a thread-safe variant of e2p_feature2string(),
e2p_feature_to_string() to the libe2p library.
Fixed portability problems caused by gcc 10.
Synchronized changes from Android's AOSP e2fsprogs tree.
Update the Malay translation from the translation project.
Obtained from: tytso@mit.edu (files/patch-0-tytso*)
MFH: 2020Q1
|
Tuesday, 3 Mar 2020
|
12:56 mat
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940
|
Monday, 17 Feb 2020
|
21:54 mandree
sysutils/e2fsprogs: Fix powerpc32 build
PR: 242798
Reported by: canardo909@gmx.com
Obtained from: Theodore Y. Ts'o <tytso@mit.edu> (upstream maintainer)
MFH: 2020Q1 (fixes build on powerpc)
|
Monday, 3 Feb 2020
|
00:34 mandree
Be more careful about what and how we link.
Only link what we need (--as-needed) to get unnecessary dependencies
out of the executables.
Be sure to properly link libc dynamically and the rest statically,
especially libgcc (-static-libgcc, should fix powerpc* builds => [1])
After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@).
As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is
useless. Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it
libmagic.so.4; patch to lib/support/plausible.c).
Refresh files/patch-misc__Makefile.in
PR: 242798 [1]
|
Friday, 31 Jan 2020
|
02:13 mandree
Try to fix powerpc build, add LIBUNWIND option.
We've had a USES+=compiler:c11 on powerpc64,
see <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570>
extend and use it on all powerpc* in an attempt to fix PR 242798.
If that doesn't help, add a LIBUNWIND option that makes e2fsck's
signal catcher use libunwind instead of libexecinfo - FreeBSD's
stack unwinder doesn't currently work from signal handlers (#243746),
libunwind does and is supposed to work on powerpc and powerpc64,
among others.
PR: 242798
Reported by: canardo909@gmx.com
|
Thursday, 30 Jan 2020
|
23:07 mandree
sysutils/e2fsprogs: Try and enable backtrace() where possible.
The configure script doesn't find backtrace() because it does not
attempt linking against -lexecinfo -lelf.
Note that currently backtrace() is broken at least on 12.1 amd64, and
does not return any frames. Filed separately as
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243746>
PR: 242798 (which prompts this change, but is not fixed)
|
Saturday, 11 Jan 2020
|
18:34 mandree
e2fsprogs security update to 1.45.5
Release Notes:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.5
MFH: 2020Q1 (patchlevel upgrade with security fixes)
Security: 8b61308b-322a-11ea-b34b-1de6fb24355d
Security: CVE-2019-5188
|
Saturday, 21 Dec 2019
|
11:22 mandree
sysutils/e2fsprogs: update to 1.45.4 (security fix)
Release Notes: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.4
This removes some patches or hunks that were integrated upstream.
MFH: 2019Q4
Security: ad3451b9-23e0-11ea-8b36-f1925a339a82
Security: CVE-2019-5094
|
Tuesday, 17 Sep 2019
|
19:21 tobik
Fix some misspelled or duplicated LICENSE_*
|
Tuesday, 30 Jul 2019
|
11:59 mandree
Fix f_pre_1970_date_encoding on all 32-bit architectures but i386.
e2fsck would misparse the E2FSCK_TIME environment variable on architectures
where sizeof(long) < sizeof(time_t), i. e. all 32-bit architectures but i386.
This led to f_pre_1970_date_encoding test failures.
Note that I haven't tested the change for lack of respective hardware
or qemu rigs, and prior to receiving the reporter feedback, but
it would appear the fix is safe and plausible in itself.
Bump PORTREVISION as this changes the code on all architectures,
and to trigger version-based rebuild attempts where needed.
See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932906
Reported by: Thorsten Glaser <tg@mirbsd.de> against Debian
Reported by: Stanislav S. Grinkin (privately) against FreeBSD
Reported by: prior fall-out and BROKEN_<ARCH> tags
Obtained
from: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=a368e0cbfb33d3050dcccccf0bf5a5539d3dac39
MFH: 2019Q3
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Saturday, 20 Jul 2019
|
09:10 mandree
Update e2fsprogs to new upstream release 1.45.3.
Moves fuse2fs from $(PREFIX)/sbin to $(PREFIX)/bin (it does not
require privileges).
Bugfix for e2fsck file systems that enabled large_dir and inline
directories at the same time.
Translation bug fixes.
Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.3>
MFH: 2019Q3
|
Saturday, 1 Jun 2019
|
13:27 mandree
Update e2fsprogs to new upstream release 1.45.2
Various bugfixes, and added Portuguese locale.
Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian translations.
Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.2>
MFH: 2019Q2
|
Friday, 29 Mar 2019
|
21:49 mandree
Update e2fsprogs suite to v1.45.0.
Sorry that this happens so short before the 2019Q2 branch; the
e2fsprogs.sourceforge.net website hadn't been updated for 1.44.6 and 1.45.0.
I am not packaging e2scrub[_all] as FreeBSD does not support LVM,
Linux's logical volume manager.
Changelogs:
<https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.44.6.txt>
<https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.45.0.txt>
While here, reset misc/e2fsprogs-libuuid PORTREVISION back to 0 now that
the included PORTVERSION got bumped.
|
Saturday, 22 Dec 2018
|
09:53 mandree
Update sysutils/e2fsprogs to new upstream release 1.44.5
Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.5>
MFH: 2018Q4
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tuesday, 4 Dec 2018
|
22:36 mandree
Align *_DEPENDS and use paths for bash in my ports; fix var name.
On systems where bash is in $PATH but not in ${LOCALBASE}/bin/bash,
ilmbase would fail to build, and e2fsprogs might fail if the
BASHTESTS option was enabled.
Make sure that the _DEPENDS and the actual path handed to the configure or
test rig match to the letter, to avoid a time-of-check vs. time-of-use
discrepancy.
In e2fsprogs, the helper variable was also mistyped and would never
amend to BUILD_DEPENDS. Fix typo.
Check my other ports, but wiggle and xmlto [textproc/] seem unaffected.
Reported by: J R Matthews (direct email)
MFH: 2018Q4
|
Saturday, 22 Sep 2018
|
14:40 mandree
Attempt to fix build on powerpc64.
Since the reporter has refused to test my proposed patch twice,
I am committing this anyways.
PR: 231570
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Monday, 27 Aug 2018
|
23:45 mandree
Update sysutils/e2fsprogs to new upstream release 1.44.4.
This is a bug fixing release.
Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.4>
MFH: 2018Q3
|
Tuesday, 10 Jul 2018
|
13:48 mandree
Update to new upstream release 1.44.3.
* several features for debugfs added
* there is a new e2mmpstatus command
* there are several bug fixes, among them endianness fixes and robustness
fixes against corrupted input.
* add hashmap.h header file, for libext2fs users
* a few type fixes for format strings,
found while building for MIPS, ARM, or i386
* add new option SLOWTESTS which prevents skipping of slow tests
* add new option BASHTESTS which enables tests that require bash
(currently affects only the test f_large_dir that is also marked
as slow)
Full release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.3>
Reset PORTREVISION in slave ports, e2fsprogs{-libss,-libuuid} now
that we have bumped PORTVERSION.
MFH: 2018Q3
|
Saturday, 7 Jul 2018
|
21:58 mandree
sysutils/e2fsprogs: unmark broken on MIPS and ARM:
f_pre_1970_date_encoding self-test passes on MIPS64 w/ releng/11.2.
|
20:00 mandree
sysutils/e2fsprogs: fixup regression of MASTERDIR check.
|
19:20 mandree
Apply no-sbrk() patch only to master port.
|
13:05 mandree
Unbreak aarch64 compilation by removing sbrk() references.
|
Friday, 8 Jun 2018
|
03:59 linimon
Also mark broken on other tier-2 archs.
Approved by: portmgr (tier-2 blanket)
|
Friday, 18 May 2018
|
19:36 mandree
Update to new upstream release 1.44.2.
Most important changes over 1.44.1_1:
e2fsck: adjust quota counters when clearing orphaned inodes
e2fsprogs: fix Free Software Foundation address
mke2fs: print error string if ext2fs_close_free() fails
po: update pl.po (from translationproject.org)
Use @AR@ instead of hardcoded 'ar'
Changelog over 1.44.1:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.2>
MFH: 2018Q2
|
Friday, 11 May 2018
|
11:56 mandree
Cherry-pick upstream bug fixes from Git.
This is pending an 1.44.2 release, and contains these fixes from maint:
filefrag: avoid temporary buffer overflow
libext2fs: add sanity checks for ea_in_inode
e2image: fix metadata image handling on big endian systems
e2fsck: warn if checkinterval and broken_system_clock both set
tests: don't leave temp files behind after running i_bitmaps
tests: add new test f_ea_inode_self_ref
chattr.1: 'a' and 'i' attribute do not affect existing file
MFH: 2018Q2
|
10:51 des
Don't set USE_LDCONFIG for child ports. They will do so themselves if
they need it. Also, use PREFIX instead of LOCALBASE.
Not bumping PORTREVISION as the only observable effect is the absence of
a warning message caused by running ldconfig on a non-existent directory.
Approved by: maintainer (mandree@)
|
Saturday, 28 Apr 2018
|
14:30 mandree
Regression/bug fix update to e2fsprogs 1.44.1.
ChangeLog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.1>
MFH: 2018Q2
|
Wednesday, 14 Mar 2018
|
23:40 mandree
Security/bug fix update to e2fsprogs 1.44.0
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.44.0>
Reported by: Dutchman01
MFH: 2018Q1
Security: 2aa9967c-27e0-11e8-9ae1-080027ac955c
|
Tuesday, 20 Feb 2018
|
22:14 mandree
Bugfix update e2fsprogs to new upstream release 1.43.9.
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.9>
Reset e2fsprogs-libuuid's PORTREVISION.
|
Monday, 19 Feb 2018
|
05:18 linimon
Mark broken on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 3 Jan 2018
|
12:35 mandree
Bugfix update to new upstream release 1.43.8.
This fixes a few important bugs where updates are missed, displayed data is
incorrect, a use-after-free-bug and fixes important bugs WRT super block
handling on big-endian systems (missed byte-swaps).
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.8>
MFH: 2018Q1
|
Friday, 29 Dec 2017
|
15:20 emaste
sysutils/e2fsprogs: set LLD_UNSAFE to avoid linking with lld
One test fails when this port is linked with lld:
d_loaddump: debugfs load/dump test: failed
--- d_loaddump/expect 2017-10-16 05:45:45.000000000 +0000
+++ d_loaddump.log 2017-12-28 13:00:42.099973000 +0000
@@ -10,7 +10,7 @@
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
-test_filesys: 12/64 files (0.0% non-contiguous), 158/512 blocks
+test_filesys: 12/64 files (0.0% non-contiguous), 156/512 blocks
Exit status is 0
debugfs -R ''dump test_data d_loaddump.ver.tmp'' test.img
Exit status is 0
This looks like a very unusual failure and careful investigation into
lld's behaviour is warranted, but for now set LLD_UNSAFE to fall back
to ld.bfd so the port continues to build for users using lld as
/usr/bin/ld.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
|
Monday, 30 Oct 2017
|
19:04 mandree
e2fsprogs, prepend new .so dir to RPATH/RUNPATH...
...so that the tools other than e2fsck find their libraries.
Reported by: ehaupt@
|
16:55 mandree
Reconcile e2fsprogs ./. krb5-* conflicts.
* Move conflicting e2fsprogs headers & libs into .../e2fsprogs/... subdirs.
* Move conflicting awk scripts into ${DATADIR}.
* Rename and patch compile_et to e2fsprogs-compile_et.
* Remove conflict markers (from e2fsprogs and krb5-*).
* Add CPPFLAGS/LDFLAGS to sysutils/fusefs-ext2, including
--rpath setting.
While here, also:
* sort pkg-plist and files/unwanted
* use FUSEFS_CONFIGURE_ENABLE=fuse2fs to prevent e2fsprogs from picking up
fusefs (implies --disable-fuse2fs if the option remains disabled)
* add --without-included-gettext to CONFIGURE_ARGS just to be on the safe
side.
And of course, bump PORTREVISION to 3 in e2fsprogs. Since other ports
do not change files or runtime behaviour, their PORTREVISION remains
untouched.
|
00:16 mandree
Add CONFLICTS between krb5-* and e2fsprogs.
Reported by: jbeich@
|
Sunday, 29 Oct 2017
|
23:59 mandree
Also add com_err headers, .pc file, and compile_et.
Reported by: ehaupt@
|
15:42 mandree
Install header and .pc (pkg-config) files, too.
Reported by: ehaupt@
|
09:10 mandree
Update to new upstream 1.43.7, install libext2fs.so [1].
Install shared libraries, and use them (except for e2fsck, which links it
statically so it can be used from /sbin), requested by pgf@ and fsu@.
To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably
LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find
libuuid/libblkid).
Use @comment trick in pkg-plist to ignore not-to-install libraries (libss,
libblkid - these have their own ports) while shutting up make check-plist and
poudriere checks at the same time.
Reported by: pgf@, fsu@ [1]
|
Thursday, 28 Sep 2017
|
19:32 jbeich
misc/e2fsprogs-{libblkid,libuuid}: lift BROKEN
After r450705 www/firefox requires -libuuid via audio/jack. Both slaves
built fine on 11.0, 11.1 and 12.0 aarch64.
Pointy hat to: mandree (r450553)
|
Sunday, 24 Sep 2017
|
22:38 mandree
Add FUSEFS option. Assorted fixes.
This adds a FUSEFS option based on earlier work by Fedor Uporov (fsu@)
and Pedro Giffuni (pfg@).
While here, repair DOCS/NLS options, broken since r418578 (1.43.1).
Leverage OPTIONS_SUB to replace NLS and FUSEFS in pkg-plist.
Add --enable-libuuid to avoid picking up a dynamic system libuuid.so
from /usr/local which would break the static /sbin/e2fsck (by
including a lib below /usr).
Bump PORTREVISION.
Reported by: pfg@
|
Sunday, 10 Sep 2017
|
16:01 mandree
Update to new upstream release 1.43.6.
This fixes FreeBSD-related regressions observed in 1.43.4 and 1.43.5,
and portability issues around quota support on 32-bit builds.
Changelog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.6>
[The MFH request will also need to take 1.43.5 upgrades into account,
so the easiest would probably to merge the entire history since branching.]
MFH: 2017Q3
|
Sunday, 27 Aug 2017
|
12:21 mandree
Fix "invalid argument" regression.
e2fsprogs v1.43.4 and .5 appear to attempt unaligned writes to disk
devices, which causes "invalid argument" errors and failures.
Patch unix_io.c to always obtain the alignment requirements on
FreeBSD, so that e2fsprogs uses its own write buffers and read-
modify-write cycles when writing only parts of a block.
Bump PORTREVISION, as crucial executables and libs change.
While here, bump self-test requirement to FreeBSD >= 12,
since the maintainer has tested these on 11.0/11.1 amd64/i386.
Reported by: Artyon Mirgorodsky (in private)
|
Saturday, 12 Aug 2017
|
21:49 mandree
Reenable four architectures for now.
|
10:12 mandree
Upgrade to new upstream release 1.43.5, assorted fixes.
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5>
Add proper LICENSE* statements to all the Makefiles of e2fsprogs
and its slave ports.
Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir,
instead of @[un]exec.
Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs
from polluting the system's /etc/blkid.tab in make check.
|
Tuesday, 30 May 2017
|
16:02 linimon
This port itself fails on tier-2, but its slave port does not.
I had not noticed it had a working slave port.
Noticed by: mmel
Approved by: portmgr (tier-2 blanket)
Pointy hat to: linimon
|
Saturday, 27 May 2017
|
00:20 linimon
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 13 May 2017
|
23:50 linimon
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sunday, 5 Feb 2017
|
23:39 mandree
Update e2fsprogs to new upstream release 1.43.4.
This is predominantly a bug-fix release, it however ceases installing
the *ext4dev files, which have been replaced by *ext4 for quite a while,
and adds two translations [fi, ms].
While here, reset PORTREVISION on two slave ports.
ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4>
Note in particular this part of the ChangeLog:
<<Replace a test file but which had a "non-commercial use-only" copyright
permission file with a newer version from the Cyrus imapd package which
now has a 4-clause BSD license, which was making some lawyers nervous,
even though the test file in question was only used in lib/et's
regression testing and was never included in any compiled binary.
(Addresses Debian Bug: #840733)>>
PR: 216774
Reported by: Thomas Zander (riggs@)
MFH: 2017Q1
|
Monday, 9 Jan 2017
|
13:16 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Monday, 14 Nov 2016
|
11:26 danfe
Do not terminate BROKEN messages with period, it is added by the framework.
|
Thursday, 10 Nov 2016
|
01:21 linimon
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 2 Nov 2016
|
22:45 mat
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thursday, 13 Oct 2016
|
13:08 amdmi3
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket
|
Monday, 12 Sep 2016
|
23:05 mandree
Fix bounced I/O on unaligned buffers (FreeBSD 11+)
The bounce-buffer I/O driver fix in patch-lib_ext2fs_unix__io.c is a
prototypical fix, and has been forwarded upstream, but it permits us to
pass all self-tests (mostly undo-related) that were still failing on
11.0-RC2 amd64. There is some potential for optimization,
posix_memalign() might save us quite a few memcpy() calls and replace
the now-repaired code paths by a simple pread[64]() or pwrite[64]().
Remove BROKEN, but insist (by setting BROKEN conditionally) on anything
that is FreeBSD 11 or newer, or non-i386/non-amd64, that the user runs
at least the small self-tests.
Revise option descriptions a bit.
Bump PORTREVISION.
|
Sunday, 11 Sep 2016
|
10:26 mandree
Fix most of the FreeBSD 11+ issues, except e2undo.
Pull in upstream Git patch for lib/ext2fs/unix_io.c to fix unaligned
multi-block writes, and disable the two known failing e2undo patches
ONLY for the exact 1.43.3_2, even if "ALLTESTS" is enabled.
(Modify the post-patch:: target to avoid that.)
The port is still marked BROKEN on FreeBSD 11+ to protect the innocent,
but a TRYBROKEN=1 build that will not use e2undo should be fine now.
Obtained from: Ted Y. Ts'o (upstream maintainer)
|
Saturday, 10 Sep 2016
|
18:53 mandree
Ignore SIGINFO during self-tests.
In the FreeBSD-specific patch, when the environment variable
e2fsprogs_inhibit_SIGINFO exists (whatever its content, even if empty),
do NOT install the SIGINFO handler. Leverage this when running the
self-tests. This is to avoid false negatives during the self-tests due
to interspersed SIGINFO output redirected from stderr to the log files.
Bump PORTREVISION because this changes the e2fsck utility.
|
18:00 mandree
Update to new upstream release 1.43.3.
ChangeLog: (also see the log for 1.43.2 that the port skipped!)
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.3>
While here, refresh patches, and time-limit programs in self-test suite
to 60 s CPU time each, to avoid runaway processes from stalling the
self-tests for too long.
Still no joy on FreeBSD 11+ - the self-test results hint to massive data
loss, and more than 10 self-tests fail.
|
Friday, 29 Jul 2016
|
13:29 mandree
Disable one self-test due to strange failures.
|
Wednesday, 20 Jul 2016
|
17:44 mandree
Do not mark slave ports broken on FreeBSD 11+
|
Tuesday, 19 Jul 2016
|
22:28 mandree
Limit BROKEN marks to OPSYS==FreeBSD and extend to ==1100000.
Submitted by: marino@
|
Number of commits found: 210 (showing only 100 on this page) |