Проект sqlite-3.46.1-5.el10_0.inferit
    
        content_copy 
     
    
 
    
        
            
                Имя 
                sqlite 
             
            
                Эпоха 
                0 
             
            
                Версия 
                3.46.1 
             
            
                Релиз 
                5.el10_0.inferit 
             
            
            
                Сайт 
                
                    
                    http://www.sqlite.org/ 
                    
                 
             
            
                Лицензия 
                blessing 
             
            
                Время сборки 
                2025-07-29 10:18:23 
             
            
                Хост сборки 
                builder-x86-04.inferitos.ru 
             
            
                Краткое описание 
                Library that implements an embeddable SQL database engine 
             
            
                Репозитории 
                BaseOS 
             
            
                Полное описание 
                SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexibility of an SQL database without the administrative hassles of
supporting a separate database server.  Version 2 and version 3 binaries
are named to permit each to be installed on a single host 
             
            
                Эррата 
                
                    
                    
                    
                    
                    INFSA-2025:11933 
                    
                    
                 
             
            
            
        
     
    
 
    × 
     
    
    
        Найдены 2 старые версии
     
    
 
* Wed Jul 16 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.46.1-5
- Fix CVE-2025-6965
- Resolves: RHEL-103826
* Wed May 14 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.46.1-3
- Rebuilt for MSVSphere 10
* Wed Apr 09 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.46.1-3.inferit
- Solving the undefined reference to sqlite3_deserialize problem
  for docker-ce package
* Mon Feb 03 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.46.1-3
- Enabled sqlite-session feature
- Resolves: RHEL-77326
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.46.1-2
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018
* Tue Aug 20 2024 Ales Nezbeda <anezbeda@redhat.com> - 3.46.1-1
- Update to 3.46.1
- https://www.sqlite.org/releaselog/3_46_1.html
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.45.1-3
- Bump release for June 2024 mass rebuild
* Wed Jan 31 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.1-1
- Updated to version 3.45.1 (https://sqlite.org/releaselog/3_45_1.html)
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.45.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Jan 16 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.45.0-1
- Updated to version 3.45.0 (https://sqlite.org/releaselog/3_45_0.html)
- List versioned soname in files, preventing unnoticed soname bumps
- Disable func4 tests for i686 arch due to failing float<->int conversions