Compare commits

..

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
7ffcd596b0 !8 更新v1.1.11版本rpm包
From: @Plus_Liu
Reviewed-by: @zhaozhijian01
Signed-off-by: @zhaozhijian01
2021-05-08 14:07:06 +08:00
Plus_Liu
2f6672f362 commit the files of the new version v1.1.11 2021-05-08 11:48:50 +08:00
openeuler-ci-bot
4be39540cd !7 Add include/securectype.h to RPM package
From: @Plus_Liu
Reviewed-by: @zhaozhijian01
Signed-off-by: @zhaozhijian01
2021-02-22 17:52:50 +08:00
Plus_Liu
b9db77590d add include/securectype.h to RPM package 2021-02-22 15:42:12 +08:00
openeuler-ci-bot
44475c1b78 !6 change bounds_checking_function to libboundscheck
From: @Plus_Liu
Reviewed-by: @zhaozhijian01
Signed-off-by: @zhaozhijian01
2020-10-13 14:06:51 +08:00
Plus_Liu
d5d0b32369 change bounds_checking_function to libboundscheck 2020-10-13 09:02:42 +08:00
openeuler-ci-bot
810b7c1621 !5 add bounds_checking_function.yaml
Merge pull request !5 from Plus_Liu/master
2020-08-25 18:52:34 +08:00
Plus_Liu
fa1ee4f76e update bounds_checking_function.spec. 2020-08-11 09:58:06 +08:00
Plus_Liu
1a10fd1477 add bounds_checking_function.yaml. 2020-08-11 09:46:15 +08:00
openeuler-ci-bot
86c779ac4d !4 Fix build error
Merge pull request !4 from sigui/master
2020-06-23 17:33:40 +08:00
si-gui
49f78dccc7 Fix build error 2020-06-22 21:58:29 +08:00
5 changed files with 56 additions and 43 deletions

Binary file not shown.

View File

@ -1,43 +0,0 @@
Name: bounds_checking_function
Version: v1.1.10
Release: 1
License: Mulan PSL v2
Summary: Enhanced safety functions
Url: https://gitee.com/openeuler/bounds_checking_function
Source: %{name}-%{version}.tar
#Dependency
BuildRequires: gcc make rpm-build
Requires: glibc
%description
bounds_checking_function provides a set of functions of
the common memory/string operation classes.
%prep
%setup -q
%build
cd build
make %{?_smp_mflags}
%install
mkdir -p %{buildroot}%{_libdir}/
cp lib/*.so %{buildroot}%{_libdir}/
%clean
rm -rf %{buildroot}
%post
%postun
%files
%defattr(-,root,root)
%{_libdir}/libsecurec.so
%doc README.md
%license LICENSE
%changelog

Binary file not shown.

51
libboundscheck.spec Normal file
View File

@ -0,0 +1,51 @@
%define debug_package %{nil}
Name: libboundscheck
Version: v1.1.11
Release: 6
License: Mulan PSL v2
Summary: Enhanced safety functions
Url: https://gitee.com/openeuler/libboundscheck
Source: https://gitee.com/openeuler/libboundscheck/repository/archive/%{name}-%{version}.tar.gz
#Dependency
BuildRequires: gcc make rpm-build
Requires: glibc
%description
libboundscheck provides a set of functions of
the common memory/string operation classes.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
mkdir -p %{buildroot}%{_libdir}/
mkdir -p %{buildroot}%{_includedir}/
cp lib/*.so %{buildroot}%{_libdir}/
cp include/securec.h %{buildroot}%{_includedir}/
cp include/securectype.h %{buildroot}%{_includedir}/
%clean
rm -rf %{buildroot}
%post
%postun
%files
%defattr(-,root,root)
%{_libdir}/libboundscheck.so
%{_includedir}/securec.h
%{_includedir}/securectype.h
%doc README.md
%license LICENSE
%changelog
* Sat May 08 2021 Plus_Liu <plusworld97@outlook.com> - v1.1.11-1
- Update Version.
* Mon Jun 22 2020 Guoshuai Sun <sunguoshuai@huawei.com> - v1.1.10-2
- Fix build error.

5
libboundscheck.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://gitee.com/openeuler/libboundscheck
version_control: gitee
src_repo: openeuler/libboundscheck
tag_prefix: "^v"
seperator: "."