Merge remote-tracking branch 'origin/next' into kernel-4.14

This commit is contained in:
Arne Fitzenreiter
2018-01-15 19:08:23 +01:00
73 changed files with 449 additions and 15232 deletions

View File

@@ -1 +0,0 @@
/var/ipfire/mediatomb

View File

@@ -1,2 +0,0 @@
/srv/web/owncloud/config
/var/owncloud/data

View File

@@ -31,6 +31,9 @@ filesystems+="reiserfs vfat xfs"
#hostonly="yes"
#
# Load microcode for the CPU early
early_microcode=yes
# install local /etc/mdadm.conf
#mdadmconf="no"

View File

@@ -1,12 +0,0 @@
<IfModule php5_module>
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php5
AddType application/x-httpd-php .php
DirectoryIndex index.php3
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php
</IfModule>

View File

@@ -52,4 +52,3 @@ LoadModule alias_module /usr/lib/apache/mod_alias.so
LoadModule rewrite_module /usr/lib/apache/mod_rewrite.so
LoadModule socache_shmcb_module /usr/lib/apache/mod_socache_shmcb.so
LoadModule ssl_module /usr/lib/apache/mod_ssl.so
LoadModule php5_module /usr/lib/apache/libphp5.so

View File

@@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<config version="1" xmlns="http://mediatomb.cc/config/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/1 http://mediatomb.cc/config/1.xsd">
<server>
<ui enabled="yes">
<accounts enabled="yes" session-timeout="30">
<account user="mediatomb" password="ipfire"/>
</accounts>
</ui>
<name>MediaTomb</name>
<home>/var/ipfire/mediatomb</home>
<webroot>/usr/share/mediatomb/web</webroot>
<storage>
<sqlite3 enabled="yes">
<database-file>mediatomb.db</database-file>
</sqlite3>
</storage>
<protocolInfo extend="no"/><!-- For PS3 support change to "yes" -->
<!--
Uncomment the lines below to get rid of jerky avi playback on the
DSM320 or to enable subtitles support on the DSM units
-->
<!--
<custom-http-headers>
<add header="X-User-Agent: redsonic"/>
</custom-http-headers>
<manufacturerURL>redsonic.com</manufacturerURL>
<modelNumber>105</modelNumber>
-->
<!-- Uncomment the line below if you have a Telegent TG100 -->
<!--
<upnp-string-limit>101</upnp-string-limit>
-->
</server>
<import hidden-files="no">
<autoscan use-inotify="auto">
<!-- Add /var/mp3 to mediatomb shares -->
<directory location="/var/mp3" mode="inotify" recursive="yes" hidden-files="yes"/>
</autoscan>
<scripting script-charset="UTF-8">
<virtual-layout type="builtin"/>
</scripting>
<mappings>
<extension-mimetype ignore-unknown="no">
<map from="mp3" to="audio/mpeg"/>
<map from="ogg" to="application/ogg"/>
<map from="asf" to="video/x-ms-asf"/>
<map from="asx" to="video/x-ms-asf"/>
<map from="wma" to="audio/x-ms-wma"/>
<map from="wax" to="audio/x-ms-wax"/>
<map from="wmv" to="video/x-ms-wmv"/>
<map from="wvx" to="video/x-ms-wvx"/>
<map from="wm" to="video/x-ms-wm"/>
<map from="wmx" to="video/x-ms-wmx"/>
<map from="m3u" to="audio/x-mpegurl"/>
<map from="pls" to="audio/x-scpls"/>
<map from="flv" to="video/x-flv"/>
<!-- Uncomment the line below for PS3 divx support -->
<!-- <map from="avi" to="video/divx"/> -->
<!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000 -->
<!-- <map from="avi" to="video/avi"/> -->
</extension-mimetype>
<mimetype-upnpclass>
<map from="audio/*" to="object.item.audioItem.musicTrack"/>
<map from="video/*" to="object.item.videoItem"/>
<map from="image/*" to="object.item.imageItem"/>
</mimetype-upnpclass>
<mimetype-contenttype>
<treat mimetype="audio/mpeg" as="mp3"/>
<treat mimetype="application/ogg" as="ogg"/>
<treat mimetype="audio/x-flac" as="flac"/>
<treat mimetype="image/jpeg" as="jpg"/>
<treat mimetype="audio/x-mpegurl" as="playlist"/>
<treat mimetype="audio/x-scpls" as="playlist"/>
<treat mimetype="audio/x-wav" as="pcm"/>
<treat mimetype="audio/L16" as="pcm"/>
<treat mimetype="video/x-msvideo" as="avi"/>
</mimetype-contenttype>
</mappings>
</import>
<transcoding enabled="no">
<mimetype-profile-mappings>
<transcode mimetype="video/x-flv" using="vlcmpeg"/>
<transcode mimetype="application/ogg" using="vlcmpeg"/>
<transcode mimetype="application/ogg" using="oggflac2raw"/>
<transcode mimetype="audio/x-flac" using="oggflac2raw"/>
</mimetype-profile-mappings>
<profiles>
<profile name="oggflac2raw" enabled="no" type="external">
<mimetype>audio/L16</mimetype>
<accept-url>no</accept-url>
<first-resource>yes</first-resource>
<accept-ogg-theora>no</accept-ogg-theora>
<agent command="ogg123" arguments="-d raw -f %out %in"/>
<buffer size="1048576" chunk-size="131072" fill-size="262144"/>
</profile>
<profile name="vlcmpeg" enabled="no" type="external">
<mimetype>video/mpeg</mimetype>
<accept-url>yes</accept-url>
<first-resource>yes</first-resource>
<accept-ogg-theora>yes</accept-ogg-theora>
<agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps=25,aenc=ffmpeg,acodec=mpga,ab=192,samplerate=44100,channels=2}:standard{access=file,mux=ps,dst=%out} vlc:quit"/>
<buffer size="14400000" chunk-size="512000" fill-size="120000"/>
</profile>
</profiles>
</transcoding>
</config>

View File

@@ -23,9 +23,9 @@
'title' => "$Lang::tr{'dhcp server'}",
'enabled' => 1,
};
$subnetwork->{'32.captive'} = {'caption' => $Lang::tr{'Captive menu'},
$subnetwork->{'32.captive'} = {'caption' => $Lang::tr{'Captive'},
'uri' => '/cgi-bin/captive.cgi',
'title' => $Lang::tr{'Captive menu'},
'title' => $Lang::tr{'Captive'},
'enabled' => 1,
};
$subnetwork->{'40.scheduler'} = {

View File

@@ -1,21 +0,0 @@
<?php
/* Created by setup.php (1.0.0) on Sun, 23 Sep 2007 16:44:38 +0200 */
$cfg['user_ignore'] = array('cyrus');
$cfg['passwd']['strategy'] = 'PasswordPlaintext';
// repeat these lines for every server or virtual domain
$cfg['Servers']['verbose'][] = 'my database';
$cfg['Servers']['number'][] = $i++;
$cfg['Servers']['DB'][] = array(
'DSN' => 'mysql://root:mysqlfire@localhost/mail',
'PREFIX' => '',
);
$cfg['Servers']['IMAP'][] = array(
'TYPE' => 'cyrus',
'HOST' => 'localhost',
'PORT' => 143,
'ADMIN' => 'cyrus',
'PASS' => 'ipfire',
'VDOM' => ''
);
?>

View File

@@ -1,167 +0,0 @@
-- MySQL dump 10.10
--
-- Host: localhost Database: mail
-- ------------------------------------------------------
-- Server version 5.0.24a
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Database: `mail`
--
CREATE DATABASE `mail`;
USE `mail`;
-- --------------------------------------------------------
--
-- Table structure for table `domains`
--
DROP TABLE IF EXISTS `domains`;
CREATE TABLE `domains` (
`ID` int(10) unsigned NOT NULL auto_increment,
`domain` varchar(64) NOT NULL default '',
`categories` varchar(100) NOT NULL default 'all',
`owner` varchar(16) NOT NULL default '',
`a_admin` text,
`neu` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `domains`
--
/*!40000 ALTER TABLE `domains` DISABLE KEYS */;
LOCK TABLES `domains` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `domains` ENABLE KEYS */;
--
-- Table structure for table `imap_demo`
--
DROP TABLE IF EXISTS `imap_demo`;
CREATE TABLE `imap_demo` (
`mailbox` varchar(250) NOT NULL default '',
`used` int(10) unsigned NOT NULL default '0',
`qmax` int(10) unsigned NOT NULL default '0',
`ACL` text,
PRIMARY KEY (`mailbox`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `imap_demo`
--
/*!40000 ALTER TABLE `imap_demo` DISABLE KEYS */;
LOCK TABLES `imap_demo` WRITE;
INSERT INTO `imap_demo` VALUES ('shared',0,0,'anyone lrswipcda');
UNLOCK TABLES;
/*!40000 ALTER TABLE `imap_demo` ENABLE KEYS */;
--
-- Table structure for table `user`
--
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`mbox` varchar(16) NOT NULL default '',
`person` varchar(100) NOT NULL default '',
`pate` varchar(16) NOT NULL default '',
`canonical` varchar(100) NOT NULL default '',
`password` varchar(40) NOT NULL default '',
`domains` varchar(100) NOT NULL default '',
`active` tinyint(1) NOT NULL default '0',
`created` int(10) unsigned NOT NULL default '0',
`last_login` int(10) unsigned NOT NULL default '0',
`max_alias` int(10) unsigned NOT NULL default '1',
`max_regexp` int(10) unsigned NOT NULL default '1',
`a_admin_domains` tinyint(4) NOT NULL default '0',
`a_admin_user` tinyint(4) NOT NULL default '0',
`a_super` tinyint(4) default '0',
PRIMARY KEY (`mbox`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `user`
--
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
LOCK TABLES `user` WRITE;
INSERT INTO `user` VALUES ('admin','Admin John Doe','admin','admin@example.com','mailfire','all',1,1190483338,1190558772,10000,100,2,2,2),('cyrus','cyrus','cyrus','--@example.com','ipfire','none',1,1190483338,0,0,0,0,0,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
--
-- Table structure for table `virtual`
--
DROP TABLE IF EXISTS `virtual`;
CREATE TABLE `virtual` (
`address` varchar(255) NOT NULL default '',
`dest` text,
`owner` varchar(16) NOT NULL default '',
`active` tinyint(1) NOT NULL default '1',
`neu` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`address`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `virtual`
--
/*!40000 ALTER TABLE `virtual` DISABLE KEYS */;
LOCK TABLES `virtual` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `virtual` ENABLE KEYS */;
--
-- Table structure for table `virtual_regexp`
--
DROP TABLE IF EXISTS `virtual_regexp`;
CREATE TABLE `virtual_regexp` (
`ID` int(10) unsigned NOT NULL auto_increment,
`reg_exp` varchar(255) NOT NULL default '',
`dest` text,
`owner` varchar(16) NOT NULL default '',
`active` tinyint(1) NOT NULL default '0',
`neu` tinyint(1) NOT NULL default '1',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `virtual_regexp`
--
/*!40000 ALTER TABLE `virtual_regexp` DISABLE KEYS */;
LOCK TABLES `virtual_regexp` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `virtual_regexp` ENABLE KEYS */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

View File

@@ -1,20 +0,0 @@
Listen 1011
<VirtualHost *:1011>
DocumentRoot /srv/web/owncloud
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128:AES256:HIGH:!RC4:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK
SSLHonorCipherOrder on
SSLCertificateFile /etc/httpd/owncloud.crt
SSLCertificateKeyFile /etc/httpd/owncloud.key
Include /etc/httpd/conf/conf.d/php*.conf
<Directory /srv/web/owncloud>
Options Indexes FollowSymlinks MultiViews
AllowOverride ALL
Require all granted
</Directory>
</VirtualHost>

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,5 @@
#etc/httpd
#etc/httpd/conf
#etc/httpd/conf/conf.d
etc/httpd/conf/conf.d/php5.conf
etc/httpd/conf/default-server.conf
#etc/httpd/conf/extra
#etc/httpd/conf/extra/httpd-autoindex.conf

View File

@@ -92,7 +92,6 @@ etc/rc.d/init.d/wlanclient
#etc/rc.d/rc0.d/K01imspetor
#etc/rc.d/rc0.d/K01motion
#etc/rc.d/rc0.d/K01vdradmin
#etc/rc.d/rc0.d/K02mediatomb
#etc/rc.d/rc0.d/K02sslh
etc/rc.d/rc0.d/K08fcron
etc/rc.d/rc0.d/K28apache
@@ -133,7 +132,6 @@ etc/rc.d/rc3.d/S30sshd
etc/rc.d/rc3.d/S32apache
etc/rc.d/rc3.d/S40fcron
#etc/rc.d/rc3.d/S66client175
#etc/rc.d/rc3.d/S98mediatomb
etc/rc.d/rc3.d/S98rc.local
#etc/rc.d/rc3.d/S98sslh
#etc/rc.d/rc3.d/S99imspetor
@@ -143,7 +141,6 @@ etc/rc.d/rc3.d/S98rc.local
#etc/rc.d/rc6.d/K01imspetor
#etc/rc.d/rc6.d/K01motion
#etc/rc.d/rc6.d/K01vdradmin
#etc/rc.d/rc6.d/K02mediatomb
#etc/rc.d/rc6.d/K02sslh
etc/rc.d/rc6.d/K08fcron
etc/rc.d/rc6.d/K28apache

View File

@@ -1,9 +1,7 @@
#etc/bash_completion.d
#etc/bash_completion.d/gdbus-bash-completion.sh
#etc/bash_completion.d/gresource-bash-completion.sh
#etc/bash_completion.d/gsettings-bash-completion.sh
#usr/bin/gapplication
#usr/bin/gdbus
#usr/bin/gdbus-codegen
#usr/bin/gio
#usr/bin/gio-querymodules
#usr/bin/glib-compile-resources
#usr/bin/glib-compile-schemas
@@ -40,6 +38,7 @@
#usr/include/glib-2.0/gio/gasyncresult.h
#usr/include/glib-2.0/gio/gbufferedinputstream.h
#usr/include/glib-2.0/gio/gbufferedoutputstream.h
#usr/include/glib-2.0/gio/gbytesicon.h
#usr/include/glib-2.0/gio/gcancellable.h
#usr/include/glib-2.0/gio/gcharsetconverter.h
#usr/include/glib-2.0/gio/gcontenttype.h
@@ -47,6 +46,7 @@
#usr/include/glib-2.0/gio/gconverterinputstream.h
#usr/include/glib-2.0/gio/gconverteroutputstream.h
#usr/include/glib-2.0/gio/gcredentials.h
#usr/include/glib-2.0/gio/gdatagrambased.h
#usr/include/glib-2.0/gio/gdatainputstream.h
#usr/include/glib-2.0/gio/gdataoutputstream.h
#usr/include/glib-2.0/gio/gdbusactiongroup.h
@@ -72,6 +72,9 @@
#usr/include/glib-2.0/gio/gdbusserver.h
#usr/include/glib-2.0/gio/gdbusutils.h
#usr/include/glib-2.0/gio/gdrive.h
#usr/include/glib-2.0/gio/gdtlsclientconnection.h
#usr/include/glib-2.0/gio/gdtlsconnection.h
#usr/include/glib-2.0/gio/gdtlsserverconnection.h
#usr/include/glib-2.0/gio/gemblem.h
#usr/include/glib-2.0/gio/gemblemedicon.h
#usr/include/glib-2.0/gio/gfile.h
@@ -92,6 +95,7 @@
#usr/include/glib-2.0/gio/ginetsocketaddress.h
#usr/include/glib-2.0/gio/ginitable.h
#usr/include/glib-2.0/gio/ginputstream.h
#usr/include/glib-2.0/gio/gio-autocleanups.h
#usr/include/glib-2.0/gio/gio.h
#usr/include/glib-2.0/gio/gioenums.h
#usr/include/glib-2.0/gio/gioenumtypes.h
@@ -100,6 +104,8 @@
#usr/include/glib-2.0/gio/gioscheduler.h
#usr/include/glib-2.0/gio/giostream.h
#usr/include/glib-2.0/gio/giotypes.h
#usr/include/glib-2.0/gio/glistmodel.h
#usr/include/glib-2.0/gio/gliststore.h
#usr/include/glib-2.0/gio/gloadableicon.h
#usr/include/glib-2.0/gio/gmemoryinputstream.h
#usr/include/glib-2.0/gio/gmemoryoutputstream.h
@@ -110,12 +116,16 @@
#usr/include/glib-2.0/gio/gmountoperation.h
#usr/include/glib-2.0/gio/gnativevolumemonitor.h
#usr/include/glib-2.0/gio/gnetworkaddress.h
#usr/include/glib-2.0/gio/gnetworking.h
#usr/include/glib-2.0/gio/gnetworkmonitor.h
#usr/include/glib-2.0/gio/gnetworkservice.h
#usr/include/glib-2.0/gio/gnotification.h
#usr/include/glib-2.0/gio/goutputstream.h
#usr/include/glib-2.0/gio/gpermission.h
#usr/include/glib-2.0/gio/gpollableinputstream.h
#usr/include/glib-2.0/gio/gpollableoutputstream.h
#usr/include/glib-2.0/gio/gpollableutils.h
#usr/include/glib-2.0/gio/gpropertyaction.h
#usr/include/glib-2.0/gio/gproxy.h
#usr/include/glib-2.0/gio/gproxyaddress.h
#usr/include/glib-2.0/gio/gproxyaddressenumerator.h
@@ -130,7 +140,9 @@
#usr/include/glib-2.0/gio/gsimpleaction.h
#usr/include/glib-2.0/gio/gsimpleactiongroup.h
#usr/include/glib-2.0/gio/gsimpleasyncresult.h
#usr/include/glib-2.0/gio/gsimpleiostream.h
#usr/include/glib-2.0/gio/gsimplepermission.h
#usr/include/glib-2.0/gio/gsimpleproxyresolver.h
#usr/include/glib-2.0/gio/gsocket.h
#usr/include/glib-2.0/gio/gsocketaddress.h
#usr/include/glib-2.0/gio/gsocketaddressenumerator.h
@@ -141,8 +153,12 @@
#usr/include/glib-2.0/gio/gsocketlistener.h
#usr/include/glib-2.0/gio/gsocketservice.h
#usr/include/glib-2.0/gio/gsrvtarget.h
#usr/include/glib-2.0/gio/gsubprocess.h
#usr/include/glib-2.0/gio/gsubprocesslauncher.h
#usr/include/glib-2.0/gio/gtask.h
#usr/include/glib-2.0/gio/gtcpconnection.h
#usr/include/glib-2.0/gio/gtcpwrapperconnection.h
#usr/include/glib-2.0/gio/gtestdbus.h
#usr/include/glib-2.0/gio/gthemedicon.h
#usr/include/glib-2.0/gio/gthreadedsocketservice.h
#usr/include/glib-2.0/gio/gtlsbackend.h
@@ -198,6 +214,7 @@
#usr/include/glib-2.0/glib/gi18n.h
#usr/include/glib-2.0/glib/giochannel.h
#usr/include/glib-2.0/glib/gkeyfile.h
#usr/include/glib-2.0/glib/glib-autocleanups.h
#usr/include/glib-2.0/glib/glist.h
#usr/include/glib-2.0/glib/gmacros.h
#usr/include/glib-2.0/glib/gmain.h
@@ -237,6 +254,7 @@
#usr/include/glib-2.0/glib/gunicode.h
#usr/include/glib-2.0/glib/gurifuncs.h
#usr/include/glib-2.0/glib/gutils.h
#usr/include/glib-2.0/glib/guuid.h
#usr/include/glib-2.0/glib/gvariant.h
#usr/include/glib-2.0/glib/gvarianttype.h
#usr/include/glib-2.0/glib/gversion.h
@@ -250,6 +268,7 @@
#usr/include/glib-2.0/gobject/genums.h
#usr/include/glib-2.0/gobject/glib-types.h
#usr/include/glib-2.0/gobject/gmarshal.h
#usr/include/glib-2.0/gobject/gobject-autocleanups.h
#usr/include/glib-2.0/gobject/gobject.h
#usr/include/glib-2.0/gobject/gobjectnotifyqueue.c
#usr/include/glib-2.0/gobject/gparam.h
@@ -263,32 +282,6 @@
#usr/include/glib-2.0/gobject/gvaluearray.h
#usr/include/glib-2.0/gobject/gvaluecollector.h
#usr/include/glib-2.0/gobject/gvaluetypes.h
#usr/lib/gdbus-2.0
#usr/lib/gdbus-2.0/codegen
#usr/lib/gdbus-2.0/codegen/__init__.py
#usr/lib/gdbus-2.0/codegen/__init__.pyc
#usr/lib/gdbus-2.0/codegen/__init__.pyo
#usr/lib/gdbus-2.0/codegen/codegen.py
#usr/lib/gdbus-2.0/codegen/codegen.pyc
#usr/lib/gdbus-2.0/codegen/codegen.pyo
#usr/lib/gdbus-2.0/codegen/codegen_docbook.py
#usr/lib/gdbus-2.0/codegen/codegen_docbook.pyc
#usr/lib/gdbus-2.0/codegen/codegen_docbook.pyo
#usr/lib/gdbus-2.0/codegen/codegen_main.py
#usr/lib/gdbus-2.0/codegen/codegen_main.pyc
#usr/lib/gdbus-2.0/codegen/codegen_main.pyo
#usr/lib/gdbus-2.0/codegen/config.py
#usr/lib/gdbus-2.0/codegen/config.pyc
#usr/lib/gdbus-2.0/codegen/config.pyo
#usr/lib/gdbus-2.0/codegen/dbustypes.py
#usr/lib/gdbus-2.0/codegen/dbustypes.pyc
#usr/lib/gdbus-2.0/codegen/dbustypes.pyo
#usr/lib/gdbus-2.0/codegen/parser.py
#usr/lib/gdbus-2.0/codegen/parser.pyc
#usr/lib/gdbus-2.0/codegen/parser.pyo
#usr/lib/gdbus-2.0/codegen/utils.py
#usr/lib/gdbus-2.0/codegen/utils.pyc
#usr/lib/gdbus-2.0/codegen/utils.pyo
#usr/lib/gio
#usr/lib/gio/modules
#usr/lib/glib-2.0
@@ -297,23 +290,23 @@
#usr/lib/libgio-2.0.la
#usr/lib/libgio-2.0.so
usr/lib/libgio-2.0.so.0
usr/lib/libgio-2.0.so.0.3200.3
usr/lib/libgio-2.0.so.0.5400.3
#usr/lib/libglib-2.0.la
#usr/lib/libglib-2.0.so
usr/lib/libglib-2.0.so.0
usr/lib/libglib-2.0.so.0.3200.3
usr/lib/libglib-2.0.so.0.5400.3
#usr/lib/libgmodule-2.0.la
#usr/lib/libgmodule-2.0.so
usr/lib/libgmodule-2.0.so.0
usr/lib/libgmodule-2.0.so.0.3200.3
usr/lib/libgmodule-2.0.so.0.5400.3
#usr/lib/libgobject-2.0.la
#usr/lib/libgobject-2.0.so
usr/lib/libgobject-2.0.so.0
usr/lib/libgobject-2.0.so.0.3200.3
usr/lib/libgobject-2.0.so.0.5400.3
#usr/lib/libgthread-2.0.la
#usr/lib/libgthread-2.0.so
usr/lib/libgthread-2.0.so.0
usr/lib/libgthread-2.0.so.0.3200.3
usr/lib/libgthread-2.0.so.0.5400.3
#usr/lib/pkgconfig/gio-2.0.pc
#usr/lib/pkgconfig/gio-unix-2.0.pc
#usr/lib/pkgconfig/glib-2.0.pc
@@ -325,35 +318,68 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/aclocal/glib-2.0.m4
#usr/share/aclocal/glib-gettext.m4
#usr/share/aclocal/gsettings.m4
#usr/share/bash-completion/completions/gapplication
#usr/share/bash-completion/completions/gdbus
#usr/share/bash-completion/completions/gresource
#usr/share/bash-completion/completions/gsettings
#usr/share/gdb
#usr/share/gdb/auto-load
#usr/share/gdb/auto-load/libglib-2.0.so.0.3200.3-gdb.py
#usr/share/gdb/auto-load/libgobject-2.0.so.0.3200.3-gdb.py
#usr/share/gdb/auto-load/usr
#usr/share/gdb/auto-load/usr/lib
#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.5400.3-gdb.py
#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.5400.3-gdb.py
#usr/share/gettext/its
#usr/share/gettext/its/gschema.its
#usr/share/gettext/its/gschema.loc
#usr/share/glib-2.0
#usr/share/glib-2.0/codegen
#usr/share/glib-2.0/codegen/__init__.py
#usr/share/glib-2.0/codegen/__init__.pyc
#usr/share/glib-2.0/codegen/__init__.pyo
#usr/share/glib-2.0/codegen/codegen.py
#usr/share/glib-2.0/codegen/codegen.pyc
#usr/share/glib-2.0/codegen/codegen.pyo
#usr/share/glib-2.0/codegen/codegen_docbook.py
#usr/share/glib-2.0/codegen/codegen_docbook.pyc
#usr/share/glib-2.0/codegen/codegen_docbook.pyo
#usr/share/glib-2.0/codegen/codegen_main.py
#usr/share/glib-2.0/codegen/codegen_main.pyc
#usr/share/glib-2.0/codegen/codegen_main.pyo
#usr/share/glib-2.0/codegen/config.py
#usr/share/glib-2.0/codegen/config.pyc
#usr/share/glib-2.0/codegen/config.pyo
#usr/share/glib-2.0/codegen/dbustypes.py
#usr/share/glib-2.0/codegen/dbustypes.pyc
#usr/share/glib-2.0/codegen/dbustypes.pyo
#usr/share/glib-2.0/codegen/parser.py
#usr/share/glib-2.0/codegen/parser.pyc
#usr/share/glib-2.0/codegen/parser.pyo
#usr/share/glib-2.0/codegen/utils.py
#usr/share/glib-2.0/codegen/utils.pyc
#usr/share/glib-2.0/codegen/utils.pyo
#usr/share/glib-2.0/gdb
#usr/share/glib-2.0/gdb/glib.py
#usr/share/glib-2.0/gdb/gobject.py
#usr/share/glib-2.0/gdb/glib_gdb.py
#usr/share/glib-2.0/gdb/gobject_gdb.py
#usr/share/glib-2.0/gettext
#usr/share/glib-2.0/gettext/mkinstalldirs
#usr/share/glib-2.0/gettext/po
#usr/share/glib-2.0/gettext/po/Makefile.in.in
#usr/share/glib-2.0/schemas
#usr/share/glib-2.0/schemas/gschema.dtd
#usr/share/glib-2.0/valgrind
#usr/share/glib-2.0/valgrind/glib.supp
#usr/share/gtk-doc/html/gio
#usr/share/gtk-doc/html/gio/ExampleAnimal.html
#usr/share/gtk-doc/html/gio/ExampleCat.html
#usr/share/gtk-doc/html/gio/ExampleObject.html
#usr/share/gtk-doc/html/gio/ExampleObjectManagerClient.html
#usr/share/gtk-doc/html/gio/GAction.html
#usr/share/gtk-doc/html/gio/GActionGroup.html
#usr/share/gtk-doc/html/gio/GActionMap.html
#usr/share/gtk-doc/html/gio/GAppInfo.html
#usr/share/gtk-doc/html/gio/GAppInfoMonitor.html
#usr/share/gtk-doc/html/gio/GApplication.html
#usr/share/gtk-doc/html/gio/GApplicationCommandLine.html
#usr/share/gtk-doc/html/gio/GAsyncInitable.html
#usr/share/gtk-doc/html/gio/GAsyncResult.html
#usr/share/gtk-doc/html/gio/GBufferedInputStream.html
#usr/share/gtk-doc/html/gio/GBufferedOutputStream.html
#usr/share/gtk-doc/html/gio/GBytesIcon.html
#usr/share/gtk-doc/html/gio/GCancellable.html
#usr/share/gtk-doc/html/gio/GCharsetConverter.html
#usr/share/gtk-doc/html/gio/GConverter.html
@@ -376,7 +402,11 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/GDBusServer.html
#usr/share/gtk-doc/html/gio/GDataInputStream.html
#usr/share/gtk-doc/html/gio/GDataOutputStream.html
#usr/share/gtk-doc/html/gio/GDatagramBased.html
#usr/share/gtk-doc/html/gio/GDrive.html
#usr/share/gtk-doc/html/gio/GDtlsClientConnection.html
#usr/share/gtk-doc/html/gio/GDtlsConnection.html
#usr/share/gtk-doc/html/gio/GDtlsServerConnection.html
#usr/share/gtk-doc/html/gio/GEmblem.html
#usr/share/gtk-doc/html/gio/GEmblemedIcon.html
#usr/share/gtk-doc/html/gio/GFile.html
@@ -395,9 +425,12 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/GIOStream.html
#usr/share/gtk-doc/html/gio/GIcon.html
#usr/share/gtk-doc/html/gio/GInetAddress.html
#usr/share/gtk-doc/html/gio/GInetAddressMask.html
#usr/share/gtk-doc/html/gio/GInetSocketAddress.html
#usr/share/gtk-doc/html/gio/GInitable.html
#usr/share/gtk-doc/html/gio/GInputStream.html
#usr/share/gtk-doc/html/gio/GListModel.html
#usr/share/gtk-doc/html/gio/GListStore.html
#usr/share/gtk-doc/html/gio/GLoadableIcon.html
#usr/share/gtk-doc/html/gio/GMemoryInputStream.html
#usr/share/gtk-doc/html/gio/GMemoryOutputStream.html
@@ -408,24 +441,31 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/GNetworkAddress.html
#usr/share/gtk-doc/html/gio/GNetworkMonitor.html
#usr/share/gtk-doc/html/gio/GNetworkService.html
#usr/share/gtk-doc/html/gio/GNotification.html
#usr/share/gtk-doc/html/gio/GOutputStream.html
#usr/share/gtk-doc/html/gio/GPermission.html
#usr/share/gtk-doc/html/gio/GPollableInputStream.html
#usr/share/gtk-doc/html/gio/GPollableOutputStream.html
#usr/share/gtk-doc/html/gio/GPropertyAction.html
#usr/share/gtk-doc/html/gio/GProxy.html
#usr/share/gtk-doc/html/gio/GProxyAddress.html
#usr/share/gtk-doc/html/gio/GProxyAddressEnumerator.html
#usr/share/gtk-doc/html/gio/GProxyResolver.html
#usr/share/gtk-doc/html/gio/GRemoteActionGroup.html
#usr/share/gtk-doc/html/gio/GResolver.html
#usr/share/gtk-doc/html/gio/GResource.html
#usr/share/gtk-doc/html/gio/GSeekable.html
#usr/share/gtk-doc/html/gio/GSettings.html
#usr/share/gtk-doc/html/gio/GSettingsBackend.html
#usr/share/gtk-doc/html/gio/GSimpleAction.html
#usr/share/gtk-doc/html/gio/GSimpleActionGroup.html
#usr/share/gtk-doc/html/gio/GSimpleAsyncResult.html
#usr/share/gtk-doc/html/gio/GSimpleIOStream.html
#usr/share/gtk-doc/html/gio/GSimplePermission.html
#usr/share/gtk-doc/html/gio/GSimpleProxyResolver.html
#usr/share/gtk-doc/html/gio/GSocket.html
#usr/share/gtk-doc/html/gio/GSocketAddress.html
#usr/share/gtk-doc/html/gio/GSocketAddressEnumerator.html
#usr/share/gtk-doc/html/gio/GSocketClient.html
#usr/share/gtk-doc/html/gio/GSocketConnectable.html
#usr/share/gtk-doc/html/gio/GSocketConnection.html
@@ -433,8 +473,12 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/GSocketListener.html
#usr/share/gtk-doc/html/gio/GSocketService.html
#usr/share/gtk-doc/html/gio/GSrvTarget.html
#usr/share/gtk-doc/html/gio/GSubprocess.html
#usr/share/gtk-doc/html/gio/GSubprocessLauncher.html
#usr/share/gtk-doc/html/gio/GTask.html
#usr/share/gtk-doc/html/gio/GTcpConnection.html
#usr/share/gtk-doc/html/gio/GTcpWrapperConnection.html
#usr/share/gtk-doc/html/gio/GTestDBus.html
#usr/share/gtk-doc/html/gio/GThemedIcon.html
#usr/share/gtk-doc/html/gio/GThreadedSocketService.html
#usr/share/gtk-doc/html/gio/GTlsBackend.html
@@ -459,48 +503,39 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/GZlibCompressor.html
#usr/share/gtk-doc/html/gio/GZlibDecompressor.html
#usr/share/gtk-doc/html/gio/annotation-glossary.html
#usr/share/gtk-doc/html/gio/api-index-2-18.html
#usr/share/gtk-doc/html/gio/api-index-2-20.html
#usr/share/gtk-doc/html/gio/api-index-2-22.html
#usr/share/gtk-doc/html/gio/api-index-2-24.html
#usr/share/gtk-doc/html/gio/api-index-2-26.html
#usr/share/gtk-doc/html/gio/api-index-2-28.html
#usr/share/gtk-doc/html/gio/api-index-2-30.html
#usr/share/gtk-doc/html/gio/api-index-2-32.html
#usr/share/gtk-doc/html/gio/api-index-deprecated.html
#usr/share/gtk-doc/html/gio/api-index-full.html
#usr/share/gtk-doc/html/gio/application.html
#usr/share/gtk-doc/html/gio/async.html
#usr/share/gtk-doc/html/gio/ch01.html
#usr/share/gtk-doc/html/gio/ch02.html
#usr/share/gtk-doc/html/gio/ch03.html
#usr/share/gtk-doc/html/gio/ch27.html
#usr/share/gtk-doc/html/gio/ch28.html
#usr/share/gtk-doc/html/gio/ch28s02.html
#usr/share/gtk-doc/html/gio/ch28s03.html
#usr/share/gtk-doc/html/gio/ch29.html
#usr/share/gtk-doc/html/gio/ch29s02.html
#usr/share/gtk-doc/html/gio/ch29s03.html
#usr/share/gtk-doc/html/gio/ch29s04.html
#usr/share/gtk-doc/html/gio/ch29s05.html
#usr/share/gtk-doc/html/gio/ch29s06.html
#usr/share/gtk-doc/html/gio/ch29s07.html
#usr/share/gtk-doc/html/gio/ch30.html
#usr/share/gtk-doc/html/gio/ch30s02.html
#usr/share/gtk-doc/html/gio/ch30s03.html
#usr/share/gtk-doc/html/gio/ch30s04.html
#usr/share/gtk-doc/html/gio/ch30s05.html
#usr/share/gtk-doc/html/gio/ch32.html
#usr/share/gtk-doc/html/gio/ch33.html
#usr/share/gtk-doc/html/gio/ch33s02.html
#usr/share/gtk-doc/html/gio/ch33s03.html
#usr/share/gtk-doc/html/gio/ch34.html
#usr/share/gtk-doc/html/gio/ch34s02.html
#usr/share/gtk-doc/html/gio/ch34s03.html
#usr/share/gtk-doc/html/gio/ch34s04.html
#usr/share/gtk-doc/html/gio/ch34s05.html
#usr/share/gtk-doc/html/gio/ch34s06.html
#usr/share/gtk-doc/html/gio/ch34s07.html
#usr/share/gtk-doc/html/gio/ch35.html
#usr/share/gtk-doc/html/gio/ch35s02.html
#usr/share/gtk-doc/html/gio/ch35s03.html
#usr/share/gtk-doc/html/gio/ch35s04.html
#usr/share/gtk-doc/html/gio/conversion.html
#usr/share/gtk-doc/html/gio/data-models.html
#usr/share/gtk-doc/html/gio/extending-gio.html
#usr/share/gtk-doc/html/gio/extending.html
#usr/share/gtk-doc/html/gio/failable_initialization.html
#usr/share/gtk-doc/html/gio/file_mon.html
#usr/share/gtk-doc/html/gio/file_ops.html
#usr/share/gtk-doc/html/gio/gapplication-tool.html
#usr/share/gtk-doc/html/gio/gdbus-codegen.html
#usr/share/gtk-doc/html/gio/gdbus-convenience.html
#usr/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html
#usr/share/gtk-doc/html/gio/gdbus-lowlevel.html
#usr/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html
#usr/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html
#usr/share/gtk-doc/html/gio/gdbus.html
#usr/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html
#usr/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html
@@ -515,19 +550,21 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/gio-GFileAttribute.html
#usr/share/gtk-doc/html/gio/gio-GIOError.html
#usr/share/gtk-doc/html/gio/gio-GIOScheduler.html
#usr/share/gtk-doc/html/gio/gio-GInetAddressMask.html
#usr/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html
#usr/share/gtk-doc/html/gio/gio-GResource.html
#usr/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html
#usr/share/gtk-doc/html/gio/gio-GWin32InputStream.html
#usr/share/gtk-doc/html/gio/gio-GWin32OutputStream.html
#usr/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html
#usr/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html
#usr/share/gtk-doc/html/gio/gio-TLS-Overview.html
#usr/share/gtk-doc/html/gio/gio-Unix-Mounts.html
#usr/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html
#usr/share/gtk-doc/html/gio/gio-gnetworking.h.html
#usr/share/gtk-doc/html/gio/gio-gpollableutils.html
#usr/share/gtk-doc/html/gio/gio-hierarchy.html
#usr/share/gtk-doc/html/gio/gio-querymodules.html
#usr/share/gtk-doc/html/gio/gio.devhelp2
#usr/share/gtk-doc/html/gio/gio.html
#usr/share/gtk-doc/html/gio/glib-compile-resources.html
#usr/share/gtk-doc/html/gio/glib-compile-schemas.html
#usr/share/gtk-doc/html/gio/gresource-tool.html
@@ -537,7 +574,7 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/home.png
#usr/share/gtk-doc/html/gio/icons.html
#usr/share/gtk-doc/html/gio/index.html
#usr/share/gtk-doc/html/gio/index.sgml
#usr/share/gtk-doc/html/gio/left-insensitive.png
#usr/share/gtk-doc/html/gio/left.png
#usr/share/gtk-doc/html/gio/menu-example.png
#usr/share/gtk-doc/html/gio/menu-model.png
@@ -546,37 +583,30 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gio/permissions.html
#usr/share/gtk-doc/html/gio/pt01.html
#usr/share/gtk-doc/html/gio/pt02.html
#usr/share/gtk-doc/html/gio/registry.html
#usr/share/gtk-doc/html/gio/resolver.html
#usr/share/gtk-doc/html/gio/resources.html
#usr/share/gtk-doc/html/gio/right-insensitive.png
#usr/share/gtk-doc/html/gio/right.png
#usr/share/gtk-doc/html/gio/running-gio-apps.html
#usr/share/gtk-doc/html/gio/settings.html
#usr/share/gtk-doc/html/gio/streaming.html
#usr/share/gtk-doc/html/gio/style.css
#usr/share/gtk-doc/html/gio/subprocesses.html
#usr/share/gtk-doc/html/gio/testing.html
#usr/share/gtk-doc/html/gio/tls.html
#usr/share/gtk-doc/html/gio/tools.html
#usr/share/gtk-doc/html/gio/types.html
#usr/share/gtk-doc/html/gio/up-insensitive.png
#usr/share/gtk-doc/html/gio/up.png
#usr/share/gtk-doc/html/gio/utils.html
#usr/share/gtk-doc/html/gio/volume_mon.html
#usr/share/gtk-doc/html/glib
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_breadth-first_traversal.svg
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_inorder.svg
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_postorder.svg
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_preorder.svg
#usr/share/gtk-doc/html/glib/annotation-glossary.html
#usr/share/gtk-doc/html/glib/api-index-2-10.html
#usr/share/gtk-doc/html/glib/api-index-2-12.html
#usr/share/gtk-doc/html/glib/api-index-2-14.html
#usr/share/gtk-doc/html/glib/api-index-2-16.html
#usr/share/gtk-doc/html/glib/api-index-2-18.html
#usr/share/gtk-doc/html/glib/api-index-2-2.html
#usr/share/gtk-doc/html/glib/api-index-2-20.html
#usr/share/gtk-doc/html/glib/api-index-2-22.html
#usr/share/gtk-doc/html/glib/api-index-2-24.html
#usr/share/gtk-doc/html/glib/api-index-2-26.html
#usr/share/gtk-doc/html/glib/api-index-2-28.html
#usr/share/gtk-doc/html/glib/api-index-2-30.html
#usr/share/gtk-doc/html/glib/api-index-2-32.html
#usr/share/gtk-doc/html/glib/api-index-2-4.html
#usr/share/gtk-doc/html/glib/api-index-2-6.html
#usr/share/gtk-doc/html/glib/api-index-2-8.html
#usr/share/gtk-doc/html/glib/api-index-deprecated.html
#usr/share/gtk-doc/html/glib/api-index-full.html
#usr/share/gtk-doc/html/glib/deprecated.html
#usr/share/gtk-doc/html/glib/file-name-encodings.png
@@ -588,6 +618,7 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/glib/glib-Base64-Encoding.html
#usr/share/gtk-doc/html/glib/glib-Basic-Types.html
#usr/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html
#usr/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html
#usr/share/gtk-doc/html/glib/glib-Byte-Arrays.html
#usr/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html
#usr/share/gtk-doc/html/glib/glib-Caches.html
@@ -605,6 +636,7 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/glib/glib-File-Utilities.html
#usr/share/gtk-doc/html/glib/glib-GDateTime.html
#usr/share/gtk-doc/html/glib/glib-GTimeZone.html
#usr/share/gtk-doc/html/glib/glib-GUuid.html
#usr/share/gtk-doc/html/glib/glib-GVariant.html
#usr/share/gtk-doc/html/glib/glib-GVariantType.html
#usr/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html
@@ -658,6 +690,7 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/glib/glib-data-types.html
#usr/share/gtk-doc/html/glib/glib-fundamentals.html
#usr/share/gtk-doc/html/glib/glib-gettextize.html
#usr/share/gtk-doc/html/glib/glib-programming.html
#usr/share/gtk-doc/html/glib/glib-regex-syntax.html
#usr/share/gtk-doc/html/glib/glib-resources.html
#usr/share/gtk-doc/html/glib/glib-running.html
@@ -670,36 +703,22 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/glib/gvariant-text.html
#usr/share/gtk-doc/html/glib/home.png
#usr/share/gtk-doc/html/glib/index.html
#usr/share/gtk-doc/html/glib/index.sgml
#usr/share/gtk-doc/html/glib/left-insensitive.png
#usr/share/gtk-doc/html/glib/left.png
#usr/share/gtk-doc/html/glib/mainloop-states.gif
#usr/share/gtk-doc/html/glib/right-insensitive.png
#usr/share/gtk-doc/html/glib/right.png
#usr/share/gtk-doc/html/glib/style.css
#usr/share/gtk-doc/html/glib/tools.html
#usr/share/gtk-doc/html/glib/up-insensitive.png
#usr/share/gtk-doc/html/glib/up.png
#usr/share/gtk-doc/html/gobject
#usr/share/gtk-doc/html/gobject/GBinding.html
#usr/share/gtk-doc/html/gobject/GTypeModule.html
#usr/share/gtk-doc/html/gobject/GTypePlugin.html
#usr/share/gtk-doc/html/gobject/annotation-glossary.html
#usr/share/gtk-doc/html/gobject/api-index-2-10.html
#usr/share/gtk-doc/html/gobject/api-index-2-12.html
#usr/share/gtk-doc/html/gobject/api-index-2-14.html
#usr/share/gtk-doc/html/gobject/api-index-2-18.html
#usr/share/gtk-doc/html/gobject/api-index-2-2.html
#usr/share/gtk-doc/html/gobject/api-index-2-22.html
#usr/share/gtk-doc/html/gobject/api-index-2-24.html
#usr/share/gtk-doc/html/gobject/api-index-2-26.html
#usr/share/gtk-doc/html/gobject/api-index-2-28.html
#usr/share/gtk-doc/html/gobject/api-index-2-30.html
#usr/share/gtk-doc/html/gobject/api-index-2-32.html
#usr/share/gtk-doc/html/gobject/api-index-2-4.html
#usr/share/gtk-doc/html/gobject/api-index-2-6.html
#usr/share/gtk-doc/html/gobject/api-index-2-8.html
#usr/share/gtk-doc/html/gobject/api-index-deprecated.html
#usr/share/gtk-doc/html/gobject/api-index-full.html
#usr/share/gtk-doc/html/gobject/ch01s02.html
#usr/share/gtk-doc/html/gobject/ch06s03.html
#usr/share/gtk-doc/html/gobject/chapter-gobject.html
#usr/share/gtk-doc/html/gobject/chapter-gtype.html
#usr/share/gtk-doc/html/gobject/chapter-intro.html
@@ -734,16 +753,19 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gobject/howto-gobject-methods.html
#usr/share/gtk-doc/html/gobject/howto-gobject.html
#usr/share/gtk-doc/html/gobject/howto-interface-implement.html
#usr/share/gtk-doc/html/gobject/howto-interface-override.html
#usr/share/gtk-doc/html/gobject/howto-interface-prerequisite.html
#usr/share/gtk-doc/html/gobject/howto-interface-properties.html
#usr/share/gtk-doc/html/gobject/howto-interface.html
#usr/share/gtk-doc/html/gobject/howto-signals.html
#usr/share/gtk-doc/html/gobject/index.html
#usr/share/gtk-doc/html/gobject/index.sgml
#usr/share/gtk-doc/html/gobject/left-insensitive.png
#usr/share/gtk-doc/html/gobject/left.png
#usr/share/gtk-doc/html/gobject/pr01.html
#usr/share/gtk-doc/html/gobject/pt01.html
#usr/share/gtk-doc/html/gobject/pt02.html
#usr/share/gtk-doc/html/gobject/pt03.html
#usr/share/gtk-doc/html/gobject/right-insensitive.png
#usr/share/gtk-doc/html/gobject/right.png
#usr/share/gtk-doc/html/gobject/rn01.html
#usr/share/gtk-doc/html/gobject/rn02.html
@@ -754,21 +776,17 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/gtk-doc/html/gobject/tools-gtkdoc.html
#usr/share/gtk-doc/html/gobject/tools-refdb.html
#usr/share/gtk-doc/html/gobject/tools-vala.html
#usr/share/gtk-doc/html/gobject/up-insensitive.png
#usr/share/gtk-doc/html/gobject/up.png
#usr/share/locale/af
#usr/share/locale/af/LC_MESSAGES
#usr/share/locale/af/LC_MESSAGES/glib20.mo
#usr/share/locale/am
#usr/share/locale/am/LC_MESSAGES
#usr/share/locale/am/LC_MESSAGES/glib20.mo
#usr/share/locale/ar
#usr/share/locale/ar/LC_MESSAGES
#usr/share/locale/an
#usr/share/locale/an/LC_MESSAGES
#usr/share/locale/an/LC_MESSAGES/glib20.mo
#usr/share/locale/ar/LC_MESSAGES/glib20.mo
#usr/share/locale/as
#usr/share/locale/as/LC_MESSAGES
#usr/share/locale/as/LC_MESSAGES/glib20.mo
#usr/share/locale/ast
#usr/share/locale/ast/LC_MESSAGES
#usr/share/locale/ast/LC_MESSAGES/glib20.mo
#usr/share/locale/az
#usr/share/locale/az/LC_MESSAGES
@@ -778,11 +796,7 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/be@latin/LC_MESSAGES
#usr/share/locale/be@latin/LC_MESSAGES/glib20.mo
#usr/share/locale/bg/LC_MESSAGES/glib20.mo
#usr/share/locale/bn
#usr/share/locale/bn/LC_MESSAGES
#usr/share/locale/bn/LC_MESSAGES/glib20.mo
#usr/share/locale/bn_IN
#usr/share/locale/bn_IN/LC_MESSAGES
#usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo
#usr/share/locale/bs/LC_MESSAGES/glib20.mo
#usr/share/locale/ca/LC_MESSAGES/glib20.mo
@@ -790,13 +804,9 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/ca@valencia/LC_MESSAGES
#usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo
#usr/share/locale/cs/LC_MESSAGES/glib20.mo
#usr/share/locale/cy
#usr/share/locale/cy/LC_MESSAGES
#usr/share/locale/cy/LC_MESSAGES/glib20.mo
#usr/share/locale/da/LC_MESSAGES/glib20.mo
#usr/share/locale/de/LC_MESSAGES/glib20.mo
#usr/share/locale/dz
#usr/share/locale/dz/LC_MESSAGES
#usr/share/locale/dz/LC_MESSAGES/glib20.mo
#usr/share/locale/el/LC_MESSAGES/glib20.mo
#usr/share/locale/en@shaw
@@ -804,29 +814,23 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo
#usr/share/locale/en_CA/LC_MESSAGES/glib20.mo
#usr/share/locale/en_GB/LC_MESSAGES/glib20.mo
#usr/share/locale/eo
#usr/share/locale/eo/LC_MESSAGES
#usr/share/locale/eo/LC_MESSAGES/glib20.mo
#usr/share/locale/es/LC_MESSAGES/glib20.mo
#usr/share/locale/et/LC_MESSAGES/glib20.mo
#usr/share/locale/eu
#usr/share/locale/eu/LC_MESSAGES
#usr/share/locale/eu/LC_MESSAGES/glib20.mo
#usr/share/locale/fa
#usr/share/locale/fa/LC_MESSAGES
#usr/share/locale/fa/LC_MESSAGES/glib20.mo
#usr/share/locale/fi/LC_MESSAGES/glib20.mo
#usr/share/locale/fr/LC_MESSAGES/glib20.mo
#usr/share/locale/fur
#usr/share/locale/fur/LC_MESSAGES
#usr/share/locale/fur/LC_MESSAGES/glib20.mo
#usr/share/locale/ga/LC_MESSAGES/glib20.mo
#usr/share/locale/gd
#usr/share/locale/gd/LC_MESSAGES
#usr/share/locale/gd/LC_MESSAGES/glib20.mo
#usr/share/locale/gl/LC_MESSAGES/glib20.mo
#usr/share/locale/gu
#usr/share/locale/gu/LC_MESSAGES
#usr/share/locale/gu/LC_MESSAGES/glib20.mo
#usr/share/locale/he
#usr/share/locale/he/LC_MESSAGES
#usr/share/locale/he/LC_MESSAGES/glib20.mo
#usr/share/locale/hi
#usr/share/locale/hi/LC_MESSAGES
#usr/share/locale/hi/LC_MESSAGES/glib20.mo
#usr/share/locale/hr/LC_MESSAGES/glib20.mo
#usr/share/locale/hu/LC_MESSAGES/glib20.mo
@@ -842,51 +846,27 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/ka
#usr/share/locale/ka/LC_MESSAGES
#usr/share/locale/ka/LC_MESSAGES/glib20.mo
#usr/share/locale/kk
#usr/share/locale/kk/LC_MESSAGES
#usr/share/locale/kk/LC_MESSAGES/glib20.mo
#usr/share/locale/kn
#usr/share/locale/kn/LC_MESSAGES
#usr/share/locale/kn/LC_MESSAGES/glib20.mo
#usr/share/locale/ko/LC_MESSAGES/glib20.mo
#usr/share/locale/ku
#usr/share/locale/ku/LC_MESSAGES
#usr/share/locale/ku/LC_MESSAGES/glib20.mo
#usr/share/locale/lt/LC_MESSAGES/glib20.mo
#usr/share/locale/lv
#usr/share/locale/lv/LC_MESSAGES
#usr/share/locale/lv/LC_MESSAGES/glib20.mo
#usr/share/locale/mai
#usr/share/locale/mai/LC_MESSAGES
#usr/share/locale/mai/LC_MESSAGES/glib20.mo
#usr/share/locale/mg
#usr/share/locale/mg/LC_MESSAGES
#usr/share/locale/mg/LC_MESSAGES/glib20.mo
#usr/share/locale/mk
#usr/share/locale/mk/LC_MESSAGES
#usr/share/locale/mk/LC_MESSAGES/glib20.mo
#usr/share/locale/ml
#usr/share/locale/ml/LC_MESSAGES
#usr/share/locale/ml/LC_MESSAGES/glib20.mo
#usr/share/locale/mn
#usr/share/locale/mn/LC_MESSAGES
#usr/share/locale/mn/LC_MESSAGES/glib20.mo
#usr/share/locale/mr
#usr/share/locale/mr/LC_MESSAGES
#usr/share/locale/mr/LC_MESSAGES/glib20.mo
#usr/share/locale/ms
#usr/share/locale/ms/LC_MESSAGES
#usr/share/locale/ms/LC_MESSAGES/glib20.mo
#usr/share/locale/nb/LC_MESSAGES/glib20.mo
#usr/share/locale/nds
#usr/share/locale/nds/LC_MESSAGES
#usr/share/locale/nds/LC_MESSAGES/glib20.mo
#usr/share/locale/ne
#usr/share/locale/ne/LC_MESSAGES
#usr/share/locale/ne/LC_MESSAGES/glib20.mo
#usr/share/locale/nl/LC_MESSAGES/glib20.mo
#usr/share/locale/nn
#usr/share/locale/nn/LC_MESSAGES
#usr/share/locale/nn/LC_MESSAGES/glib20.mo
#usr/share/locale/oc
#usr/share/locale/oc/LC_MESSAGES
@@ -894,8 +874,6 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/or
#usr/share/locale/or/LC_MESSAGES
#usr/share/locale/or/LC_MESSAGES/glib20.mo
#usr/share/locale/pa
#usr/share/locale/pa/LC_MESSAGES
#usr/share/locale/pa/LC_MESSAGES/glib20.mo
#usr/share/locale/pl/LC_MESSAGES/glib20.mo
#usr/share/locale/ps
@@ -916,21 +894,12 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/sr@ije
#usr/share/locale/sr@ije/LC_MESSAGES
#usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo
#usr/share/locale/sr@latin
#usr/share/locale/sr@latin/LC_MESSAGES
#usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo
#usr/share/locale/sv/LC_MESSAGES/glib20.mo
#usr/share/locale/ta
#usr/share/locale/ta/LC_MESSAGES
#usr/share/locale/ta/LC_MESSAGES/glib20.mo
#usr/share/locale/te
#usr/share/locale/te/LC_MESSAGES
#usr/share/locale/te/LC_MESSAGES/glib20.mo
#usr/share/locale/th
#usr/share/locale/th/LC_MESSAGES
#usr/share/locale/tg/LC_MESSAGES/glib20.mo
#usr/share/locale/th/LC_MESSAGES/glib20.mo
#usr/share/locale/tl
#usr/share/locale/tl/LC_MESSAGES
#usr/share/locale/tl/LC_MESSAGES/glib20.mo
#usr/share/locale/tr/LC_MESSAGES/glib20.mo
#usr/share/locale/tt
@@ -944,8 +913,6 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/wa
#usr/share/locale/wa/LC_MESSAGES
#usr/share/locale/wa/LC_MESSAGES/glib20.mo
#usr/share/locale/xh
#usr/share/locale/xh/LC_MESSAGES
#usr/share/locale/xh/LC_MESSAGES/glib20.mo
#usr/share/locale/yi
#usr/share/locale/yi/LC_MESSAGES
@@ -955,16 +922,3 @@ usr/lib/libgthread-2.0.so.0.3200.3
#usr/share/locale/zh_HK/LC_MESSAGES
#usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo
#usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo
#usr/share/man/man1/gdbus-codegen.1
#usr/share/man/man1/gdbus.1
#usr/share/man/man1/gio-querymodules.1
#usr/share/man/man1/glib-compile-resources.1
#usr/share/man/man1/glib-compile-schemas.1
#usr/share/man/man1/glib-genmarshal.1
#usr/share/man/man1/glib-gettextize.1
#usr/share/man/man1/glib-mkenums.1
#usr/share/man/man1/gobject-query.1
#usr/share/man/man1/gresource.1
#usr/share/man/man1/gsettings.1
#usr/share/man/man1/gtester-report.1
#usr/share/man/man1/gtester.1

View File

@@ -92,7 +92,6 @@ etc/rc.d/init.d/wlanclient
#etc/rc.d/rc0.d/K01imspetor
#etc/rc.d/rc0.d/K01motion
#etc/rc.d/rc0.d/K01vdradmin
#etc/rc.d/rc0.d/K02mediatomb
#etc/rc.d/rc0.d/K02sslh
etc/rc.d/rc0.d/K08fcron
etc/rc.d/rc0.d/K28apache
@@ -135,7 +134,6 @@ etc/rc.d/rc3.d/S30sshd
etc/rc.d/rc3.d/S32apache
etc/rc.d/rc3.d/S40fcron
#etc/rc.d/rc3.d/S66client175
#etc/rc.d/rc3.d/S98mediatomb
etc/rc.d/rc3.d/S98rc.local
#etc/rc.d/rc3.d/S98sslh
#etc/rc.d/rc3.d/S99imspetor
@@ -145,7 +143,6 @@ etc/rc.d/rc3.d/S98rc.local
#etc/rc.d/rc6.d/K01imspetor
#etc/rc.d/rc6.d/K01motion
#etc/rc.d/rc6.d/K01vdradmin
#etc/rc.d/rc6.d/K02mediatomb
#etc/rc.d/rc6.d/K02sslh
etc/rc.d/rc6.d/K08fcron
etc/rc.d/rc6.d/K28apache

View File

@@ -1 +0,0 @@
../x86_64/intel-microcode

View File

@@ -0,0 +1,95 @@
#lib/firmware/intel-ucode
lib/firmware/intel-ucode/06-03-02
lib/firmware/intel-ucode/06-05-00
lib/firmware/intel-ucode/06-05-01
lib/firmware/intel-ucode/06-05-02
lib/firmware/intel-ucode/06-05-03
lib/firmware/intel-ucode/06-06-00
lib/firmware/intel-ucode/06-06-05
lib/firmware/intel-ucode/06-06-0a
lib/firmware/intel-ucode/06-06-0d
lib/firmware/intel-ucode/06-07-01
lib/firmware/intel-ucode/06-07-02
lib/firmware/intel-ucode/06-07-03
lib/firmware/intel-ucode/06-08-01
lib/firmware/intel-ucode/06-08-03
lib/firmware/intel-ucode/06-08-06
lib/firmware/intel-ucode/06-08-0a
lib/firmware/intel-ucode/06-09-05
lib/firmware/intel-ucode/06-0a-00
lib/firmware/intel-ucode/06-0a-01
lib/firmware/intel-ucode/06-0b-01
lib/firmware/intel-ucode/06-0b-04
lib/firmware/intel-ucode/06-0d-06
lib/firmware/intel-ucode/06-0e-08
lib/firmware/intel-ucode/06-0e-0c
lib/firmware/intel-ucode/06-0f-02
lib/firmware/intel-ucode/06-0f-06
lib/firmware/intel-ucode/06-0f-07
lib/firmware/intel-ucode/06-0f-0a
lib/firmware/intel-ucode/06-0f-0b
lib/firmware/intel-ucode/06-0f-0d
lib/firmware/intel-ucode/06-16-01
lib/firmware/intel-ucode/06-17-06
lib/firmware/intel-ucode/06-17-07
lib/firmware/intel-ucode/06-17-0a
lib/firmware/intel-ucode/06-1a-04
lib/firmware/intel-ucode/06-1a-05
lib/firmware/intel-ucode/06-1c-02
lib/firmware/intel-ucode/06-1c-0a
lib/firmware/intel-ucode/06-1d-01
lib/firmware/intel-ucode/06-1e-05
lib/firmware/intel-ucode/06-25-02
lib/firmware/intel-ucode/06-25-05
lib/firmware/intel-ucode/06-26-01
lib/firmware/intel-ucode/06-2a-07
lib/firmware/intel-ucode/06-2d-06
lib/firmware/intel-ucode/06-2d-07
lib/firmware/intel-ucode/06-2f-02
lib/firmware/intel-ucode/06-3a-09
lib/firmware/intel-ucode/06-3c-03
lib/firmware/intel-ucode/06-3d-04
lib/firmware/intel-ucode/06-3e-04
lib/firmware/intel-ucode/06-3e-06
lib/firmware/intel-ucode/06-3e-07
lib/firmware/intel-ucode/06-3f-02
lib/firmware/intel-ucode/06-3f-04
lib/firmware/intel-ucode/06-45-01
lib/firmware/intel-ucode/06-46-01
lib/firmware/intel-ucode/06-47-01
lib/firmware/intel-ucode/06-4e-03
lib/firmware/intel-ucode/06-4f-01
lib/firmware/intel-ucode/06-55-04
lib/firmware/intel-ucode/06-56-02
lib/firmware/intel-ucode/06-56-03
lib/firmware/intel-ucode/06-56-04
lib/firmware/intel-ucode/06-5c-09
lib/firmware/intel-ucode/06-5e-03
lib/firmware/intel-ucode/06-7a-01
lib/firmware/intel-ucode/06-8e-09
lib/firmware/intel-ucode/06-8e-0a
lib/firmware/intel-ucode/06-9e-09
lib/firmware/intel-ucode/06-9e-0a
lib/firmware/intel-ucode/06-9e-0b
lib/firmware/intel-ucode/0f-00-07
lib/firmware/intel-ucode/0f-00-0a
lib/firmware/intel-ucode/0f-01-02
lib/firmware/intel-ucode/0f-02-04
lib/firmware/intel-ucode/0f-02-05
lib/firmware/intel-ucode/0f-02-06
lib/firmware/intel-ucode/0f-02-07
lib/firmware/intel-ucode/0f-02-09
lib/firmware/intel-ucode/0f-03-02
lib/firmware/intel-ucode/0f-03-03
lib/firmware/intel-ucode/0f-03-04
lib/firmware/intel-ucode/0f-04-01
lib/firmware/intel-ucode/0f-04-03
lib/firmware/intel-ucode/0f-04-04
lib/firmware/intel-ucode/0f-04-07
lib/firmware/intel-ucode/0f-04-08
lib/firmware/intel-ucode/0f-04-09
lib/firmware/intel-ucode/0f-04-0a
lib/firmware/intel-ucode/0f-06-02
lib/firmware/intel-ucode/0f-06-04
lib/firmware/intel-ucode/0f-06-05
lib/firmware/intel-ucode/0f-06-08

View File

@@ -1,559 +0,0 @@
etc/pear.conf
etc/php.ini
#usr/bin/pear
#usr/bin/peardev
#usr/bin/pecl
usr/bin/phar
usr/bin/phar.phar
usr/bin/php
#usr/bin/php-config
#usr/bin/phpize
#usr/include/php
#usr/include/php/TSRM
#usr/include/php/TSRM/TSRM.h
#usr/include/php/TSRM/acconfig.h
#usr/include/php/TSRM/readdir.h
#usr/include/php/TSRM/tsrm_config.h
#usr/include/php/TSRM/tsrm_config.w32.h
#usr/include/php/TSRM/tsrm_config_common.h
#usr/include/php/TSRM/tsrm_nw.h
#usr/include/php/TSRM/tsrm_strtok_r.h
#usr/include/php/TSRM/tsrm_virtual_cwd.h
#usr/include/php/TSRM/tsrm_win32.h
#usr/include/php/Zend
#usr/include/php/Zend/acconfig.h
#usr/include/php/Zend/zend.h
#usr/include/php/Zend/zend_API.h
#usr/include/php/Zend/zend_alloc.h
#usr/include/php/Zend/zend_build.h
#usr/include/php/Zend/zend_builtin_functions.h
#usr/include/php/Zend/zend_closures.h
#usr/include/php/Zend/zend_compile.h
#usr/include/php/Zend/zend_config.h
#usr/include/php/Zend/zend_config.nw.h
#usr/include/php/Zend/zend_config.w32.h
#usr/include/php/Zend/zend_constants.h
#usr/include/php/Zend/zend_dynamic_array.h
#usr/include/php/Zend/zend_errors.h
#usr/include/php/Zend/zend_exceptions.h
#usr/include/php/Zend/zend_execute.h
#usr/include/php/Zend/zend_extensions.h
#usr/include/php/Zend/zend_fast_cache.h
#usr/include/php/Zend/zend_float.h
#usr/include/php/Zend/zend_gc.h
#usr/include/php/Zend/zend_globals.h
#usr/include/php/Zend/zend_globals_macros.h
#usr/include/php/Zend/zend_hash.h
#usr/include/php/Zend/zend_highlight.h
#usr/include/php/Zend/zend_indent.h
#usr/include/php/Zend/zend_ini.h
#usr/include/php/Zend/zend_ini_parser.h
#usr/include/php/Zend/zend_ini_scanner.h
#usr/include/php/Zend/zend_ini_scanner_defs.h
#usr/include/php/Zend/zend_interfaces.h
#usr/include/php/Zend/zend_istdiostream.h
#usr/include/php/Zend/zend_iterators.h
#usr/include/php/Zend/zend_language_parser.h
#usr/include/php/Zend/zend_language_scanner.h
#usr/include/php/Zend/zend_language_scanner_defs.h
#usr/include/php/Zend/zend_list.h
#usr/include/php/Zend/zend_llist.h
#usr/include/php/Zend/zend_modules.h
#usr/include/php/Zend/zend_multibyte.h
#usr/include/php/Zend/zend_multiply.h
#usr/include/php/Zend/zend_object_handlers.h
#usr/include/php/Zend/zend_objects.h
#usr/include/php/Zend/zend_objects_API.h
#usr/include/php/Zend/zend_operators.h
#usr/include/php/Zend/zend_ptr_stack.h
#usr/include/php/Zend/zend_qsort.h
#usr/include/php/Zend/zend_stack.h
#usr/include/php/Zend/zend_static_allocator.h
#usr/include/php/Zend/zend_stream.h
#usr/include/php/Zend/zend_strtod.h
#usr/include/php/Zend/zend_ts_hash.h
#usr/include/php/Zend/zend_types.h
#usr/include/php/Zend/zend_variables.h
#usr/include/php/Zend/zend_vm.h
#usr/include/php/Zend/zend_vm_def.h
#usr/include/php/Zend/zend_vm_execute.h
#usr/include/php/Zend/zend_vm_opcodes.h
#usr/include/php/ext
#usr/include/php/ext/date
#usr/include/php/ext/date/lib
#usr/include/php/ext/date/lib/timelib.h
#usr/include/php/ext/date/lib/timelib_config.h
#usr/include/php/ext/date/lib/timelib_structs.h
#usr/include/php/ext/date/php_date.h
#usr/include/php/ext/dom
#usr/include/php/ext/dom/xml_common.h
#usr/include/php/ext/ereg
#usr/include/php/ext/ereg/php_ereg.h
#usr/include/php/ext/ereg/php_regex.h
#usr/include/php/ext/ereg/regex
#usr/include/php/ext/ereg/regex/cclass.h
#usr/include/php/ext/ereg/regex/cname.h
#usr/include/php/ext/ereg/regex/regex.h
#usr/include/php/ext/ereg/regex/regex2.h
#usr/include/php/ext/ereg/regex/utils.h
#usr/include/php/ext/filter
#usr/include/php/ext/filter/php_filter.h
#usr/include/php/ext/gd
#usr/include/php/ext/gd/gdcache.h
#usr/include/php/ext/gd/php_gd.h
#usr/include/php/ext/hash
#usr/include/php/ext/hash/php_hash.h
#usr/include/php/ext/hash/php_hash_adler32.h
#usr/include/php/ext/hash/php_hash_crc32.h
#usr/include/php/ext/hash/php_hash_gost.h
#usr/include/php/ext/hash/php_hash_haval.h
#usr/include/php/ext/hash/php_hash_md.h
#usr/include/php/ext/hash/php_hash_ripemd.h
#usr/include/php/ext/hash/php_hash_salsa.h
#usr/include/php/ext/hash/php_hash_sha.h
#usr/include/php/ext/hash/php_hash_snefru.h
#usr/include/php/ext/hash/php_hash_tiger.h
#usr/include/php/ext/hash/php_hash_types.h
#usr/include/php/ext/hash/php_hash_whirlpool.h
#usr/include/php/ext/iconv
#usr/include/php/ext/iconv/php_have_bsd_iconv.h
#usr/include/php/ext/iconv/php_have_glibc_iconv.h
#usr/include/php/ext/iconv/php_have_ibm_iconv.h
#usr/include/php/ext/iconv/php_have_iconv.h
#usr/include/php/ext/iconv/php_have_libiconv.h
#usr/include/php/ext/iconv/php_iconv.h
#usr/include/php/ext/iconv/php_iconv_aliased_libiconv.h
#usr/include/php/ext/iconv/php_iconv_supports_errno.h
#usr/include/php/ext/iconv/php_php_iconv_h_path.h
#usr/include/php/ext/iconv/php_php_iconv_impl.h
#usr/include/php/ext/json
#usr/include/php/ext/json/php_json.h
#usr/include/php/ext/libxml
#usr/include/php/ext/libxml/php_libxml.h
#usr/include/php/ext/mbstring
#usr/include/php/ext/mbstring/libmbfl
#usr/include/php/ext/mbstring/libmbfl/config.h
#usr/include/php/ext/mbstring/libmbfl/mbfl
#usr/include/php/ext/mbstring/libmbfl/mbfl/eaw_table.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_language.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
#usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_string.h
#usr/include/php/ext/mbstring/mbstring.h
#usr/include/php/ext/mbstring/oniguruma
#usr/include/php/ext/mbstring/oniguruma/oniguruma.h
#usr/include/php/ext/mbstring/php_mbregex.h
#usr/include/php/ext/mbstring/php_onig_compat.h
#usr/include/php/ext/pcre
#usr/include/php/ext/pcre/pcrelib
#usr/include/php/ext/pcre/pcrelib/config.h
#usr/include/php/ext/pcre/pcrelib/pcre.h
#usr/include/php/ext/pcre/pcrelib/pcre_internal.h
#usr/include/php/ext/pcre/pcrelib/pcreposix.h
#usr/include/php/ext/pcre/pcrelib/ucp.h
#usr/include/php/ext/pcre/php_pcre.h
#usr/include/php/ext/pdo
#usr/include/php/ext/pdo/php_pdo.h
#usr/include/php/ext/pdo/php_pdo_driver.h
#usr/include/php/ext/session
#usr/include/php/ext/session/mod_files.h
#usr/include/php/ext/session/mod_user.h
#usr/include/php/ext/session/php_session.h
#usr/include/php/ext/sockets
#usr/include/php/ext/sockets/php_sockets.h
#usr/include/php/ext/spl
#usr/include/php/ext/spl/php_spl.h
#usr/include/php/ext/spl/spl_array.h
#usr/include/php/ext/spl/spl_directory.h
#usr/include/php/ext/spl/spl_dllist.h
#usr/include/php/ext/spl/spl_engine.h
#usr/include/php/ext/spl/spl_exceptions.h
#usr/include/php/ext/spl/spl_fixedarray.h
#usr/include/php/ext/spl/spl_functions.h
#usr/include/php/ext/spl/spl_heap.h
#usr/include/php/ext/spl/spl_iterators.h
#usr/include/php/ext/spl/spl_observer.h
#usr/include/php/ext/sqlite
#usr/include/php/ext/sqlite/libsqlite
#usr/include/php/ext/sqlite/libsqlite/src
#usr/include/php/ext/sqlite/libsqlite/src/sqlite.h
#usr/include/php/ext/sqlite3
#usr/include/php/ext/sqlite3/libsqlite
#usr/include/php/ext/sqlite3/libsqlite/sqlite3.h
#usr/include/php/ext/standard
#usr/include/php/ext/standard/base64.h
#usr/include/php/ext/standard/basic_functions.h
#usr/include/php/ext/standard/crc32.h
#usr/include/php/ext/standard/credits.h
#usr/include/php/ext/standard/credits_ext.h
#usr/include/php/ext/standard/credits_sapi.h
#usr/include/php/ext/standard/crypt_blowfish.h
#usr/include/php/ext/standard/crypt_freesec.h
#usr/include/php/ext/standard/css.h
#usr/include/php/ext/standard/cyr_convert.h
#usr/include/php/ext/standard/datetime.h
#usr/include/php/ext/standard/dl.h
#usr/include/php/ext/standard/exec.h
#usr/include/php/ext/standard/file.h
#usr/include/php/ext/standard/flock_compat.h
#usr/include/php/ext/standard/fsock.h
#usr/include/php/ext/standard/head.h
#usr/include/php/ext/standard/html.h
#usr/include/php/ext/standard/info.h
#usr/include/php/ext/standard/md5.h
#usr/include/php/ext/standard/microtime.h
#usr/include/php/ext/standard/pack.h
#usr/include/php/ext/standard/pageinfo.h
#usr/include/php/ext/standard/php_array.h
#usr/include/php/ext/standard/php_assert.h
#usr/include/php/ext/standard/php_browscap.h
#usr/include/php/ext/standard/php_crypt.h
#usr/include/php/ext/standard/php_crypt_r.h
#usr/include/php/ext/standard/php_dir.h
#usr/include/php/ext/standard/php_dns.h
#usr/include/php/ext/standard/php_ext_syslog.h
#usr/include/php/ext/standard/php_filestat.h
#usr/include/php/ext/standard/php_fopen_wrappers.h
#usr/include/php/ext/standard/php_ftok.h
#usr/include/php/ext/standard/php_http.h
#usr/include/php/ext/standard/php_image.h
#usr/include/php/ext/standard/php_incomplete_class.h
#usr/include/php/ext/standard/php_iptc.h
#usr/include/php/ext/standard/php_lcg.h
#usr/include/php/ext/standard/php_link.h
#usr/include/php/ext/standard/php_mail.h
#usr/include/php/ext/standard/php_math.h
#usr/include/php/ext/standard/php_metaphone.h
#usr/include/php/ext/standard/php_rand.h
#usr/include/php/ext/standard/php_smart_str.h
#usr/include/php/ext/standard/php_smart_str_public.h
#usr/include/php/ext/standard/php_standard.h
#usr/include/php/ext/standard/php_string.h
#usr/include/php/ext/standard/php_type.h
#usr/include/php/ext/standard/php_uuencode.h
#usr/include/php/ext/standard/php_var.h
#usr/include/php/ext/standard/php_versioning.h
#usr/include/php/ext/standard/proc_open.h
#usr/include/php/ext/standard/quot_print.h
#usr/include/php/ext/standard/scanf.h
#usr/include/php/ext/standard/sha1.h
#usr/include/php/ext/standard/streamsfuncs.h
#usr/include/php/ext/standard/uniqid.h
#usr/include/php/ext/standard/url.h
#usr/include/php/ext/standard/url_scanner_ex.h
#usr/include/php/ext/standard/winver.h
#usr/include/php/ext/xml
#usr/include/php/ext/xml/expat_compat.h
#usr/include/php/ext/xml/php_xml.h
#usr/include/php/include
#usr/include/php/main
#usr/include/php/main/SAPI.h
#usr/include/php/main/build-defs.h
#usr/include/php/main/fopen_wrappers.h
#usr/include/php/main/logos.h
#usr/include/php/main/php.h
#usr/include/php/main/php3_compat.h
#usr/include/php/main/php_compat.h
#usr/include/php/main/php_config.h
#usr/include/php/main/php_content_types.h
#usr/include/php/main/php_getopt.h
#usr/include/php/main/php_globals.h
#usr/include/php/main/php_ini.h
#usr/include/php/main/php_logos.h
#usr/include/php/main/php_main.h
#usr/include/php/main/php_memory_streams.h
#usr/include/php/main/php_network.h
#usr/include/php/main/php_open_temporary_file.h
#usr/include/php/main/php_output.h
#usr/include/php/main/php_reentrancy.h
#usr/include/php/main/php_scandir.h
#usr/include/php/main/php_streams.h
#usr/include/php/main/php_syslog.h
#usr/include/php/main/php_ticks.h
#usr/include/php/main/php_variables.h
#usr/include/php/main/php_version.h
#usr/include/php/main/rfc1867.h
#usr/include/php/main/safe_mode.h
#usr/include/php/main/snprintf.h
#usr/include/php/main/spprintf.h
#usr/include/php/main/streams
#usr/include/php/main/streams/php_stream_context.h
#usr/include/php/main/streams/php_stream_filter_api.h
#usr/include/php/main/streams/php_stream_glob_wrapper.h
#usr/include/php/main/streams/php_stream_mmap.h
#usr/include/php/main/streams/php_stream_plain_wrapper.h
#usr/include/php/main/streams/php_stream_transport.h
#usr/include/php/main/streams/php_stream_userspace.h
#usr/include/php/main/streams/php_streams_int.h
#usr/include/php/main/win32_internal_function_disabled.h
#usr/include/php/main/win95nt.h
usr/lib/apache/libphp5.so
#usr/lib/php
#usr/lib/php/.channels
#usr/lib/php/.channels/.alias
#usr/lib/php/.channels/.alias/pear.txt
#usr/lib/php/.channels/.alias/pecl.txt
#usr/lib/php/.channels/.alias/phpdocs.txt
#usr/lib/php/.channels/__uri.reg
#usr/lib/php/.channels/doc.php.net.reg
#usr/lib/php/.channels/pear.php.net.reg
#usr/lib/php/.channels/pecl.php.net.reg
#usr/lib/php/.depdb
#usr/lib/php/.depdblock
#usr/lib/php/.filemap
#usr/lib/php/.lock
#usr/lib/php/.registry
#usr/lib/php/.registry/.channel.__uri
#usr/lib/php/.registry/.channel.doc.php.net
#usr/lib/php/.registry/.channel.pecl.php.net
#usr/lib/php/.registry/archive_tar.reg
#usr/lib/php/.registry/console_getopt.reg
#usr/lib/php/.registry/pear.reg
#usr/lib/php/.registry/structures_graph.reg
#usr/lib/php/.registry/xml_util.reg
#usr/lib/php/Archive
usr/lib/php/Archive/Tar.php
#usr/lib/php/Console
usr/lib/php/Console/Getopt.php
#usr/lib/php/Log
usr/lib/php/Log.php
usr/lib/php/Log/composite.php
usr/lib/php/Log/console.php
usr/lib/php/Log/daemon.php
usr/lib/php/Log/display.php
usr/lib/php/Log/error_log.php
usr/lib/php/Log/file.php
usr/lib/php/Log/firebug.php
usr/lib/php/Log/mail.php
usr/lib/php/Log/mcal.php
usr/lib/php/Log/mdb2.php
usr/lib/php/Log/null.php
usr/lib/php/Log/observer.php
usr/lib/php/Log/sql.php
usr/lib/php/Log/sqlite.php
usr/lib/php/Log/syslog.php
usr/lib/php/Log/win.php
#usr/lib/php/OS
#usr/lib/php/OS/Guess.php
usr/lib/php/PEAR
usr/lib/php/PEAR.php
usr/lib/php/PEAR/Autoloader.php
usr/lib/php/PEAR/Builder.php
#usr/lib/php/PEAR/ChannelFile
usr/lib/php/PEAR/ChannelFile.php
usr/lib/php/PEAR/ChannelFile/Parser.php
#usr/lib/php/PEAR/Command
usr/lib/php/PEAR/Command.php
usr/lib/php/PEAR/Command/Auth.php
usr/lib/php/PEAR/Command/Auth.xml
usr/lib/php/PEAR/Command/Build.php
usr/lib/php/PEAR/Command/Build.xml
usr/lib/php/PEAR/Command/Channels.php
usr/lib/php/PEAR/Command/Channels.xml
usr/lib/php/PEAR/Command/Common.php
usr/lib/php/PEAR/Command/Config.php
usr/lib/php/PEAR/Command/Config.xml
usr/lib/php/PEAR/Command/Install.php
usr/lib/php/PEAR/Command/Install.xml
usr/lib/php/PEAR/Command/Mirror.php
usr/lib/php/PEAR/Command/Mirror.xml
usr/lib/php/PEAR/Command/Package.php
usr/lib/php/PEAR/Command/Package.xml
usr/lib/php/PEAR/Command/Pickle.php
usr/lib/php/PEAR/Command/Pickle.xml
usr/lib/php/PEAR/Command/Registry.php
usr/lib/php/PEAR/Command/Registry.xml
usr/lib/php/PEAR/Command/Remote.php
usr/lib/php/PEAR/Command/Remote.xml
usr/lib/php/PEAR/Command/Test.php
usr/lib/php/PEAR/Command/Test.xml
usr/lib/php/PEAR/Common.php
usr/lib/php/PEAR/Config.php
usr/lib/php/PEAR/Dependency2.php
usr/lib/php/PEAR/DependencyDB.php
#usr/lib/php/PEAR/Downloader
usr/lib/php/PEAR/Downloader.php
usr/lib/php/PEAR/Downloader/Package.php
usr/lib/php/PEAR/ErrorStack.php
usr/lib/php/PEAR/Exception.php
usr/lib/php/PEAR/FixPHP5PEARWarnings.php
#usr/lib/php/PEAR/Frontend
usr/lib/php/PEAR/Frontend.php
usr/lib/php/PEAR/Frontend/CLI.php
#usr/lib/php/PEAR/Installer
usr/lib/php/PEAR/Installer.php
#usr/lib/php/PEAR/Installer/Role
usr/lib/php/PEAR/Installer/Role.php
usr/lib/php/PEAR/Installer/Role/Cfg.php
usr/lib/php/PEAR/Installer/Role/Cfg.xml
usr/lib/php/PEAR/Installer/Role/Common.php
usr/lib/php/PEAR/Installer/Role/Data.php
usr/lib/php/PEAR/Installer/Role/Data.xml
usr/lib/php/PEAR/Installer/Role/Doc.php
usr/lib/php/PEAR/Installer/Role/Doc.xml
usr/lib/php/PEAR/Installer/Role/Ext.php
usr/lib/php/PEAR/Installer/Role/Ext.xml
usr/lib/php/PEAR/Installer/Role/Php.php
usr/lib/php/PEAR/Installer/Role/Php.xml
usr/lib/php/PEAR/Installer/Role/Script.php
usr/lib/php/PEAR/Installer/Role/Script.xml
usr/lib/php/PEAR/Installer/Role/Src.php
usr/lib/php/PEAR/Installer/Role/Src.xml
usr/lib/php/PEAR/Installer/Role/Test.php
usr/lib/php/PEAR/Installer/Role/Test.xml
usr/lib/php/PEAR/Installer/Role/Www.php
usr/lib/php/PEAR/Installer/Role/Www.xml
#usr/lib/php/PEAR/PackageFile
usr/lib/php/PEAR/PackageFile.php
#usr/lib/php/PEAR/PackageFile/Generator
usr/lib/php/PEAR/PackageFile/Generator/v1.php
usr/lib/php/PEAR/PackageFile/Generator/v2.php
#usr/lib/php/PEAR/PackageFile/Parser
usr/lib/php/PEAR/PackageFile/Parser/v1.php
usr/lib/php/PEAR/PackageFile/Parser/v2.php
usr/lib/php/PEAR/PackageFile/v1.php
#usr/lib/php/PEAR/PackageFile/v2
usr/lib/php/PEAR/PackageFile/v2.php
usr/lib/php/PEAR/PackageFile/v2/Validator.php
usr/lib/php/PEAR/PackageFile/v2/rw.php
usr/lib/php/PEAR/Packager.php
#usr/lib/php/PEAR/REST
usr/lib/php/PEAR/REST.php
usr/lib/php/PEAR/REST/10.php
usr/lib/php/PEAR/REST/11.php
usr/lib/php/PEAR/REST/13.php
usr/lib/php/PEAR/Registry.php
usr/lib/php/PEAR/RunTest.php
#usr/lib/php/PEAR/Task
usr/lib/php/PEAR/Task/Common.php
#usr/lib/php/PEAR/Task/Postinstallscript
usr/lib/php/PEAR/Task/Postinstallscript.php
usr/lib/php/PEAR/Task/Postinstallscript/rw.php
#usr/lib/php/PEAR/Task/Replace
usr/lib/php/PEAR/Task/Replace.php
usr/lib/php/PEAR/Task/Replace/rw.php
#usr/lib/php/PEAR/Task/Unixeol
usr/lib/php/PEAR/Task/Unixeol.php
usr/lib/php/PEAR/Task/Unixeol/rw.php
#usr/lib/php/PEAR/Task/Windowseol
usr/lib/php/PEAR/Task/Windowseol.php
usr/lib/php/PEAR/Task/Windowseol/rw.php
usr/lib/php/PEAR/Validate.php
#usr/lib/php/PEAR/Validator
usr/lib/php/PEAR/Validator/PECL.php
usr/lib/php/PEAR/XMLParser.php
usr/lib/php/PEAR5.php
#usr/lib/php/Structures
#usr/lib/php/Structures/Graph
usr/lib/php/Structures/Graph.php
#usr/lib/php/Structures/Graph/Manipulator
usr/lib/php/Structures/Graph/Manipulator/AcyclicTest.php
usr/lib/php/Structures/Graph/Manipulator/TopologicalSorter.php
usr/lib/php/Structures/Graph/Node.php
usr/lib/php/System.php
#usr/lib/php/XML
usr/lib/php/XML/Util.php
#usr/lib/php/build
#usr/lib/php/build/Makefile.global
#usr/lib/php/build/acinclude.m4
#usr/lib/php/build/config.guess
#usr/lib/php/build/config.sub
#usr/lib/php/build/libtool.m4
#usr/lib/php/build/ltmain.sh
#usr/lib/php/build/mkdep.awk
#usr/lib/php/build/phpize.m4
#usr/lib/php/build/run-tests.php
#usr/lib/php/build/scan_makefile_in.awk
#usr/lib/php/build/shtool
#usr/lib/php/data
#usr/lib/php/data/PEAR
#usr/lib/php/data/PEAR/package.dtd
#usr/lib/php/data/PEAR/template.spec
#usr/lib/php/data/Structures_Graph
#usr/lib/php/data/Structures_Graph/LICENSE
#usr/lib/php/doc
#usr/lib/php/doc/Archive_Tar
#usr/lib/php/doc/Archive_Tar/docs
#usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt
#usr/lib/php/doc/PEAR
#usr/lib/php/doc/PEAR/INSTALL
#usr/lib/php/doc/PEAR/LICENSE
#usr/lib/php/doc/PEAR/README
#usr/lib/php/doc/Structures_Graph
#usr/lib/php/doc/Structures_Graph/docs
#usr/lib/php/doc/Structures_Graph/docs/generate.sh
#usr/lib/php/doc/Structures_Graph/docs/html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/Structures_Graph_Node.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_Node_php.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/_Structures_Graph_php.html
#usr/lib/php/doc/Structures_Graph/docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html
#usr/lib/php/doc/Structures_Graph/docs/html/classtrees_Structures_Graph.html
#usr/lib/php/doc/Structures_Graph/docs/html/elementindex.html
#usr/lib/php/doc/Structures_Graph/docs/html/elementindex_Structures_Graph.html
#usr/lib/php/doc/Structures_Graph/docs/html/errors.html
#usr/lib/php/doc/Structures_Graph/docs/html/index.html
#usr/lib/php/doc/Structures_Graph/docs/html/li_Structures_Graph.html
#usr/lib/php/doc/Structures_Graph/docs/html/media
#usr/lib/php/doc/Structures_Graph/docs/html/media/banner.css
#usr/lib/php/doc/Structures_Graph/docs/html/media/stylesheet.css
#usr/lib/php/doc/Structures_Graph/docs/html/packages.html
#usr/lib/php/doc/Structures_Graph/docs/html/todolist.html
#usr/lib/php/doc/Structures_Graph/docs/tutorials
#usr/lib/php/doc/Structures_Graph/docs/tutorials/Structures_Graph
#usr/lib/php/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
#usr/lib/php/doc/XML_Util
#usr/lib/php/doc/XML_Util/examples
usr/lib/php/doc/XML_Util/examples/example.php
usr/lib/php/doc/XML_Util/examples/example2.php
#usr/lib/php/extensions
#usr/lib/php/extensions/no-debug-zts-20090626
usr/lib/php/extensions/no-debug-zts-20090626/dba.so
usr/lib/php/extensions/no-debug-zts-20090626/idn.so
#usr/lib/php/pearcmd.php
#usr/lib/php/peclcmd.php
#usr/lib/php/test
#usr/lib/php/test/Structures_Graph
#usr/lib/php/test/Structures_Graph/tests
#usr/lib/php/test/Structures_Graph/tests/AllTests.php
#usr/lib/php/test/Structures_Graph/tests/testCase
#usr/lib/php/test/Structures_Graph/tests/testCase/BasicGraph.php
#usr/lib/php/test/XML_Util
#usr/lib/php/test/XML_Util/tests
#usr/lib/php/test/XML_Util/tests/AllTests.php
#usr/lib/php/test/XML_Util/tests/testBasic_apiVersion.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_attributesToString.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_collapseEmptyTags.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_createCDataSection.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_createComment.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_createEndElement.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_createStartElement.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_createTag.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_createTagFromArray.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_getXmlDeclaration.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_isValidName.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_raiseError.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_replaceEntities.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_reverseEntities.phpt
#usr/lib/php/test/XML_Util/tests/testBasic_splitQualifiedName.phpt
#usr/lib/php/test/XML_Util/tests/testBug_4950.phpt
#usr/lib/php/test/XML_Util/tests/testBug_5392.phpt
#usr/man/man1/php-config.1
#usr/man/man1/php.1
#usr/man/man1/phpize.1

View File

@@ -92,7 +92,6 @@ etc/rc.d/init.d/wlanclient
#etc/rc.d/rc0.d/K01imspetor
#etc/rc.d/rc0.d/K01motion
#etc/rc.d/rc0.d/K01vdradmin
#etc/rc.d/rc0.d/K02mediatomb
#etc/rc.d/rc0.d/K02sslh
etc/rc.d/rc0.d/K08fcron
etc/rc.d/rc0.d/K28apache
@@ -135,7 +134,6 @@ etc/rc.d/rc3.d/S30sshd
etc/rc.d/rc3.d/S32apache
etc/rc.d/rc3.d/S40fcron
#etc/rc.d/rc3.d/S66client175
#etc/rc.d/rc3.d/S98mediatomb
etc/rc.d/rc3.d/S98rc.local
#etc/rc.d/rc3.d/S98sslh
#etc/rc.d/rc3.d/S99imspetor
@@ -145,7 +143,6 @@ etc/rc.d/rc3.d/S98rc.local
#etc/rc.d/rc6.d/K01imspetor
#etc/rc.d/rc6.d/K01motion
#etc/rc.d/rc6.d/K01vdradmin
#etc/rc.d/rc6.d/K02mediatomb
#etc/rc.d/rc6.d/K02sslh
etc/rc.d/rc6.d/K08fcron
etc/rc.d/rc6.d/K28apache

View File

@@ -1,6 +1,15 @@
etc/system-release
etc/issue
etc/httpd/conf/loadmodule.conf
etc/httpd/conf/vhosts.d/captive.conf
etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf
etc/httpd/conf/vhosts.d/ipfire-interface.conf
srv/web/ipfire/cgi-bin/captive.cgi
srv/web/ipfire/cgi-bin/fireinfo.cgi
srv/web/ipfire/cgi-bin/ids.cgi
srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromcountry.dat
srv/web/ipfire/cgi-bin/logs.cgi/urlfilter.dat
usr/local/bin/rebuild-initrd
usr/sbin/updxlrator
var/ipfire/langs
var/ipfire/updatexlrator/bin/download

View File

@@ -0,0 +1 @@
../../../common/glib

View File

@@ -0,0 +1 @@
../../../common/gzip

View File

@@ -0,0 +1 @@
../../../common/hdparm

View File

@@ -0,0 +1 @@
../../../../common/i586/intel-microcode

View File

@@ -0,0 +1 @@
../../../common/snort

View File

@@ -0,0 +1 @@
../../../../common/x86_64/intel-microcode

View File

@@ -32,6 +32,18 @@ for (( i=1; i<=$core; i++ )); do
done
# Stop services
/etc/init.d/snort stop
# Delete files
rm -rvf \
/etc/httpd/conf.d/php5.conf \
/etc/pear.conf \
/etc/php.ini \
/usr/bin/phar \
/usr/bin/phar.phar \
/usr/bin/php \
/usr/lib/apache/libphp5.so \
/usr/lib/php
# Extract files
extract_files
@@ -43,10 +55,20 @@ ldconfig
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/apache reload
/etc/init.d/apache restart
/etc/init.d/snort start
# This update need a reboot...
#touch /var/run/need_reboot
touch /var/run/need_reboot
# Rebuild the initrd to include the microcode updates
rebuild-initrd
# Reload microcode
modprobe microcode
if [ -w "/sys/devices/system/cpu/microcode/reload" ];
echo 1 > /sys/devices/system/cpu/microcode/reload
fi
# Finish
/etc/init.d/fireinfo start

View File

@@ -1,3 +1,4 @@
#etc/httpd/conf/conf.d
etc/httpd/conf/vhosts.d/icinga.conf
#etc/icinga
etc/icinga/cgi.cfg
@@ -24,6 +25,18 @@ usr/bin/icinga
usr/bin/icingastats
#usr/lib/icinga
usr/lib/icinga/p1.pl
usr/lib/nagios/plugins/eventhandlers
#usr/lib/nagios/plugins/eventhandlers/disable_active_service_checks
#usr/lib/nagios/plugins/eventhandlers/disable_notifications
#usr/lib/nagios/plugins/eventhandlers/distributed-monitoring
#usr/lib/nagios/plugins/eventhandlers/distributed-monitoring/obsessive_svc_handler
#usr/lib/nagios/plugins/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
#usr/lib/nagios/plugins/eventhandlers/enable_active_service_checks
#usr/lib/nagios/plugins/eventhandlers/enable_notifications
#usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1
#usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1/handle-master-host-event
#usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1/handle-master-proc-event
#usr/lib/nagios/plugins/eventhandlers/submit_check_result
usr/share/icinga
usr/share/icinga/cgi-bin
usr/share/icinga/cgi-bin/avail.cgi

View File

@@ -0,0 +1,2 @@
etc/rc.d/init.d/mdns-repeater
usr/bin/mdns-repeater

View File

@@ -1,104 +0,0 @@
usr/bin/mediatomb
#usr/share/man/man1/mediatomb.1
#usr/share/mediatomb
#usr/share/mediatomb/js
usr/share/mediatomb/js/common.js
usr/share/mediatomb/js/import.js
usr/share/mediatomb/js/playlists.js
usr/share/mediatomb/mappings.xml
usr/share/mediatomb/mysql.sql
usr/share/mediatomb/sqlite3.sql
#usr/share/mediatomb/web
usr/share/mediatomb/web/cds.xml
usr/share/mediatomb/web/cm.xml
usr/share/mediatomb/web/disabled.html
usr/share/mediatomb/web/favicon.ico
#usr/share/mediatomb/web/icons
usr/share/mediatomb/web/icons/add_as_autoscan.png
usr/share/mediatomb/web/icons/autoscan_inotify_config_folder_open.png
usr/share/mediatomb/web/icons/autoscan_inotify_folder_open.png
usr/share/mediatomb/web/icons/autoscan_timed_config_folder_open.png
usr/share/mediatomb/web/icons/autoscan_timed_folder_open.png
usr/share/mediatomb/web/icons/blank.gif
usr/share/mediatomb/web/icons/blank.png
usr/share/mediatomb/web/icons/document-new.png
usr/share/mediatomb/web/icons/film.png
usr/share/mediatomb/web/icons/folder_new.png
usr/share/mediatomb/web/icons/folder_open.png
usr/share/mediatomb/web/icons/go-first.png
usr/share/mediatomb/web/icons/go-last.png
usr/share/mediatomb/web/icons/go-next.png
usr/share/mediatomb/web/icons/go-previous.png
usr/share/mediatomb/web/icons/mediatomb.png
usr/share/mediatomb/web/icons/mt-icon120.bmp
usr/share/mediatomb/web/icons/mt-icon120.jpg
usr/share/mediatomb/web/icons/mt-icon120.png
usr/share/mediatomb/web/icons/mt-icon32.bmp
usr/share/mediatomb/web/icons/mt-icon32.jpg
usr/share/mediatomb/web/icons/mt-icon32.png
usr/share/mediatomb/web/icons/mt-icon48.bmp
usr/share/mediatomb/web/icons/mt-icon48.jpg
usr/share/mediatomb/web/icons/mt-icon48.png
#usr/share/mediatomb/web/icons/nanotree
#usr/share/mediatomb/web/icons/nanotree/images
usr/share/mediatomb/web/icons/nanotree/images/autoscan_inotify_config_folder_closed.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_inotify_config_folder_open.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_inotify_folder_closed.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_inotify_folder_open.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_timed_config_folder_closed.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_timed_config_folder_open.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_timed_folder_closed.png
usr/share/mediatomb/web/icons/nanotree/images/autoscan_timed_folder_open.png
usr/share/mediatomb/web/icons/nanotree/images/folder_closed.png
usr/share/mediatomb/web/icons/nanotree/images/folder_open.png
usr/share/mediatomb/web/icons/nanotree/images/lastnode.png
usr/share/mediatomb/web/icons/nanotree/images/line.png
usr/share/mediatomb/web/icons/nanotree/images/minus.png
usr/share/mediatomb/web/icons/nanotree/images/minus_last.png
usr/share/mediatomb/web/icons/nanotree/images/minus_last_no_root.png
usr/share/mediatomb/web/icons/nanotree/images/minus_no_root.png
usr/share/mediatomb/web/icons/nanotree/images/plus.png
usr/share/mediatomb/web/icons/nanotree/images/plus_last.png
usr/share/mediatomb/web/icons/nanotree/images/plus_last_no_root.png
usr/share/mediatomb/web/icons/nanotree/images/plus_no_root.png
usr/share/mediatomb/web/icons/nanotree/images/t.png
usr/share/mediatomb/web/icons/nanotree/images/t_no_root.png
usr/share/mediatomb/web/icons/nanotree/images/white.png
usr/share/mediatomb/web/icons/remove_all.png
usr/share/mediatomb/web/icons/remove_autoscan.png
usr/share/mediatomb/web/icons/remove_this.png
usr/share/mediatomb/web/icons/status.png
usr/share/mediatomb/web/icons/status_loading.png
usr/share/mediatomb/web/icons/status_updates_pending.png
usr/share/mediatomb/web/icons/stock-add.png
usr/share/mediatomb/web/icons/stock_edit.png
usr/share/mediatomb/web/icons/stock_exit.png
usr/share/mediatomb/web/index.html
#usr/share/mediatomb/web/js
usr/share/mediatomb/web/js/auth.js
usr/share/mediatomb/web/js/autoscan.js
usr/share/mediatomb/web/js/icons.js
usr/share/mediatomb/web/js/iepngfix.htc
usr/share/mediatomb/web/js/items.js
usr/share/mediatomb/web/js/md5.js
usr/share/mediatomb/web/js/nanotree.js
usr/share/mediatomb/web/js/prototype.js
usr/share/mediatomb/web/js/tasks.js
usr/share/mediatomb/web/js/tools.js
usr/share/mediatomb/web/js/tree.js
usr/share/mediatomb/web/left.html
usr/share/mediatomb/web/main.css
usr/share/mediatomb/web/mr_reg.xml
usr/share/mediatomb/web/right.html
usr/share/mediatomb/web/std_treelook.css
usr/share/mediatomb/web/top.html
usr/share/mediatomb/web/topleft.html
usr/share/mediatomb/web/topright.html
var/ipfire/backup/addons/includes/mediatomb
var/ipfire/mediatomb
#var/ipfire/mediatomb/config.xml
etc/rc.d/init.d/mediatomb
etc/rc.d/rc0.d/K02mediatomb
etc/rc.d/rc6.d/K02mediatomb
etc/rc.d/rc3.d/S98mediatomb
var/mp3/info

View File

@@ -61,19 +61,9 @@ usr/lib/nagios/plugins/check_ups
usr/lib/nagios/plugins/check_uptime
usr/lib/nagios/plugins/check_users
usr/lib/nagios/plugins/check_wave
usr/lib/nagios/plugins/eventhandlers
usr/lib/nagios/plugins/eventhandlers/disable_active_service_checks
usr/lib/nagios/plugins/eventhandlers/disable_notifications
usr/lib/nagios/plugins/eventhandlers/distributed-monitoring
usr/lib/nagios/plugins/eventhandlers/distributed-monitoring/obsessive_svc_handler
usr/lib/nagios/plugins/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
usr/lib/nagios/plugins/eventhandlers/enable_active_service_checks
usr/lib/nagios/plugins/eventhandlers/enable_notifications
usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1
usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1/handle-master-host-event
usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1/handle-master-proc-event
usr/lib/nagios/plugins/eventhandlers/submit_check_result
usr/lib/nagios/plugins/negate
usr/lib/nagios/plugins/urlize
usr/lib/nagios/plugins/utils.pm
usr/lib/nagios/plugins/utils.sh
#usr/share/locale/de/LC_MESSAGES/nagios-plugins.mo
#usr/share/locale/fr/LC_MESSAGES/nagios-plugins.mo

View File

@@ -1,3 +1,4 @@
#root/.rnd
usr/bin/nrpe
#usr/lib/nagios
usr/lib/nagios/check_nrpe

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,6 @@ my $unique=0;
my $mirror=1;
my %dlinfo=();
my $wgetContinueFlag="";
my $vendorid = $ARGV[0]; if (!defined($vendorid) || $vendorid eq '') { exit; }
my $sourceurl = $ARGV[1]; if (!defined($sourceurl) || $sourceurl eq '') { exit; }
@@ -57,16 +56,15 @@ if($restartdl == 0)
# this is a new download
exit if (-e "$repository/download/$vendorid/$updatefile");
# dotzball: Why is this necessary?
# hinder multiple downloads from starting simultaneously. Create empty "lock" file.
# TODO: Another thread may sneak in between these two commands - so not fool-proof, but good enough?
system("touch $repository/download/$vendorid/$updatefile");
$wgetContinueFlag = "-nc";
}
else
{
# this is a restart of a previous (unfinished) download
# -> continue download
$wgetContinueFlag = "-c";
&writelog("Continue download: $updatefile");
}
@@ -133,7 +131,9 @@ unless($restartdl)
{
# this is a new download
# -> download from scratch
unlink "$repository/download/$vendorid/$updatefile";
#already exited earlier if the file existed, and afterwards created this empty "lock", so if not empty now, another thread is already downloading it.
exit if ( -s "$repository/download/$vendorid/$updatefile" );
unlink "$repository/download/$vendorid/$updatefile.info";
}
@@ -147,7 +147,7 @@ $dlinfo{'REMOTESIZE'} = $remote_size;
$dlinfo{'STATUS'} = "1";
&UPDXLT::writehash("$repository/download/$vendorid/$updatefile.info", \%dlinfo);
my $cmd = "$UPDXLT::wget $login $dlrate --user-agent=\"$UPDXLT::useragent\" -q -P $repository/download/$vendorid $wgetContinueFlag $sourceurl";
my $cmd = "$UPDXLT::wget $login $dlrate --user-agent=\"$UPDXLT::useragent\" -q -P $repository/download/$vendorid --continue $sourceurl";
$_ = system("$cmd");
$ENV{'http_proxy'} = '';

View File

@@ -86,6 +86,8 @@ while (<>) {
&& ($source_url !~ m@\&@)
)
{
# NOTE: check_cache will change to $mirror instead of $unique if the filename contains an SHA1 hash
# and the URL is not found in cache!
$xlrator_url = &check_cache($source_url,$hostaddr,$username,"Microsoft",$unique);
}
@@ -345,7 +347,9 @@ sub check_cache
my $sourceurl=$_[0];
my $cfmirror=$_[4];
$sourceurl =~ s@\%2b@+@ig;
$sourceurl =~ s@\%2f@/@ig;
$sourceurl =~ s@\%7e@~@ig;
$updfile = substr($sourceurl,rindex($sourceurl,"/")+1);
$updfile =~ s@\%20@ @ig;
@@ -395,9 +399,20 @@ sub check_cache
)
{
&debuglog("File exists in cache and is up to date");
&debuglog("Retrieving file from cache ($updsource)");
&debuglog("Retrieving file from cache ($updsource) for $hostaddr");
&setcachestatus("$updcachedir/$vendorid/$uuid/access.log",time);
$cacheurl="http://$netsettings{'GREEN_ADDRESS'}:$http_port/updatecache/$vendorid/$uuid/$updfile";
}
elsif (
($cfmirror == $unique) &&
($vendorid == "microsoft") &&
($source_url =~ m@.*[0-9a-f]{40}\.[^\.]+@i)
)
{
# Most Microsoft updates now have an SHA1 hash in the name. These should be treated as unique files.
# Since it wasn't found in the URL cache, switch to mirror mode and try again using just the filename.
&debuglog("SHA1: $vendorid $uuid not cached. Reprocessing as mirror $sourceurl");
$cacheurl = &check_cache($source_url,$hostaddr,$username,$vendorid,$mirror);
}
else
{
@@ -412,7 +427,7 @@ sub check_cache
&debuglog("Free disk space: " . &diskfree($updcachedir));
&debuglog("Disk usage: " . &diskusage($updcachedir) . "% (max. $maxusage%)");
if (-e "$updcachedir/download/$vendorid/$updfile") { &debuglog("File download/$vendorid/$updfile exists"); }
&debuglog("Retrieving file from source ($updsource)");
&debuglog("Retrieving file from source ($updsource) for $hostaddr");
if ((!$passive_mode) && (&diskusage($updcachedir) <= $maxusage) && ($remote_size <= &diskfree($updcachedir)) && (!-e "$updcachedir/download/$vendorid/$updfile"))
{
&debuglog("Running command $nice$apphome/bin/download $vendorid $sourceurl $cfmirror &");

View File

@@ -687,6 +687,7 @@ WARNING: translation string unused: xtaccess all error
WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: Captive menu
WARNING: untranslated string: Scan for Songs
WARNING: untranslated string: addons
WARNING: untranslated string: bytes

View File

@@ -725,6 +725,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: Captive clients
WARNING: untranslated string: Captive menu
WARNING: untranslated string: Scan for Songs
WARNING: untranslated string: bytes
WARNING: untranslated string: captive

View File

@@ -621,6 +621,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -630,6 +630,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -698,6 +698,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -694,6 +694,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -621,6 +621,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -623,6 +623,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Add a route
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -706,6 +706,7 @@ WARNING: translation string unused: xtaccess bad transfert
WARNING: translation string unused: year-graph
WARNING: translation string unused: yearly firewallhits
WARNING: untranslated string: 24 hours
WARNING: untranslated string: Captive
WARNING: untranslated string: Captive ACTIVATE
WARNING: untranslated string: Captive GAIN ACCESS
WARNING: untranslated string: Captive WiFi coupon

View File

@@ -83,6 +83,7 @@
< bit
< block
< capabilities
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -116,7 +117,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr
@@ -793,6 +793,7 @@
< bit
< block
< capabilities
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -826,7 +827,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr
@@ -1504,6 +1504,7 @@
< advproxy group required
< application layer gateways
< block
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -1537,7 +1538,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr
@@ -1705,6 +1705,7 @@
< atm device
< block
< capabilities
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -1738,7 +1739,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr
@@ -1974,6 +1974,7 @@
< bit
< block
< capabilities
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -2007,7 +2008,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr
@@ -2672,6 +2672,7 @@
< bit
< block
< capabilities
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -2705,7 +2706,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr
@@ -3351,6 +3351,7 @@
############################################################################
< 24 hours
< application layer gateways
< Captive
< Captive 1day
< Captive 1month
< Captive 1week
@@ -3384,7 +3385,6 @@
< Captive logo_set
< Captive logo uploaded
< Captive mac
< Captive menu
< Captive noexpiretime
< Captive nolimit
< Captive nr

View File

@@ -237,7 +237,7 @@ if ($cgiparams{'ACTION'} eq 'delete-client') {
}
#open webpage, print header and open box
&Header::openpage($Lang::tr{'Captive menu'}, 1, '');
&Header::openpage($Lang::tr{'Captive'}, 1, '');
&Header::openbigbox();
# If an error message exists, show a box with the error message

View File

@@ -67,7 +67,7 @@ if ($fireinfosettings{'ENABLE_FIREINFO'} ne "on") {
<font color="$Header::colourred">
<p>
$Lang::tr{'fireinfo why descr1'}
$Lang::tr{'fireinfo why descr2'}<a href="http://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a>
$Lang::tr{'fireinfo why descr2'}<a href="https://fireinfo.ipfire.org" target="_blank">$Lang::tr{'fireinfo why read more'}</a>
</p>
</font>
END
@@ -122,7 +122,7 @@ print <<END;
<tr>
<td>$Lang::tr{'fireinfo your profile id'}:</td>
<td>
<a href="http://fireinfo.ipfire.org/profile/$profile_id" target="_blank">$profile_id</a>
<a href="https://fireinfo.ipfire.org/profile/$profile_id" target="_blank">$profile_id</a>
</td>
</tr>
<tr>

View File

@@ -259,9 +259,9 @@ if ($snortsettings{'OINKCODE'} ne "") {
if (!$errormessage) {
if ($snortsettings{'RULES'} eq 'subscripted') {
$url=" https://www.snort.org/rules/snortrules-snapshot-29110.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
$url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
} elsif ($snortsettings{'RULES'} eq 'registered') {
$url=" https://www.snort.org/rules/snortrules-snapshot-29110.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
$url=" https://www.snort.org/rules/snortrules-snapshot-29111.tar.gz?oinkcode=$snortsettings{'OINKCODE'}";
} elsif ($snortsettings{'RULES'} eq 'community') {
$url=" https://www.snort.org/rules/community";
} else {

View File

@@ -349,7 +349,7 @@ foreach $_ (@slice)
if($iface eq $country || $srcaddr ne '') {
my $ccode='';
if($iface ne $country) {
$ccode = $gi->country_code_by_name($srcaddr);
$ccode = &GeoIP::lookup($srcaddr);
}
if($iface eq $country || $ccode eq uc($country)) {
my $chain = '';

View File

@@ -304,6 +304,10 @@ if ($cgiparams{'LOGTYPE'} eq 'urlfilter')
if ($logsettings{'LOGVIEW_REVERSE'} eq 'on') { @slice = reverse @slice; }
if ($lines != 0) {
&oldernewer();
if ($lines)
{
@@ -369,7 +373,7 @@ if ($lines)
print "</table><br>\n";
}
}
&oldernewer();
&Header::closebox();

View File

@@ -8,6 +8,7 @@
'Add Rule' => 'Regel hinzufügen',
'Add a route' => 'Eine Route hinzufügen',
'Async logging enabled' => 'Aktiviere asynchrones Schreiben des Syslogs',
'Captive' => 'Captive-Portal',
'Captive 1day' => '1 Tag',
'Captive 1month' => '1 Monat',
'Captive 1week' => '1 Woche',
@@ -43,7 +44,6 @@
'Captive logo_upload' => 'Logo hochladen',
'Captive logo_upload1' => '(PNG, min. 1280x400, max. 1920x800)',
'Captive mac' => 'MAC-Adresse',
'Captive menu' => 'Captive-Portal',
'Captive noexpiretime' => 'Es wurde kein gültiger Verbindungszeitraum angegeben',
'Captive nolimit' => 'Unbegrenzt',
'Captive nr' => 'Nummer',

View File

@@ -8,6 +8,7 @@
'Add Rule' => 'Add rule',
'Add a route' => 'Add a route',
'Async logging enabled' => 'Enable asynchronous writing of the syslog file',
'Captive' => 'Captive Portal',
'Captive 1day' => '1 day',
'Captive 1month' => '1 month',
'Captive 1week' => '1 week',
@@ -42,7 +43,6 @@
'Captive logo uploaded' => 'Logo uploaded',
'Captive logo_set' => 'Current Logo',
'Captive mac' => 'MAC Address',
'Captive menu' => 'Captive Portal',
'Captive noexpiretime' => 'No valid connection time range given',
'Captive nolimit' => 'unlimited',
'Captive nr' => 'Number',

View File

@@ -94,7 +94,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
dd if=/dev/zero bs=1k count=2 > /install/cdrom/boot/isolinux/boot.catalog
ifneq "$(BUILD_PLATFORM)" "arm"
cp /boot/vmlinuz-$(KVER)-ipfire /install/cdrom/boot/isolinux/vmlinuz
dracut --force -a "installer" --strip --xz /install/cdrom/boot/isolinux/instroot $(KVER)-ipfire
dracut --force --early-microcode -a "installer" --strip --xz /install/cdrom/boot/isolinux/instroot $(KVER)-ipfire
cp $(DIR_SRC)/config/syslinux/boot.png /install/cdrom/boot/isolinux/boot.png
cp /usr/lib/memtest86+/memtest.bin /install/cdrom/boot/isolinux/memtest
cp /usr/share/ipfire-netboot/ipxe.lkrn /install/cdrom/boot/isolinux/netboot

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.32.3
VER = 2.54.3
THISAPP = glib-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 9bd3ac535c24b6c162be13b2c43c5adc
$(DL_FILE)_MD5 = 16e886ad677bf07b7d48eb8188bcf759
install : $(TARGET)

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.8
VER = 1.9
THISAPP = gzip-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = f7caabb65cddc1a4165b398009bd05b9
$(DL_FILE)_MD5 = 9492c6ccb2239ff679a5475a7bb543ed
install : $(TARGET)

View File

@@ -24,7 +24,7 @@
include Config
VER = 9.52
VER = 9.53
THISAPP = hdparm-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 410539d0bf3cc247181594581edbfb53
$(DL_FILE)_MD5 = 1e54b52e0c8cb79389d4d47eacba411d
install : $(TARGET)

View File

@@ -134,9 +134,6 @@ $(TARGET) :
ln -sf ../init.d/random /etc/rc.d/rc3.d/S25random
ln -sf ../init.d/random /etc/rc.d/rc6.d/K45random
ln -sf ../../sysconfig/rc.local /etc/rc.d/rc3.d/S98rc.local
ln -sf ../init.d/mediatomb /etc/rc.d/rc3.d/S98mediatomb
ln -sf ../init.d/mediatomb /etc/rc.d/rc0.d/K02mediatomb
ln -sf ../init.d/mediatomb /etc/rc.d/rc6.d/K02mediatomb
ln -sf ../init.d/client175 /etc/rc.d/rc0.d/K34client175
ln -sf ../init.d/client175 /etc/rc.d/rc3.d/S66client175
ln -sf ../init.d/client175 /etc/rc.d/rc6.d/K34client175

View File

@@ -62,7 +62,7 @@ ifneq "$(KCFG)" "-rpi"
ifneq "$(KCFG)" "-pae"
# Create initramfs images
dracut --force --verbose --strip --xz /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
dracut --force --early-microcode --verbose --strip --xz /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX)
ifeq "$(KCFG)" "-kirkwood"
cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(VERSUFIX)

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,17 +24,19 @@
include Config
VER = 0.12.1
VER = 1.10
THISAPP = mediatomb-$(VER)
THISAPP = mdns-repeater-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mediatomb
PAK_VER = 6
PROG = mdns-repeater
PAK_VER = 1
DEPS = "ffmpeg libexif taglib "
DEPS = ""
CFLAGS += -DHGVERSION='\"$(VER)\"'
###############################################################################
# Top-level Rules
@@ -44,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = e927dd5dc52d3cfcebd8ca1af6f0d3c2
$(DL_FILE)_MD5 = 6dba5f891b50c2267f45a7760894fcb6
install : $(TARGET)
@@ -76,18 +78,12 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install
cp -Rvd $(DIR_SRC)/config/mediatomb /var/ipfire
chown -R nobody:nobody /var/ipfire/mediatomb
install -v -m 644 $(DIR_SRC)/config/backup/includes/mediatomb \
/var/ipfire/backup/addons/includes/mediatomb
echo Folder for music files > /var/mp3/info
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && make $(MAKETUNING) CFLAGS="$(CFLAGS)"
cd $(DIR_APP) && install -v -m 755 mdns-repeater /usr/bin
#install initscripts
$(call INSTALL_INITSCRIPT,mediatomb)
# install initscripts
$(call INSTALL_INITSCRIPT,mdns-repeater)
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -1,102 +0,0 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
###############################################################################
# Definitions
###############################################################################
include Config
VER = 7.0.11
THISAPP = owncloud-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = owncloud
PAK_VER = 7
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 1f4839e43bc910a9acd8700fb9923b3a
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
@$(CHECK)
$(patsubst %,$(DIR_DL)/%,$(objects)) :
@$(LOAD)
$(subst %,%_MD5,$(objects)) :
@$(MD5)
###############################################################################
# Installation Details
###############################################################################
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_SRC)/$(PROG) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_SRC) && cp -vrf owncloud /srv/web/
# Rename files with spaces in the name.
while read -r file; do \
mv -v "$${file}" "$${file//\ /_}"; \
done <<< "$$(find /srv/web/owncloud | grep ' ')"
# Create data directory
mkdir -pv /var/owncloud/data
ln -s /var/owncloud/data /srv/web/owncloud/data
# Make sure everything is owned by root, except...
chown -R root.root /srv/web/owncloud
chown -R nobody.nobody /srv/web/owncloud/{apps,data,config}
install -v -m644 $(DIR_SRC)/config/owncloud/owncloud.conf \
/etc/httpd/conf/vhosts.d/
install -v -m 644 $(DIR_SRC)/config/backup/includes/owncloud \
/var/ipfire/backup/addons/includes/owncloud
@rm -rf $(DIR_SRC)/$(PROG)
@$(POSTBUILD)

140
lfs/php
View File

@@ -1,140 +0,0 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
###############################################################################
# Definitions
###############################################################################
include Config
VER = 5.3.27
THISAPP = php-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
ifeq "$(BUILD_PLATFORM)" "arm"
CFLAGS := $(patsubst -march=%,,$(CFLAGS))
endif
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE) idn-0.1.tgz Log-1.9.11.tgz
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
idn-0.1.tgz = $(DL_FROM)/idn-0.1.tgz
Log-1.9.11.tgz = $(DL_FROM)/Log-1.9.11.tgz
$(DL_FILE)_MD5 = 25ae23a5b9615fe8d33de5b63e1bb788
idn-0.1.tgz_MD5 = ef8635ec22348325a76abd2abddca4a1
Log-1.9.11.tgz_MD5 = fb7c648b212f12fdb5ce1ab687793513
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
###############################################################################
# Downloading, checking, md5sum
###############################################################################
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
@$(CHECK)
$(patsubst %,$(DIR_DL)/%,$(objects)) :
@$(LOAD)
$(subst %,%_MD5,$(objects)) :
@$(MD5)
###############################################################################
# Installation Details
###############################################################################
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) $(DIR_SRC)/idn-* $(DIR_SRC)/Log-* $(DIR_SRC)/package.xml && \
cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr \
--sysconfdir=/etc \
--with-apxs2 \
--enable-force-cgi-redirect \
--enable-discard-path \
--enable-fastcgi \
--with-config-file-path=/etc \
--with-openssl \
--with-kerberos \
--with-zlib \
--enable-bcmath \
--with-bz2 \
--enable-calendar \
--with-curl \
--with-curlwrappers \
--enable-dba=shared \
--with-gdbm \
--with-db4 \
--with-inifile \
--with-flatfile \
--enable-exif \
--enable-ftp \
--with-openssl-dir=/usr \
--with-gd=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-freetype-dir=/usr \
--with-gettext \
--with-gmp \
--enable-mbstring \
--with-mysql \
--with-mysql-sock=/var/run/mysql \
--with-ncurses \
--with-pdo-mysql \
--with-pdo-sqlite \
--with-readline \
--enable-sockets \
--with-xsl \
--with-iconv \
--enable-zip
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
cd $(DIR_APP) && install -v -m644 $(DIR_SRC)/config/php/php.ini /etc/php.ini
-grep -v libphp5.so < /etc/httpd/conf/httpd.conf > /etc/httpd/conf/httpd.conf.bak
mv -f /etc/httpd/conf/httpd.conf.bak /etc/httpd/conf/httpd.conf
cd $(DIR_SRC) && tar xfz $(DIR_DL)/idn-0.1.tgz
-rm -f $(DIR_SRC)/package.xml
cd $(DIR_SRC)/idn-* && phpize
cd $(DIR_SRC)/idn-* && ./configure --prefix=/usr --with-idn
cd $(DIR_SRC)/idn-* && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_SRC)/idn-* && make install
cd $(DIR_SRC) && tar xfz $(DIR_DL)/Log-1.9.11.tgz
-rm -f $(DIR_SRC)/package.xml
cd $(DIR_SRC)/Log-* && cp -av Log Log.php /usr/lib/php
@rm -rf $(DIR_APP) $(DIR_SRC)/idn-* $(DIR_SRC)/Log-* $(DIR_SRC)/package.xml
@$(POSTBUILD)

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.9.11
VER = 2.9.11.1
THISAPP = snort-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 4f3ee0c2ad330e487273016efd0c9d64
$(DL_FILE)_MD5 = 378e3938b2b5c8e358f942d0ffce18cc
install : $(TARGET)

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2017 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
VER = 0.3.1.9
VER = 0.3.2.9
THISAPP = tor-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tor
PAK_VER = 25
PAK_VER = 26
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 585e62d086ae7df7cd873f735d726118
$(DL_FILE)_MD5 = 9aafe4d11464548346fdfb95a3eb9e83
install : $(TARGET)

View File

@@ -537,7 +537,7 @@ entershell() {
fi
echo "Entering to a shell inside LFS chroot, go out with exit"
local PS1="ipfire build chroot ($(uname -m)) \u:\w\$ "
local PS1="ipfire build chroot (${BUILD_ARCH}) \u:\w\$ "
if enterchroot bash -i; then
stdumount
@@ -1120,6 +1120,7 @@ buildipfire() {
lfsmake2 linux-initrd KCFG="-kirkwood"
;;
esac
lfsmake2 intel-microcode
lfsmake2 xtables-addons USPACE="1"
lfsmake2 openssl
[ "${BUILD_ARCH}" = "i586" ] && lfsmake2 openssl KCFG='-sse2'
@@ -1178,7 +1179,6 @@ buildipfire() {
lfsmake2 cyrus-sasl
lfsmake2 openldap
lfsmake2 apache2
lfsmake2 php
lfsmake2 web-user-interface
lfsmake2 flag-icons
lfsmake2 jquery
@@ -1410,7 +1410,6 @@ buildipfire() {
lfsmake2 streamripper
lfsmake2 sshfs
lfsmake2 taglib
#lfsmake2 mediatomb
lfsmake2 sslh
lfsmake2 perl-gettext
lfsmake2 perl-Sort-Naturally
@@ -1488,7 +1487,6 @@ buildipfire() {
lfsmake2 iptraf-ng
lfsmake2 iotop
lfsmake2 stunnel
lfsmake2 owncloud
lfsmake2 bacula
lfsmake2 batctl
lfsmake2 perl-Font-TTF
@@ -1518,6 +1516,7 @@ buildipfire() {
lfsmake2 perl-Net-IP
lfsmake2 wio
lfsmake2 iftop
lfsmake2 mdns-repeater
}
buildinstaller() {

View File

@@ -0,0 +1,48 @@
#!/bin/sh
########################################################################
# Begin $rc_base/init.d/mdns-repeater
########################################################################
. /etc/sysconfig/rc
. ${rc_functions}
eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
INTERFACES=
if [ -n "${GREEN_DEV}" ]; then
INTERFACES="${INTERFACES} ${GREEN_DEV}"
fi
if [ -n "${BLUE_DEV}" ]; then
INTERFACES="${INTERFACES} ${BLUE_DEV}"
fi
case "${1}" in
start)
boot_mesg "Starting Multicast DNS Repeater..."
loadproc /usr/bin/mdns-repeater ${INTERFACES}
;;
stop)
boot_mesg "Stopping Multicast DNS Repeater..."
killproc /usr/bin/mdns-repeater
;;
restart)
${0} stop
sleep 1
${0} start
;;
status)
statusproc /usr/bin/mdns-repeater
;;
*)
echo "Usage: ${0} {start|stop|restart|status}"
exit 1
;;
esac
# End $rc_base/init.d/mdns-repeater

View File

@@ -1,53 +0,0 @@
#!/bin/sh
########################################################################
# Begin $rc_base/init.d/
#
# Description : mediatomb initscript
#
# Authors : Arne Fitzenreiter
#
# Version : 01.00
#
# Notes : for www.ipfire.org - GPLv3
#
########################################################################
. /etc/sysconfig/rc
. ${rc_functions}
case "$1" in
start)
boot_mesg "Starting mediatomb uPnP Mediaserver..."
route add -net 239.0.0.0 netmask 255.0.0.0 green0
loadproc /usr/bin/mediatomb -u nobody -g nobody \
-c /var/ipfire/mediatomb/config.xml \
-l /var/log/mediatomb.log \
-e green0 $2 $3 $4 $5 $6 $7 -d
evaluate_retval
;;
stop)
boot_mesg "Stopping mediatomb uPnP Mediaserver..."
killproc /usr/bin/mediatomb
evaluate_retval
route del -net 239.0.0.0 netmask 255.0.0.0 green0
;;
restart)
${0} stop
sleep 1
${0} start
;;
status)
statusproc /usr/bin/mediatomb
;;
*)
echo "Usage: ${0} {start|stop|init|status}"
exit 1
;;
esac
# End $rc_base/init.d/

View File

@@ -60,7 +60,7 @@ depmod -a $KVER-ipfire-pae
#
# Made initramdisk
#
/usr/bin/dracut --force --xz /boot/initramfs-$KVER-ipfire-pae.img $KVER-ipfire-pae
/usr/bin/dracut --early-microcode --force --xz /boot/initramfs-$KVER-ipfire-pae.img $KVER-ipfire-pae
if [ -e /boot/grub/grub.cfg ]; then
#

View File

@@ -22,5 +22,16 @@
############################################################################
#
. /opt/pakfire/lib/functions.sh
extract_files
restore_backup ${NAME}
# create startlinks
ln -sf ../init.d/mdns-repeater /etc/rc.d/rc0.d/K20mdns-repeater
ln -sf ../init.d/mdns-repeater /etc/rc.d/rc3.d/S99mdns-repeater
ln -sf ../init.d/mdns-repeater /etc/rc.d/rc6.d/K20mdns-repeater
# Start the service.
start_service --background ${NAME}
exit 0

View File

@@ -25,3 +25,8 @@
stop_service ${NAME}
make_backup ${NAME}
remove_files
# Remove all start links.
rm -rf /etc/rc.d/rc*.d/*mdns-repeater
exit 0

View File

@@ -22,5 +22,6 @@
############################################################################
#
. /opt/pakfire/lib/functions.sh
./uninstall.sh
./install.sh

View File

@@ -1,27 +0,0 @@
#!/bin/bash
############################################################################
# #
# This file is part of the IPFire Firewall. #
# #
# IPFire is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# IPFire is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2007 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
./uninstall.sh
./install.sh
/etc/init.d/mediatomb start

View File

@@ -1,44 +0,0 @@
#!/bin/bash
############################################################################
# #
# This file is part of the IPFire Firewall. #
# #
# IPFire is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# IPFire is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2007 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
extract_files
restore_backup ${NAME}
# Fix permissions.
chmod 777 /srv/web/owncloud/apps
chmod 777 /srv/web/owncloud/config
# Create data directory.
mkdir -p /var/owncloud/data
chown -R nobody:nobody /var/owncloud
# Import web interface certificates if none exist.
if [ ! -e "/etc/httpd/owncloud.crt" ] && [ ! -e "/etc/httpd/owncloud.key" ]; then
cat /etc/httpd/server.crt > /etc/httpd/owncloud.crt
cat /etc/httpd/server.key > /etc/httpd/owncloud.key
fi
/etc/init.d/apache reload
exit 0

View File

@@ -1,30 +0,0 @@
#!/bin/bash
############################################################################
# #
# This file is part of the IPFire Firewall. #
# #
# IPFire is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# IPFire is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2007 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
make_backup ${NAME}
remove_files
/etc/init.d/apache reload
exit 0

View File

@@ -24,4 +24,4 @@
#
KVER=`uname -r | cut -d"-" -f1`
dracut --force --verbose /boot/ipfirerd-$KVER.img $KVER-ipfire
dracut --early-microcode --force --verbose /boot/ipfirerd-$KVER.img $KVER-ipfire