Commit Graph

1047 Commits

Author SHA1 Message Date
Carlos O'Donell
0d1d15d15b Use %{_libdir} instead of %{_prefix}/%{_lib}.
Using %{_libdir} is shorter to write and read and
means exactly the same thing. It also facilitates
experimenting with package layout by changing only
_libdir.
2013-07-29 14:34:27 -04:00
Carlos O'Donell
3bc8fa746f Reorder middle-phase install steps.
Testing showed that unstripped libbsd.a was missing from the list
of common debuginfo files. The fix is to move the "Misc" phase
to before the phase that adds files to the debuginfo. This way
the debuginfo files are computed after all files are in place.
2013-07-29 14:34:27 -04:00
Siddhesh Poyarekar
70cc4d3cc2 - Fix strcoll flaws (#855399, CVE-2012-4412, CVE-2012-4424). 2013-07-29 20:04:15 +05:30
Siddhesh Poyarekar
9a33c90499 Remove pt_chown and fix up spec file
I had forgotten to bump the release number and even add a changelog
entry earlier.  Do all that now.
2013-07-29 17:35:53 +05:30
Siddhesh Poyarekar
59f7846a1a Resync with upstream master 2013-07-29 16:47:41 +05:30
Carlos O'Donell
1d99c012ca Use -s' with truncate not -size'. 2013-07-25 20:30:58 -04:00
Carlos O'Donell
02e8252613 Remove obscure uses of shell redirections.
This patch makes the spec file slightly more friendly to non-shell
readers by changing "> foo" to "truncate -s 0 foo" and removes
the use of ">> foo". The use of ">> foo" is perhaps the most
interesting shell trick which is used to create a zero sized
debuginfocommon.filelist, but only if it doesn't already exist.
This allows the subsequent command to use debuginfocommon.filelist
without requiring it be wrapped in a check for
%{debuginfocommonarches}. That seems a little obtuse and certainly
confusing to the reader who expects such a check for anything
that is related to the debuginfo common package.
2013-07-25 20:17:30 -04:00
Carlos O'Donell
2eb150368a Second round of whitespace and indentation fixes. 2013-07-25 19:10:00 -04:00
Carlos O'Donell
d4d7effa6b Reindent functions and multi-line commands. 2013-07-25 18:53:13 -04:00
Carlos O'Donell
37714d015a Fix slowpow systemtap probe name.
- Correctly name the 240-bit slow path sytemtap probe slowpow_p10 for slowpow.
2013-07-25 15:46:20 -04:00
Carlos O'Donell
5a3b560f10 Reorganize the middle of the install phase.
The middle of the install phase is now clearly split into:
* Remove files we don't distribute.
* Install info files.
* Install locale files.
* Install configuration files for services.
* Install debug copies of unstripped static libs.
* Miscellaneous.
2013-07-24 23:00:43 -04:00
Carlos O'Donell
8c7b7c2248 Adjust comments. 2013-07-24 22:45:11 -04:00
Carlos O'Donell
dbc262b8ed Fix testsuite failures in static C++ tests.
Add build requirement on static libstdc++ library to fix testsuite failures
for static C++ tests.
2013-07-24 08:54:14 -04:00
Carlos O'Donell
9abcefa0aa Add extensive comments. 2013-07-24 07:58:38 -04:00
Carlos O'Donell
7e232bd35c Use pushd/popd for directory changes. 2013-07-24 01:27:35 -04:00
Carlos O'Donell
bf6cb48175 Remove trailing whitespace. 2013-07-24 01:22:37 -04:00
Siddhesh Poyarekar
a383e78f66 - Enable lock elision support (#982363).
- Depend on systemd instead of systemd-units (#983760).
2013-07-22 14:44:54 +05:30
Siddhesh Poyarekar
9d560ee089 Resync with upstream master 2013-07-09 23:15:48 +05:30
Carlos O'Donell
5e06266896 Fix %changelog indentation. 2013-07-08 17:17:33 -04:00
Siddhesh Poyarekar
58028e9523 Resync with upstream master 2013-06-20 13:23:26 +05:30
Remi Collet
9a2e2fa7aa rebuild for new GD 2.1.0 2013-06-11 10:04:52 +02:00
Siddhesh Poyarekar
3cd9b9ce3d Resync with upstream master
Dropped upstreamed patches and adjusted others to apply to latest
upstream.
2013-06-04 22:23:45 +05:30
Siddhesh Poyarekar
1cb6060f99 Avoid crashing in LD_DEBUG when program name is unavailable
Resolves: #961238.
2013-05-14 20:18:28 +05:30
Patsy Franklin
e1a168f8a9 Resolves: #959034
- Fix _nl_find_msg malloc failure case, and callers. (#959034).
2013-05-05 20:19:47 -04:00
Patsy Franklin
3432a46817 Resolves: #952799
- Test init_fct for NULL, not result->__init_fct, after demangling (#952799).
2013-04-30 10:51:37 -04:00
Patsy Franklin
7f654232b1 Resolves: #892777 #952799
- Increase limits on xdr name and record requests (#892777).
  - Consistently MANGLE/DEMANGLE init_fct, end_fct and btow_fct (#952799).
2013-04-23 16:52:25 -04:00
Siddhesh Poyarekar
209568f516 Don't add input group during initgroups_dyn in hesiod (#921760) 2013-03-28 14:11:28 +05:30
Carlos O'Donell
bbd581848b Fix incorrect %changelog dates.
We had 16 incorrect %changelog dates that referenced
either the wrong day or wrong date for the day. All
such entries have been corrected using version control
information to determine the correct or most plausible
date. This fixes the Koji warnings about incorrect
dates in the %changelog.
2013-03-21 18:18:11 -04:00
Carlos O'Donell
37410dcf6c Remove duplicate comments in spec file. 2013-03-17 21:20:31 -04:00
Carlos O'Donell
b5a300152e 2.17-4
- Fixed i386 glibc builds (#917161).
  - Fixed multibyte character processing crash in regexp (#905877, CVE-2013-0242)
2013-03-17 20:13:38 -04:00
Carlos O'Donell
6cfdaac5b6 2.17-3
- Renamed release engineering directory to `releng' (#903754).
  - Fix building with gcc 4.8.0 (#911307).
2013-02-27 19:48:51 -05:00
Carlos O'Donell
db7fd60840 * Thu Feb 7 2013 Carlos O'Donell <carlos@redhat.com> - 2.17-2
- Fix ownership of /usr/lib[64]/audit (#894307).
  - Support unmarked ARM objects in ld.so.cache and aux cache (#905184).
2013-02-08 09:40:54 -05:00
Jeff Law
fb5a5a9b05 - Resync with official glibc-2.17 release 2013-01-01 08:00:53 -07:00
Jeff Law
48a6019250 - Resync with master 2012-12-21 13:50:00 -07:00
Jeff Law
01a2098723 + - Add rtld-debugger-interface.txt as documentation. (#872242) 2012-12-19 11:14:19 -07:00
Jeff Law
cdd3b0516c - Resync with master
- Drop patch for 731228 that is no longer needed.
2012-12-07 15:01:57 -07:00
Jeff Law
245f445471 Bump release. 2012-12-06 10:46:40 -07:00
Jeff Law
0a21292124 - Resync with master
- Patch for 697421 has been submitted upstream.
  - Drop local patch for 691912 that is no longer needed.
2012-12-06 10:45:03 -07:00
Jeff Law
7941460ddd Mark 731228 as having an upstream BZ (14898) 2012-12-04 09:11:08 -07:00
Jeff Law
4e1a9eb783 * Mon Dec 3 2012 Jeff Law <law@redhat.com> - 2.16.90-36
- Resync with master
  - Drop local patch for 657588 that is no longer needed.
  - Drop local patch for 740682 that is no longer needed.
  - Drop local patch for 770439 that is no longer needed.
  - Drop local patch for 789209 that is no longer needed.
  - Drop lotch patch for nss-files-overflow that seems
    useless.
  - Drop localedata-locales-fixes as they were rejected
    upstream.
  - Drop test-debug-gnuc-hack.patch that seems useless now.
  - Repack patchlist.
2012-12-03 13:37:41 -07:00
Jeff Law
d5297ae5f7 - Resync with master
- Drop local patch for 657588 that is no longer needed.
  - Drop lotch patch for nss-files-overflow that seems
    useless.
  - Repack patchlist.
2012-12-03 11:25:56 -07:00
Jeff Law
03545a8efd - Resync with master (#882137).
- Remove local patch for strict-aliasing warnings that
    is no longer needed.
  - Remove local patch for 730856 that is no longer needed.
  - Repack patchlist.
2012-11-30 14:01:46 -07:00
Jeff Law
f5dc60f992 - Remove local patch which "temporarily" re-added currences
obsoleted by the Euro.
2012-11-29 14:25:33 -07:00
Jeff Law
f0c53b1b9f - Remove hunks from strict-aliasing patch that are no longer
needed.
2012-11-29 14:20:27 -07:00
Jeff Law
e60d39c115 Fix typo in changelog 2012-11-29 10:59:46 -07:00
Jeff Law
e781949a22 - Resync with msater.
- Drop local patch for 788989.
  - Repack patchlist.
2012-11-29 10:56:43 -07:00
Jeff Law
e3a9f6982a - Resync with master.
- Drop local patch for 878913.
  - Drop local patch for 880666.
  - Drop local patch for 767693.
  - Repack patchlist.
2012-11-28 14:30:40 -07:00
Siddhesh Poyarekar
99d5069200 Bug fixes (878913, 880666)
- Ensure that hashtable size is greater than 3 (#878913).
  - fwrite returns 0 on EOF (#880666).
2012-11-27 21:31:22 +05:30
Jeff Law
0a6b9006e7 - Resync with upstream sources
- Drop local patch for getconf.
  - Repack patchlist.
2012-11-26 14:19:38 -07:00
Jeff Law
9625d850cd - Rsync with upstream sources
- Drop local patches for 803286, 791161, 790292, 790298
2012-11-16 06:33:25 -07:00
Jeff Law
91136bb3b9 - Resync with upstream sources (#873397) 2012-11-07 12:05:53 -07:00
Jeff Law
3a8f01ff81 Fix the subdirectory name in the -fedora tarball 2012-11-05 14:57:52 -07:00
Jeff Law
a7ee17d411 - Resync with upstream sources.
- Don't use distinct patches for 770869, 787201 and 688948
    as they all modify stuff under fedora/
  - Repack patchlist
2012-11-05 14:44:36 -07:00
Jeff Law
178231ee78 - Resync with upstream sources (#872336) 2012-11-02 12:08:02 -06:00
Jeff Law
1b5b2e3a41 - Rsync with upstream sources
- Drop 864820 patch as now that it's upstream.
  - Add sss to /etc/nsswitch.conf (#867473)
2012-10-22 10:00:55 -06:00
Jeff Law
69ddcb4ca7 - Rsync with upstream sources
- Drop local 552960-2 patch now that it's upstream.
  - Drop local 858274 patch now that the root problem is fixed upstream.
  - Repack patchlist.
2012-10-11 09:54:09 -06:00
Siddhesh Poyarekar
9589f53f78 Trivial spec fix: Today is not Friday 2012-10-10 17:20:38 +05:30
Siddhesh Poyarekar
609365c298 Fix Marathi names for Wednesday, September and October (#rh864820) 2012-10-10 14:48:01 +05:30
Jeff Law
665e71fb89 - Resync with upstream sources.
- Drop local stap patch now obsolete.
  - Drop local s390 patch which avoided problems with old assemblers
  - Drop old fortify source patch to deal with old compilers
2012-10-05 12:24:42 -06:00
Siddhesh Poyarekar
080a305bf2 Take mutex in cleanup only if it is not already taken (pr#14652) 2012-10-04 11:57:51 +05:30
Jeff Law
f6de48ac9d - Resync with upstream sources.
- Repack patchlist.
2012-10-02 06:41:58 -06:00
Jeff Law
66c0a7ea1d - Resync with upstream sources to pick up fma fixes 2012-10-01 06:37:36 -06:00
Jeff Law
b33c1d2300 * Fri Sep 28 2012 Jeff Law <law@redhat.com> - 2.16.90-18
- Resync with upstream sources.
  - Drop fedora-cdefs-gnuc.patch, it's not needed anymore.
  - Drop fedora-gai-rfc1918.patch, it's upstream now.
  - Drop fedora-localedata-no_NO.patch, it was supposed to be
    temporary -- that was back in 2003.   This should have been
    sorted out long ago.  We'll just have to deal with the
    fallout.
  - Drop fedora-vfprintf-sw6530.patch, it's upstream now.
  - Drop rh769421.patch; Siddhesh has fixed this properly with 552960.
2012-09-28 13:55:42 -06:00
Siddhesh Poyarekar
cdb17b58a8 Release mutex before going back to wait for PI mutexes (#552960). 2012-09-28 10:01:16 +05:30
Jeff Law
3b7069e67c - Resync with upstream sources. 2012-09-25 20:25:26 -06:00
Jeff Law
55a30785d4 - Remove most of fedora-nscd patch as we no longer use the
old init files, but systemd instead.
  - Remove path-to-vi patch.  With the usr-move changes that
    patch is totally unnecessary.
  - Remove i686-nopl patch.  Gas was changed back in 2011 to
    avoid nopl.
  - Move gai-rfc1918 patch to submitted upstream status
2012-09-24 09:25:31 -06:00
Jeff Law
384f5b1f91 Bring back patch for 858274 2012-09-21 13:08:53 -06:00
Jeff Law
3e3b859747 Actually remove the patchfile 2012-09-21 12:51:04 -06:00
Jeff Law
cd9aa54a17 - Remove broken patch for 816647. 2012-09-21 12:50:11 -06:00
Siddhesh Poyarekar
7e2e80de95 Bring back byteswap-16.h (#859268) 2012-09-21 09:58:52 +05:30
Jeff Law
7f7468a795 Fix typo 2012-09-20 15:51:11 -06:00
Jeff Law
6d1baf2988 - Revert recent upstream strstr changes (#858274) 2012-09-20 15:46:19 -06:00
Jeff Law
67e76ace81 - Demangle function pointers before testing them (#816647) 2012-09-20 15:34:11 -06:00
Jeff Law
5e0541ba74 - Remove handling of /etc/localtime and /var/spool/postfix/etc/localtime
as systemd will be handling them from now on (#858735).
2012-09-20 15:03:18 -06:00
Jeff Law
3cb79f751c - Resync with upstream sources (#857236). 2012-09-14 14:42:59 -06:00
Peter Robinson
575bb8c6d7 Enable ports to fix FTBFS on ARM 2012-09-08 16:39:53 +01:00
Jeff Law
afeab8192b - Resync with upstream sources. 2012-09-05 22:23:20 -06:00
Jeff Law
98dddaf805 - Incorporate ppc64p7 arch changes (#854250) 2012-09-04 11:35:34 -06:00
Jeff Law
7f32dad8b0 - Resync with upstream sources. 2012-08-30 09:47:02 -06:00
Jeff Law
df41626e91 - Resync with upstream sources. 2012-08-22 22:11:53 -06:00
Jeff Law
f8556b4c45 - Replace manual systemd scriptlets with macroized scriptlets
(#850129)
2012-08-21 09:47:24 -06:00
Jeff Law
31474e7c11 Bump release. 2012-08-20 20:31:17 -06:00
Jeff Law
0436f62efd - Move /etc/localtime into glibc-common package since glibc-common
owns the scriptlets which update it.
2012-08-20 20:30:59 -06:00
Jeff Law
fb633eaa14 - Remove obsolete patches from glibc-fedora.patch. Explode
remaining patches into distinct patchfiles.  Thanks to
    Dmitry V. Levin for identifying them!
    Drop ia64 specific patches and specfile fragments
2012-08-20 13:25:02 -06:00
Jeff Law
8854fdfb25 - Remove obsolete patches from glibc-fedora.patch. Thanks to
Dmitry V. Levin for identifying them!
2012-08-20 12:08:39 -06:00
Jeff Law
acfd962c20 + - Fix integer overflow leading to buffer overflow in strto* (#847718) 2012-08-15 09:51:53 -06:00
Jeff Law
24dc568431 - Resync with upstream sources, drop obsolete patches.
- Drop glibc-ports bits as they're part of the master
    sources now.
2012-08-13 22:49:13 -06:00
Jeff Law
e784118c7b Bump release. 2012-08-13 11:15:16 -06:00
Jeff Law
f5845e2bd5 - Replace patch for 179072 with offical version from upstream. 2012-08-13 11:14:38 -06:00
Jeff Law
49bbcdd4a0 - Replace patch for 789238 with official version from upstream. 2012-08-10 09:44:26 -06:00
Jeff Law
d985507603 - Pack IPv4 servers at the start of nsaddr_list and
only track the number of IPV4 servers in EXT(statp->nscounti
(#808147)
  - Mark set*uid, set*gid as __wur (warn unused result) (#845960)
2012-08-06 11:46:20 -06:00
Jeff Law
64ea3f61e3 - Revert patch for BZ696143, it made it impossible to use IPV6
addresses explicitly in getaddrinfo, which in turn broke
    ssh, apache and other code. (#808147)
2012-07-26 00:00:05 -06:00
Jeff Law
054129c484 - Avoid another unbound alloca in vfprintf (#841318)
- Remove /etc/localtime.tzupdate in lua scriptlets
  - Revert back to using posix.symlink as posix.link with a 3rd
    argument isn't supported in the lua version embedded in rpm.
2012-07-25 23:30:39 -06:00
Jeff Law
b6a5cc17de - Revert recent changes to res_send (804630, 835090).
- Fix memcpy args in res_send (#841787).
2012-07-25 14:33:39 -06:00
Dennis Gilmore
c567b667ba - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 01:56:05 -05:00
Jeff Law
d7543e8b4a - Use posix.link rather than posix.symlink in scriptlet to
update /etc/localtime (#837344).
2012-07-05 23:36:28 -06:00
Jeff Law
b151d5af8b Resync with upstream glibc-2.16 release. 2012-07-02 07:22:19 -06:00
Jeff Law
dd8ae6f66d - Resync with upstream sources, drop obsolete patch. 2012-06-22 13:30:06 -06:00
Jeff Law
5176c4e7b5 - Resync with upstream sources (#834447).
- Fix use-after-free in dcigettext.c (#816647).
2012-06-21 17:28:16 -06:00
Jeff Law
fd26ca323d Fix use-after-free in dcigettext.c (#816647). 2012-06-21 12:04:39 -06:00
Jeff Law
b69ccc0178 Resync with master. 2012-06-15 09:23:17 -06:00
Jeff Law
8b98471a2c - Delay setting DECIDED field in locale file structure until
we have read the file's data (#827510).
2012-06-14 21:52:07 -06:00
Dennis Gilmore
ebc13c27b8 actually apply the arm linker hack 2012-06-12 21:01:29 -05:00
Dennis Gilmore
69de1410b1 only deal with the arm linker compat hack on armhfp arches
- armsfp arches do not have a linker change
- Backward compat hack for armhf binaries.
2012-06-11 20:32:35 -05:00
Jeff Law
e20289d31a Fix parsing of /etc/sysconfig/clock when ZONE has spaces. (#828291) 2012-06-07 11:54:50 -06:00
Jeff Law
b63a792795 Remove unnecessary comment, updated sources 2012-06-05 12:00:01 -06:00
Jeff Law
fdfcf25434 - Resync with upstream sources, drop unnecessary patches. 2012-06-05 11:54:14 -06:00
Jeff Law
77881379e9 - Fix DoS in RPC implementation (#767693)
- Remove deprecated alpha support.
  - Remove redundant hunk from patch. (#823905)
2012-06-05 11:35:03 -06:00
Patsy Franklin
7e7bd1effe Merge branch 'master' of ssh://pkgs.fedoraproject.org/glibc
Conflicts:
	glibc.spec
2012-06-01 16:06:21 -04:00
Patsy Franklin
1559b7b925 Resolves: sw14134
- Fix iconv() segfault when the invalid multibyte character 0xffff is input when
  converting from IBM930.
2012-06-01 15:08:41 -04:00
Jeff Law
5527dc5be5 Abbreviate June to make fedpkg happy 2012-05-31 21:44:50 -06:00
Jeff Law
50faa1bb23 Fix date 2012-05-31 21:44:15 -06:00
Jeff Law
2e586db7b5 - Resync with upstream sources. (#827040) 2012-05-31 21:43:32 -06:00
Patsy Franklin
200aebfe55 Fix fnmatch() when '*' wildcard is applied on a file name containing multibyte chars. (#819430/14185) 2012-05-31 16:21:36 -04:00
Jeff Law
e1b411d16d - Resync with upstream sources.
Lots of local systemtap bits are now upstream and no longer needed as
local changes.
2012-05-30 00:22:40 -06:00
Jeff Law
bb3a5a5ad9 - Build info files in the source dir, then move to objdir
to avoid multilib conflicts (#825061)
2012-05-29 23:19:23 -06:00
Jeff Law
6610971096 - Work around RPM dropping the contents of /etc/localtime
when it turns into a symlink with %post common script (#825159).
2012-05-25 15:16:21 -06:00
Jeff Law
6d522a8eb2 - Fix option rotate when one IPV6 server is enabled (#804630)
- Reenable slow/uberslow path taps slowpow/slowexp.
2012-05-23 13:46:47 -06:00
Jeff Law
f7dfce46ed - Resync with upstream sources. 2012-05-23 12:18:07 -06:00
Jeff Law
9b14d89a52 - Fix tzdata trigger (#822200) 2012-05-22 23:08:44 -06:00
Jeff Law
d1134780a2 - Make the symlink relative rather than linking into the buildroot
(#822200)
2012-05-22 22:21:50 -06:00
Patsy Franklin
998f7d1a8d Resolves: #822200
-Completed prior change to make /etc/localtime a symlink.
2012-05-22 16:25:33 -04:00
Patsy Franklin
423d527c1d Resolves: #822200
Changed /etc/localtime to a symlink. 8222000 (#822200)
2012-05-22 14:58:09 -04:00
Jeff Law
2bd73a18b3 - Update to upstream patch for 806070 (#806070) 2012-05-15 22:21:22 -06:00
Jeff Law
86a57e60b3 - Update upstream patch for AVX testing (#801650) 2012-05-14 11:53:42 -06:00
Jeff Law
d2e0d47266 - Upstream patch to fix AVX testing (#801650) 2012-05-11 15:49:43 -06:00
Jeff Law
6403acaa71 - Try again to fix AVX testing (#801650) 2012-05-10 20:57:08 -06:00
Jeff Law
111ecf779a Move patch for FORTIFY_SOURCE warning into patches from upstream 2012-05-08 21:34:35 -06:00
Jeff Law
6537aa83a1 - Improve fortification disabled warning.
- Change location of dynamic linker for armhf.
2012-05-07 12:06:40 -06:00
Jeff Law
a540ed36fe - Implement context routines for ARM (#817276) 2012-04-30 14:04:07 -06:00
Jeff Law
64e6774cce - Issue a warning if FORTIFY_CHECKING is requested, but disabled. 2012-04-13 11:24:58 -06:00
Jeff Law
f818b5c715 + - Fix another unbound alloca in nscd groups (#788989) 2012-04-12 09:52:32 -06:00
Jeff Law
92f265ff30 Separate patch list into not likely to upstream, upstream, pending
upstream.  Remove unnecessary ia64 patch. No functional changes.
2012-04-05 15:59:29 -06:00
Jeff Law
073b690e45 - Fix first day of week for lv_LV (#682500) 2012-04-03 11:19:38 -06:00
Jeff Law
c30958093b - When retrying after main arena failure, always retry in a
different arena. (#789238)
2012-04-02 21:24:18 -06:00
Jeff Law
5022ed713c Avoid unbound alloca usage in *-crypt routines (#804792) 2012-03-29 12:46:29 -06:00
Jeff Law
d004e5468f Fix data race in nscd (#806070) 2012-03-29 10:25:56 -06:00
Jeff Law
ccb21a9b27 - Fix typo in __nss_getent (#806403). 2012-03-23 14:03:01 -06:00
Jeff Law
4ad934832a - Add doi_IN, sat_IN and mni_IN to SUPPORTED locals (#803286)
- Add stap probes in slowpow and slowexp.
2012-03-14 21:21:22 -06:00
Jeff Law
d893fa43b7 - Fix AVX checks (#801650) 2012-03-09 15:20:06 -07:00
Jeff Law
b8fef868f3 - Set errno properly in vfprintf (#794797)
- Don't kill application when LD_PROFILE is set. (#800224)
2012-03-07 12:20:16 -07:00
Jeff Law
978e71e3df - Always mark vDSO as used (#758888) 2012-02-29 12:50:51 -07:00
Jeff Law
296965fe20 - Fix out of bounds memory access in resolver (#798471) 2012-02-29 09:46:36 -07:00
Jeff Law
f2aa906557 Fix typo 2012-02-24 10:51:48 -07:00
Jeff Law
c0564b95e0 - Fix bogus underflow (#760935)
- Correctly handle dns request where large numbers of A and AAA
    records
    are returned (#795498)
  - Fix nscd crash when group has many members (#788959)
2012-02-24 10:41:06 -07:00
Jeff Law
0e190d479d - Avoid "nargs" integer overflow which could be used to bypass
FORTIFY_SOURCE (#794797)
2012-02-20 21:21:30 -07:00
Jeff Law
a7a908e669 - Fix main arena locking in malloc/calloc retry path (#789238) 2012-02-20 14:23:27 -07:00
Jeff Law
ecc055dd90 - Correctly identify all 127.x.y.z addresses (#739743)
- Don't assign native result if result has no associated interface
(#739743)
2012-02-17 12:36:00 -07:00
Jeff Law
0e9bf8be6a Fixup 730856 bits 2012-02-17 11:17:21 -07:00
Jeff Law
fc9b7c8869 Ignore link-local IPV6 addresses for AI_ADDRCONFIG (#697149) 2012-02-17 11:05:38 -07:00
Jeff Law
817ee79b35 Fix reply buffer mismanagement in resolver (#730856) 2012-02-16 23:01:37 -07:00
Jeff Law
47621c91be - Add doi_IN (#791161) 2012-02-16 09:25:08 -07:00
Jeff Law
b22f1f5d25 Revert "Fix lost wakeups in pthread_cond_*. (#552960, #769421)"
This reverts commit 0f6595ecf5.
2012-02-16 09:22:24 -07:00
Jeff Law
a200e9e81f - Add sat_IN (#790292)
- Add mni_IN (#790298)
2012-02-14 09:54:55 -07:00
Jeff Law
0f6595ecf5 Fix lost wakeups in pthread_cond_*. (#552960, #769421) 2012-02-10 12:56:02 -07:00
Jeff Law
ffdb8099ce Clarify info page for snprintf (#564528) 2012-02-09 23:50:17 -07:00
Jeff Law
a3c3ac2213 Fix first_weekday and first_workday for ru_UA (#624296) 2012-02-09 23:01:54 -07:00
Jeff Law
29567a505d Fix currency_symbol for uk_UA (#789209) 2012-02-09 22:16:57 -07:00
Jeff Law
5c2160b7f3 Fix weekday names in Kashmiri locale (#770439) 2012-02-09 10:47:47 -07:00
Jeff Law
b8f291fb63 Remove change for 787662, correct fix is in gcc. 2012-02-07 22:12:19 -07:00
Jeff Law
7472f9034f Find cpp in /usr/bin too (#767662) 2012-02-07 12:03:30 -07:00
Jeff Law
a8b5679282 More accurately detect if we're in a chroot (#688948) 2012-02-06 12:19:06 -07:00
Jeff Law
46bc83a891 - Add fedfs to /etc/rpc (#691912) 2012-02-03 14:32:45 -07:00
Jeff Law
af740e08c9 - Run nscd in the foreground w/ syslogging, fix systemd config (#770869) 2012-02-03 13:42:46 -07:00
Jeff Law
92f446a92e - Avoid mapping past end of shared object (#741105) 2012-02-03 11:03:58 -07:00
Jeff Law
360c4a1c78 - Turn off -mno-minimal-toc on PPC (#787201)
- Remove hunk from glibc-rh657588.patch that didn't belong
2012-02-03 09:30:02 -07:00
Jeff Law
2a042bc0f7 Fix month abbreviations for zh_CN (#657588) 2012-02-01 09:52:38 -07:00
Jeff Law
dd7f54d17d Prevent erroneous inline optimization of initfini.s on PowerPC64 (#783979) 2012-02-01 09:37:08 -07:00
Jeff Law
7b27d27fa9 Use upstream variant of fix for 740506. 2012-02-01 09:32:10 -07:00
Jeff Law
70c5758f43 - Sort objects before relocations (sw#13618)
- Fix bogus sort code that was copied from dl-deps.c.
2012-01-29 22:24:24 -07:00
Jeff Law
61e27a5181 Resolves: #740682 2012-01-26 11:57:01 -07:00
Jeff Law
e8db5b4063 - Add aliases for ISO-10646-UCS-2 (#697421) 2012-01-26 11:03:17 -07:00
Jeff Law
1f95681b6e Bump version# 2012-01-25 21:58:33 -07:00
Jeff Law
c89b9e0c47 Resolves: #179072 2012-01-25 21:57:42 -07:00
Jeff Law
26b6b52f86 Break systemtap patches out of glibc-fedora.patch into glibc-stap.patch 2012-01-25 21:42:59 -07:00
Jeff Law
68357f8e9f - Fix first workday/weekday for it_IT (#622499)
- Fix type to uint16_t based on upstream comments (729661)
  - Do not cache negative results in nscd if these are transient
    (#784402)
2012-01-24 21:23:41 -07:00
Jeff Law
a434010a7c - Update ports from master. 2012-01-24 14:43:00 -07:00
Jeff Law
ee7ce9fbc1 - Fix first workday/weekday for it_IT (#446078)
- Fix first workday/weekday for ca_ES (#454629)
2012-01-23 15:00:11 -07:00
Jeff Law
4dc232f59d Fix cycle detection & overflows (729661) 2012-01-23 14:41:49 -07:00
Dennis Gilmore
d9d4748f79 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 21:37:06 -06:00
Jeff Law
71ecd3cdb4 Update from master (a316c1f) 2012-01-01 18:33:52 -07:00
Jeff Law
25912eaa88 - Update from master (16c6f99)
- Fix typo in recent tzfile change (#769476)
  - Make MALLOC_ARENA_MAX and MALLOC_ARENA_TEST match documentation
    (#740506)
  - Revert "fix" to pthread_cond_wait (#769421)
  - Extract patch for 730856 from fedora-patch into a distinct patchfile
2011-12-22 19:25:40 +00:00
Jeff Law
f79eb1f502 - Update from master (a4647e7). 2011-12-20 05:46:44 +00:00
Jeff Law
e13f8ca66c Fix typo in 767696 patch 2011-12-19 06:13:12 +00:00
Jeff Law
bc05e7ac4d Bump release # 2011-12-19 05:02:30 +00:00
Jeff Law
c1ae8095f6 Check values from TZ file header (#767696) 2011-12-19 05:01:18 +00:00
Jeff Law
97e47e84a0 Add release # after {?dist} to decouple f16 from rawhide 2011-12-16 23:31:26 -07:00
Jeff Law
73a44fd641 - Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI (#552960)
- Add {dist}
  - Correct return value from pthread_create when stack alloction fails.
2011-12-15 21:56:41 -07:00
Jeff Law
7b8157697f Bump Release 2011-12-12 10:11:40 -07:00
Jeff Law
1a1532d525 - Fix a wrong constant in powerpc hypot implementation (#750811)
#13534 in python bug database
    #13472 in glibc bug database
2011-12-12 10:09:45 -07:00
Jeff Law
44d6e5be05 - Mark fortified __FD_ELT as extension
- Fix typo in manual (#708455)
2011-12-06 10:57:29 -07:00
Jeff Law
2c67eb0fec * Wed Nov 30 2011 Jeff Law <law@redhat.com> - 2.14.90-21
- Don't fail in makedb if SELinux is disabled (#750858)
  - Fix access after end of search string in regex matcher (#757887)
`
2011-12-01 11:50:43 -07:00
Jeff Law
2716093f61 + - Drop lock before calling malloc_printerr (#757881) 2011-11-29 11:23:08 -07:00
Jeff Law
a30509e2d1 Fix typo in changelog 2011-11-21 11:08:29 -07:00
Jeff Law
33ba2101d3 Add upstream BZ # for -19 change 2011-11-21 10:41:19 -07:00
Jeff Law
f3164c2c09 + - Check malloc areana atomically
+  - Don't call reused_arena when _int_new_arena failed (#753601)
2011-11-20 21:32:39 -07:00
Jeff Law
be07c4dc8b * Wed Nov 16 2011 Jeff Law <law@redhat.com> - 2.14.90-18
- Fix grouping and reuse other locales in various locales (#13147)
2011-11-16 23:38:42 -07:00
Jeff Law
f62c55540f Fix Release # 2011-11-15 22:15:06 -07:00
Jeff Law
31ab570891 * Tue Nov 15 2011 Jeff Law <law@redhat.com> - 2.14.90-17
Revert bogus commits/rebasing of Nov 14, Nov 11 and Nov 8.
2011-11-15 22:11:36 -07:00
Jeff Law
d930a6ebb2 Revert "Merge remote-tracking branch 'origin/f16' into f16"
This reverts commit 3e058f4c4c, reversing
changes made to a515186e36.
2011-11-15 22:03:21 -07:00
Jeff Law
e5b54e6a82 Revert "2.14.90-15"
This reverts commit f3f8dee316.

Removing rebase and related commits
2011-11-15 22:02:14 -07:00
Jeff Law
654ac9924c Revert "2.14.90-16"
This reverts commit 2cda9c699b.

Removing rebase and related commits.
2011-11-15 22:01:20 -07:00
Andreas Schwab
2cda9c699b 2.14.90-16 2011-11-14 14:11:05 +01:00
Andreas Schwab
f3f8dee316 2.14.90-15 2011-11-11 15:43:39 +01:00
Andreas Schwab
3e058f4c4c Merge remote-tracking branch 'origin/f16' into f16 2011-11-08 13:44:08 +01:00
Andreas Schwab
0d23565940 2.4.90-14 2011-11-08 13:42:22 +01:00
Dennis Gilmore
a515186e36 - Rebuilt for glibc bug#747377 2011-10-26 18:51:17 -05:00
Jim Meyering
4b931c38d9 2.14.90-14: revert upstream patch that added the leaf attribute, ...
since it caused gcc -O2 to move code past thread primitives and
sometimes even out of critical sections.
See http://bugzilla.redhat.com/747377
2011-10-26 12:27:12 -07:00
Andreas Schwab
29e836b7ac 2.14.90-13 2011-10-19 13:15:08 +02:00
Andreas Schwab
70defc99d8 2.14.90-12 2011-10-17 14:23:54 +02:00
Andreas Schwab
90b266ecb6 2.14.90-12 2011-10-17 14:20:08 +02:00
Andreas Schwab
13d2c2fdc2 2.14.90-11 2011-10-11 14:02:50 +02:00
Andreas Schwab
389eedc12d 2.14.90-10 2011-09-28 14:23:58 +02:00
Andreas Schwab
aeada30480 2.14.90-9 2011-09-16 14:17:45 +02:00
Andreas Schwab
8e59833f6d 2.14.90-8 2011-09-08 13:44:47 +02:00
Andreas Schwab
d05dd8538a 2.14.90-7 2011-09-01 14:44:40 +02:00
Andreas Schwab
02300746cd 2.14.90-6 2011-08-24 16:31:06 +02:00
Andreas Schwab
96f2a7b82c 2.14.90-5 2011-08-15 11:29:40 +02:00
Andreas Schwab
d41767f53f 2.14.90-4 2011-08-09 13:49:38 +02:00
Andreas Schwab
9d45d8d144 2.14.90-4 2011-08-09 13:47:20 +02:00
Rex Dieter
35680ac602 rebuild (fix prior broken rpm in buildroot) 2011-07-21 15:36:45 -05:00
Andreas Schwab
444e2cc188 2.14.90-3 2011-07-20 13:54:13 +02:00
Andreas Schwab
4dd080e34a 2.14.90-2 2011-07-14 15:53:14 +02:00
Andreas Schwab
538b3c0899 2.14.90-1 2011-07-01 11:03:06 +02:00
Andreas Schwab
d1bf7db949 2.14-4 2011-06-28 17:01:03 +02:00
Andreas Schwab
cecb16f60f 2.14-3 2011-06-21 14:59:31 +02:00
Dan Horák
78124418b9 revert glibc commit 27390476 as it requires binutils >= 2.21.52.0.1 (#711330) 2011-06-09 14:56:46 +02:00
Andreas Schwab
7f8f336ccd 2.14-2 2011-06-03 14:29:51 +02:00
Andreas Schwab
f3509915d7 2.14-1 2011-05-31 14:54:27 +02:00
Andreas Schwab
d297ec7b52 2.13.90-14 2011-05-27 16:19:02 +02:00
Andreas Schwab
33bafa6a65 2.13.90-13 2011-05-18 16:18:54 +02:00
Andreas Schwab
5423dccb1c 2.13.90-12 2011-05-13 16:56:46 +02:00
Andreas Schwab
532ddd86e5 2.13.90-11 2011-05-06 12:41:38 +02:00
Andreas Schwab
436d93ab23 2.13.90-10 2011-05-04 13:11:17 +02:00
Andreas Schwab
c883c14538 2.13.90-9 2011-04-07 13:22:58 +02:00
Andreas Schwab
af66f0ce22 2.13.90-8 2011-03-24 14:43:08 +01:00
Andreas Schwab
5d12cdce1a 2.13.90-7 2011-03-21 16:34:52 +01:00
Andreas Schwab
3b880a9175 2.13.90-6 2011-03-07 17:50:04 +01:00
Andreas Schwab
cd1b6b27e1 2.13.90-5 2011-03-02 17:28:13 +01:00
Andreas Schwab
87a7e49934 2.13.90-4 2011-02-15 14:29:18 +01:00
Dennis Gilmore
8add80c634 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 20:29:19 -06:00
Dennis Gilmore
8ef6d2e451 * Mon Feb 7 2011 Jan Kratochvil <jan.kratochvil@redhat.com> - 2.13.90-2
- Put back the assembler "workaround" - to disable the nopl instruction.
2011-02-07 12:03:19 -06:00
Andreas Schwab
3558758764 2.13.90-1 2011-01-25 12:34:04 +01:00
Andreas Schwab
469e4b1e1c 2.13-1 2011-01-18 16:41:09 +01:00
Andreas Schwab
a1faa0a0a8 2.12.90-21 2010-12-14 17:22:16 +01:00
Andreas Schwab
7dc6703b31 2.12.90-20 2010-12-13 17:58:18 +01:00
Dan Horák
f0a4b53705 fix build on s390(x) 2010-11-15 14:48:05 +01:00
Andreas Schwab
96033044f8 2.12.90-19 2010-11-12 13:29:24 +01:00
Andreas Schwab
85da696179 2.12.90-18 2010-10-22 19:10:34 +02:00
Andreas Schwab
8d5389e12f 2.12.90-17 2010-10-19 11:49:21 +02:00
Andreas Schwab
d047b379ab 2.12.90-16 2010-10-14 12:30:32 +02:00
Andreas Schwab
7870b7800a 2.12.90-15 2010-10-04 13:27:15 +02:00
Andreas Schwab
ebd7654e99 2.12.90-14 2010-09-28 15:19:46 +02:00
Andreas Schwab
26ee51a757 2.12.90-13 2010-09-27 16:48:52 +02:00
Dennis Gilmore
c1407c8a92 2.12.90-12
Dont build sparcv9v and sparc64v
2010-09-15 22:30:56 -05:00
Andreas Schwab
86a027c0b5 2.12.90-11 2010-09-13 12:08:00 +02:00
Andreas Schwab
2fa87bec41 2.12.90-10 2010-09-06 16:40:34 +02:00
Dennis Gilmore
4ce712cc29 fix up typo 2010-09-04 11:23:28 -05:00
Dennis Gilmore
7be0ed9170 disable unpackged file check on aux arches 2010-09-04 09:14:33 -05:00
Andreas Schwab
20e565a20a 2.12.90-8 2010-08-23 14:09:35 +02:00
Andreas Schwab
98c76af435 2.12.90-7 2010-08-02 14:18:20 +02:00
Andreas Schwab
808dafc80e 2.12.90-6 2010-07-21 15:08:07 +00:00
Andreas Schwab
68ea17c494 2.12.90-5 2010-07-12 11:40:50 +00:00
Andreas Schwab
da9d145bdd 2.12.90-4 2010-07-02 12:42:07 +00:00
Andreas Schwab
809a543e61 2.12.90-3 2010-06-15 08:43:24 +00:00
Andreas Schwab
08541d983e 2.12.90-2 2010-05-31 15:10:22 +00:00
Andreas Schwab
976b178b6d 2.12.90-1 2010-05-19 12:00:46 +00:00
Andreas Schwab
f3e82c414e 2.11.90-12 2010-02-08 15:32:13 +00:00
Andreas Schwab
3b8ebb3a56 2.11.90-11 2010-02-01 14:02:57 +00:00
Andreas Schwab
c1875bb985 2.11.90-10 2010-01-20 16:50:57 +00:00
Andreas Schwab
071e3f49dd 2.11.90-9 2010-01-15 11:59:53 +00:00
Andreas Schwab
e55a010d5b 2.11.90-8 2010-01-12 16:32:14 +00:00
Andreas Schwab
930f8bac49 2.11.90-7 2010-01-11 15:35:32 +00:00
Andreas Schwab
e7298f2636 2.11.90-6 2010-01-11 09:49:54 +00:00
Andreas Schwab
372c18b6ea 2.11.90-5 2010-01-04 14:04:06 +00:00
Andreas Schwab
7f8824b061 2.11.90-4 2009-12-14 16:39:29 +00:00
Andreas Schwab
29fd49d204 2.11.90-3 2009-11-30 14:16:32 +00:00
Andreas Schwab
2c5bbbe6d5 2.11.90-2 2009-11-24 15:50:44 +00:00
Andreas Schwab
6c0e600a93 2.11.90-1 2009-11-12 17:51:25 +00:00
Andreas Schwab
d1a379ba7a 2.10.90-24 2009-09-28 12:31:33 +00:00
Andreas Schwab
91d8fccb67 2.10.90-23 2009-09-21 10:39:33 +00:00
Andreas Schwab
26aeed088c 2.10.90-22 2009-09-14 12:23:30 +00:00
Andreas Schwab
7e2271ddcf 2.10.90-21 2009-09-07 09:07:10 +00:00
Andreas Schwab
569d2b2c6d 2.10.90-20 2009-09-03 09:16:25 +00:00
Andreas Schwab
9613e7eb54 2.10.90-19 2009-09-02 11:28:29 +00:00
Andreas Schwab
f81c27d40a 2.10.90-18 2009-09-01 11:03:11 +00:00
roland
79e4f027f9 2.10.90-17 2009-08-27 21:02:58 +00:00
Andreas Schwab
b47019aa11 2.10.90-16 2009-08-26 12:12:07 +00:00
Andreas Schwab
677ba77d50 2.10.90-15 2009-08-24 09:22:26 +00:00
Andreas Schwab
860b0b0150 2.10.90-14 2009-08-17 13:52:40 +00:00
Andreas Schwab
713def3ded 2.10.90-13 2009-08-10 09:56:04 +00:00
Andreas Schwab
c14f62b7ea 2.10.90-12 2009-08-03 12:10:21 +00:00
Andreas Schwab
6843c2d92a 2.10.90-11 2009-07-30 13:39:12 +00:00
Andreas Schwab
0e925c16c2 2.10.90-10 2009-07-28 09:34:51 +00:00
Andreas Schwab
96d4f4139d 2.10.90-9 2009-07-27 13:22:45 +00:00
Jesse Keating
8685553fbf - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 00:20:16 +00:00
Jakub Jelinek
f6841e0695 2.10.90-7.1 2009-07-23 23:57:27 +00:00
Andreas Schwab
c57ebc6ba9 2.10.90-7 2009-07-23 16:45:25 +00:00
Andreas Schwab
d3e8a7d51e 2.10.90-6 2009-07-23 14:07:14 +00:00
Andreas Schwab
6227600d60 2.10.90-5 2009-07-22 13:05:11 +00:00
Andreas Schwab
50a003794b 2.10.90-4 2009-07-20 13:24:45 +00:00
Andreas Schwab
2f2f29e8b7 2.10.90-3 2009-07-08 17:15:21 +00:00
Andreas Schwab
227a7ee89a 2.10.90-2 2009-07-02 10:22:47 +00:00
Andreas Schwab
237bb90b96 2.10.90-1 2009-06-26 15:46:27 +00:00
Jakub Jelinek
e0cbf08b7c 2.9.90-16 2009-04-14 21:28:25 +00:00
Jakub Jelinek
c75338b703 2.9.90-15 2009-04-09 22:03:35 +00:00
Jakub Jelinek
8350a4f912 2.9.90-15 2009-04-09 21:23:43 +00:00
Jakub Jelinek
5bd3b47e0d 2.9.90-14 2009-04-08 16:46:29 +00:00
Jakub Jelinek
21be1f9bd4 2.9.90-13 2009-04-07 13:39:49 +00:00
Jakub Jelinek
be304ecfa3 2.9.90-13 2009-04-07 09:17:30 +00:00
Jakub Jelinek
ccd32a3069 2.9.90-13 2009-04-07 07:39:09 +00:00
Jakub Jelinek
ec14cead29 2.9.90-12 2009-04-01 10:41:21 +00:00
Jakub Jelinek
96386a5273 2.9.90-11 2009-03-20 20:26:14 +00:00
Jakub Jelinek
d3f4e3e5ae 2.9.90-10 2009-03-10 20:01:33 +00:00
Jakub Jelinek
268a86f75e 2.9.90-9 2009-03-09 15:03:51 +00:00
roland
0bd832ee26 fix libthread_db (#487212) 2009-02-28 02:29:56 +00:00
Jesse Keating
9d8081c007 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 22:05:41 +00:00
Jakub Jelinek
318370830b 2.9.90-7 2009-02-18 23:55:24 +00:00
Jakub Jelinek
3bdc2b1398 2.9.90-6 2009-02-18 23:18:08 +00:00
Jakub Jelinek
8591a1d11a 2.9.90-5 2009-02-18 22:02:09 +00:00
Jakub Jelinek
65bf1c4263 2.9.90-4 2009-02-18 20:47:04 +00:00
Jakub Jelinek
849f6c653f 2.9.90-3 2009-02-04 22:51:53 +00:00
Jakub Jelinek
93d06822d1 2.9.90-2 2009-01-08 10:44:08 +00:00
Jakub Jelinek
81b5083f8d 2.9.90-1 2009-01-02 22:17:46 +00:00
Jakub Jelinek
18108d150a 2.9-1 2008-11-13 22:46:07 +00:00
Jakub Jelinek
1403d00b92 2.8.90-17 2008-11-12 20:47:24 +00:00
Jakub Jelinek
e90f93e6ab 2.8.90-16 2008-10-31 21:53:57 +00:00
Jakub Jelinek
e74e801207 2.8.90-15 2008-10-28 15:50:31 +00:00
Jakub Jelinek
8126ba80e2 2.8.90-14 2008-10-20 07:39:44 +00:00
Dennis Gilmore
afa452c3fd add and apply sparcv9v memset patch 2008-10-11 00:58:22 +00:00
Jakub Jelinek
0cfc9dbd82 2.8.90-12 2008-08-29 07:56:43 +00:00
Jakub Jelinek
db38e68343 2.8.90-12 2008-08-29 07:54:06 +00:00
Jakub Jelinek
52bb3e6f82 2.8.90-11 2008-08-02 09:03:19 +00:00
Jakub Jelinek
be0efd41cd 2.8.90-10 2008-07-28 23:49:51 +00:00
Jakub Jelinek
569119f0bb 2.8.90-9 2008-07-16 10:14:40 +00:00
Jakub Jelinek
e29b33f48b 2.8.90-8 2008-07-03 13:13:57 +00:00
Jakub Jelinek
975cdd1f9d 2.8.90-7 2008-06-13 17:17:16 +00:00
Jakub Jelinek
617fb0df2b 2.8.90-6 2008-06-12 17:30:54 +00:00
Jakub Jelinek
425bf4a383 2.8.90-5 2008-05-24 22:50:07 +00:00
Jakub Jelinek
901233391d 2.8.90-4 2008-05-20 20:17:14 +00:00
Jakub Jelinek
25b38c60a5 2.8.90-3 2008-05-18 11:11:25 +00:00
Jakub Jelinek
c299fe23e3 2.8.90-2 2008-05-16 22:23:13 +00:00
Jakub Jelinek
f750b53608 2.8.90-1 2008-05-15 08:24:11 +00:00
Jakub Jelinek
8dc1ea5199 2.8-1 2008-04-12 08:14:24 +00:00
Jakub Jelinek
46c4457f73 2.7.90-16 2008-04-11 19:59:40 +00:00
Jakub Jelinek
97f60298f0 2.7.90-15 2008-04-10 19:42:23 +00:00
Jakub Jelinek
d20e1c9f8b 2.7.90-14 2008-04-08 09:26:11 +00:00
Jakub Jelinek
45f16f2f6c 2.7.90-13 2008-03-28 14:37:48 +00:00
Jakub Jelinek
e5e8f771b5 2.7.90-12 2008-03-26 12:29:52 +00:00
Jakub Jelinek
192fbabef9 2.7.90-11 2008-03-17 23:43:22 +00:00
Jakub Jelinek
e8c0bf7811 2.7.90-11 2008-03-14 23:00:20 +00:00
Jakub Jelinek
87698ec1f8 2.7.90-10 2008-03-14 18:04:53 +00:00
Jesse Keating
9a83731ce7 - Correct glibc-common requires. 2008-03-05 15:08:48 +00:00
Jakub Jelinek
ffc48ada46 2.7.90-8 2008-03-05 10:32:39 +00:00
Jakub Jelinek
4224d63819 2.7.90-7 2008-02-16 17:47:51 +00:00
Jakub Jelinek
0ec93d330a 2.7.90-6 2008-02-01 11:02:06 +00:00
Jakub Jelinek
e8b5566e17 2.7.90-5 2008-01-31 08:59:10 +00:00
Jakub Jelinek
85e6d0134a 2.7.90-4 2008-01-11 08:15:01 +00:00
Jakub Jelinek
68a8feb3ea 2.7.90-3 2008-01-03 20:54:55 +00:00
Jakub Jelinek
de3cbde651 2.7.90-2 2007-12-27 12:46:54 +00:00
Jakub Jelinek
44addb7013 2.7.90-1 2007-12-12 21:15:38 +00:00
Jakub Jelinek
e04f1bad7d 2.7-2 2007-10-18 00:17:17 +00:00
Jakub Jelinek
1b81d3abb3 2.7-1 2007-10-17 20:54:45 +00:00
Jakub Jelinek
d410998e6d 2.6.90-21 2007-10-15 07:49:13 +00:00
Jakub Jelinek
59c560878a 2.6.90-20 2007-10-14 21:33:51 +00:00
Jakub Jelinek
4e762dbcdd 2.6.90-19 2007-10-11 16:49:59 +00:00
Jakub Jelinek
763c74dc7d 2.6.90-18 2007-10-10 21:17:35 +00:00
Jakub Jelinek
6ab843b878 2.6.90-17 2007-10-03 19:54:48 +00:00
Jakub Jelinek
e2e6967dd1 2.6.90-16 2007-09-29 19:47:29 +00:00
Jakub Jelinek
7368934d3f 2.6.90-15 2007-09-20 00:29:56 +00:00
Jakub Jelinek
4ea15d1afc 2.6.90-14 2007-09-18 20:35:52 +00:00
Jakub Jelinek
0d56f9db97 2.6.90-13 2007-08-27 21:13:25 +00:00
Jakub Jelinek
b4a06a5311 2.6.90-12 2007-08-25 19:31:13 +00:00
Jakub Jelinek
010c99dcf6 2.6.90-11 2007-08-16 22:21:10 +00:00
Jakub Jelinek
bd085531cf 2.6.90-10 2007-08-15 21:19:33 +00:00
Jakub Jelinek
11f5889b6c 2.6.90-9 2007-08-14 07:57:53 +00:00
roland
b93d233431 2.6.90-8 2007-08-10 22:37:27 +00:00
roland
99ad43cbc7 2.6.90-7 2007-08-10 22:27:46 +00:00
roland
b25f0c25f7 restore glibc-ldconfig-speedup.patch, not in sourceware fedora-branch 2007-08-10 01:57:33 +00:00
roland
e0b4499ff9 2.6.90-5 2007-08-10 01:55:13 +00:00
Jakub Jelinek
3a5173db70 2.6.90-4 2007-08-05 11:41:46 +00:00
Jakub Jelinek
12ebbc9680 2.6.90-3 2007-08-04 21:28:38 +00:00
Jakub Jelinek
9214828a3d 2.6.90-3 2007-08-04 21:26:28 +00:00
Jakub Jelinek
3d434a7b8d 2.6.90-2 2007-08-01 17:58:02 +00:00
Jakub Jelinek
2094360524 2.6.90-2 2007-08-01 17:49:56 +00:00
Jakub Jelinek
4c4d563655 2.6.90-1 2007-08-01 10:30:49 +00:00
Jakub Jelinek
d669fbfbe0 2.6.90-1 2007-07-31 19:42:13 +00:00
Jakub Jelinek
0f388ce868 2.6.90-1 2007-07-31 18:24:22 +00:00
Jakub Jelinek
50740a3c44 2.6.90-1 2007-07-31 18:18:37 +00:00
roland
afd77f36ed glibc 2.6 release 2007-05-15 20:59:30 +00:00
Jakub Jelinek
c5a7af7148 2.5.90-24 2007-05-10 23:27:38 +00:00
Jakub Jelinek
510ee2fbe9 2.5.90-22 2007-05-04 11:16:58 +00:00
Jakub Jelinek
1f4d93dae9 2.5.90-22 2007-05-04 11:13:51 +00:00
Jakub Jelinek
3dbfe42439 2.5.90-21 2007-04-17 02:25:38 +00:00
Jakub Jelinek
ee8c17a7d7 2.5.90-21 2007-04-17 01:18:06 +00:00
Jakub Jelinek
a199884a13 2.5.90-21 2007-04-17 00:30:25 +00:00
Jakub Jelinek
7d351d9b15 auto-import glibc-2.5.90-21 on branch devel from glibc-2.5.90-21.src.rpm 2007-04-17 00:12:45 +00:00
Jakub Jelinek
90e3c63b80 2.5.90-20 2007-03-31 18:38:35 +00:00
Jakub Jelinek
d465a063ed auto-import glibc-2.5.90-20 on branch devel from glibc-2.5.90-20.src.rpm 2007-03-31 17:37:20 +00:00
Jakub Jelinek
57c79f7446 auto-import glibc-2.5.90-19 on branch devel from glibc-2.5.90-19.src.rpm 2007-03-17 22:05:58 +00:00