-
Mon Apr 21 2014 Nalin Dahyabhai <nalin@redhat.com> - 2.2.3-0.5.pre1.1
- bump and rebuild (#1088776)
-
Mon Mar 17 2014 Carlos Santos <csantos@redhat.com>
- Fix BZ#1076574: Memory leak in nss_db in db-open.c internal_setent()
-
Mon Feb 06 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.2.3-0.5.pre1
- when the initgroups function needs to parse a group entry which contains a
large list of users, reinitialize the buffer that we pass to the parsing
function, which destroyed what we passed to it the previous time (#751461)
-
Wed May 18 2011 Nalin Dahyabhai <nalin@redhat.com> - 2.2.3-0.4.pre1
- import patch to handle initgroups directly rather than forcing libc to
use the enumeration interfaces, which could result in two threads calling
initgroups() at the same time to both get a subset of the right answers
(#705466)
-
Wed Apr 07 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.2.3-0.3.pre1
- import Kees Cook's patch to fix accidental leakage of part of ./DB_CONFIG
(#580192, CVE-2010-0826)
-
Fri Feb 05 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.2.3-0.2.pre1
- correct some tests in the patch for detecting SELinux support (#562052)
-
Mon Jan 25 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.2.3-0.1.pre1
- update to 2.2.3pre1, which you can still get from upstream
- build with -fno-strict-aliasing to avoid problems triggered by strict aliasing
- package the translations
-
Mon Jan 25 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.2-46
- update to DB 4.6.21, which you can still get from upstream
-
Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.2-45.1
- Rebuilt for RHEL 6
-
Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-43
- fix license tag
-
Thu Aug 07 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.2-42.el6_5
- turn off crypto, hash, queue, and replication support, which aren't used,
reduces the package size, and sidesteps needing to patch anything for #347741
- create and populate new db files, moving them in place afterward so that we
never have a partially-built db file "live" (patch from Kelsey Cummings,
CentOS #1987)
-
Tue Jul 22 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.2-41.el6_5
- fix an error in the db-getent-Makefile which kept it from working at all
-
Mon Mar 03 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.2-40.el6_5
- add a dist tag to make pushing this same package as an update easier
-
Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-40
- Autorebuild for GCC 4.3
-
Tue Nov 06 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.2-39
- when setting file contexts for creation of new files, only fail outright
if we were in enforcing mode and the file needed to be given a specific
label (#368501)
-
Tue Aug 14 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.2-38
- adapt to open-is-a-macro cases
-
Mon Aug 13 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.2-37
- update to use DB 4.6.18, swiping needed patches from the db4 package
- clarify license tag
-
Mon Feb 19 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.2-36
- update to use DB 4.5.20
- make our obsoletion of nss_db-compat a versioned one
- mark the makefile %config(noreplace)
- change buildroot to the prescribed value
- change buildprereq to buildrequires to make rpmlint happy
-
Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2-35.1
- rebuild
-
Fri Feb 17 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.2-35
- add missing 'ed' builddep
- set LDFLAGS and CPPFLAGS so that our local copy of DB is more likely to be
found by the configure script
-
Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2-34.2.1
- bump again for double-long bug on ppc(64)
-
Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2-34.2
- rebuilt for new gcc4.1 snapshot and glibc changes
-
Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
-
Wed Sep 28 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2-34
- own the soname symlink which we provide in /%{_lib} (#169288)
- drop compat subpackage completely
-
Tue Aug 30 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2-33
- update to db 4.3.28
- correct a use of uninitialized memory in the bundled libdb (Arjan van de Ven)
- obsolete the compat package, which is useless because current glibc wouldn't
use it anyway
-
Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com>
- set errno to ENOENT by default so that we don't leave stale errno values
around in error cases (#152467)
- clear the entire key DBT before handing it to a get() function
-
Tue Mar 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2-32
- set errno to ENOENT when returning NSS_STATUS_NOTFOUND (#152467, Dave Lehman)
-
Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2-31
- rebuild with new gcc, missed it by that much
-
Mon Feb 28 2005 Nalin Dahyabhai <nalin@redhat.com> 2.2-30
- update to DB 4.3 (#140094)
- add sample getent-based makefile as a doc file
- pass S_IFREG to matchpathcon() to properly match contexts which are earmarked
for only files
-
Wed Oct 20 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2-29
- give makedb support for setting labels on files, and use it (#136522)
-
Thu Jul 29 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2-28
- set _filter_GLIBC_PRIVATE instead of overriding findrequires, so that file
colors get marked correctly (originally #128436)
-
Tue Jul 06 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2-27
- only provide a -compat subpackage on platforms where glibc provides
compat NSS modules (%{ix86})
- make -compat depend on the same version of the non-compat package
-
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Mon Jan 05 2004 Nalin Dahyabhai <nalin@redhat.com> 2.2-24
- disable use of RPM's internal dependency generator, which was preventing
the filtering out of glibc private dependencies (#112849)
-
Tue Dec 02 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2-23
- find bundled libdb again (#111004)
-
Tue Aug 12 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2-21.1
- rebuild
-
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
-
Wed Jun 04 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2-21
- disable mutex locking
-
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
-
Tue Jan 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2-19
- force use of assembly mutexes on %{ix86} to avoid dependency on libpthread
-
Thu Nov 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-18
- disable various language bindings when building the bundled DB library
- remove unpackaged files from the buildroot in %install
- don't install the compat version on arches where if we don't need one
-
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
-
Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
-
Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-15
- rebuild in new environment
-
Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-14
- rebuild
-
Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-13
- whoops, __set_errno() is a glibc-internal symbol as well (#63373)
-
Wed Apr 03 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-12
- filter out dependency on glibc private symbols
-
Tue Apr 02 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-11
- don't use libc-internal symbols and interfaces
-
Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-10
- rebuild
-
Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-9
- rebuild
-
Mon Feb 18 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-8
- build using a bundled Berkeley DB with a unique name to avoid possible symbol
collisions with binaries using different versions (mix multiple versions of
any shared library in a single process, observe as wackiness ensues)
-
Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-7
- rebuild against db4-devel
-
Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> 2.2-6
- require db3-devel at build-time, not db3 (#49544)
-
Fri May 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- don't include copies of the shared libraries with the soname for their names
-
Thu May 24 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
-
Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- don't own /var/db, the filesystem package does
-
Tue Feb 13 2001 Nalin Dahyabhai <nalin@redhat.com>
- require make (#27313)
- add the docs to the package
-
Tue Dec 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.2
-
Thu Sep 14 2000 Jakub Jelinek <jakub@redhat.com>
- separate from db3