Merge branch 'next' into initscripts-cleanup

This commit is contained in:
Jonatan Schlag
2017-03-03 14:56:35 +01:00
57 changed files with 1818 additions and 571 deletions

View File

@@ -19,9 +19,8 @@ KeepAliveTimeout 15
MinSpareServers 1
MaxSpareServers 10
StartServers 1
MaxClients 10
MaxRequestsPerChild 100
StartServers 2
MaxClients 1000
#
# The following directives modify normal HTTP response behavior to

View File

@@ -8,7 +8,7 @@ usr/bin/sensors-conf-convert
#usr/lib/libsensors.a
usr/lib/libsensors.so
usr/lib/libsensors.so.4
usr/lib/libsensors.so.4.3.2
usr/lib/libsensors.so.4.4.0
#usr/man/man1/sensors.1
#usr/man/man3/libsensors.3
#usr/man/man5/sensors.conf.5
@@ -17,6 +17,7 @@ usr/lib/libsensors.so.4.3.2
#usr/man/man8/isadump.8
#usr/man/man8/isaset.8
#usr/man/man8/pwmconfig.8
#usr/man/man8/sensors-conf-convert.8
#usr/man/man8/sensors-detect.8
usr/sbin/fancontrol
usr/sbin/pwmconfig

View File

@@ -28,9 +28,8 @@ usr/lib/libattr.so.1.1.0
#usr/share/man/man1/attr.1
#usr/share/man/man1/getfattr.1
#usr/share/man/man1/setfattr.1
#usr/share/man/man2/flistxattr.2
#usr/share/man/man2/fremovexattr.2
#usr/share/man/man2/lgetxattr.2
#usr/share/man/man2/fgetxattr.2
#usr/share/man/man2/fsetxattr.2
#usr/share/man/man3/attr_get.3
#usr/share/man/man3/attr_getf.3
#usr/share/man/man3/attr_list.3

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ usr/bin/sensors-conf-convert
#usr/lib/libsensors.a
usr/lib/libsensors.so
usr/lib/libsensors.so.4
usr/lib/libsensors.so.4.3.2
usr/lib/libsensors.so.4.4.0
#usr/man/man1/sensors.1
#usr/man/man3/libsensors.3
#usr/man/man5/sensors.conf.5
@@ -17,6 +17,7 @@ usr/lib/libsensors.so.4.3.2
#usr/man/man8/isadump.8
#usr/man/man8/isaset.8
#usr/man/man8/pwmconfig.8
#usr/man/man8/sensors-conf-convert.8
#usr/man/man8/sensors-detect.8
usr/sbin/fancontrol
usr/sbin/isadump

View File

@@ -1138,8 +1138,8 @@ usr/lib/libquadmath.so.0.0.0
#usr/lib/libssp.a
#usr/lib/libssp.la
#usr/lib/libssp.so
#usr/lib/libssp.so.0
#usr/lib/libssp.so.0.0.0
usr/lib/libssp.so.0
usr/lib/libssp.so.0.0.0
#usr/lib/libssp_nonshared.a
#usr/lib/libssp_nonshared.la
#usr/lib/libstdc++.a

View File

@@ -8,7 +8,7 @@ usr/bin/sensors-conf-convert
#usr/lib/libsensors.a
usr/lib/libsensors.so
usr/lib/libsensors.so.4
usr/lib/libsensors.so.4.3.2
usr/lib/libsensors.so.4.4.0
#usr/man/man1/sensors.1
#usr/man/man3/libsensors.3
#usr/man/man5/sensors.conf.5
@@ -17,6 +17,7 @@ usr/lib/libsensors.so.4.3.2
#usr/man/man8/isadump.8
#usr/man/man8/isaset.8
#usr/man/man8/pwmconfig.8
#usr/man/man8/sensors-conf-convert.8
#usr/man/man8/sensors-detect.8
usr/sbin/fancontrol
usr/sbin/isadump

View File

@@ -0,0 +1 @@
../../../../common/armv5tel/lm_sensors

View File

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

View File

@@ -0,0 +1,10 @@
etc/system-release
etc/issue
etc/httpd/conf/server-tuning.conf
etc/rc.d/init.d/unbound
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
usr/lib/libssp.so.0
usr/lib/libssp.so.0.0.0
usr/local/bin/xt_geoip_update
var/ipfire/langs

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
../../../../common/i586//lm_sensors

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
../../../../common/x86_64//lm_sensors

View File

@@ -0,0 +1,67 @@
#!/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 3 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) 2017 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
core=110
# Remove old core updates from pakfire cache to save space...
for (( i=1; i<=$core; i++ )); do
rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
done
# Stop services
/etc/init.d/squid stop
/etc/init.d/unbound stop
# Extract files
extract_files
# update linker config
ldconfig
# Update Language cache
/usr/local/bin/update-lang-cache
# Start services
/etc/init.d/unbound start
/etc/init.d/sshd restart
/etc/init.d/squid start
# This update need a reboot...
#touch /var/run/need_reboot
# Finish
/etc/init.d/fireinfo start
sendprofile
# Update grub config to display new core version
if [ -e /boot/grub/grub.cfg ]; then
grub-mkconfig -o /boot/grub/grub.cfg
fi
sync
# Don't report the exitcode last command
exit 0

View File

@@ -0,0 +1,30 @@
boot/config.txt
boot/grub/grub.cfg
boot/grub/grubenv
etc/alternatives
etc/collectd.custom
etc/default/grub
etc/ipsec.conf
etc/ipsec.secrets
etc/ipsec.user.conf
etc/ipsec.user.secrets
etc/localtime
etc/shadow
etc/snort/snort.conf
etc/ssh/ssh_config
etc/ssh/sshd_config
etc/ssl/openssl.cnf
etc/sudoers
etc/sysconfig/firewall.local
etc/sysconfig/rc.local
etc/udev/rules.d/30-persistent-network.rules
srv/web/ipfire/html/proxy.pac
var/ipfire/dma
var/ipfire/time
var/ipfire/ovpn
var/lib/alternatives
var/log/cache
var/log/dhcpcd.log
var/log/messages
var/state/dhcp/dhcpd.leases
var/updatecache

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -7,7 +7,7 @@ etc/avahi/services
etc/avahi/services/sftp-ssh.service
etc/avahi/services/smb.service
etc/avahi/services/ssh.service
#etc/dbus-1/system.d/avahi-dbus.conf
etc/dbus-1/system.d/avahi-dbus.conf
etc/rc.d/init.d/avahi
usr/bin/avahi-browse
usr/bin/avahi-browse-domains
@@ -91,21 +91,23 @@ usr/lib/python2.7/site-packages/avahi/ServiceTypeDatabase.py
usr/sbin/avahi-autoipd
usr/sbin/avahi-daemon
usr/sbin/avahi-dnsconfd
#usr/share/applications
usr/share/avahi
usr/share/avahi/avahi-service.dtd
usr/share/avahi/service-types
#usr/share/dbus-1/interfaces
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.AddressResolver.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.DomainBrowser.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.EntryGroup.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.HostNameResolver.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.RecordBrowser.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.Server.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceBrowser.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceResolver.xml
#usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml
#usr/share/dbus-1/system-services
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.AddressResolver.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.DomainBrowser.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.EntryGroup.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.HostNameResolver.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.RecordBrowser.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.Server.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceBrowser.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceResolver.xml
usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml
#usr/share/locale/ach
#usr/share/locale/ach/LC_MESSAGES
#usr/share/locale/ach/LC_MESSAGES/avahi.mo
#usr/share/locale/ar/LC_MESSAGES/avahi.mo
#usr/share/locale/bg/LC_MESSAGES/avahi.mo
#usr/share/locale/ca/LC_MESSAGES/avahi.mo
#usr/share/locale/cs/LC_MESSAGES/avahi.mo
@@ -118,7 +120,10 @@ usr/share/avahi/service-types
#usr/share/locale/en_NZ
#usr/share/locale/en_NZ/LC_MESSAGES
#usr/share/locale/en_NZ/LC_MESSAGES/avahi.mo
#usr/share/locale/eo/LC_MESSAGES/avahi.mo
#usr/share/locale/es/LC_MESSAGES/avahi.mo
#usr/share/locale/et/LC_MESSAGES/avahi.mo
#usr/share/locale/fa/LC_MESSAGES/avahi.mo
#usr/share/locale/fi/LC_MESSAGES/avahi.mo
#usr/share/locale/fo
#usr/share/locale/fo/LC_MESSAGES
@@ -130,16 +135,20 @@ usr/share/avahi/service-types
#usr/share/locale/id/LC_MESSAGES/avahi.mo
#usr/share/locale/it/LC_MESSAGES/avahi.mo
#usr/share/locale/ja/LC_MESSAGES/avahi.mo
#usr/share/locale/ko/LC_MESSAGES/avahi.mo
#usr/share/locale/lv/LC_MESSAGES/avahi.mo
#usr/share/locale/ms/LC_MESSAGES/avahi.mo
#usr/share/locale/nl/LC_MESSAGES/avahi.mo
#usr/share/locale/pl/LC_MESSAGES/avahi.mo
#usr/share/locale/pt_BR/LC_MESSAGES/avahi.mo
#usr/share/locale/ro/LC_MESSAGES/avahi.mo
#usr/share/locale/ru/LC_MESSAGES/avahi.mo
#usr/share/locale/sk/LC_MESSAGES/avahi.mo
#usr/share/locale/sl/LC_MESSAGES/avahi.mo
#usr/share/locale/sr/LC_MESSAGES/avahi.mo
#usr/share/locale/sr@latin/LC_MESSAGES/avahi.mo
#usr/share/locale/sv/LC_MESSAGES/avahi.mo
#usr/share/locale/tr/LC_MESSAGES/avahi.mo
#usr/share/locale/uk/LC_MESSAGES/avahi.mo
#usr/share/locale/zh_CN/LC_MESSAGES/avahi.mo
#usr/share/locale/zh_TW/LC_MESSAGES/avahi.mo

View File

@@ -1,3 +1,4 @@
etc/dbus-1/system.d/cups.conf
etc/pam.d/cups
etc/rc.d/init.d/cups
#etc/rc0.d
@@ -15,6 +16,7 @@ usr/bin/cancel
#usr/bin/cups-config
usr/bin/cupstestdsc
usr/bin/cupstestppd
usr/bin/ippfind
usr/bin/ipptool
usr/bin/lp
usr/bin/lpoptions
@@ -45,8 +47,11 @@ usr/bin/ppdpo
#usr/include/cups/versioning.h
usr/lib/cups
usr/lib/cups/backend
usr/lib/cups/backend/dnssd
usr/lib/cups/backend/http
usr/lib/cups/backend/https
usr/lib/cups/backend/ipp
usr/lib/cups/backend/ipps
usr/lib/cups/backend/lpd
usr/lib/cups/backend/smb
usr/lib/cups/backend/snmp
@@ -77,6 +82,7 @@ usr/lib/cups/monitor
usr/lib/cups/monitor/bcp
usr/lib/cups/monitor/tbcp
usr/lib/cups/notifier
usr/lib/cups/notifier/dbus
usr/lib/cups/notifier/mailto
usr/lib/cups/notifier/rss
#usr/lib/libcups.so
@@ -103,7 +109,6 @@ usr/sbin/lpc
usr/sbin/lpinfo
usr/sbin/lpmove
usr/sbin/reject
#usr/share/applications/cups.desktop
usr/share/cups
usr/share/cups/banners
usr/share/cups/data
@@ -717,6 +722,7 @@ usr/share/locale/ru/cups_ru.po
#usr/share/man/man1/cups.1.gz
#usr/share/man/man1/cupstestdsc.1.gz
#usr/share/man/man1/cupstestppd.1.gz
#usr/share/man/man1/ippfind.1.gz
#usr/share/man/man1/ipptool.1.gz
#usr/share/man/man1/lp.1.gz
#usr/share/man/man1/lpoptions.1.gz

View File

@@ -479,6 +479,7 @@ usr/share/ppd/Epson
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-322_323_325_Series-epson-escpr-en.ppd
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-330_Series-epson-escpr-en.ppd
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-332_335_Series-epson-escpr-en.ppd
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-340_Series-epson-escpr-en.ppd
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-342_343_345_Series-epson-escpr-en.ppd
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-400_Series-epson-escpr-en.ppd
#usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-XP-402_403_405_406_Series-epson-escpr-en.ppd

View File

@@ -1,7 +1,5 @@
usr/bin/bdftops
usr/bin/dvipdf
usr/bin/eps2eps
usr/bin/fixmswrd.pl
usr/bin/font2c
usr/bin/gs
usr/bin/gsbj
@@ -13,9 +11,9 @@ usr/bin/gsnd
usr/bin/lprsetup.sh
usr/bin/pdf2dsc
usr/bin/pdf2ps
usr/bin/pdfopt
usr/bin/pf2afm
usr/bin/pfbtopfa
usr/bin/pphs
usr/bin/printafm
usr/bin/ps2ascii
usr/bin/ps2epsi
@@ -25,512 +23,272 @@ usr/bin/ps2pdf13
usr/bin/ps2pdf14
usr/bin/ps2pdfwr
usr/bin/ps2ps
usr/bin/pv.sh
usr/bin/ps2ps2
usr/bin/unix-lpr.sh
usr/bin/wftopfa
usr/lib/cups/filter/pstopxl
usr/lib/cups/filter/pstoraster
#usr/man/de
#usr/man/de/man1
#usr/man/de/man1/dvipdf.1
#usr/man/de/man1/eps2eps.1
#usr/man/de/man1/font2c.1
#usr/man/de/man1/gsbj.1
#usr/man/de/man1/gsdj.1
#usr/man/de/man1/gsdj500.1
#usr/man/de/man1/gslj.1
#usr/man/de/man1/gsnd.1
#usr/man/de/man1/pdf2dsc.1
#usr/man/de/man1/pdf2ps.1
#usr/man/de/man1/pdfopt.1
#usr/man/de/man1/printafm.1
#usr/man/de/man1/ps2ascii.1
#usr/man/de/man1/ps2pdf.1
#usr/man/de/man1/ps2pdf12.1
#usr/man/de/man1/ps2pdf13.1
#usr/man/de/man1/ps2ps.1
#usr/man/de/man1/wftopfa.1
#usr/man/man1/dvipdf.1
#usr/man/man1/eps2eps.1
#usr/man/man1/font2c.1
#usr/man/man1/gs.1
#usr/man/man1/gsbj.1
#usr/man/man1/gsdj.1
#usr/man/man1/gsdj500.1
#usr/man/man1/gslj.1
#usr/man/man1/gslp.1
#usr/man/man1/gsnd.1
#usr/man/man1/pdf2dsc.1
#usr/man/man1/pdf2ps.1
#usr/man/man1/pdfopt.1
#usr/man/man1/pf2afm.1
#usr/man/man1/pfbtopfa.1
#usr/man/man1/printafm.1
#usr/man/man1/ps2ascii.1
#usr/man/man1/ps2epsi.1
#usr/man/man1/ps2pdf.1
#usr/man/man1/ps2pdf12.1
#usr/man/man1/ps2pdf13.1
#usr/man/man1/ps2pdfwr.1
#usr/man/man1/ps2ps.1
#usr/man/man1/wftopfa.1
usr/share/cups/model/pxlcolor.ppd
usr/share/cups/model/pxlmono.ppd
#usr/share/ghostscript
#usr/share/ghostscript/8.15
#usr/share/ghostscript/8.15/Resource
#usr/share/ghostscript/8.15/Resource/CMap
usr/share/ghostscript/8.15/Resource/CMap/78-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/78-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/78-H
usr/share/ghostscript/8.15/Resource/CMap/78-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/78-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/78-V
usr/share/ghostscript/8.15/Resource/CMap/78ms-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/78ms-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/83pv-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/90ms-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/90ms-RKSJ-UCS2
usr/share/ghostscript/8.15/Resource/CMap/90ms-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/90msp-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/90msp-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-UCS2
usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-UCS2C
usr/share/ghostscript/8.15/Resource/CMap/90pv-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/Add-H
usr/share/ghostscript/8.15/Resource/CMap/Add-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/Add-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/Add-V
usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-B5pc
usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-H-CID
usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-H-Host
usr/share/ghostscript/8.15/Resource/CMap/Adobe-CNS1-H-Mac
usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-GBK-EUC
usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-GBpc-EUC
usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-H-CID
usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-H-Host
usr/share/ghostscript/8.15/Resource/CMap/Adobe-GB1-H-Mac
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-0
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-1
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-2
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-90ms-RKSJ
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-90pv-RKSJ
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-H-CID
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-H-Host
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-H-Mac
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-PS-H
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-PS-V
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Japan1-UCS2
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-H-CID
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-H-Host
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-KSCms-UHC
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-KSCpc-EUC
usr/share/ghostscript/8.15/Resource/CMap/Adobe-Korea1-UCS2
usr/share/ghostscript/8.15/Resource/CMap/B5pc-H
usr/share/ghostscript/8.15/Resource/CMap/B5pc-UCS2
usr/share/ghostscript/8.15/Resource/CMap/B5pc-UCS2C
usr/share/ghostscript/8.15/Resource/CMap/B5pc-V
usr/share/ghostscript/8.15/Resource/CMap/CNS-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/CNS-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/ETHK-B5-H
usr/share/ghostscript/8.15/Resource/CMap/ETHK-B5-V
usr/share/ghostscript/8.15/Resource/CMap/ETen-B5-H
usr/share/ghostscript/8.15/Resource/CMap/ETen-B5-UCS2
usr/share/ghostscript/8.15/Resource/CMap/ETen-B5-V
usr/share/ghostscript/8.15/Resource/CMap/ETenms-B5-H
usr/share/ghostscript/8.15/Resource/CMap/ETenms-B5-V
usr/share/ghostscript/8.15/Resource/CMap/EUC-H
usr/share/ghostscript/8.15/Resource/CMap/EUC-V
usr/share/ghostscript/8.15/Resource/CMap/Ext-H
usr/share/ghostscript/8.15/Resource/CMap/Ext-RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/Ext-RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/Ext-V
usr/share/ghostscript/8.15/Resource/CMap/GB-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/GB-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/GBK-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/GBK-EUC-UCS2
usr/share/ghostscript/8.15/Resource/CMap/GBK-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/GBK2K-H
usr/share/ghostscript/8.15/Resource/CMap/GBK2K-V
usr/share/ghostscript/8.15/Resource/CMap/GBKp-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/GBKp-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/GBT-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/GBT-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-UCS2
usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-UCS2C
usr/share/ghostscript/8.15/Resource/CMap/GBpc-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/H
usr/share/ghostscript/8.15/Resource/CMap/HKdla-B5-H
usr/share/ghostscript/8.15/Resource/CMap/HKdla-B5-V
usr/share/ghostscript/8.15/Resource/CMap/HKdlb-B5-H
usr/share/ghostscript/8.15/Resource/CMap/HKdlb-B5-V
usr/share/ghostscript/8.15/Resource/CMap/HKgccs-B5-H
usr/share/ghostscript/8.15/Resource/CMap/HKgccs-B5-V
usr/share/ghostscript/8.15/Resource/CMap/HKm314-B5-H
usr/share/ghostscript/8.15/Resource/CMap/HKm314-B5-V
usr/share/ghostscript/8.15/Resource/CMap/HKm471-B5-H
usr/share/ghostscript/8.15/Resource/CMap/HKm471-B5-V
usr/share/ghostscript/8.15/Resource/CMap/HKscs-B5-H
usr/share/ghostscript/8.15/Resource/CMap/HKscs-B5-V
usr/share/ghostscript/8.15/Resource/CMap/Hankaku
usr/share/ghostscript/8.15/Resource/CMap/Hiragana
usr/share/ghostscript/8.15/Resource/CMap/Identity-H
usr/share/ghostscript/8.15/Resource/CMap/Identity-V
usr/share/ghostscript/8.15/Resource/CMap/KSC-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/KSC-EUC-V
usr/share/ghostscript/8.15/Resource/CMap/KSC-Johab-H
usr/share/ghostscript/8.15/Resource/CMap/KSC-Johab-V
usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-H
usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-HW-H
usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-HW-V
usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-UCS2
usr/share/ghostscript/8.15/Resource/CMap/KSCms-UHC-V
usr/share/ghostscript/8.15/Resource/CMap/KSCpc-EUC-H
usr/share/ghostscript/8.15/Resource/CMap/KSCpc-EUC-UCS2
usr/share/ghostscript/8.15/Resource/CMap/KSCpc-EUC-UCS2C
usr/share/ghostscript/8.15/Resource/CMap/Katakana
usr/share/ghostscript/8.15/Resource/CMap/NWP-H
usr/share/ghostscript/8.15/Resource/CMap/NWP-V
usr/share/ghostscript/8.15/Resource/CMap/RKSJ-H
usr/share/ghostscript/8.15/Resource/CMap/RKSJ-V
usr/share/ghostscript/8.15/Resource/CMap/Roman
usr/share/ghostscript/8.15/Resource/CMap/UCS2-90ms-RKSJ
usr/share/ghostscript/8.15/Resource/CMap/UCS2-90pv-RKSJ
usr/share/ghostscript/8.15/Resource/CMap/UCS2-B5pc
usr/share/ghostscript/8.15/Resource/CMap/UCS2-GBK-EUC
usr/share/ghostscript/8.15/Resource/CMap/UCS2-GBpc-EUC
usr/share/ghostscript/8.15/Resource/CMap/UCS2-KSCms-UHC
usr/share/ghostscript/8.15/Resource/CMap/UCS2-KSCpc-EUC
usr/share/ghostscript/8.15/Resource/CMap/UniCNS-UCS2-H
usr/share/ghostscript/8.15/Resource/CMap/UniCNS-UCS2-V
usr/share/ghostscript/8.15/Resource/CMap/UniGB-UCS2-H
usr/share/ghostscript/8.15/Resource/CMap/UniGB-UCS2-V
usr/share/ghostscript/8.15/Resource/CMap/UniHojo-UCS2-H
usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-H
usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-HW-H
usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-HW-V
usr/share/ghostscript/8.15/Resource/CMap/UniJIS-UCS2-V
usr/share/ghostscript/8.15/Resource/CMap/UniKS-UCS2-H
usr/share/ghostscript/8.15/Resource/CMap/UniKS-UCS2-V
usr/share/ghostscript/8.15/Resource/CMap/V
usr/share/ghostscript/8.15/Resource/CMap/WP-Symbol
usr/share/ghostscript/8.15/Resource/ColorSpace
usr/share/ghostscript/8.15/Resource/ColorSpace/DefaultCMYK
usr/share/ghostscript/8.15/Resource/ColorSpace/DefaultGray
usr/share/ghostscript/8.15/Resource/ColorSpace/DefaultRGB
usr/share/ghostscript/8.15/Resource/Decoding
usr/share/ghostscript/8.15/Resource/Decoding/Latin1
usr/share/ghostscript/8.15/Resource/Decoding/StandardEncoding
usr/share/ghostscript/8.15/Resource/Decoding/Unicode
#usr/share/ghostscript/8.15/doc
#usr/share/ghostscript/8.15/doc/API.htm
#usr/share/ghostscript/8.15/doc/Bug-form.htm
#usr/share/ghostscript/8.15/doc/Bug-info.htm
#usr/share/ghostscript/8.15/doc/C-style.htm
#usr/share/ghostscript/8.15/doc/Changes.htm
#usr/share/ghostscript/8.15/doc/Commprod.htm
#usr/share/ghostscript/8.15/doc/DLL.htm
#usr/share/ghostscript/8.15/doc/Develop.htm
#usr/share/ghostscript/8.15/doc/Devices.htm
#usr/share/ghostscript/8.15/doc/Drivers.htm
#usr/share/ghostscript/8.15/doc/Fonts.htm
#usr/share/ghostscript/8.15/doc/Helpers.htm
#usr/share/ghostscript/8.15/doc/Hershey.htm
#usr/share/ghostscript/8.15/doc/History1.htm
#usr/share/ghostscript/8.15/doc/History2.htm
#usr/share/ghostscript/8.15/doc/History3.htm
#usr/share/ghostscript/8.15/doc/History4.htm
#usr/share/ghostscript/8.15/doc/History5.htm
#usr/share/ghostscript/8.15/doc/History6.htm
#usr/share/ghostscript/8.15/doc/Htmstyle.htm
#usr/share/ghostscript/8.15/doc/Humor.htm
#usr/share/ghostscript/8.15/doc/Install.htm
#usr/share/ghostscript/8.15/doc/Language.htm
#usr/share/ghostscript/8.15/doc/Lib.htm
#usr/share/ghostscript/8.15/doc/Maintain.htm
#usr/share/ghostscript/8.15/doc/Make.htm
#usr/share/ghostscript/8.15/doc/News.htm
#usr/share/ghostscript/8.15/doc/Projects.htm
#usr/share/ghostscript/8.15/doc/Ps-style.htm
#usr/share/ghostscript/8.15/doc/Ps2epsi.htm
#usr/share/ghostscript/8.15/doc/Ps2pdf.htm
#usr/share/ghostscript/8.15/doc/Psfiles.htm
#usr/share/ghostscript/8.15/doc/README
#usr/share/ghostscript/8.15/doc/Readme.htm
#usr/share/ghostscript/8.15/doc/Release.htm
#usr/share/ghostscript/8.15/doc/Source.htm
#usr/share/ghostscript/8.15/doc/Tester.htm
#usr/share/ghostscript/8.15/doc/Unix-lpr.htm
#usr/share/ghostscript/8.15/doc/Use.htm
#usr/share/ghostscript/8.15/doc/Xfonts.htm
#usr/share/ghostscript/8.15/doc/gs.css
#usr/share/ghostscript/8.15/doc/index.html
#usr/share/ghostscript/8.15/examples
#usr/share/ghostscript/8.15/examples/alphabet.ps
#usr/share/ghostscript/8.15/examples/colorcir.ps
#usr/share/ghostscript/8.15/examples/doretree.ps
#usr/share/ghostscript/8.15/examples/escher.ps
#usr/share/ghostscript/8.15/examples/golfer.eps
#usr/share/ghostscript/8.15/examples/grayalph.ps
#usr/share/ghostscript/8.15/examples/ridt91.eps
#usr/share/ghostscript/8.15/examples/snowflak.ps
#usr/share/ghostscript/8.15/examples/tiger.eps
#usr/share/ghostscript/8.15/examples/vasarely.ps
#usr/share/ghostscript/8.15/examples/waterfal.ps
#usr/share/ghostscript/8.15/lib
usr/share/ghostscript/8.15/lib/FAPIcidfmap
usr/share/ghostscript/8.15/lib/FAPIconfig
usr/share/ghostscript/8.15/lib/FAPIfontmap
usr/share/ghostscript/8.15/lib/Fontmap
usr/share/ghostscript/8.15/lib/Fontmap.GS
usr/share/ghostscript/8.15/lib/PM760p.upp
usr/share/ghostscript/8.15/lib/PM760pl.upp
usr/share/ghostscript/8.15/lib/PM820p.upp
usr/share/ghostscript/8.15/lib/PM820pl.upp
usr/share/ghostscript/8.15/lib/Stc670p.upp
usr/share/ghostscript/8.15/lib/Stc670pl.upp
usr/share/ghostscript/8.15/lib/Stc680p.upp
usr/share/ghostscript/8.15/lib/Stc680pl.upp
usr/share/ghostscript/8.15/lib/Stc740p.upp
usr/share/ghostscript/8.15/lib/Stc740pl.upp
usr/share/ghostscript/8.15/lib/Stc760p.upp
usr/share/ghostscript/8.15/lib/Stc760pl.upp
usr/share/ghostscript/8.15/lib/Stc777p.upp
usr/share/ghostscript/8.15/lib/Stc777pl.upp
usr/share/ghostscript/8.15/lib/Stp720p.upp
usr/share/ghostscript/8.15/lib/Stp720pl.upp
usr/share/ghostscript/8.15/lib/Stp870p.upp
usr/share/ghostscript/8.15/lib/Stp870pl.upp
usr/share/ghostscript/8.15/lib/acctest.ps
usr/share/ghostscript/8.15/lib/addxchar.ps
usr/share/ghostscript/8.15/lib/align.ps
usr/share/ghostscript/8.15/lib/bdftops.ps
usr/share/ghostscript/8.15/lib/bj8.rpd
usr/share/ghostscript/8.15/lib/bj8gc12f.upp
usr/share/ghostscript/8.15/lib/bj8hg12f.upp
usr/share/ghostscript/8.15/lib/bj8oh06n.upp
usr/share/ghostscript/8.15/lib/bj8pa06n.upp
usr/share/ghostscript/8.15/lib/bj8pp12f.upp
usr/share/ghostscript/8.15/lib/bj8ts06n.upp
usr/share/ghostscript/8.15/lib/bjc6000a1.upp
usr/share/ghostscript/8.15/lib/bjc6000b1.upp
usr/share/ghostscript/8.15/lib/bjc610a0.upp
usr/share/ghostscript/8.15/lib/bjc610a1.upp
usr/share/ghostscript/8.15/lib/bjc610a2.upp
usr/share/ghostscript/8.15/lib/bjc610a3.upp
usr/share/ghostscript/8.15/lib/bjc610a4.upp
usr/share/ghostscript/8.15/lib/bjc610a5.upp
usr/share/ghostscript/8.15/lib/bjc610a6.upp
usr/share/ghostscript/8.15/lib/bjc610a7.upp
usr/share/ghostscript/8.15/lib/bjc610a8.upp
usr/share/ghostscript/8.15/lib/bjc610b1.upp
usr/share/ghostscript/8.15/lib/bjc610b2.upp
usr/share/ghostscript/8.15/lib/bjc610b3.upp
usr/share/ghostscript/8.15/lib/bjc610b4.upp
usr/share/ghostscript/8.15/lib/bjc610b6.upp
usr/share/ghostscript/8.15/lib/bjc610b7.upp
usr/share/ghostscript/8.15/lib/bjc610b8.upp
usr/share/ghostscript/8.15/lib/caption.ps
usr/share/ghostscript/8.15/lib/cbjc600.ppd
usr/share/ghostscript/8.15/lib/cbjc800.ppd
usr/share/ghostscript/8.15/lib/cdj550.upp
usr/share/ghostscript/8.15/lib/cdj690.upp
usr/share/ghostscript/8.15/lib/cdj690ec.upp
usr/share/ghostscript/8.15/lib/cid2code.ps
usr/share/ghostscript/8.15/lib/cidfmap
usr/share/ghostscript/8.15/lib/decrypt.ps
usr/share/ghostscript/8.15/lib/dmp_init.ps
usr/share/ghostscript/8.15/lib/dmp_site.ps
usr/share/ghostscript/8.15/lib/dnj750c.upp
usr/share/ghostscript/8.15/lib/dnj750m.upp
usr/share/ghostscript/8.15/lib/docie.ps
usr/share/ghostscript/8.15/lib/errpage.ps
usr/share/ghostscript/8.15/lib/escp_24.src
usr/share/ghostscript/8.15/lib/font2c.ps
usr/share/ghostscript/8.15/lib/font2pcl.ps
usr/share/ghostscript/8.15/lib/ghostpdf.ppd
usr/share/ghostscript/8.15/lib/gs_agl.ps
usr/share/ghostscript/8.15/lib/gs_btokn.ps
usr/share/ghostscript/8.15/lib/gs_ccfnt.ps
usr/share/ghostscript/8.15/lib/gs_ce_e.ps
usr/share/ghostscript/8.15/lib/gs_cff.ps
usr/share/ghostscript/8.15/lib/gs_cidcm.ps
usr/share/ghostscript/8.15/lib/gs_ciddc.ps
usr/share/ghostscript/8.15/lib/gs_cidfm.ps
usr/share/ghostscript/8.15/lib/gs_cidfn.ps
usr/share/ghostscript/8.15/lib/gs_cidtt.ps
usr/share/ghostscript/8.15/lib/gs_ciecs2.ps
usr/share/ghostscript/8.15/lib/gs_ciecs3.ps
usr/share/ghostscript/8.15/lib/gs_cmap.ps
usr/share/ghostscript/8.15/lib/gs_cmdl.ps
usr/share/ghostscript/8.15/lib/gs_cspace.ps
usr/share/ghostscript/8.15/lib/gs_css_e.ps
usr/share/ghostscript/8.15/lib/gs_dbt_e.ps
usr/share/ghostscript/8.15/lib/gs_devcs.ps
usr/share/ghostscript/8.15/lib/gs_devn.ps
usr/share/ghostscript/8.15/lib/gs_devpxl.ps
usr/share/ghostscript/8.15/lib/gs_diskf.ps
usr/share/ghostscript/8.15/lib/gs_diskn.ps
usr/share/ghostscript/8.15/lib/gs_dpnxt.ps
usr/share/ghostscript/8.15/lib/gs_dps.ps
usr/share/ghostscript/8.15/lib/gs_dps1.ps
usr/share/ghostscript/8.15/lib/gs_dps2.ps
usr/share/ghostscript/8.15/lib/gs_dscp.ps
usr/share/ghostscript/8.15/lib/gs_epsf.ps
usr/share/ghostscript/8.15/lib/gs_fapi.ps
usr/share/ghostscript/8.15/lib/gs_fform.ps
usr/share/ghostscript/8.15/lib/gs_fntem.ps
usr/share/ghostscript/8.15/lib/gs_fonts.ps
usr/share/ghostscript/8.15/lib/gs_frsd.ps
usr/share/ghostscript/8.15/lib/gs_icc.ps
usr/share/ghostscript/8.15/lib/gs_il1_e.ps
usr/share/ghostscript/8.15/lib/gs_il2_e.ps
usr/share/ghostscript/8.15/lib/gs_img.ps
usr/share/ghostscript/8.15/lib/gs_indxd.ps
usr/share/ghostscript/8.15/lib/gs_init.ps
usr/share/ghostscript/8.15/lib/gs_kanji.ps
usr/share/ghostscript/8.15/lib/gs_ksb_e.ps
usr/share/ghostscript/8.15/lib/gs_l.xbm
usr/share/ghostscript/8.15/lib/gs_l.xpm
usr/share/ghostscript/8.15/lib/gs_l2img.ps
usr/share/ghostscript/8.15/lib/gs_l_m.xbm
usr/share/ghostscript/8.15/lib/gs_lev2.ps
usr/share/ghostscript/8.15/lib/gs_lgo_e.ps
usr/share/ghostscript/8.15/lib/gs_lgx_e.ps
usr/share/ghostscript/8.15/lib/gs_ll3.ps
usr/share/ghostscript/8.15/lib/gs_m.xbm
usr/share/ghostscript/8.15/lib/gs_m.xpm
usr/share/ghostscript/8.15/lib/gs_m_m.xbm
usr/share/ghostscript/8.15/lib/gs_mex_e.ps
usr/share/ghostscript/8.15/lib/gs_mgl_e.ps
usr/share/ghostscript/8.15/lib/gs_mro_e.ps
usr/share/ghostscript/8.15/lib/gs_patrn.ps
usr/share/ghostscript/8.15/lib/gs_pdf_e.ps
usr/share/ghostscript/8.15/lib/gs_pdfwr.ps
usr/share/ghostscript/8.15/lib/gs_pfile.ps
usr/share/ghostscript/8.15/lib/gs_rdlin.ps
usr/share/ghostscript/8.15/lib/gs_res.ps
usr/share/ghostscript/8.15/lib/gs_resmp.ps
usr/share/ghostscript/8.15/lib/gs_resst.ps
usr/share/ghostscript/8.15/lib/gs_s.xbm
usr/share/ghostscript/8.15/lib/gs_s.xpm
usr/share/ghostscript/8.15/lib/gs_s_m.xbm
usr/share/ghostscript/8.15/lib/gs_sepr.ps
usr/share/ghostscript/8.15/lib/gs_setpd.ps
usr/share/ghostscript/8.15/lib/gs_statd.ps
usr/share/ghostscript/8.15/lib/gs_std_e.ps
usr/share/ghostscript/8.15/lib/gs_stres.ps
usr/share/ghostscript/8.15/lib/gs_sym_e.ps
usr/share/ghostscript/8.15/lib/gs_t.xbm
usr/share/ghostscript/8.15/lib/gs_t.xpm
usr/share/ghostscript/8.15/lib/gs_t_m.xbm
usr/share/ghostscript/8.15/lib/gs_trap.ps
usr/share/ghostscript/8.15/lib/gs_ttf.ps
usr/share/ghostscript/8.15/lib/gs_typ32.ps
usr/share/ghostscript/8.15/lib/gs_typ42.ps
usr/share/ghostscript/8.15/lib/gs_type1.ps
usr/share/ghostscript/8.15/lib/gs_wan_e.ps
usr/share/ghostscript/8.15/lib/gs_wl1_e.ps
usr/share/ghostscript/8.15/lib/gs_wl2_e.ps
usr/share/ghostscript/8.15/lib/gs_wl5_e.ps
usr/share/ghostscript/8.15/lib/gslp.ps
usr/share/ghostscript/8.15/lib/gsnup.ps
usr/share/ghostscript/8.15/lib/ht_ccsto.ps
usr/share/ghostscript/8.15/lib/image-qa.ps
usr/share/ghostscript/8.15/lib/impath.ps
usr/share/ghostscript/8.15/lib/jispaper.ps
usr/share/ghostscript/8.15/lib/landscap.ps
usr/share/ghostscript/8.15/lib/level1.ps
usr/share/ghostscript/8.15/lib/lines.ps
usr/share/ghostscript/8.15/lib/markhint.ps
usr/share/ghostscript/8.15/lib/markpath.ps
usr/share/ghostscript/8.15/lib/necp2x.upp
usr/share/ghostscript/8.15/lib/necp2x6.upp
usr/share/ghostscript/8.15/lib/packfile.ps
usr/share/ghostscript/8.15/lib/pcharstr.ps
usr/share/ghostscript/8.15/lib/pdf2dsc.ps
usr/share/ghostscript/8.15/lib/pdf_base.ps
usr/share/ghostscript/8.15/lib/pdf_draw.ps
usr/share/ghostscript/8.15/lib/pdf_font.ps
usr/share/ghostscript/8.15/lib/pdf_main.ps
usr/share/ghostscript/8.15/lib/pdf_ops.ps
usr/share/ghostscript/8.15/lib/pdf_rbld.ps
usr/share/ghostscript/8.15/lib/pdf_sec.ps
usr/share/ghostscript/8.15/lib/pdfopt.ps
usr/share/ghostscript/8.15/lib/pdfwrite.ps
usr/share/ghostscript/8.15/lib/pf2afm.ps
usr/share/ghostscript/8.15/lib/pfbtopfa.ps
usr/share/ghostscript/8.15/lib/ppath.ps
usr/share/ghostscript/8.15/lib/prfont.ps
usr/share/ghostscript/8.15/lib/printafm.ps
usr/share/ghostscript/8.15/lib/ps2ai.ps
usr/share/ghostscript/8.15/lib/ps2ascii.ps
usr/share/ghostscript/8.15/lib/ps2epsi.ps
usr/share/ghostscript/8.15/lib/quit.ps
usr/share/ghostscript/8.15/lib/ras1.upp
usr/share/ghostscript/8.15/lib/ras24.upp
usr/share/ghostscript/8.15/lib/ras3.upp
usr/share/ghostscript/8.15/lib/ras32.upp
usr/share/ghostscript/8.15/lib/ras4.upp
usr/share/ghostscript/8.15/lib/ras8m.upp
usr/share/ghostscript/8.15/lib/rollconv.ps
usr/share/ghostscript/8.15/lib/s400a1.upp
usr/share/ghostscript/8.15/lib/s400b1.upp
usr/share/ghostscript/8.15/lib/sharp.upp
usr/share/ghostscript/8.15/lib/showchar.ps
usr/share/ghostscript/8.15/lib/showpage.ps
usr/share/ghostscript/8.15/lib/st640ih.upp
usr/share/ghostscript/8.15/lib/st640ihg.upp
usr/share/ghostscript/8.15/lib/st640p.upp
usr/share/ghostscript/8.15/lib/st640pg.upp
usr/share/ghostscript/8.15/lib/st640pl.upp
usr/share/ghostscript/8.15/lib/st640plg.upp
usr/share/ghostscript/8.15/lib/stc.upp
usr/share/ghostscript/8.15/lib/stc1520h.upp
usr/share/ghostscript/8.15/lib/stc2.upp
usr/share/ghostscript/8.15/lib/stc200_h.upp
usr/share/ghostscript/8.15/lib/stc2_h.upp
usr/share/ghostscript/8.15/lib/stc2s_h.upp
usr/share/ghostscript/8.15/lib/stc300.upp
usr/share/ghostscript/8.15/lib/stc300bl.upp
usr/share/ghostscript/8.15/lib/stc300bm.upp
usr/share/ghostscript/8.15/lib/stc500p.upp
usr/share/ghostscript/8.15/lib/stc500ph.upp
usr/share/ghostscript/8.15/lib/stc600ih.upp
usr/share/ghostscript/8.15/lib/stc600p.upp
usr/share/ghostscript/8.15/lib/stc600pl.upp
usr/share/ghostscript/8.15/lib/stc640p.upp
usr/share/ghostscript/8.15/lib/stc740ih.upp
usr/share/ghostscript/8.15/lib/stc800ih.upp
usr/share/ghostscript/8.15/lib/stc800p.upp
usr/share/ghostscript/8.15/lib/stc800pl.upp
usr/share/ghostscript/8.15/lib/stc_h.upp
usr/share/ghostscript/8.15/lib/stc_l.upp
usr/share/ghostscript/8.15/lib/stcany.upp
usr/share/ghostscript/8.15/lib/stcany_h.upp
usr/share/ghostscript/8.15/lib/stcinfo.ps
usr/share/ghostscript/8.15/lib/stcolor.ps
usr/share/ghostscript/8.15/lib/stocht.ps
usr/share/ghostscript/8.15/lib/traceimg.ps
usr/share/ghostscript/8.15/lib/traceop.ps
usr/share/ghostscript/8.15/lib/type1enc.ps
usr/share/ghostscript/8.15/lib/type1ops.ps
usr/share/ghostscript/8.15/lib/uninfo.ps
usr/share/ghostscript/8.15/lib/unprot.ps
usr/share/ghostscript/8.15/lib/viewcmyk.ps
usr/share/ghostscript/8.15/lib/viewgif.ps
usr/share/ghostscript/8.15/lib/viewjpeg.ps
usr/share/ghostscript/8.15/lib/viewmiff.ps
usr/share/ghostscript/8.15/lib/viewpbm.ps
usr/share/ghostscript/8.15/lib/viewpcx.ps
usr/share/ghostscript/8.15/lib/viewps2a.ps
usr/share/ghostscript/8.15/lib/wftopfa.ps
usr/share/ghostscript/8.15/lib/winmaps.ps
usr/share/ghostscript/8.15/lib/wrfont.ps
usr/share/ghostscript/8.15/lib/xlatmap
usr/share/ghostscript/8.15/lib/zeroline.ps
#usr/share/ghostscript/9.20
#usr/share/ghostscript/9.20/doc
#usr/share/ghostscript/9.20/doc/API.htm
#usr/share/ghostscript/9.20/doc/AUTHORS
#usr/share/ghostscript/9.20/doc/C-style.htm
#usr/share/ghostscript/9.20/doc/COPYING
#usr/share/ghostscript/9.20/doc/Changes.htm
#usr/share/ghostscript/9.20/doc/Commprod.htm
#usr/share/ghostscript/9.20/doc/DLL.htm
#usr/share/ghostscript/9.20/doc/Deprecated.htm
#usr/share/ghostscript/9.20/doc/Details.htm
#usr/share/ghostscript/9.20/doc/Details8.htm
#usr/share/ghostscript/9.20/doc/Details9.htm
#usr/share/ghostscript/9.20/doc/Develop.htm
#usr/share/ghostscript/9.20/doc/Devices.htm
#usr/share/ghostscript/9.20/doc/Drivers.htm
#usr/share/ghostscript/9.20/doc/Fonts.htm
#usr/share/ghostscript/9.20/doc/GS9_Color_Management.pdf
#usr/share/ghostscript/9.20/doc/GS9_Color_Management.tex
#usr/share/ghostscript/9.20/doc/Helpers.htm
#usr/share/ghostscript/9.20/doc/Hershey.htm
#usr/share/ghostscript/9.20/doc/History1.htm
#usr/share/ghostscript/9.20/doc/History2.htm
#usr/share/ghostscript/9.20/doc/History3.htm
#usr/share/ghostscript/9.20/doc/History4.htm
#usr/share/ghostscript/9.20/doc/History5.htm
#usr/share/ghostscript/9.20/doc/History6.htm
#usr/share/ghostscript/9.20/doc/History7.htm
#usr/share/ghostscript/9.20/doc/History8.htm
#usr/share/ghostscript/9.20/doc/History9.htm
#usr/share/ghostscript/9.20/doc/Install.htm
#usr/share/ghostscript/9.20/doc/Issues.htm
#usr/share/ghostscript/9.20/doc/Language.htm
#usr/share/ghostscript/9.20/doc/Lib.htm
#usr/share/ghostscript/9.20/doc/Make.htm
#usr/share/ghostscript/9.20/doc/News.htm
#usr/share/ghostscript/9.20/doc/Projects.htm
#usr/share/ghostscript/9.20/doc/Ps-style.htm
#usr/share/ghostscript/9.20/doc/Ps2epsi.htm
#usr/share/ghostscript/9.20/doc/Psfiles.htm
#usr/share/ghostscript/9.20/doc/Readme.htm
#usr/share/ghostscript/9.20/doc/Release.htm
#usr/share/ghostscript/9.20/doc/Source.htm
#usr/share/ghostscript/9.20/doc/Unix-lpr.htm
#usr/share/ghostscript/9.20/doc/Use.htm
#usr/share/ghostscript/9.20/doc/WhatIsGS.htm
#usr/share/ghostscript/9.20/doc/Xfonts.htm
#usr/share/ghostscript/9.20/doc/gs-vms.hlp
#usr/share/ghostscript/9.20/doc/gs.css
#usr/share/ghostscript/9.20/doc/gsdoc.el
#usr/share/ghostscript/9.20/doc/index.html
#usr/share/ghostscript/9.20/doc/pscet_status.txt
#usr/share/ghostscript/9.20/doc/thirdparty.htm
#usr/share/ghostscript/9.20/examples
#usr/share/ghostscript/9.20/examples/alphabet.ps
#usr/share/ghostscript/9.20/examples/annots.pdf
#usr/share/ghostscript/9.20/examples/cjk
#usr/share/ghostscript/9.20/examples/cjk/all_ac1.ps
#usr/share/ghostscript/9.20/examples/cjk/all_ag1.ps
#usr/share/ghostscript/9.20/examples/cjk/all_aj1.ps
#usr/share/ghostscript/9.20/examples/cjk/all_aj2.ps
#usr/share/ghostscript/9.20/examples/cjk/all_ak1.ps
#usr/share/ghostscript/9.20/examples/cjk/article9.ps
#usr/share/ghostscript/9.20/examples/cjk/gscjk_ac.ps
#usr/share/ghostscript/9.20/examples/cjk/gscjk_ag.ps
#usr/share/ghostscript/9.20/examples/cjk/gscjk_aj.ps
#usr/share/ghostscript/9.20/examples/cjk/gscjk_ak.ps
#usr/share/ghostscript/9.20/examples/cjk/iso2022.ps
#usr/share/ghostscript/9.20/examples/cjk/iso2022v.ps
#usr/share/ghostscript/9.20/examples/colorcir.ps
#usr/share/ghostscript/9.20/examples/doretree.ps
#usr/share/ghostscript/9.20/examples/escher.ps
#usr/share/ghostscript/9.20/examples/golfer.eps
#usr/share/ghostscript/9.20/examples/grayalph.ps
#usr/share/ghostscript/9.20/examples/ridt91.eps
#usr/share/ghostscript/9.20/examples/snowflak.ps
#usr/share/ghostscript/9.20/examples/text_graph_image_cmyk_rgb.pdf
#usr/share/ghostscript/9.20/examples/text_graphic_image.pdf
#usr/share/ghostscript/9.20/examples/tiger.eps
#usr/share/ghostscript/9.20/examples/transparency_example.ps
#usr/share/ghostscript/9.20/examples/vasarely.ps
#usr/share/ghostscript/9.20/examples/waterfal.ps
#usr/share/ghostscript/9.20/lib
#usr/share/ghostscript/9.20/lib/PDFA_def.ps
#usr/share/ghostscript/9.20/lib/PDFX_def.ps
#usr/share/ghostscript/9.20/lib/PM760p.upp
#usr/share/ghostscript/9.20/lib/PM760pl.upp
#usr/share/ghostscript/9.20/lib/PM820p.upp
#usr/share/ghostscript/9.20/lib/PM820pl.upp
#usr/share/ghostscript/9.20/lib/Stc670p.upp
#usr/share/ghostscript/9.20/lib/Stc670pl.upp
#usr/share/ghostscript/9.20/lib/Stc680p.upp
#usr/share/ghostscript/9.20/lib/Stc680pl.upp
#usr/share/ghostscript/9.20/lib/Stc740p.upp
#usr/share/ghostscript/9.20/lib/Stc740pl.upp
#usr/share/ghostscript/9.20/lib/Stc760p.upp
#usr/share/ghostscript/9.20/lib/Stc760pl.upp
#usr/share/ghostscript/9.20/lib/Stc777p.upp
#usr/share/ghostscript/9.20/lib/Stc777pl.upp
#usr/share/ghostscript/9.20/lib/Stp720p.upp
#usr/share/ghostscript/9.20/lib/Stp720pl.upp
#usr/share/ghostscript/9.20/lib/Stp870p.upp
#usr/share/ghostscript/9.20/lib/Stp870pl.upp
#usr/share/ghostscript/9.20/lib/acctest.ps
#usr/share/ghostscript/9.20/lib/addxchar.ps
#usr/share/ghostscript/9.20/lib/align.ps
#usr/share/ghostscript/9.20/lib/bj8.rpd
#usr/share/ghostscript/9.20/lib/bj8gc12f.upp
#usr/share/ghostscript/9.20/lib/bj8hg12f.upp
#usr/share/ghostscript/9.20/lib/bj8oh06n.upp
#usr/share/ghostscript/9.20/lib/bj8pa06n.upp
#usr/share/ghostscript/9.20/lib/bj8pp12f.upp
#usr/share/ghostscript/9.20/lib/bj8ts06n.upp
#usr/share/ghostscript/9.20/lib/bjc6000a1.upp
#usr/share/ghostscript/9.20/lib/bjc6000b1.upp
#usr/share/ghostscript/9.20/lib/bjc610a0.upp
#usr/share/ghostscript/9.20/lib/bjc610a1.upp
#usr/share/ghostscript/9.20/lib/bjc610a2.upp
#usr/share/ghostscript/9.20/lib/bjc610a3.upp
#usr/share/ghostscript/9.20/lib/bjc610a4.upp
#usr/share/ghostscript/9.20/lib/bjc610a5.upp
#usr/share/ghostscript/9.20/lib/bjc610a6.upp
#usr/share/ghostscript/9.20/lib/bjc610a7.upp
#usr/share/ghostscript/9.20/lib/bjc610a8.upp
#usr/share/ghostscript/9.20/lib/bjc610b1.upp
#usr/share/ghostscript/9.20/lib/bjc610b2.upp
#usr/share/ghostscript/9.20/lib/bjc610b3.upp
#usr/share/ghostscript/9.20/lib/bjc610b4.upp
#usr/share/ghostscript/9.20/lib/bjc610b6.upp
#usr/share/ghostscript/9.20/lib/bjc610b7.upp
#usr/share/ghostscript/9.20/lib/bjc610b8.upp
#usr/share/ghostscript/9.20/lib/caption.ps
#usr/share/ghostscript/9.20/lib/cbjc600.ppd
#usr/share/ghostscript/9.20/lib/cbjc800.ppd
#usr/share/ghostscript/9.20/lib/cdj550.upp
#usr/share/ghostscript/9.20/lib/cdj690.upp
#usr/share/ghostscript/9.20/lib/cdj690ec.upp
#usr/share/ghostscript/9.20/lib/cid2code.ps
#usr/share/ghostscript/9.20/lib/decrypt.ps
#usr/share/ghostscript/9.20/lib/dmp_init.ps
#usr/share/ghostscript/9.20/lib/dmp_site.ps
#usr/share/ghostscript/9.20/lib/dnj750c.upp
#usr/share/ghostscript/9.20/lib/dnj750m.upp
#usr/share/ghostscript/9.20/lib/docie.ps
#usr/share/ghostscript/9.20/lib/escp_24.src
#usr/share/ghostscript/9.20/lib/font2c.ps
#usr/share/ghostscript/9.20/lib/font2pcl.ps
#usr/share/ghostscript/9.20/lib/ghostpdf.ppd
#usr/share/ghostscript/9.20/lib/gs_ce_e.ps
#usr/share/ghostscript/9.20/lib/gs_cmdl.ps
#usr/share/ghostscript/9.20/lib/gs_il2_e.ps
#usr/share/ghostscript/9.20/lib/gs_kanji.ps
#usr/share/ghostscript/9.20/lib/gs_ksb_e.ps
#usr/share/ghostscript/9.20/lib/gs_l.xbm
#usr/share/ghostscript/9.20/lib/gs_l.xpm
#usr/share/ghostscript/9.20/lib/gs_l_m.xbm
#usr/share/ghostscript/9.20/lib/gs_lgo_e.ps
#usr/share/ghostscript/9.20/lib/gs_lgx_e.ps
#usr/share/ghostscript/9.20/lib/gs_m.xbm
#usr/share/ghostscript/9.20/lib/gs_m.xpm
#usr/share/ghostscript/9.20/lib/gs_m_m.xbm
#usr/share/ghostscript/9.20/lib/gs_pfile.ps
#usr/share/ghostscript/9.20/lib/gs_rdlin.ps
#usr/share/ghostscript/9.20/lib/gs_s.xbm
#usr/share/ghostscript/9.20/lib/gs_s.xpm
#usr/share/ghostscript/9.20/lib/gs_s_m.xbm
#usr/share/ghostscript/9.20/lib/gs_t.xbm
#usr/share/ghostscript/9.20/lib/gs_t.xpm
#usr/share/ghostscript/9.20/lib/gs_t_m.xbm
#usr/share/ghostscript/9.20/lib/gs_wl1_e.ps
#usr/share/ghostscript/9.20/lib/gs_wl2_e.ps
#usr/share/ghostscript/9.20/lib/gs_wl5_e.ps
#usr/share/ghostscript/9.20/lib/gslp.ps
#usr/share/ghostscript/9.20/lib/gsnup.ps
#usr/share/ghostscript/9.20/lib/ht_ccsto.ps
#usr/share/ghostscript/9.20/lib/image-qa.ps
#usr/share/ghostscript/9.20/lib/impath.ps
#usr/share/ghostscript/9.20/lib/jispaper.ps
#usr/share/ghostscript/9.20/lib/landscap.ps
#usr/share/ghostscript/9.20/lib/level1.ps
#usr/share/ghostscript/9.20/lib/lines.ps
#usr/share/ghostscript/9.20/lib/markhint.ps
#usr/share/ghostscript/9.20/lib/markpath.ps
#usr/share/ghostscript/9.20/lib/mkcidfm.ps
#usr/share/ghostscript/9.20/lib/necp2x.upp
#usr/share/ghostscript/9.20/lib/necp2x6.upp
#usr/share/ghostscript/9.20/lib/packfile.ps
#usr/share/ghostscript/9.20/lib/pcharstr.ps
#usr/share/ghostscript/9.20/lib/pdf2dsc.ps
#usr/share/ghostscript/9.20/lib/pdfwrite.ps
#usr/share/ghostscript/9.20/lib/pf2afm.ps
#usr/share/ghostscript/9.20/lib/pfbtopfa.ps
#usr/share/ghostscript/9.20/lib/ppath.ps
#usr/share/ghostscript/9.20/lib/pphs.ps
#usr/share/ghostscript/9.20/lib/prfont.ps
#usr/share/ghostscript/9.20/lib/printafm.ps
#usr/share/ghostscript/9.20/lib/ps2ai.ps
#usr/share/ghostscript/9.20/lib/ps2ascii.ps
#usr/share/ghostscript/9.20/lib/ps2epsi.ps
#usr/share/ghostscript/9.20/lib/quit.ps
#usr/share/ghostscript/9.20/lib/ras1.upp
#usr/share/ghostscript/9.20/lib/ras24.upp
#usr/share/ghostscript/9.20/lib/ras3.upp
#usr/share/ghostscript/9.20/lib/ras32.upp
#usr/share/ghostscript/9.20/lib/ras4.upp
#usr/share/ghostscript/9.20/lib/ras8m.upp
#usr/share/ghostscript/9.20/lib/rollconv.ps
#usr/share/ghostscript/9.20/lib/s400a1.upp
#usr/share/ghostscript/9.20/lib/s400b1.upp
#usr/share/ghostscript/9.20/lib/sharp.upp
#usr/share/ghostscript/9.20/lib/showchar.ps
#usr/share/ghostscript/9.20/lib/showpage.ps
#usr/share/ghostscript/9.20/lib/sipixa6.upp
#usr/share/ghostscript/9.20/lib/st640ih.upp
#usr/share/ghostscript/9.20/lib/st640ihg.upp
#usr/share/ghostscript/9.20/lib/st640p.upp
#usr/share/ghostscript/9.20/lib/st640pg.upp
#usr/share/ghostscript/9.20/lib/st640pl.upp
#usr/share/ghostscript/9.20/lib/st640plg.upp
#usr/share/ghostscript/9.20/lib/stc.upp
#usr/share/ghostscript/9.20/lib/stc1520h.upp
#usr/share/ghostscript/9.20/lib/stc2.upp
#usr/share/ghostscript/9.20/lib/stc200_h.upp
#usr/share/ghostscript/9.20/lib/stc2_h.upp
#usr/share/ghostscript/9.20/lib/stc2s_h.upp
#usr/share/ghostscript/9.20/lib/stc300.upp
#usr/share/ghostscript/9.20/lib/stc300bl.upp
#usr/share/ghostscript/9.20/lib/stc300bm.upp
#usr/share/ghostscript/9.20/lib/stc500p.upp
#usr/share/ghostscript/9.20/lib/stc500ph.upp
#usr/share/ghostscript/9.20/lib/stc600ih.upp
#usr/share/ghostscript/9.20/lib/stc600p.upp
#usr/share/ghostscript/9.20/lib/stc600pl.upp
#usr/share/ghostscript/9.20/lib/stc640p.upp
#usr/share/ghostscript/9.20/lib/stc740ih.upp
#usr/share/ghostscript/9.20/lib/stc800ih.upp
#usr/share/ghostscript/9.20/lib/stc800p.upp
#usr/share/ghostscript/9.20/lib/stc800pl.upp
#usr/share/ghostscript/9.20/lib/stc_h.upp
#usr/share/ghostscript/9.20/lib/stc_l.upp
#usr/share/ghostscript/9.20/lib/stcany.upp
#usr/share/ghostscript/9.20/lib/stcany_h.upp
#usr/share/ghostscript/9.20/lib/stcinfo.ps
#usr/share/ghostscript/9.20/lib/stcolor.ps
#usr/share/ghostscript/9.20/lib/stocht.ps
#usr/share/ghostscript/9.20/lib/traceimg.ps
#usr/share/ghostscript/9.20/lib/traceop.ps
#usr/share/ghostscript/9.20/lib/type1enc.ps
#usr/share/ghostscript/9.20/lib/type1ops.ps
#usr/share/ghostscript/9.20/lib/uninfo.ps
#usr/share/ghostscript/9.20/lib/unprot.ps
#usr/share/ghostscript/9.20/lib/viewcmyk.ps
#usr/share/ghostscript/9.20/lib/viewgif.ps
#usr/share/ghostscript/9.20/lib/viewjpeg.ps
#usr/share/ghostscript/9.20/lib/viewmiff.ps
#usr/share/ghostscript/9.20/lib/viewpbm.ps
#usr/share/ghostscript/9.20/lib/viewpcx.ps
#usr/share/ghostscript/9.20/lib/viewps2a.ps
#usr/share/ghostscript/9.20/lib/wftopfa.ps
#usr/share/ghostscript/9.20/lib/winmaps.ps
#usr/share/ghostscript/9.20/lib/wrfont.ps
#usr/share/ghostscript/9.20/lib/zeroline.ps
#usr/share/ghostscript/fonts
#usr/share/ghostscript/fonts/COPYING
#usr/share/ghostscript/fonts/ChangeLog
@@ -688,4 +446,41 @@ usr/share/ghostscript/fonts/u004006t.pfm
usr/share/ghostscript/fonts/z003034l.afm
usr/share/ghostscript/fonts/z003034l.pfb
usr/share/ghostscript/fonts/z003034l.pfm
var/ipfire/cups/pstoraster.convs
#usr/share/man/de/man1/dvipdf.1
#usr/share/man/de/man1/eps2eps.1
#usr/share/man/de/man1/font2c.1
#usr/share/man/de/man1/gsnd.1
#usr/share/man/de/man1/pdf2dsc.1
#usr/share/man/de/man1/pdf2ps.1
#usr/share/man/de/man1/printafm.1
#usr/share/man/de/man1/ps2ascii.1
#usr/share/man/de/man1/ps2pdf.1
#usr/share/man/de/man1/ps2pdf12.1
#usr/share/man/de/man1/ps2pdf13.1
#usr/share/man/de/man1/ps2pdf14.1
#usr/share/man/de/man1/ps2ps.1
#usr/share/man/de/man1/wftopfa.1
#usr/share/man/man1/dvipdf.1
#usr/share/man/man1/eps2eps.1
#usr/share/man/man1/font2c.1
#usr/share/man/man1/gs.1
#usr/share/man/man1/gsbj.1
#usr/share/man/man1/gsdj.1
#usr/share/man/man1/gsdj500.1
#usr/share/man/man1/gslj.1
#usr/share/man/man1/gslp.1
#usr/share/man/man1/gsnd.1
#usr/share/man/man1/pdf2dsc.1
#usr/share/man/man1/pdf2ps.1
#usr/share/man/man1/pf2afm.1
#usr/share/man/man1/pfbtopfa.1
#usr/share/man/man1/printafm.1
#usr/share/man/man1/ps2ascii.1
#usr/share/man/man1/ps2epsi.1
#usr/share/man/man1/ps2pdf.1
#usr/share/man/man1/ps2pdf12.1
#usr/share/man/man1/ps2pdf13.1
#usr/share/man/man1/ps2pdf14.1
#usr/share/man/man1/ps2pdfwr.1
#usr/share/man/man1/ps2ps.1
#usr/share/man/man1/wftopfa.1

View File

@@ -1,3 +1,4 @@
etc/rc.d/init.d/sane
etc/rc.d/rc0.d/K10sane
etc/rc.d/rc3.d/S95sane
etc/rc.d/rc6.d/K10sane
@@ -514,6 +515,7 @@ usr/lib/sane/libsane-umax_pp.so.1.0.24
usr/lib/sane/libsane-xerox_mfp.so
usr/lib/sane/libsane-xerox_mfp.so.1
usr/lib/sane/libsane-xerox_mfp.so.1.0.24
usr/local/bin/sanedloop
usr/sbin/saned
#usr/share/locale/bg/LC_MESSAGES/sane-backends.mo
#usr/share/locale/cs/LC_MESSAGES/sane-backends.mo
@@ -628,8 +630,7 @@ usr/share/sane/artec_eplus48u
usr/share/sane/epjitsu
usr/share/sane/gt68xx
usr/share/sane/snapscan
#usr/var
#usr/var/lock
usr/var/lock/sane
var/ipfire/backup/addons/includes/sane
etc/rc.d/init.d/sane
usr/local/bin/sanedloop

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.6.31
VER = 0.6.32
THISAPP = avahi-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 2f22745b8f7368ad5a0a3fddac343f2d
$(DL_FILE)_MD5 = 22b5e705d3eabb31d26f2e1e7b074013
install : $(TARGET)

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cups
PAK_VER = 15
DEPS = "cups-filters ghostscript"
DEPS = "avahi cups-filters dbus ghostscript krb5 libtiff"
###############################################################################
# Top-level Rules
@@ -82,9 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--prefix=/usr \
--sysconfdir=/var/ipfire \
--localstatedir=/var \
--enable-libusb \
--disable-dbus \
--disable-avahi
--enable-debug \
--enable-avahi \
--enable-dbus \
--enable-gnutls \
--enable-libusb
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.6.11
VER = 1.6.12
LSB = 1lsb3.2
THISAPP = epson-inkjet-printer-escpr-$(VER)
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = epson-inkjet-printer-escpr
PAK_VER = 1
PAK_VER = 2
DEPS = "cups"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = ab143fb1c044e6190ca147027c530cfa
$(DL_FILE)_MD5 = fddedddd1424402d8ec8297536c751a0
install : $(TARGET)

View File

@@ -193,7 +193,7 @@ endif
-e "s/root=[A-Za-z0-9\/=-]*/root=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"
# Install GRUB
grub-install --force --recheck --no-floppy \
grub-install --force --recheck --no-floppy --target=i386-pc \
--root-directory=$(MNThdd) $(DEVICE)
endif

View File

@@ -24,17 +24,17 @@
include Config
VER = 8.15.1
VER = 9.20
THISAPP = espgs-$(VER)
DL_FILE = $(THISAPP)-source.tar.bz2
THISAPP = ghostscript-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/espgs-$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = ghostscript
PAK_VER = 1
PAK_VER = 2
DEPS = ""
DEPS = "dbus libtiff"
###############################################################################
# Top-level Rules
@@ -48,7 +48,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
ghostscript-fonts-std-8.11.tar.gz = $(URL_IPFIRE)/ghostscript-fonts-std-8.11.tar.gz
gnu-gs-fonts-other-6.0.tar.gz = $(URL_IPFIRE)/gnu-gs-fonts-other-6.0.tar.gz
$(DL_FILE)_MD5 = 2a21136953c3559e6088522753b06b1f
$(DL_FILE)_MD5 = 93c5987cd3ab341108be1ebbaadc24fe
ghostscript-fonts-std-8.11.tar.gz_MD5 = 6865682b095f8c4500c54b285ff05ef6
gnu-gs-fonts-other-6.0.tar.gz_MD5 = 33457d3f37de7ef03d2eea05a9e6aa4f
@@ -82,14 +82,19 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
# cd $(DIR_APP) && sed -i "s/bbox.dev$/x11.dev/" Makefile.in
cd $(DIR_APP) && ./configure --prefix=/usr --enable-threads --without-omni
cd $(DIR_APP) && make
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && \
./configure \
--prefix=/usr \
--with-system-libtiff \
--with-install-cups
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
rmdir -v /usr/lib/ghostscript/8.15 /usr/lib/ghostscript
# Install fonts
tar xfz $(DIR_SRC)/cache/ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript
tar xfz $(DIR_SRC)/cache/gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript
chown -v root:root /usr/share/ghostscript/fonts/*
@rm -rf $(DIR_APP)
@$(POSTBUILD)

85
lfs/gnutls Normal file
View File

@@ -0,0 +1,85 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2016 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 = 3.5.9
THISAPP = gnutls-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 0ab25eb6a1509345dd085bc21a387951
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) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && \
./configure \
--prefix=/usr \
--with-included-libtasn1 \
--with-included-unistring \
--without-p11-kit \
--disable-openssl-compatibility \
--disable-guile
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2013 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2017 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 = 3.3.4
VER = 3.4.0
THISAPP = lm_sensors-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 60cfb98ab7a8915c3ac684af5459de2e
$(DL_FILE)_MD5 = c03675ae9d43d60322110c679416901a
install : $(TARGET)

View File

@@ -24,7 +24,7 @@
include Config
VER = 7.3p1
VER = 7.4p1
THISAPP = openssh-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = dfadd9f035d38ce5d58a3bf130b86d08
$(DL_FILE)_MD5 = b2db2a83caf66a208bb78d6d287cdaa3
install : $(TARGET)

View File

@@ -70,6 +70,7 @@ $(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) && patch -Np1 < $(DIR_SRC)/src/patches/unbound-allow-setting-validator-permissive-mode-at-runtime.patch
cd $(DIR_APP) && \
./configure \
--prefix=/usr \

13
make.sh
View File

@@ -25,7 +25,7 @@
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
VERSION="2.19" # Version number
CORE="109" # Core Level (Filename)
CORE="110" # Core Level (Filename)
PAKFIRE_CORE="109" # Core Level (PAKFIRE)
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
SLOGAN="www.ipfire.org" # Software slogan
@@ -487,12 +487,17 @@ buildipfire() {
ipfiremake libgpg-error
ipfiremake libgcrypt
ipfiremake libassuan
ipfiremake nettle
ipfiremake libevent
ipfiremake libevent2
ipfiremake expat
ipfiremake unbound
ipfiremake gnutls
ipfiremake bind
ipfiremake dhcp
ipfiremake dhcpcd
ipfiremake boost
ipfiremake linux-atm
ipfiremake expat
ipfiremake gdbm
ipfiremake pam
ipfiremake curl
@@ -539,10 +544,6 @@ buildipfire() {
ipfiremake arping
ipfiremake beep
ipfiremake dvdrtools
ipfiremake nettle
ipfiremake libevent
ipfiremake libevent2
ipfiremake unbound
ipfiremake dosfstools
ipfiremake reiserfsprogs
ipfiremake xfsprogs

View File

@@ -114,17 +114,38 @@ update_forwarders() {
echo_warning
fi
if [ -n "${broken_forwarders}" -a -z "${forwarders}" ]; then
boot_mesg "Falling back to recursor mode" ${WARNING}
echo_warning
elif [ -n "${forwarders}" ]; then
if [ -n "${forwarders}" ]; then
boot_mesg "Configuring upstream name server(s): ${forwarders:1}" ${INFO}
echo_ok
# Make sure DNSSEC is activated
enable_dnssec
echo "${forwarders}" > /var/ipfire/red/dns
unbound-control -q forward ${forwarders}
return 0
# In case we have found no working forwarders
else
# Test if the recursor mode is available
if can_resolve_root +bufsize=${new_edns_buffer_size}; then
# Make sure DNSSEC is activated
enable_dnssec
boot_mesg "Falling back to recursor mode" ${WARNING}
echo_warning
# If not, we set DNSSEC in permissive mode and allow using all recursors
elif [ -n "${broken_forwarders}" ]; then
disable_dnssec
boot_mesg "DNSSEC has been set to permissive mode" ${FAILURE}
echo_failure
echo "${broken_forwarders}" > /var/ipfire/red/dns
unbound-control -q forward ${broken_forwarders}
return 0
fi
fi
fi
@@ -370,6 +391,42 @@ ns_determine_edns_buffer_size() {
return 1
}
get_root_nameservers() {
while read -r hostname ttl record address; do
# Searching for A records
[ "${record}" = "A" ] || continue
echo "${address}"
done < /etc/unbound/root.hints
}
can_resolve_root() {
local ns
for ns in $(get_root_nameservers); do
if dig @${ns} +dnssec SOA . $@ >/dev/null; then
return 0
fi
done
# none of the servers was reachable
return 1
}
enable_dnssec() {
local status=$(unbound-control get_option val-permissive-mode)
# Don't do anything if DNSSEC is already activated
[ "${status}" = "no" ] && return 0
# Activate DNSSEC and flush cache with any stale and unvalidated data
unbound-control -q set_option val-permissive-mode: no
unbound-control -q flush_zone .
}
disable_dnssec() {
unbound-control -q set_option val-permissive-mode: yes
}
case "$1" in
start)
# Print a nicer messagen when unbound is already running

View File

@@ -0,0 +1,43 @@
diff --git a/validator/validator.c b/validator/validator.c
index 676dcdf..7c19f3d 100644
--- a/validator/validator.c
+++ b/validator/validator.c
@@ -113,7 +113,7 @@ val_apply_cfg(struct module_env* env, struct val_env* val_env,
int c;
val_env->bogus_ttl = (uint32_t)cfg->bogus_ttl;
val_env->clean_additional = cfg->val_clean_additional;
- val_env->permissive_mode = cfg->val_permissive_mode;
+ val_env->permissive_mode = &cfg->val_permissive_mode;
if(!env->anchors)
env->anchors = anchors_create();
if(!env->anchors) {
@@ -170,7 +170,6 @@ val_init(struct module_env* env, int id)
}
env->modinfo[id] = (void*)val_env;
env->need_to_validate = 1;
- val_env->permissive_mode = 0;
lock_basic_init(&val_env->bogus_lock);
lock_protect(&val_env->bogus_lock, &val_env->num_rrset_bogus,
sizeof(val_env->num_rrset_bogus));
@@ -2084,7 +2083,7 @@ processFinished(struct module_qstate* qstate, struct val_qstate* vq,
}
}
/* If we are in permissive mode, bogus gets indeterminate */
- if(ve->permissive_mode)
+ if(*ve->permissive_mode)
vq->orig_msg->rep->security = sec_status_indeterminate;
}
diff --git a/validator/validator.h b/validator/validator.h
index 23d3072..f8464b8 100644
--- a/validator/validator.h
+++ b/validator/validator.h
@@ -104,7 +104,7 @@ struct val_env {
* This allows an operator to run validation 'shadow' without
* hurting responses to clients.
*/
- int permissive_mode;
+ int* permissive_mode;
/**
* Number of entries in the NSEC3 maximum iteration count table.