aboutsummaryrefslogtreecommitdiffstats
path: root/platform/rpm
diff options
context:
space:
mode:
authorLibravatar netblue <netblue@localhost.localdomain>2015-12-24 10:03:32 -0500
committerLibravatar netblue <netblue@localhost.localdomain>2015-12-24 10:03:32 -0500
commit14c9be167fe2d060447a00f16877ecc4fba72175 (patch)
tree03a981b7badfea016211c3b5bde0ed07a941b99a /platform/rpm
parent0.9.36 testing (diff)
downloadfirejail-14c9be167fe2d060447a00f16877ecc4fba72175.tar.gz
firejail-14c9be167fe2d060447a00f16877ecc4fba72175.tar.zst
firejail-14c9be167fe2d060447a00f16877ecc4fba72175.zip
0.9.36 testing
Diffstat (limited to 'platform/rpm')
-rwxr-xr-xplatform/rpm/old-mkrpm.sh68
1 files changed, 66 insertions, 2 deletions
diff --git a/platform/rpm/old-mkrpm.sh b/platform/rpm/old-mkrpm.sh
index c65544cb5..5775783af 100755
--- a/platform/rpm/old-mkrpm.sh
+++ b/platform/rpm/old-mkrpm.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2VERSION="0.9.34" 2VERSION="0.9.36"
3rm -fr ~/rpmbuild 3rm -fr ~/rpmbuild
4rm -f firejail-$VERSION-1.x86_64.rpm 4rm -f firejail-$VERSION-1.x86_64.rpm
5 5
@@ -18,6 +18,7 @@ install -m 755 /usr/bin/firemon firejail-$VERSION/usr/bin/.
18 18
19mkdir -p firejail-$VERSION/usr/lib/firejail 19mkdir -p firejail-$VERSION/usr/lib/firejail
20install -m 644 /usr/lib/firejail/libtrace.so firejail-$VERSION/usr/lib/firejail/. 20install -m 644 /usr/lib/firejail/libtrace.so firejail-$VERSION/usr/lib/firejail/.
21install -m 644 /usr/lib/firejail/libtracelog.so firejail-$VERSION/usr/lib/firejail/.
21install -m 755 /usr/lib/firejail/ftee firejail-$VERSION/usr/lib/firejail/. 22install -m 755 /usr/lib/firejail/ftee firejail-$VERSION/usr/lib/firejail/.
22install -m 755 /usr/lib/firejail/fshaper.sh firejail-$VERSION/usr/lib/firejail/. 23install -m 755 /usr/lib/firejail/fshaper.sh firejail-$VERSION/usr/lib/firejail/.
23 24
@@ -76,6 +77,22 @@ install -m 644 /etc/firejail/steam.profile firejail-$VERSION/etc/firejail/steam.
76install -m 644 /etc/firejail/wine.profile firejail-$VERSION/etc/firejail/wine.profile 77install -m 644 /etc/firejail/wine.profile firejail-$VERSION/etc/firejail/wine.profile
77install -m 644 /etc/firejail/disable-devel.inc firejail-$VERSION/etc/firejail/disable-devel.inc 78install -m 644 /etc/firejail/disable-devel.inc firejail-$VERSION/etc/firejail/disable-devel.inc
78 79
80install -m 644 /etc/firejail/bitlbee.profile firejail-$VERSION/etc/firejail/bitlbee.profile
81install -m 644 /etc/firejail/conkeror.profile firejail-$VERSION/etc/firejail/conkeror.profile
82install -m 644 /etc/firejail/google-chrome-beta.profile firejail-$VERSION/etc/firejail/google-chrome-beta.profile
83install -m 644 /etc/firejail/google-chrome-stable.profile firejail-$VERSION/etc/firejail/google-chrome-stable.profile
84install -m 644 /etc/firejail/google-chrome-unstable.profile firejail-$VERSION/etc/firejail/google-chrome-unstable.profile
85install -m 644 /etc/firejail/hexchat.profile firejail-$VERSION/etc/firejail/hexchat.profile
86install -m 644 /etc/firejail/konqueror.profile firejail-$VERSION/etc/firejail/konqueror.profile
87install -m 644 /etc/firejail/nolocal.net firejail-$VERSION/etc/firejail/nolocal.net
88install -m 644 /etc/firejail/opera-beta.profile firejail-$VERSION/etc/firejail/opera-beta.profile
89install -m 644 /etc/firejail/parole.profile firejail-$VERSION/etc/firejail/parole.profile
90install -m 644 /etc/firejail/rtorrent.profile firejail-$VERSION/etc/firejail/rtorrent.profile
91install -m 644 /etc/firejail/unbound.profile firejail-$VERSION/etc/firejail/unbound.profile
92install -m 644 /etc/firejail/webserver.net firejail-$VERSION/etc/firejail/webserver.net
93install -m 644 /etc/firejail/weechat-curses.profile firejail-$VERSION/etc/firejail/weechat-curses.profile
94install -m 644 /etc/firejail/weechat.profile firejail-$VERSION/etc/firejail/weechat.profile
95install -m 644 /etc/firejail/whitelist-common.inc firejail-$VERSION/etc/firejail/whitelist-common.inc
79 96
80mkdir -p firejail-$VERSION/usr/share/bash-completion/completions 97mkdir -p firejail-$VERSION/usr/share/bash-completion/completions
81install -m 644 /usr/share/bash-completion/completions/firejail firejail-$VERSION/usr/share/bash-completion/completions/. 98install -m 644 /usr/share/bash-completion/completions/firejail firejail-$VERSION/usr/share/bash-completion/completions/.
@@ -99,7 +116,7 @@ Release: 1
99License: GPL+ 116License: GPL+
100Group: Development/Tools 117Group: Development/Tools
101SOURCE0 : %{name}-%{version}.tar.gz 118SOURCE0 : %{name}-%{version}.tar.gz
102URL: http://firejail.sourceforege.net 119URL: http://firejail.wordpress.com
103 120
104BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 121BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
105 122
@@ -166,10 +183,27 @@ rm -rf %{buildroot}
166%config(noreplace) %{_sysconfdir}/%{name}/steam.profile 183%config(noreplace) %{_sysconfdir}/%{name}/steam.profile
167%config(noreplace) %{_sysconfdir}/%{name}/wine.profile 184%config(noreplace) %{_sysconfdir}/%{name}/wine.profile
168%config(noreplace) %{_sysconfdir}/%{name}/disable-devel.inc 185%config(noreplace) %{_sysconfdir}/%{name}/disable-devel.inc
186%config(noreplace) %{_sysconfdir}/%{name}/bitlbee.profile
187%config(noreplace) %{_sysconfdir}/%{name}/conkeror.profile
188%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-beta.profile
189%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-stable.profile
190%config(noreplace) %{_sysconfdir}/%{name}/google-chrome-unstable.profile
191%config(noreplace) %{_sysconfdir}/%{name}/hexchat.profile
192%config(noreplace) %{_sysconfdir}/%{name}/konqueror.profile
193%config(noreplace) %{_sysconfdir}/%{name}/nolocal.net
194%config(noreplace) %{_sysconfdir}/%{name}/opera-beta.profile
195%config(noreplace) %{_sysconfdir}/%{name}/parole.profile
196%config(noreplace) %{_sysconfdir}/%{name}/rtorrent.profile
197%config(noreplace) %{_sysconfdir}/%{name}/unbound.profile
198%config(noreplace) %{_sysconfdir}/%{name}/webserver.net
199%config(noreplace) %{_sysconfdir}/%{name}/weechat-curses.profile
200%config(noreplace) %{_sysconfdir}/%{name}/weechat.profile
201%config(noreplace) %{_sysconfdir}/%{name}/whitelist-common.inc
169 202
170/usr/bin/firejail 203/usr/bin/firejail
171/usr/bin/firemon 204/usr/bin/firemon
172/usr/lib/firejail/libtrace.so 205/usr/lib/firejail/libtrace.so
206/usr/lib/firejail/libtracelog.so
173/usr/lib/firejail/ftee 207/usr/lib/firejail/ftee
174/usr/lib/firejail/fshaper.sh 208/usr/lib/firejail/fshaper.sh
175/usr/share/doc/packages/firejail/COPYING 209/usr/share/doc/packages/firejail/COPYING
@@ -186,6 +220,36 @@ rm -rf %{buildroot}
186chmod u+s /usr/bin/firejail 220chmod u+s /usr/bin/firejail
187 221
188%changelog 222%changelog
223* Thu Dec 24 2015 netblue30 <netblue30@yahoo.com> 0.9.36-1
224 - added unbound, dnscrypt-proxy, BitlBee, HexChat profiles
225 - added WeeChat, parole and rtorrent profiles
226 - Google Chrome profile rework
227 - added google-chrome-stable profile
228 - added google-chrome-beta profile
229 - added google-chrome-unstable profile
230 - Opera profile rework
231 - added opera-beta profile
232 - added --noblacklist option
233 - added --profile-path option
234 - added --force option
235 - whitelist command enhancements
236 - prevent user name enumeration
237 - added /etc/firejail/nolocal.net network filter
238 - added /etc/firejail/webserver.net network filter
239 - blacklisting firejail configuration by default
240 - allow default gateway configuration for --interface option
241 - --debug enhancements: --debug-check-filenames
242 - --debug enhancements:--debug-blacklists
243 - --debug enhancements: --debug-whitelists
244 - filesystem log
245 - libtrace enhancements, tracing opendir call
246 - added --tracelog option
247 - added "name" command to profile files
248 - added "hostname" command to profile files
249 - added automated feature testing framework
250 - Debian reproducible build
251 - bugfixes
252
189* Sat Nov 7 2015 netblue30 <netblue30@yahoo.com> 0.9.34-1 253* Sat Nov 7 2015 netblue30 <netblue30@yahoo.com> 0.9.34-1
190 - added --ignore option 254 - added --ignore option
191 - added --protocol option 255 - added --protocol option