source: projects/specs/trunk/r/rsync/rsync-vl.spec @ 12277

Revision 12277, 8.5 KB checked in by tomop, 5 years ago (diff)

updated 22 packages

Cython-0.29.13-1

alsa-lib-1.1.9-1

alsa-plugins-1.1.9-1

alsa-tools-1.1.7-1

alsa-utils-1.1.9-1

cairo-1.16.0-1

evince-3.30.3-1

expat-2.2.9-1

file-roller-3.30.1-1

gtk-doc-1.32-2

libplist-2.0.0-1

libsndfile-1.0.28-1

ncurses-6.1-2

openssh-8.1p1-1

python-2.7.16-5

python3-3.5.7-4

rsync-3.1.3-1

samba-4.10.9-1

sudo-1.8.28-1

sysstat-12.1.7-1

tix-8.4.3-5

zabbix-4.0.13-1

Line 
1Summary:     A program for synchronizing files over a network.
2Summary(ja): ネットワーク越しにファイルを同期させるプログラム
3Name: rsync
4Version: 3.1.3
5Release: 1%{_dist_release}
6Group: Applications/Internet
7License: GPLv3+
8URL: https://rsync.samba.org/
9Source: https://download.samba.org/pub/rsync/src/rsync-%{version}.tar.gz
10Source1: https://download.samba.org/pub/rsync/src/rsync-patches-%{version}.tar.gz
11Source2: rsync.xinetd
12
13Patch0: ssh-6-option.diff
14Patch1: rsync-man.patch
15Patch2: rsync-noatime.patch
16Patch3: rsync-3.0.6-iconv-logging.patch
17
18# security fixes
19# none
20
21Prefix: %{_prefix}
22BuildRoot: %{_tmppath}/%{name}-%{version}-root
23
24BuildRequires: libacl-devel libattr-devel popt-devel
25
26Vendor: Project Vine
27Distribution: Vine Linux
28Packager: daisuke
29
30%description
31Rsync uses a quick and reliable algorithm to very quickly bring
32remote and host files into sync.  Rsync is fast because it just
33sends the differences in the files over the network (instead of
34sending the complete files). Rsync is often used as a very powerful
35mirroring process or just as a more capable replacement for the
36rcp command.  A technical report which describes the rsync algorithm
37is included in this package.
38
39Install rsync if you need a powerful mirroring program.
40
41%description -l ja
42rsync は高速で信頼性の高いアルゴリズムを使い,遠隔ホスト上のファイルと
43高速に同期させることが出来ます.rsync が高速に動作するのは,ネットワーク
44上に流れるデータがファイルの差分だけだからです (ファイル全体をやりとり
45するのではなく).rsync は強力なミラリングツールとしても,rcp コマンドの
46代替としても使うことが出来ます.rsync のアルゴリズムに関する技術情報は
47このパッケージに同梱されています.
48
49強力なミラープログラムが必要ならば rsync をインストールして下さい.
50
51
52%prep
53%setup -q -b 1
54
55# backword compatibility fix patches
56patch -p1 -i patches/acls.diff
57patch -p1 -i patches/xattrs.diff
58
59#Enable --copy-devices parameter
60patch -p1 -i patches/copy-devices.diff
61
62%patch0 -p1 -b .ssh
63%patch1 -p1 -b .man
64%patch2 -p1 -b .noatime
65%patch3 -p1 -b .iconv
66
67# security fixes
68# none
69
70%build
71autoreconf
72# %configure
73make reconfigure
74make %{?_smp_mflags} CCOPTFLAGS="$RPM_OPT_FLAGS"
75
76%install
77rm -rf $RPM_BUILD_ROOT
78
79%makeinstall
80mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
81install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/xinetd.d/rsync
82
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87
88%files
89%defattr(-,root,root)
90%license COPYING
91%doc README tech_report.tex
92%doc NEWS OLDNEWS TODO
93/etc/xinetd.d/rsync
94%{_prefix}/bin/rsync
95%{_mandir}/man1/rsync.1*
96%{_mandir}/man5/rsyncd.conf.5*
97
98
99%changelog
100* Wed Oct 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.3-1
101- updated to 3.1.2.
102- imported Patch1-3 from rawhide.
103- dropped Patch100-130.
104
105* Sat Jan 13 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.2-1
106- update to 3.1.2
107- add patch100-130 to fix security issue from debian
108- use make reconfigure in build section
109
110* Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.1.1-2
111- added Patch100 to fix CVE-2014-9512
112
113* Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.1.1-1
114- new upstream release
115- deleted Patch100 to merge source
116
117* Wed Jun 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 3.1.0-2
118- add Patch100 to fix CVE-2014-2855
119
120* Sat Nov 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.1.0-1
121- new upstream release
122
123* Fri Jan 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.0.9-1
124- new upstream release
125
126* Sun May 22 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.8-1
127- new upstream release with security fixes
128- drop patch100 (is included in new release)
129
130* Sat Apr  2 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.7-2
131- add Patch100 for fix CVE-2011-1097 (filelist)
132- change specfile name (-vl)
133
134* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.0.7-1
135- new upstream release
136
137* Thu Oct 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.0.6-1
138- new upstream release
139- changed License tag
140- added Patch0 from Debian
141- added BuildRequires: libattr-devel popt-devel
142- added patch -p1 -i patches/copy-devices.diff in %setup
143  (to enable --copy-devices parameter)
144
145* Sun Sep 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.0.4-2
146- added BuildRequires: libacl-devel (to enable ACL)
147
148* Tue Sep 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
149- new upstream release
150- add rsync-patches (replaces patch1,2)
151  use xattr.patch and acls.patch for backword compatibility
152
153* Sun Apr 13 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.2-1
154- new upstream release
155- add patch1,2 for backward compatibility from fc
156- new versioning policy
157
158* Tue Aug 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.9-0vl2
159- add Patch10 for CVE-2007-4091
160  (rsync "f_name()" Function Directory Name Handling Off-By-One Vulnerability)
161
162* Wed Jan 10 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.9-0vl1
163- new upstream release
164- add Vendor/Distribution tag
165
166* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
167- new upstream release
168
169* Sat Oct 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-0vl1
170- new upstream release
171- drop obsolete patch1 which is merged in upstream.
172
173* Tue Aug 17 2004 SATO Masakiyo <info@pocomoco.net> 2.6.2-0vl2
174- added patch1 for a path-sanitizing bug
175
176* Wed May  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
177- new upstream release
178
179* Fri Apr 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
180- new upstream release
181
182* Fri Dec 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.7-0vl1
183- new upstream release
184- security fix
185
186* Mon Apr 21 2003 IWAI Masaharu <iwai@alib.jp> 2.5.6-0vl1
187- new upstream release
188
189* Sun Sep 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl1
190- new upstream release
191
192* Wed Mar 13 2002 Toru Sagami <sagami@vinelinux.org> 2.5.4-0vl1
193- updated to 2.5.4, which contains additional fix for zlib double-free bug.
194
195* Tue Mar 12 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 2.5.3-0vl1
196- upstream release
197
198* Sat Jan 26 2002 Toru Sagami <sagami@vinelinux.org> 2.5.2-0vl1
199- SECURITY FIXES:
200    * Signedness security patch from Sebastian Krahmer
201- added more docs
202
203* Sun Jan 06 2002 Toru Sagami <sagami@vinelinux.org>
204- 2.5.1-0vl1
205
206* Sun Dec  2 2001 Yoichi Imai <yoichi@silver-forest.com>
207- 2.5.0-0vl1
208- update to 2.5.0
209- edit maxdel.patch for 2.5.0
210
211* Tue Jan 09 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
212- 2.4.6-2vl1
213- based on 2.4.6-2 from Rawhide
214- added Japanese summary and description
215
216* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de>
217- add xinetd configuration
218
219* Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
220- 2.4.6
221
222* Mon Jul 31 2000 Bill Nottingham <notting@redhat.com>
223- update to 2.4.4 - fixes yet another problem with rsh transport
224
225* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
226- automatic rebuild
227
228* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
229- rebuild in new build env.
230
231* Mon Apr 10 2000 Bill Nottingham <notting@redhat.com>
232- update to 2.4.3
233
234* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
235- update to 2.4.2
236
237* Tue Mar  7 2000 Bill Nottingham <notting@redhat.com>
238- fix maxdelete behavior so it isn't sent to older servers.
239
240* Mon Jan 31 2000 Jeff Johnson <jbj@redhat.com>
241- update to 2.4.1.
242
243* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
244- update to 2.3.2
245
246* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
247- add "max. delete" patch to limit damage when server is hosed.
248
249* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
250- update to 2.3.1.
251
252* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
253- auto rebuild in the new build environment (release 2)
254
255* Tue Mar 16 1999 Jeff Johnson <jbj@redhat.com>
256- update to 2.3.0.
257
258* Sat Mar 13 1999 Jeff Johnson <jbj@redhat.com>
259- update to 2.3.0 beta.
260
261* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
262- update to 2.2.1
263
264* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
265- updated to 2.1.1
266
267* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
268- updated to 2.1.0
269
270* Thu Aug 06 1998 Erik Troan <ewt@redhat.com>
271- buildrooted and attr-rophied
272- removed tech-report.ps; the .tex should be good enough
273
274* Mon Aug 25 1997 John A. Martin <jam@jamux.com>
275- Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
276  was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
277  showing no packager nor signature but giving
278  "Source RPM: rsync-1.6.3-1.src.rpm".
279- Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
280  to '%build', removed '%prefix'.
281
282* Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
283- rsync-1.6.2-1 packaged.  (This entry by jam to credit Michael for the
284  previous package(s).)
Note: See TracBrowser for help on using the repository browser.