source: projects/specs/trunk/lib/libX/libXfont/libXfont-vl.spec @ 8435

Revision 8435, 9.4 KB checked in by Takemikaduchi, 10 years ago (diff)

security fix: CVE-2014-0209,0210,0211

Line 
1Summary: X.Org X11 libXfont runtime library
2Summary(ja): X.Org X11 libXfont ランタイムライブラリ
3Name: libXfont
4Version: 1.4.7
5Release: 2%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12# including security fix for CVE-2014-0209,0210,0211
13Patch0: libXfont-1.4.7-git20140513.patch
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires: pkgconfig
17BuildRequires: xorg-x11-util-macros
18BuildRequires: xorg-x11-proto-devel
19BuildRequires: xorg-x11-xtrans-devel
20BuildRequires: libfontenc-devel
21BuildRequires: freetype2-devel
22Obsoletes: XFree86-libs, XOrg-libs
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
28%description
29X.Org X11 libXfont runtime library
30
31%package devel
32Summary: X.Org X11 libXfont development package
33Summary(ja): X.Org X11 libXfont 開発パッケージ
34Group: Development/Libraries
35Requires(pre): xorg-x11-filesystem
36Requires: %{name} = %{version}-%{release}
37Requires: libfontenc-devel
38Requires: xorg-x11-proto-devel
39Obsoletes: XFree86-devel, XOrg-devel
40
41%description devel
42X.Org X11 libXfont development package
43
44%prep
45%setup -q
46%patch0 -p1
47
48%build
49autoreconf -if
50%configure --disable-static
51make
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56make install DESTDIR=$RPM_BUILD_ROOT
57
58# We intentionally don't ship *.la files
59rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%post -p /sbin/ldconfig
65%postun -p /sbin/ldconfig
66
67%files
68%defattr(-,root,root,-)
69# FIXME:  Missing README/INSTALL - should file bug upstream.
70#%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
71%doc AUTHORS COPYING ChangeLog
72%{_libdir}/libXfont.so.1
73%{_libdir}/libXfont.so.1.4.*
74
75%files devel
76%defattr(-,root,root,-)
77%dir %{_includedir}/X11
78%dir %{_includedir}/X11/fonts
79%{_includedir}/X11/fonts/bdfint.h
80%{_includedir}/X11/fonts/bitmap.h
81%{_includedir}/X11/fonts/bufio.h
82%{_includedir}/X11/fonts/fntfil.h
83%{_includedir}/X11/fonts/fntfilio.h
84%{_includedir}/X11/fonts/fntfilst.h
85%{_includedir}/X11/fonts/fontconf.h
86%{_includedir}/X11/fonts/fontencc.h
87%{_includedir}/X11/fonts/fontmisc.h
88%{_includedir}/X11/fonts/fontshow.h
89%{_includedir}/X11/fonts/fontutil.h
90%{_includedir}/X11/fonts/fontxlfd.h
91%{_includedir}/X11/fonts/pcf.h
92%{_includedir}/X11/fonts/ft.h
93%{_includedir}/X11/fonts/ftfuncs.h
94%{_libdir}/libXfont.so
95%{_libdir}/pkgconfig/xfont.pc
96
97%changelog
98* Wed May 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-2
99- add Patch0 (libXfont-1.4.7-git20140513.patch)
100  (including security fix for CVE-2014-0209,0210,0211)
101
102* Wed Jan 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
103- new upstream release
104
105* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-2
106- rebuild with VineSeed environment
107
108* Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
109- new upstream release
110
111* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
112- new upstream release
113
114* Tue Sep  6 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.4-2
115- add Vendor/Distri Tags
116
117* Thu Aug 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
118- new upstream release
119  (including security fix for CVE-2011-2895)
120
121* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
122- new upstream release
123
124* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-2
125- rebuild with rpm-4.8.1 for pkg-config file
126
127* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-1
128- new upstream release
129
130* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
131- new upstream release
132
133* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.4-1
134- new upstream release
135
136* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.3-1
137- new upstream release
138
139* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
140- new versioning policy
141
142* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
143- initial build for Vine Linux
144
145* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.3.1-1
146- libXfont 1.3.1
147
148* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.2.9-4
149- Rebuild for abstract socket support.
150
151* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.9-3
152- Rebuild for PPC toolchain bug
153
154* Tue Jun 26 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-2
155- Put in stop-gap patch to fix comparing links with no attributes.
156
157* Fri Jun 22 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-1
158- Pull 1.2.9 down to get the catalogue feature.
159
160* Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.8-1
161- libXfont 1.2.8.
162
163* Wed Jan 17 2007 Kristian H淡gsberg <krh@redhat.com> 1.2.6-2
164- Add built-in-scalable.patch to prevent crash when trying to scale
165  built-in bitmap fonts.
166
167* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.2.6-1
168- Update to 1.2.6
169
170* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.5-1
171- Update to 1.2.5 from upstream.  Drops CID font support.
172
173* Sat Nov 25 2006 Adam Jackson <ajax@redhat.com> 1.2.3-4.fc7
174- Revert the namespace whatsit until xfs is sorted out.
175
176* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-3.fc7
177- libXdmcp-1.0.2-namespace-pollution.patch: One more collision avoider.
178
179* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-2.fc7
180- libXfont-1.2.3-namespace-pollution.patch: Hide some symbols from the dynamic
181  linker to avoid colliding with other libs.
182
183* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-1.fc6
184- Update to 1.2.3
185
186* Tue Sep 12 2006 Adam Jackson <ajackson@redhat.com> 1.2.2-1.fc6
187- Update to 1.2.2, misc security fixes
188
189* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-1.1.fc6
190- rebuild
191
192* Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.2.0-1.fc6
193- Update to 1.2.0
194
195* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
196- Remove package ownership of mandir/libdir/etc.
197
198* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
199- Added "Requires: libfontenc-devel" for (#185778)
200
201* Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
202- Update to 1.1.0 for crash fix and new headers
203
204* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
205- bump again for double-long bug on ppc(64)
206
207* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
208- rebuilt for new gcc4.1 snapshot and glibc changes
209
210* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
211- Bumped and rebuilt
212
213* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
214- Updated libXfont to version 1.0.0 from X11R7 RC4
215
216* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
217- Updated libXfont to version 0.99.3 from X11R7 RC3
218- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
219  that /usr/lib/X11 and /usr/include/X11 pre-exist.
220- Removed 'x' suffix from manpage directories to match RC3 upstream.
221- Removed libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch, which is now
222  integrated upstream.
223
224* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
225- rebuilt
226
227* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
228- Added libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch to remove
229  conditionalization of FONTDIRATTRIB from sources instead of tweaking
230  CFLAGS for bug (#172997, fdo#5047).
231
232* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
233- Added "-DFONTDIRATTRIB" to CFLAGS, to work around bug (#172997, fdo#5047)
234
235* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
236- Updated libXfont to version 0.99.2 from X11R7 RC2
237- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
238- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
239
240* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
241- Updated libXfont to version 0.99.1 from X11R7 RC1
242- Remove libfontcache* from file manifests, as it is static linked into Xfont
243
244* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
245- Renamed package to remove xorg-x11 from the name due to unanimous decision
246  between developers.
247- Use Fedora Extras style BuildRoot tag.
248- Disable static library creation by default.
249- Add missing defattr to devel subpackage
250- Add missing documentation files to doc macro
251- Fix BuildRequires to use new libX* style package names
252
253* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
254- Added xorg-x11-proto-devel dependency to 'devel' subpackage, because the
255  libXfont headers use some of the protocol headers, but the autotooling of
256  libXfont doesn't autodetect this yet.  Discovered when bdftopcf failed to
257  compile while trying to package xorg-x11-font-utils, even though libXfont
258  headers were installed.
259
260* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
261- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
262  package names, as we want xorg-x11 libs to explicitly build against
263  X.Org supplied libs, rather than "any implementation", which is what the
264  virtual provides is intended for.
265- Added freetype-devel build dependency
266
267* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
268- Renamed package to prepend "xorg-x11" to the name for consistency with
269  the rest of the X11R7 packages.
270- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
271  subpackage to ensure the devel package matches the installed shared libs.
272- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
273  allow applications to use implementation agnostic dependencies.
274- Added post/postun scripts which call ldconfig.
275- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
276  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
277
278* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
279- Initial build.
Note: See TracBrowser for help on using the repository browser.