mirror of
https://abf.rosa.ru/djam/nss.git
synced 2025-02-23 16:32:48 +00:00
Automatic import for version 3.13.6-2
This commit is contained in:
parent
f5c1d1db51
commit
dee74e3a5b
1 changed files with 98 additions and 1 deletions
99
nss.spec
99
nss.spec
|
@ -1,6 +1,6 @@
|
||||||
%if %mandriva_branch == Cooker
|
%if %mandriva_branch == Cooker
|
||||||
# Cooker
|
# Cooker
|
||||||
%define release 1
|
%define release 2
|
||||||
%else
|
%else
|
||||||
# Old distros
|
# Old distros
|
||||||
%define subrel 1
|
%define subrel 1
|
||||||
|
@ -136,6 +136,7 @@ Static libraries for doing development with Network Security Services.
|
||||||
find . -type d -perm 0700 -exec chmod 755 {} \;
|
find . -type d -perm 0700 -exec chmod 755 {} \;
|
||||||
find . -type f -perm 0555 -exec chmod 755 {} \;
|
find . -type f -perm 0555 -exec chmod 755 {} \;
|
||||||
find . -type f -perm 0444 -exec chmod 644 {} \;
|
find . -type f -perm 0444 -exec chmod 644 {} \;
|
||||||
|
find . -type f -perm 0640 -exec chmod 644 {} \;
|
||||||
find . -name '*.h' -executable -exec chmod -x {} \;
|
find . -name '*.h' -executable -exec chmod -x {} \;
|
||||||
find . -name '*.c' -executable -exec chmod -x {} \;
|
find . -name '*.c' -executable -exec chmod -x {} \;
|
||||||
|
|
||||||
|
@ -529,6 +530,10 @@ install -m0755 libnssckbi_empty.so %{buildroot}/%{_lib}/libnssckbi_empty.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 26 2012 Crispin Boylan <crisb@mandriva.org> 2:3.13.6-2
|
||||||
|
+ Revision: 819847
|
||||||
|
- Fix header perms
|
||||||
|
|
||||||
* Fri Oct 19 2012 Crispin Boylan <crisb@mandriva.org> 2:3.13.6-1
|
* Fri Oct 19 2012 Crispin Boylan <crisb@mandriva.org> 2:3.13.6-1
|
||||||
+ Revision: 819014
|
+ Revision: 819014
|
||||||
- New release
|
- New release
|
||||||
|
@ -843,3 +848,95 @@ install -m0755 libnssckbi_empty.so %{buildroot}/%{_lib}/libnssckbi_empty.so
|
||||||
- add patch for certdata.txt
|
- add patch for certdata.txt
|
||||||
- spec cleanup
|
- spec cleanup
|
||||||
|
|
||||||
|
|
||||||
|
* Wed Mar 21 2007 Andreas Hasenack <andreas@mandriva.com> 3.11.5-4mdv2007.1
|
||||||
|
+ Revision: 147547
|
||||||
|
- fix library path
|
||||||
|
- add back Brazilian Gov. certificate
|
||||||
|
- add new Verisign certificate (#29612)
|
||||||
|
|
||||||
|
* Fri Mar 09 2007 David Walluck <walluck@mandriva.org> 2:3.11.5-4mdv2007.1
|
||||||
|
+ Revision: 139555
|
||||||
|
- fix description
|
||||||
|
|
||||||
|
* Fri Mar 09 2007 David Walluck <walluck@mandriva.org> 2:3.11.5-3mdv2007.1
|
||||||
|
+ Revision: 138691
|
||||||
|
- add docs to file list (accidently removed)
|
||||||
|
|
||||||
|
* Fri Mar 09 2007 David Walluck <walluck@mandriva.org> 2:3.11.5-2mdv2007.1
|
||||||
|
+ Revision: 138688
|
||||||
|
- really enable lib
|
||||||
|
static-devel package conflicts with libopenssl-static-devel
|
||||||
|
use find and xargs to remove CVS directories
|
||||||
|
use cp -a everywhere
|
||||||
|
macros
|
||||||
|
mark nss-config as multiarch
|
||||||
|
fix duplicate nss-config in file list
|
||||||
|
run shlibsign in libnss %%post (requires nss)
|
||||||
|
use explicit file list
|
||||||
|
|
||||||
|
* Fri Mar 09 2007 David Walluck <walluck@mandriva.org> 2:3.11.5-1mdv2007.1
|
||||||
|
+ Revision: 138582
|
||||||
|
- 3.11.5
|
||||||
|
|
||||||
|
* Tue Mar 06 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2:3.11.4-8mdv2007.1
|
||||||
|
+ Revision: 133767
|
||||||
|
- Fix lib versions on nss-config
|
||||||
|
|
||||||
|
* Tue Mar 06 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2:3.11.4-7mdv2007.1
|
||||||
|
+ Revision: 133671
|
||||||
|
- Add support to /usr/bin/nss-config (based on Fedora's one)
|
||||||
|
|
||||||
|
* Sun Mar 04 2007 David Walluck <walluck@mandriva.org> 2:3.11.4-6mdv2007.1
|
||||||
|
+ Revision: 132567
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Wed Feb 21 2007 Götz Waschk <waschk@mandriva.org> 2:3.11.4-5mdv2007.1
|
||||||
|
+ Revision: 123208
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
+ Oden Eriksson <oeriksson@mandriva.com>
|
||||||
|
- fix deps
|
||||||
|
|
||||||
|
* Fri Feb 09 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2:3.11.4-3mdv2007.1
|
||||||
|
+ Revision: 118491
|
||||||
|
- Added pkcs11 devel files to libnss3-devel package.
|
||||||
|
|
||||||
|
* Thu Feb 08 2007 Marcelo Ricardo Leitner <mrl@mandriva.com> 2:3.11.4-2mdv2007.1
|
||||||
|
+ Revision: 118137
|
||||||
|
- Bump epoch, so we upgrade cleanly old firefox's libnss3.
|
||||||
|
- Do not enforce (wrong) nspr version.
|
||||||
|
- Removed patch nss-system-nspr: prefer doing it via env. variables.
|
||||||
|
- Tagged as license LGPL too
|
||||||
|
- Enabled the library.
|
||||||
|
- Do not use chrpath: it is not needed, and we are using this library now.
|
||||||
|
- Fixed epoch stuff on library packages.
|
||||||
|
- Added ldconfig call to library package.
|
||||||
|
|
||||||
|
* Sat Dec 16 2006 David Walluck <walluck@mandriva.org> 1:3.11.4-1mdv2007.1
|
||||||
|
+ Revision: 98079
|
||||||
|
- 3.11.4
|
||||||
|
- Import nss
|
||||||
|
|
||||||
|
* Fri Apr 28 2006 Oden Eriksson <oeriksson@mandriva.com> 1:3.11-1mdk
|
||||||
|
- drop redundant patches; P0,P4
|
||||||
|
- drop upstream patches; P2,P3,P85
|
||||||
|
- added P50,P51 from fedora
|
||||||
|
|
||||||
|
* Fri Nov 11 2005 Oden Eriksson <oeriksson@mandriva.com> 1:3.9.2-1mdk
|
||||||
|
- rolled back to match mozilla-firefox libs
|
||||||
|
- added some patches from the mozilla-firefox package
|
||||||
|
- added P4 to teach it ~/.mozilla
|
||||||
|
|
||||||
|
* Sat Nov 05 2005 Nicolas Lécureuil <neoclust@mandriva.org> 3.10.2-3mdk
|
||||||
|
- Fix BuildRequires
|
||||||
|
|
||||||
|
* Fri Nov 04 2005 Nicolas Lécureuil <neoclust@mandriva.org> 3.10.2-2mdk
|
||||||
|
- Fix BuildRequires
|
||||||
|
|
||||||
|
* Wed Nov 02 2005 David Walluck <walluck@mandrake.org> 0:3.10.2-1mdk
|
||||||
|
- 3.10.2
|
||||||
|
|
||||||
|
* Fri Jan 28 2005 David Walluck <walluck@mandrake.org> 3.9.2-1mdk
|
||||||
|
- release
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue