Bug#1063916: Message from hellekin

2024-02-26 Thread hellekin
What about changing upstream of existing nginx* packages to follow the developer 
community?


As a heavy NginX user, I would rather do this than keep with a company with 
questionable practices. Stick to the developers, not the company.


Any other option (new packaging, etc.) would simply require changes on all 
servers. So, there must be some policy in Debian that protects the developer 
community and helps follow its decision. If not, that's probably a good 
discussion to have.


--
https://ps.zoethical.org/pub/offdem-ozone-cfp


Bug#684001: base-files: Missing AGPL-3 license

2012-08-06 Thread hellekin

Package: base-files
Version: 6.9
Severity: normal

Dear Maintainer,

The GNU Project (www.gnu.org) released version 3 of the Affero General
Public License (AGPL-3) on 19 November 2007. The Debian project has
been accepting software released under the APGL-3 into the main
archive since December 2008. Yet, the license file is not included in
the /usr/share/common-licenses/ directory, which belongs to the
base-files package (all versions are affected.)

The GNU Affero General Public License is based on the GNU GPL, but has
an additional term to allow users who interact with the licensed
software over a network to receive the source for that program. We
recommend that people consider using the GNU AGPL for any software
which will commonly be run over a network. The latest version is
version 3.

Given the growing importance of AGPLv3+ licensing in free software
projects, and its compatibility with the DFSG, the license should
be present in the base-files package.

The original license for inclusion in the Debian package can be copied
from http://www.gnu.org/licenses/agpl.txt

Regards,

==
hk


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-486
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages base-files depends on:
ii  gawk [awk]  1:4.0.1+dfsg-2
ii  mawk [awk]  1.3.3-17

base-files recommends no packages.

base-files suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#642012: x11-common: ssh-agent Xsession script does not check if gpg-agent will enable SSH support

2011-10-28 Thread Hellekin O. Wolf
Hello,

I don't know the policy for overriding packages, but using that patch I
fixed the problem for myself.

As gpg-agent can provide the functionality of ssh-agent, 90gpg-agent can
take over the functionality of 90x11-common_ssh-agent by unsetting
OPTIONS[use-ssh-agent].

Another way of doing it is to chmod -x /usr/bin/ssh-agent, so using the
alternatives system might provide a cleaner way.

Cheers,

==
hk
--- 90gpg-agent.dpkg-dist	2010-07-25 08:58:22.0 +0200
+++ 90gpg-agent	2011-10-28 21:28:21.202011454 +0200
@@ -14,6 +14,12 @@
# Invoking gpg-agent with no arguments exits successfully if the agent
# is already running as pointed by $GPG_AGENT_INFO
if ! $GPGAGENT 2/dev/null; then
-   STARTUP=$GPGAGENT --daemon --sh --write-env-file=$PID_FILE $STARTUP
+# Take over the ssh-agent
+if has_option use-ssh-agent; then
+unset OPTIONS[use-ssh-agent]
+STARTUP=$GPGAGENT --daemon --sh --enable-ssh-support --write-env-file=$PID_FILE $STARTUP
+else
+STARTUP=$GPGAGENT --daemon --sh --write-env-file=$PID_FILE $STARTUP
+fi
fi
 fi


Bug#642012: Disregard previous patch

2011-10-28 Thread Hellekin O. Wolf
It might help, but functionality is *not the same*: e.g. gpg-agent
cannot load ssh-keys bigger than 2048 bit.

==
hk



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575258: ttf-mscorefonts-installer: Missing monotype.ttf?

2010-03-24 Thread Hellekin O. Wolf
Package: ttf-mscorefonts-installer
Version: 3.2
Severity: normal


Hello,

I came across an exe archive at CERN[1] including the MSFT fonts and the 
License.

Their version provide a monotype.ttf font that is not included in this package. 
That font is not listed at http://sourceforge.net/projects/corefonts/files/

You can find the original files on the CERN FTP:

[1] ftp://root.cern.ch/root/ttf/corfonts.exe

Actually, I think using that source might even be more convenient, as
it would allow to drop the dependency on cabextract by simply using
unzip and download a single file.  I'm not sure about the legal
implications, but the CERN distribute them already, don't they?
Moreover the fonts are all over the place and make it easier for web
designers to work, so I don't see Microsoft suing anyone on that
ground; and for Debian, it doesn't change a thing.

==
hk

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (800, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ttf-mscorefonts-installer depends on:
ii  cabextract1.2-3  a program to extract Microsoft Cab
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  defoma0.11.10-4  Debian Font Manager -- automatic f
ii  wget  1.12-1.1   retrieves files from the web
ii  xfonts-utils  1:7.5+2X Window System font utility progr

Versions of packages ttf-mscorefonts-installer recommends:
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim
ii  x-ttcidfont-conf   32TrueType and CID fonts configurati

ttf-mscorefonts-installer suggests no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554707: Crontab fails if apt-cacher-ng is bound to multiple addresses

2009-11-05 Thread Hellekin O. Wolf
Package: apt-cacher-ng
Version: 0.2.2-2
Severity: important
Tags: patch


If you changed BindAddress to add the 1.2.3.4 IP to /etc/apt-cacher-ng/acng.conf
apt-cacher 0.2.2-2 breaks on crontab with the following error:

  /etc/cron.daily/apt-cacher-ng:
  Cannot connect, no alternative (socket file) available
  no such host: localhost1.2.3.4
  run-parts: /etc/cron.daily/apt-cacher-ng exited with return code 255

So, it concatenates addresses instead of picking one.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-7-pve (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to 
fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-cacher-ng depends on:
ii  adduser3.110 add and remove users and groups
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libfuse2   2.7.4-1.1 Filesystem in USErspace library
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

apt-cacher-ng recommends no packages.

apt-cacher-ng suggests no packages.

-- no debconf information
## apt-cacher-ng cron bug fix
#
# If you changed BindAddress to add the 1.2.3.4 IP to 
/etc/apt-cacher-ng/acng.conf
# apt-cacher 0.2.2-2 breaks on crontab with the following error:
#
/etc/cron.daily/apt-cacher-ng:
Cannot connect, no alternative (socket file) available
no such host: localhost1.2.3.4
run-parts: /etc/cron.daily/apt-cacher-ng exited with return code 255
#
#
# Here is the fix:
#
## /usr/lib/apt-cacher-ng/expire-caller.pl
--- /usr/lib/apt-cacher-ng/expire-caller.pl~2009-11-05 23:05:42.0 
+
+++ /usr/lib/apt-cacher-ng/expire-caller.pl 2009-11-05 23:08:05.0 
+
@@ -46,7 +46,7 @@
 elsif($cfg{bindaddress})
 {
$cfg{remotehost}=$cfg{bindaddress};
-   $cfg{remotehost}=~s/^\s*(\S+)\s*/$1/;
+   $cfg{remotehost}=~s/\s*(\S+)\s*.*/$1/; # only keep the first host
 }
 else
 {