[Bug 1023836] [NEW] Bin files get installed with the sudo users umask

2012-07-12 Thread Giles Westwood
Public bug reported: installer.rb attempts to install bin files to a standard path with world execute permissions:- File.open bin_script_path, 'wb', 0755 do |file| file.print app_script_text(filename) end However this still obeys the users umask so if it's a restrictive umask they

[Bug 1004080] [NEW] Debian::AptContents doesn't correctly source apt-file contents files

2012-05-24 Thread Giles Westwood
Public bug reported: On precise. AptContents.pm return map { $host . "_" . join( "_", $dir || (), "dists", $dist, $_ ) } @components; returns gb.archive.ubuntu.com_ubuntu_dists_precise_main When processing a line from the sources.list e.g. deb http://gb.archive.ubuntu.com/

Re: [Bug 316345] Re: patch for geoip matching + various other options

2009-02-02 Thread Giles Westwood
rth using geoip. -- -- Giles Westwood -- patch for geoip matching + various other options https://bugs.launchpad.net/bugs/316345 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 316345] Re: patch for geoip matching + various other options

2009-01-12 Thread Giles Westwood
** Attachment added: "policyd-weight-geo.patch" http://launchpadlibrarian.net/21125062/policyd-weight-geo.patch -- patch for geoip matching + various other options https://bugs.launchpad.net/bugs/316345 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 316345] [NEW] patch for geoip matching + various other options

2009-01-12 Thread Giles Westwood
Public bug reported: Binary package hint: policyd-weight This is a patch for various customizations:- #Customizable scoring options (set to 0 as a default) Sender and reverse dns spam token check (regex matches for common spam words that the mail administrator can set.) Score senders on Geoip

Re: [Bug 314405] Re: maxmind provide an updated db that you can download under the license

2009-01-12 Thread Giles Westwood
months. To explain I use GeoIP via the Perl binding from the policyd-weight daemon that I've modified to do geoip lookups. Would something like a copy then truncate work which is what I use with tomcat logrotation? -- ------ Giles Westwood -- maxmind provide an upd

[Bug 314405] [NEW] maxmind provide an updated db that you can download under the license

2009-01-06 Thread Giles Westwood
Public bug reported: #!/bin/sh #Grab the uptodate free geoip country mappings test ! -d /usr/share/GeoIP && mkdir -p /usr/share/GeoIP ; wget -a /var/log/geoip.log -O - http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz | gunzip > /usr/share/GeoIP/GeoIP.dat This can