non port: net/rsync/Makefile |
Number of commits found: 189 (showing only 100 on this page) |
Sunday, 19 Jan 2025
|
21:59 Rodrigo Osorio (rodrigo)
net/rsync: fix test patch when all options are disabled
If all options are disabled, the extra-patch distfile is not
extracted, breaking the build.
Make this step optional if at least one option is active.
PR: 284154
7f56364 |
21:02 Rodrigo Osorio (rodrigo)
net/rsync: fix build with portmaster
Change the fix for tests to unbreak the build with postmaster
PR: 284154
Reported by: <iron.udjin@gmail.com>
5e8e9ff |
Saturday, 18 Jan 2025
|
22:50 Rodrigo Osorio (rodrigo)
net/rsync: unbreak tests
Fix rsync tests broken by upstream changes since 3.4.0.
Issue reported to upstream.
700c225 |
Thursday, 16 Jan 2025
|
06:48 Rodrigo Osorio (rodrigo)
net/rsync: update to 3.4.1
Full changelog: https://download.samba.org/pub/rsync/NEWS#3.4.1
Major changes:
* fixed handling of -H flag with conflict in internal flag values
PR: 284091
Reported by: cy
30167a1 |
Tuesday, 14 Jan 2025
|
23:29 Rodrigo Osorio (rodrigo)
net/rsync: update to 3.4.0
Full changelog: https://download.samba.org/pub/rsync/NEWS#3.4.0
Security: CVE-2024-12084 - Heap Buffer Overflow in Checksum Parsing
Security: CVE-2024-12085 - Info Leak via uninitialized Stack contents defeats
ASLR
Security: CVE-2024-12086 - Server leaks arbitrary client files
Security: CVE-2024-12087 - Server can make client write files outside of
destination directory using symbolic links
Security: CVE-2024-12088 - --safe-links Bypass
Security: CVE-2024-12747 - symlink race condition
PR: 284064
Reported by: osa
6afdd4c |
Saturday, 27 Apr 2024
|
16:42 Rodrigo Osorio (rodrigo)
net/rsync: upgrade to 3.3.0
Full changelog: https://download.samba.org/pub/rsync/NEWS#3.3.0
Major changes:
* Several bugfixes around -sparse --inplace,
buffer overflow in the checksum2,
string-comparison issue in the internal handling of --progress,
ensure local transfer marks the sender side as trusted,
changes the argv handling to work with a newer popt library,
a problem in the daemon auth for older protocols,
old stats bug that counted devices as symlinks
* Many enhancements:
rrsync with the -no-overwrite option,
manpages formating,
mapfrom & mapto perl scripts into a single python script,
mnt-excl perl script into a python script
PR: 278208
Reported by: vvd
8002d63 |
Friday, 15 Mar 2024
|
09:21 Tijl Coosemans (tijl)
devel/autoconf: Update to 2.72
PR: 277046
Exp-run by: antoine
b346b48 |
Saturday, 27 Jan 2024
|
12:37 Muhammad Moinur Rahman (bofh)
net/rsync: Moved man to share/man
Approved by: portmgr (blanket)
d7ad686 |
Sunday, 11 Dec 2022
|
15:09 Rodrigo Osorio (rodrigo)
net/rsync: Update to 3.2.7
Major changes:
* Fixed the client-side validating of the remote sender's filtering
behavior.
* More fixes for the "unrequested file-list name" name
* When rsync gets an unpack error on an ACL, mention the filename.
* Avoid over-setting sanitize_paths when a daemon is serving "/"
Full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.7
PR: 267921
Reported by: daniel <daniel@nav.ro>
ea0265c |
Tuesday, 1 Nov 2022
|
17:31 Rodrigo Osorio (rodrigo)
net/rsync: Fix typo in options check
Remove duplicate RENAMED option check and add the missing
FLAGS one. This has no impact on default build configuration.
Reported by: Juraj Lutter <otis@FreeBSD.org>
fdb4b12 |
Sunday, 23 Oct 2022
|
15:06 Rodrigo Osorio (rodrigo)
net/rsync: Fix distinfo file generation
Fix a long standing issue in distinfo file generation caused
by the way patch distfiles are handled.
In the previous code, every time a patch was activated, it adds its own
entry into the DISTFILES variable, but because all the patches comes
from the same distfile, we ended with duplicate entries in the list.
As a consequence, the make makesum target generates a distinfo file with
duplicate entries, causing issues to the builder who tries to fetch and untar
the same file in paralel.
Now we add the distfile to the list if one of the options is activated,
avoiding duplication in the DISTFILES list.
This fix has no impact on the generated package, so no PORTREVISION
bump is required.
1f2f722 |
Tuesday, 18 Oct 2022
|
07:07 Rodrigo Osorio (rodrigo)
net/rsync: Update to 3.2.6
Major changes:
* fix file-list validator in --files-from for files that ends without a
line-terminating character
* safety check when using --remove-source-files in a local copy that prevents
removing file shared between src and dest
* fix internal MD4 checksum code who causes sporadic invalid sums
* rrsync: added "copy-devices" to the list of known args, but left it disabled
by default
* rename --protect-args to --secluded-args, environment-variable override did
not change its name
* configure option --with-protected-args was renamed to --with-secluded-args
This option makes --secluded-args the default rsync behavior
Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md
PR: 267153
Reported by: Herbert J. Skuhra <herbert@gojira.at>
4b655e4 |
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 |
Tuesday, 16 Aug 2022
|
15:59 Rodrigo Osorio (rodrigo)
net/rsync: Update to 3.2.5
Major changes:
* CVE-2022-29154 Added some file-list safety checking
* CVE-2022-37434 Fix in the bundled zlib (buffer overflow issue)
* Fix the handling of filenames specified with backslash-quoted wildcards
whith the remote-arg-escaping
* Fix configure check for signed char that causes bogus checksums
* rsync is compiled with an xxhash 0.8 library
* New --trust-sender option to bypass the extra file-list safety checking
Full changelog: https://github.com/WayneD/rsync/blob/master/NEWS.md
PR: 265633
Reported by: rob2g2 <rob2g2-freebsd@bitbert.com>
Relnotes: yes
Security: CVE-2022-29154
Security: CVE-2022-37434
d7990fa |
Saturday, 13 Aug 2022
|
18:51 Matthias Andree (mandree)
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
875d7c7 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alex Miller <asm@asm.kiev.ua>
* Alexander Hausner <alex@hugo.bmg.gv.at>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Novitsky
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Panyushkin <vsityz@gmail.com>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Alfred Perlstein <alfred@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Anatoliy Dmytriyev
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreas Kohn <andreas@syndrom23.de>
* Andrei Lavreniyuk <andy.lavr@gmail.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <thompsa@FreeBSD.org>
* Andrey Zakhvatov
* Andy Kosela <akosela@andykosela.com>
* Anes Mukhametov <anes@anes.su>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Yuzhaninov <citrin@citrin.ru>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Querubin <tony@lava.net>
* Archie Cobbs
* Arne Lundberg <arlu@telia.com>
* Babak Farrokhi
* Babak Farrokhi <babak@farrokhi.net>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Bartek Rutkowski robak@FreeBSD.org
* Bill Fenner <fenner@FreeBSD.org>
* Bill Fumerola <billf@chc-chimes.com>
* Bill Fumerola <billf@mu.org>
* Bjorn Konig <bkoenig@alpha-tierchen.de>
* Blaz Zupan <blaz@si.FreeBSD.org>
* BluePex Security Solutions <freebsd-ports@bluepex.com>
* Bob Frazier
* Boris Lytochkin <lytboris@gmail.com>
* Brad Davis <so14k@so14k.com>
* Brent B. Powers <bbp2006@columbia.edu>
* Brian Somers <brian@FreeBSD.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* Bruce Simpson
* Carlo Strub <cs@FreeBSD.org>
* Carlos J Puga Medina <cpm@FreeBSD.org>
* Carsten Larsen <cs@innolan.dk>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chris Hutchinson <portmaster@BSDforge.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Brueffer <chris@unixpages.org)
* Christian Laursen <xi@borderworlds.dk>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
* Clement Laforet
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Corey Smith <corsmith@gmail.com>
* Cory R. King <coryking@mozimedia.com>
* Craig Boston <craig@yekse.gank.org>
* Craig Leres <leres@FreeBSD.org>
* Daisuke Aoyama <aoyama@peach.ne.jp>
* Dan Caescu <daniel at freebsd.ro>
* Dan Pelleg <dpelleg+unison@cs.cmu.edu>
* Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
* Daniel Bryan <sisko@bsdmail.com>
* Daniel O'Connor <darius@dons.net.au>
* Danilo G. Baio <dbaio@FreeBSD.org>
* Danny Howard <dannyman@tellme.com>
* David Carlier
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien (obrien@cs.ucdavis.edu)
* David O'Brien <obrien@NUXI.com>
* David Shane Holden <dpejesh@yahoo.com>
* David Thiel (lx@redundancy.redundancy.org)
* David Thiel <lx@redundancy.redundancy.org>
* Dean Freeman (wfreeman@sourcefire.com)
* Denis Generalov <gd.workbox@gmail.com>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Dennis Herrmann <dhn@FreeBSD.org>
* Derek Schrock <dereks@lifeofadishwasher.com>
* Diederik de Groot
* Dima Dorfman <dd@FreeBSD.org>
* Dima Panov <fluffy@FreeBSD.org>
* Dima Sivachenko
* Dima Sivachenko <dima@chg.ru>
* Dirk-Willem van Gulik / dirkx@webweaving.org
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Dominic Marks <dominic.marks@btinternet.com>
* Dominic Mitchell <dom@happygiraffe.net>
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu
* Ed Schouten <ed@FreeBSD.org>
* Edwin Groothuis (edwin@mavetju.org)
* Elias Mandouvalos <ocean@compulink.gr>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Richiardone (err@tollari.org)
* Eric Freeman <freebsdports@chillibear.com>
* Erich Zigler <erich@tacni.net>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Eugene Grosbein <ports@grosbein.net>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Hanley
* Felix Hanley <felix@userspace.com.au>
* Filippo Natali <filippo.natali@gmail.com>
* Filippo Natali <filippo@widestore.net>
* Florent Thoumie <flz@xbsd.org>
* Franco Fichtner <franco@opnsense.org>
* Frank Fenor <frank@fenor.de>
* Frank W. Josellis <frank@dynamical-systems.org>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fukang Chen <loader@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
* Gabriel Dutra <0xdutra@gmail.com>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gaspar Chilingarov <nm@web.am>
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Geoff Garside
* George Reid <greid@ukug.uk.freebsd.org>
* George V. Neville-Neil
* Gerrit Beine (<tux@pinguru.net>)
* GomoR <netpkt@gomor.org>
* Goran Tal
* Greg Larkin <glarkin@FreeBSD.org>
* Gregory Edigarov <greg@bestnet.kharkov.ua>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guerkan Karaman <gk.freebsd@googlemail.com>
* Gunter Wambaugh <gunter@six-two.net>
* Gustau Perez <gustau.perez@gmail.com>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* HSIN-HSIUNG CHANG
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Haowu Ge <ghw@7axu.com>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Hodne <henrik@hodne.io>
* Honza Betik
* Hugo Saro <hugo@barafranca.com>
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@FreeBSD.org>
* IWATSUKI Hiroyuki <don@na.rim.or.jp>
* Iblis Lin <iblis@hs.ntnu.edu.tw>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* Ilya Bakulin <webmaster@kibab.com>
* Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* Jacques Vidrine <nectar@FreeBSD.org>
* James Elstone <james@elstone.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jan Hornyak <pav@oook.cz>
* Janni
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Janos.Mohacsi@bsd.hu
* Janos.Mohacsi@dante.org.uk
* Jase Thew <freebsd@beardz.net>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Putsch <jdputsch@comcast.net>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jesper Skriver <jesper@FreeBSD.org>
* Jesse McConnell <jesse@gallup.com>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Clarke
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Bayly <freebsd.ports@tipstrade.net>
* John Hixson <jhixson@gmail.com>
* John Hixson<jhixson@FreeBSD.org>
* John Polstra <jdp@FreeBSD.org>
* Jon Nistor <nistor@snickers.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose M. Alcaide <jose@we.lc.ehu.es>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Scott <joseph@randomnetworks.com>
* Joshua Goodall <joshua@roughtrade.net>
* Jov <amutu@amutu.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Juraj Lutter <otis@FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Karsten Pedersen <kpedersen@disroot.org>
* Kelly Yancey <kbyanc@FreeBSD.org>
* Kelly Yancey <kbyanc@posi.net>
* Kevin Bowling <k@kev009.com>
* Kevin Bowling <kbowling@freebsd.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kirill Ponomarew <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org
* Kris Kennaway <kris@FreeBSD.org>
* Kristof Provost <kp@FreeBSD.org>
* Krzysztof Stryjek <ports@bsdserwis.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Lars Eggert <lars@eggert.org>
* Lars Erik Gullerud <lerik@nolink.net>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* M. Birgmeier
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Mahlon E. Smith <mahlon@martini.nu>
* Maksym Sobolyev <sobomax@pbxpress.it>
* Manuel Creach <manuel.creach@icloud.com>
* Marcin Cieslak <saper@system.pl>
* Marcin Jessa <freebsd@yazzy.org>
* Marcin Jessa <yazzy@yazzy.org>
* Marco P. Rodrigues <drkangel@drkangel.org>
* Marco Steinbach <coco@webdev.c0c0.intra>
* Marcus Glocker <marcus@nazgul.ch>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mars G Miro <spry@anarchy.in.the.ph>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Massimiliano Stucchi <mstucchi@ripe.net>
* Matt Emmerton <matt@gsicomp.on.ca>
* Matt Peterson <matt@peterson.org>
* Matthew George <mdg@secureworks.net>
* Matthew Luckie <mjl@luckie.org.nz>
* Matthew Seaman
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Teege <matthias@mteege.de>
* Max Khon <fjoe@FreeBSD.org>
* Max V. Kostikov <max@kostikov.co>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meno Abels <meno.abels@adviser.com>
* Michael Frey <frey@raum3.de>
* Michael Handler <handler@grendel.net>
* Michael Johnson <ahze@FreeBSD.org
* Michael Johnson <ahze@FreeBSD.org>
* Michael Joyner <mjoyner@hq.dyns.cx>
* Michael Kohn <mike@mikekohn.net>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Muenz <m.muenz@gmail.com>
* Mike Carlson <carlson39@llnl.gov>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikhail Zakharov <zmey20000@yahoo.com>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bd_subzero@yahoo.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Munechika SUMIKAWA <sumikawa@FreeBSD.org>
* Nathan Whitehon <nwhitehorn@freebsd.org>
* Neil Booth
* Nick Sayer <nsayer@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nobutaka Mantani <nobutaka@FreeBSD.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oliver Mahmoudi <olivermahmoudi@gmail.com>
* Olivier Cochard-Labbé <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Tharan <olive@oban.frmug.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Pankov Pavel <pankov_p@mail.ru>
* Paolo Pisati <flag@gufi.org>
* Patrick Li <pat@databits.net>
* Patrick MARIE <mycroft@virgaria.org>
* Patrick Powell <papowell@astart.com>
* Paul Dlug <paul@aps.org>
* Paul Schmehl <pauls@utdallas.edu>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Peter Pentchev <roam@FreeBSD.org>
* Philip M. Gollucci <ports@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Phillip Neumann <pneumann@gmail.com>
* Piotr Florczyk <pf@itwf.pl>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Raffaele De Lorenzo - raffaele.delorenzo@libero.it
* Rich Neswold <rneswold@mcs.net>
* Richard Gallamore <ultima@FreeBSD.org>
* Roger Hardiman <roger@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Roman Neuhauser (<neuhauser@bellavista.cz>)
* Roman Shterenzon <roman@xpert.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rong-En Fan <rafan@infor.org>
* Roy Marples <roy@marples.name>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Francis
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Seamus Venasse <svenasse@polaris.ca>
* Sebastien Petit <spe@phear.org>
* Sebastien Santoro <dereckson@gmail.com>
* Seiichirou Hiraoka
* Sergei Kolobov <sergei@kolobov.com>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sergey Velichkevych <serg@cad.kiev.ua>
* Shinsuke Matsui (<smatsui@karashi.org>)
* Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
* Simon Barner <barner@gmx.de>
* Simun Mikecin < numisemis at yahoo dot com >
* Simun Mikecin <numisemis@yahoo.com>
* Sofian Brabez <sbrabez@gmail.com>
* Stacey D. Son <sds@son.org>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Hagen <sh@codevoid.de>
* Steve Jacobson <sjac@cs.stanford.edu>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunagawa Koji <koj@ofug.net>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TERAMOTO Masahiro <markun@onohara.to>
* Talal Al Dik (tad@vif.com)
* Thibault Payet <monwarez@mailoo.org>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Dreibholz <dreibh@iem.uni-due.de>
* Thomas Quinot <thomas@cuivre.fr.eu.org>
* Tillman Hodgson <tillman@seekingfire.com>
* Tim Bishop <tim@bishnet.net>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timothy Redaelli <drizzt@gufi.org>
* Tom McLaughlin <tmclaugh@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Trenton Schulz <trueos@norwegianrockcat.com>
* Trevor Corpropst <tcornpropst@cox.net>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Vadim Belman <vab@lflat.vas.mobilix.dk>
* Valery Komarov <komarov@valerka.net>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vasil Dimov <vd@FreeBSD.org>
* Vassili Tchersky <vt@bsdjeunz.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Victor Yagofarov <xnasx@yandex.ru>
* Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Weongyo Jeong <weongyo@FreeBSD.org>
* Willem Jan Withagen <wjw@digiware.nl>
* William Grzybowski <wg@FreeBSD.org>
* William Ward <William.Ward@ericsson.com>
* Winston Weinert <winstonw@lavabit.com>
* Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yann Berthier <yb@sainte-barbe.org>
* Yarema <yds@CoolRat.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yen-Ming Lee <leeym@leeym.com>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yukihiro Nakai <Nacai@iname.com>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* aaron@FreeBSD.org
* ache
* adam
* adam@veda.is
* adamw
* alepulver
* alexp
* andreas
* andreas@FreeBSD.org
* andrey@kostenko.name
* arved
* asami
* ats (original)
* brd@FreeBSD.org
* brix@FreeBSD.org
* bsdx
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clsung
* clsung@dragon2.net
* cpm <cpm@fbsd.es>
* cy@FreeBSD.org
* dave@dogwood.com
* dds
* devin@spamcop.net
* dikshie <dikshie@lapi.itb.ac.id>
* dikshie@sfc.wide.ad.jp
* doconnor@gsoft.com.au
* erwin@FreeBSD.org
* fenner
* gahr
* gebhart@secnetix.de
* glarkin
* glewis
* gugu
* igor@zynaps.ru
* ijliao
* james@targetnet.com
* jameskamlyn@gmail.com
* jamundsen
* janos.mohacsi@bsd.hu
* jeff@cetlink.net
* jesusr
* jhay
* jkh
* johans@stack.nl
* jupengfei <jupengfei@gmail.com>
* kai
* krion@FreeBSD.org
* kris@FreeBSD.org
* kungfuftr <scott@surreytech.co.uk>
* kuriyama
* lance@evitel.net
* lbartoletti <lbartoletti@FreeBSD.org>
* liamfoy@sepulcrum.org
* lwhsu@FreeBSD.org
* marck@FreeBSD.org
* matusita@jp.FreeBSD.org
* maurice
* melifaro@ipfw.ru
* mfechner@FreeBSD.org
* mharo@FreeBSD.org
* michael johnson <ahze@ahze.net>
* mike@binghamton.edu
* msmith
* mwest@uct.ac.za
* nbm
* netch@netch.kiev.ua
* nishida@sfc.wide.ad.jp
* nork@FreeBSD.org
* pat@databits.net
* paul@FreeBSD.org
* petef
* petef@FreeBSD.org
* peter
* ports@c0decafe.net
* quest <quest@mac.com>
* rdenis@simphalempin.com
* renchap@cocoa-x.com
* rflynn@acsalaska.net
* roam@orbitel.bg
* ru
* ryo
* scrappy@FreeBSD.org
* shan
* shanali
* shigeru@iij.ad.jp
* shipley@dis.org
* skreuzer
* smace@FreeBSD.org
* sobomax
* spf@xslt.cs.nccu.edu.tw
* stast
* stb
* steinex
* sten@blinkenlights.nl
* swills@
* thierry@pompo.net
* tim@relay.nnn.tstu.ru
* timur@FreeBSD.org
* tm@onepost.net
* trevor
* vanhu <vanhu@netasq.com>
* vanilla
* vanilla@
* wenheping <wenheping@gmail.com>
* will
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
* # Created by Radim Kolar <hsn@sendmail.cz>
With hat: portmgr
6a378e5 |
Sunday, 8 May 2022
|
11:00 Rodrigo Osorio (rodrigo)
net/rsync: Fix unexpected changes caused by previous rsync commit
* Remove python dependency introduced in last commit,
we keep USES=python to fix the rrsync shebang but
add PYTHON_NO_DEPENDS=yes since Python itself is
not wanted. Add a pkg-message to notify users.
* Fix patching issues on manpages and sample files
which abusively transformes all etc paths into
/usr/local/etc.
* Install missing rrsync manpage
Also add forgotten items in last commit
* version 3.2.4 fixes CVE-2018-25032 in bundled zlib
* remove upstreamed patch to fix time limit options (patch-io.c)
PR: 263787
PR: 263794
Reported by: <jamie@catflap.org>
Reported by: <freebsd@oldach.net>
Security: CVE-2018-25032 in the bundled zlib
846e6c5 |
Wednesday, 4 May 2022
|
08:05 Yasuhiro Kimura (yasu)
net/rsync: Update to 3.2.4
* Pet portclippy
* Tidy up Makefile with portfmt
ChangeLog: https://download.samba.org/pub/rsync/NEWS#3.2.4
PR: 263417
Approved by: maintainer timeout
21f77dd |
Friday, 7 May 2021
|
11:32 Rodrigo Osorio (rodrigo)
net/rsync: Add patch to fix time limit options
In latest version, upstream project breaks
time limit options implementation. The fix
allows the use of this option in both receiver
and sender mode. A merger request was submitted
to upstream project[1] but not yet merged.
Bump portrevision.
[1] https://github.com/WayneD/rsync/pull/179
Reported by: philip
Tested by: philip
527ea97 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 12 Nov 2020
|
07:12 rodrigo
Remove deprecated optional patches
Remove broken options available in the past as additional patches provided
by the project and merged in the latest releases as part of the main source.
time-limit merged in 3.2.3 (6 Aug 2020)
Added the --stop-after=MINS and --stop-at=DATE_TIME options (with the
--time-limit=MINS option
accepted as an alias for --stop-after). This is an enhanced version of the
time-limit patch
from the patches repo.
atimes merged in 3.2.0 (19 Jun 2020)
Added the --atimes option based on the long-standing patch (just with some
fixes that the patch
has been needing).
acls merged in 3.2.0 (19 Jun 2020)
Added the --atimes option based on the long-standing patch (just with some
fixes that the patch
has been needing).
Since those options are not activated by default, and if so, breaks the build,
no PORTREVISION bump is required.
PR: 250998
Submitted by: Zoltan ALEXANDERSON BESSE <zab@zltech.eu>
 |
Saturday, 17 Oct 2020
|
17:23 rodrigo
net/rsync: Update MASTER_SITES
Update list of rsync mirrors.
Remove ftp.fu-berlin.de, add a couple
of new mirrors. Mirrors are prefered
over main site kept as fallback.
No changes in the code so no version bump required
PR: 248319
Submitted by: <daniel.engberg.lists@pyret.net>
 |
Sunday, 16 Aug 2020
|
17:08 rodrigo
net/rsync upgrade to 3.2.3
major changes:
- Fix multiple bugs in xattr code.
- Restored the ability to use --bwlimit=0 to specify no bandwidth limit.
- Fix a bug when combining --delete-missing-args with --no-implied-dirs & -R
where rsync might create the destination path of a missing arg.
- Fixed an issue where hard-linked devices could cause the rdev_major value to
get out of sync between the sender and the receiver.
- Rsync now complains about a missing --temp-dir before starting any file
transfers.
- A completely empty source arg is now a fatal error.
See full changelog: https://download.samba.org/pub/rsync/NEWS#3.2.3
Also, fix build issue with ACL option (patch is not required anymore)
PR: 248318 247795
 |
Friday, 7 Aug 2020
|
16:18 amdmi3
- Fix fetch
- Fix license and add LICENSE_FILE
- Add missing dependency on liblz4
- Whitespace fixes
- Switch to options helpers
Approved by: portmgr blanket
 |
Tuesday, 28 Jul 2020
|
23:51 adamw
rsync: Unbreak and fix depends
rsync now depends on stuff in LOCALBASE. Previously, clang only needed to know
about LOCALBASE if POPT or ICONV was enabled. When those options are off, xxhash
and zstd were not found by configure.
Also, a depend on libssl was missing, and there were some noop reinplaces.
With hat: portmgr
 |
06:59 rodrigo
net/rsync upgrade to 3.2.2
Major changes and bugfixes:
3.1.3 -> 3.2.0
* Avoid potential out-of-bounds read in daemon mode
* Fix defaul list list of skip-compress files for non-daemon transfers
* Fix xattr filter rules losing an 'x' attribute in a non-local transfer
* zlib fixes for CVE-2016-9843, CVE-2016-9842, CVE-2016-9841, and CVE-2016-9840
* Fixed a crash in the --iconv code
* Checksum enhancements, including the addition of xxhash
* The checksum preference order of the negotiation can be customized or forced
* Compression enhancements, including the addition of zstd and lz4 compression
algorithms
* Added openssl & preliminary gnutls support to the rsync-ssl script
* Added the proxy protocol daemon parameter that allows your rsyncd to know the
real remote
IP when it is setup behind a proxy
3.2.0 -> 3.2.1
* Fix potential issue with MD5 assembly-language code
* option --backup-dir=STR now implies --backup
3.2.1 -> 3.2.2
* Avoid a crash when a daemon module enables transfer logging without setting a
log format value
Full release message: https://download.samba.org/pub/rsync/NEWS#3.2.2
Security: CVE-2016-9843 CVE-2016-9842 CVE-2016-9841 CVE-2016-9840
MFH after: 2 weeks
MFH: 2020Q3
 |
Wednesday, 9 Oct 2019
|
12:17 bapt
Drop the ipv6 virtual category for n* category as it is not relevant anymore
 |
Thursday, 25 Jul 2019
|
14:51 rodrigo
Reorder the net/rsync ditfile sources to try HTTPS first.
Bump portrevision.
PR: 239096
Submitted by: Miyashita Touka <imagin8r@protonmail.com>
 |
Thursday, 15 Feb 2018
|
08:38 rodrigo
Take maintenership and remove LOCAL/ehaupt/rsync from mirror list
 |
Sunday, 11 Feb 2018
|
22:30 joneum
net/rsync: Update to 3.1.3
Changelog:
SECURITY FIXES:
- Fixed a buffer overrun in the protocol's handling of xattr names and
ensure that the received name is null terminated.
- Fix an issue with --protect-args where the user could specify the arg in
the protected-arg list and short-circuit some of the arg-sanitizing code.
BUG FIXES:
- Don't output about a new backup dir without appropriate info verbosity.
- Fixed some issues with the sort functions in support/rsyncstats script.
- Added a way to specify daemon config lists (e.g. users, groups, etc) that
contain spaces (see "auth users" in the latest rsyncd.conf manpage).
- If a backup fails (e.g. full disk) rsync exits with an error.
- Fixed a problem with a doubled --fuzzy option combined with --link-dest.
- Avoid invalid output in the summary if either the start or end time had
an error.
- We don't allow a popt alias to affect the --daemon or --server options.
- Fix daemon exclude code to disallow attribute changes in addition to
disallowing transfers.
- Don't force nanoseconds to match if a non-transferred, non-checksummed
file only passed the quick-check w/o comparing nanosecods.
ENHANCEMENTS:
- Added the ability for rsync to compare nanosecond times in its file-check
comparisons, and added support nanosecond times on Mac OS X.
- Added a short-option (-@) for --modify-window.
- Added the --checksum-choice=NAME[,NAME] option to choose the checksum
algorithms.
- Added hashing of xattr names (with using -X) to improve the handling of
files with large numbers of xattrs.
- Added a way to filter xattr names using include/exclude/filter rules (see
the --xattrs option in the manpage for details).
- Added "daemon chroot|uid|gid" to the daemon config (in addition to the
old chroot|uid|gid settings that affect the daemon's transfer process).
- Added "syslog tag" to the daemon configuration.
- Some manpage improvements.
DEVELOPER RELATED:
- Tweak the "make" output when yodl isn't around to create the man pages.
- Changed an obsolete autoconf compile macro.
- Support newer yodl versions when converting man pages.
remove needless patch
*While here switch to DISTVERSION
PR: 225761
Reported by: os@ist.ac.at
Approved by: tcberner (mentor)
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D14324
 |
08:42 ehaupt
Release maintainer-ship.
 |
Wednesday, 20 Dec 2017
|
14:18 ehaupt
- Add patches [1] to fix following security vulnerabilities:
* CVE-2017-16548
* CVE-2017-17433
* CVE-2017-17434
- Bump PORTREVISION
- Move position of PORTREVISION in Makefile to fix portlint warning
PR: 224477
Submitted by: yasu@utahime.org
Obtained from: debian
MFH: 2017Q4 (blanket)
 |
Sunday, 17 Sep 2017
|
13:13 ehaupt
- Remove unavailable MASTER_SITES
- Add HTTPS alternatives by request [1], deliberately keep corresponding HTTP
hosts for providing a variety of sources (not for integrity since this is
guaranteed by the distinfo checksums)
PR: 221725 [1]
Submitted by: xmj [1]
 |
Monday, 22 May 2017
|
12:10 dvl
Include rrsync with net/rsync
This script can be used to restrict rsync to subdirectory declared in
~/.ssh/authorized_key
bump PORTREVISION
Approved by: ehaupt (maintainer)
Differential Revision: https://reviews.freebsd.org/D10851
 |
Wednesday, 5 Apr 2017
|
19:59 sunpoet
Convert to options helper and test framework
Approved by: portmgr (blanket)
 |
Friday, 16 Dec 2016
|
08:19 ehaupt
Make ICONV a default option.
The iconv option is extremely useful, indeed necessary when exchanging files
with systems that have different encoding. This change does not require third-
party patches.
Discussed on: ports
Suggested by: Alan Braslau <alan.braslau@comcast.net> (via mail)
 |
Friday, 3 Jun 2016
|
14:38 ehaupt
Use POPT_PORT_CONFIGURE_OFF instead of POPT_PORT_CONFIGURE_WITH_OFF.
 |
07:22 ehaupt
Really fix popt option logic (real fix of r416270).
Notified by: adamw
 |
Thursday, 2 Jun 2016
|
07:35 ehaupt
Fix the logic of the POPT_PORT option.
- POPT_CONFIGURE_WITH should actually be POPT_PORT_CONFIGURE_WITH
- The whole ^POPT block logic is reversing the logic
- Bump PORTREVISION since we have a change of dependencie
PR: 209837 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
MFH: 2016Q2
 |
Saturday, 23 Apr 2016
|
13:13 mat
Fix ICONV support.
PR: 208958
Submitted by: mat
Reviewed by: tijl
Approved by: maintainer
Sponsored by: Absolight
 |
Sunday, 17 Apr 2016
|
06:13 sunpoet
- Convert to new options helper
Approved by: portmgr (blanket)
 |
Saturday, 16 Apr 2016
|
08:02 mat
Fix building with iconv on 10.1 at least.
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 22 Dec 2015
|
10:09 ehaupt
Restore SIGINFO patch with new rsync version.
Notified by: des
 |
08:16 ehaupt
- Update to 3.1.2
- The non-default ATIMES option is now broken. Add a description and leave
Makefile glue intact to give interested parties the chance to follow up with
a patch.
- The popular SIGINFO patch does not apply anymore. Meanwhile, make it a
non-default option and mark it broken in the description.
Changelog: https://rsync.samba.org/ftp/rsync/src/rsync-3.1.2-NEWS
 |
Wednesday, 21 Oct 2015
|
08:44 ehaupt
Provide a patch to show progress information when SIGINFO is caught. This
addition has been submitted upstream [1]:
https://bugzilla.samba.org/show_bug.cgi?id=11561
Apply an extra patch with the ACL option to add NFSv4 ACLs support [2].
Submitted by: des [1]
Wished by: Paul Lecuq <paul.lecuq@factorfx.com> [2]
Obtained from: FreeNAS [2]
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 6 Jan 2015
|
10:01 ehaupt
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
 |
Thursday, 18 Sep 2014
|
09:07 ehaupt
Use install-strip install target instead of manual ${STRIP_CMD}
 |
Wednesday, 10 Sep 2014
|
09:36 ehaupt
Allow specifying config path in rc.conf
PR: 191601
Submitted by: daniel@blodan.se
 |
Saturday, 9 Aug 2014
|
09:18 ehaupt
Add USES=cpe (forgotten in previous commit)
Notified by: mat
 |
07:49 ehaupt
Add CPE definition.
Submitted by: timur
 |
Thursday, 3 Jul 2014
|
17:30 ehaupt
Building rsync against zlib from base is NOT broken but leads to an unexpected
behaviour while using -z (see man page). Therefore remove the statement that
the option is broken but keep using the bundled zlib. Since this doesn't affect
package creation no PORTREVISION bump is required.
 |
Wednesday, 2 Jul 2014
|
20:12 bdrewery
Bump revision after r359812 introduced a runtime fix
 |
Monday, 30 Jun 2014
|
08:49 bapt
<OPT>_CONFIGURE_ARGS does not exists, fix
 |
Sunday, 29 Jun 2014
|
06:45 mandree
Unbreak build: Fix typo in popt library dependency (missing p character),
so that rsync actually finds a preinstalled libpopt.so if it is there.
Approved by: portmgr (blanket "just fix it" approval)
 |
Saturday, 28 Jun 2014
|
03:10 adamw
Use OPTIONS helpers.
 |
Friday, 27 Jun 2014
|
14:01 ehaupt
After the update from 3.1.0 to 3.1.1 the zlib from our base does not work
anymore (see thread on ports@). Until this this is resolved switch default
option to the bundled libz which still works. Also add a notification that
the option is broken. Should it not be possible to fix this within the next
few weeks I will remove this option.
Reported upstream:
https://bugzilla.samba.org/show_bug.cgi?id=10677
Reported by: Ben Tung <benpptung@tacol.biz>
 |
08:44 ehaupt
- Update to 3.1.1
- Remove the "Renamed and flags options combined" option as the 4th party patch
does not apply anymore. The author of this patch has been notified about this
circumstance. I happily re-add this option once a working patch exists.
 |
Monday, 14 Apr 2014
|
17:20 ehaupt
- Turn file system flags support patch option on by default. FreeBSD has had
flags since the very beginning, and they are actively used in the base
system. A standard install includes 27 files and one directory with the schg
flag set. Thus, rsync, out of the box, is incapable of making or restoring
an accurate backup of a FreeBSD system.
- Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide
a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to
%%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this
change is that rsyncd in a typical setup will end up with more than one
configuration file (eg. rsyncd.secrets).
- Use new @sample pkg-plist macro
- Bump PORTREVISION
Discussed with: des
 |
Tuesday, 25 Mar 2014
|
13:20 tijl
- Bump PORTREVISION after the latest change to converters/libiconv because
rsync uses locale_charset when the ICONV option is enabled. [1]
- Replace CFLAGS+=-I... with CPPFLAGS+=-I... to fix warnings during
configure about headers being accepted by the compiler but not the
preprocessor.
- Replace CONFIGUREDCFLAGS (guard against CFLAGS damage by MAKE_ENV)
with CPPFLAGS. The dist makefile contains CFLAGS=@CFLAGS@ so CFLAGS
in MAKE_ENV isn't a problem.
- Replace ac_cv_header_iconv_h=no with --disable-iconv-open. The first
disables HAVE_ICONV_H while the latter disables USE_ICONV_OPEN but both
are checked in rsync.h:
#if defined USE_ICONV_OPEN && defined HAVE_ICONV_H
- Set ac_cv_search_libiconv_open=no when empty(ICONV_LIB). This prevents
detection of libiconv when the ICONV option is disabled, but it is also
needed on FreeBSD 10 with libiconv installed to prevent linking with
-liconv.
- New LIB_DEPENDS syntax.
- Move pre-configure to post-patch.
- Remove malloc.h patching.
- Replace MAKE with MAKE_CMD. MAKE is the currently running make and
MAKE_CMD is the make used to build the port.
- Unmute installation commands.
Reported by: "Kenta S." <kentas@hush.com> [1]
Approved by: ehaupt
 |
Wednesday, 12 Feb 2014
|
19:24 ehaupt
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
 |
Tuesday, 5 Nov 2013
|
08:56 ehaupt
Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook.
 |
Wednesday, 23 Oct 2013
|
19:21 ehaupt
Since the last update the RENAMED and FLAGS patch do not apply together anymore.
Dmitry Morozovsky has merged the two official patches. Provide an options for
the two combined patches.
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
 |
07:27 ehaupt
Support staging.
PR: 183189
Submitted by: mat
 |
Thursday, 3 Oct 2013
|
21:28 ehaupt
Re-add ICONV to OPTIONS_DEFINE. This went missing during the
update/OPTIONS_RADIO conversion.
Notified by: mat
 |
21:23 ehaupt
The previously introduced "fix" for the supposedly ignored --with-rsyncd-conf
configure option was bogus. The reason for it being ignored was a clobbered
CONFIGURE_ARGS definition (lack of +=).
Revert previous change and properly append later CONFIGURE_ARGS.
Notified by: naddy
 |
14:07 ehaupt
Provide a patch to workaround a problem with the configure script ignoring
--with-rsyncd-conf.
PR: 182596 (based on)
Submitted by: Alexey Markov <redrat@mail.ru>
 |
Wednesday, 2 Oct 2013
|
11:14 ehaupt
- Update to 3.1.0
- Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive options. This
allows us to get rid of various IGNORE definitions
- Add an option to use zlib from base instead of the bundled one (default)
- Functionality of extrapatch-detect-renamed.diff has been incorporated with the
upstream patch maintainers
- Provide a patch required for the "file system flags" option (have been
submitted upstream)
 |
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
 |
Wednesday, 24 Jul 2013
|
08:19 ehaupt
Remove MAKE_JOBS_SAFE which is now default.
 |
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
 |
Friday, 8 Mar 2013
|
14:00 ehaupt
Remove indefinite article from COMMENT
 |
Tuesday, 15 Jan 2013
|
13:40 ehaupt
- Use DOC instead of NOPORTDOCS
- Pacify portlint
- Convert header
 |
Friday, 11 Jan 2013
|
08:36 ehaupt
Provide an extra patch to for rsync to support overwriting files with schg set.
This patch is only applied if the FLAGS option is specified. The patch has been
submitted with the upstream project.
Notified by: wblock
Obtained from: https://bugzilla.samba.org/show_bug.cgi?id=8941 (upstream)
 |
Saturday, 3 Nov 2012
|
18:01 ehaupt
Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes
 |
Wednesday, 12 Sep 2012
|
05:40 ehaupt
Fix a condition to correctly check whether the SSH option is used. This error
slipped in when the port was converted to OPTIONSng.
Notified by: Norbert Augenstein <lists@augenstein.net>
 |
Tuesday, 11 Sep 2012
|
15:38 ehaupt
- Use OPTIONSng
- Remove deprecated header information
 |
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
 |
Tuesday, 17 Jul 2012
|
18:22 ehaupt
Provide an improved version of the "renamed file detection" patch.
This patch was submitted to the upstream project [1] and will hopefully be
included in the next release.
With the new patch, detect-renamed properly detects files moved to new
directories, as well as directory renames.
[1] https://bugzilla.samba.org/show_bug.cgi?id=8847
Submitted by: J.R. Oldroyd <jr@opal.com>
Obtained from: rsync bugzilla [1]
 |
Wednesday, 4 Apr 2012
|
18:32 ehaupt
Turn off non standard patch (RENAMED) by default. This slipped in on accident
from testing.
Notified by: sunpoet
Feature safe: yes
 |
Tuesday, 3 Apr 2012
|
21:08 ehaupt
Introduce an option that builds rsync with the "detect-renamed" patch. It
detects renamed hierarchies and avoids re-copying the files in those
hierarchies.
Requested by: "J.R. Oldroyd" <jr@opal.com> (via mail)
Feature safe: yes
 |
Friday, 23 Sep 2011
|
23:44 ehaupt
Update to 3.0.9
 |
22:26 amdmi3
- 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
 |
Saturday, 26 Mar 2011
|
22:27 ehaupt
Update to 3.0.8
 |
Tuesday, 25 Jan 2011
|
19:59 ehaupt
Add LICENSE and remove MD5 sums.
Feature safe: yes
 |
Wednesday, 13 Oct 2010
|
18:57 ehaupt
Remove dead mirror
 |
Friday, 1 Jan 2010
|
03:50 ehaupt
Update to 3.0.7
 |
Tuesday, 15 Sep 2009
|
08:30 ehaupt
Prevent the unnecessary usage of perl (if present) during configure.
PR: 138834 (based on)
Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com>
 |
Monday, 7 Sep 2009
|
09:57 ehaupt
Remove USE_PERL5_BUILD, since perl is not needed anymore to build.
Notified by: pjd
 |
Monday, 11 May 2009
|
09:07 ehaupt
Update to 3.0.6
 |
Friday, 27 Mar 2009
|
09:53 ehaupt
Mark MAKE_JOBS_SAFE
 |
Monday, 29 Dec 2008
|
08:00 ehaupt
Update to 3.0.5
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS
 |
Saturday, 6 Sep 2008
|
18:40 ehaupt
Update to 3.0.4
 |
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Wednesday, 9 Jul 2008
|
12:44 koitsu
Add support for --atimes patch, which preserves access times.
Reviewed by: ehaupt
Approved by: ehaupt
 |
Wednesday, 2 Jul 2008
|
15:55 ehaupt
Update to 3.0.3
 |
Thursday, 26 Jun 2008
|
14:03 ehaupt
Provide an optional "Time limit patch"
PR: 124553
Submitted by: Adrian Thearle <adrian@thearle.com.au>
 |
Monday, 2 Jun 2008
|
08:11 ehaupt
All of a sudden rsync requires perl to build. Add USE_PERL5_BUILD.
PR: 124199
Submitted by: rafan
 |
Saturday, 31 May 2008
|
10:34 ehaupt
Merge a patch from cvs which fixes a file-globbing bug in the daemon when chroot
is on.
http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html
Submitted by: sem
Obtained from: rsync cvs
 |
Number of commits found: 189 (showing only 100 on this page) |