debian/0000755000000000000000000000000012256206536007175 5ustar debian/rules0000755000000000000000000000600412256206536010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # The following is for internal development usage only # Update that sum when new _upstream_ releases occur, this # catches silent file content forges at the upstream server side # Archive downloaded from https://www.icce.rug.nl/debian/remailer # file: gpg-remailer_x.y.z.tar.gz MD5TRUSTED := a170820fd7614a8c55cc85cd39f2251c # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) export CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS) # depend on g++-4.8 for debian ports export CXX = g++-4.8 CXXFLAGS += --std=c++0x -pthread -Wall configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-indep build-arch build-indep: build-arch: build-stamp build-stamp: dh_testdir # compile the package. ./build program ./build man touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp ./build distclean dh_clean --exclude=documentation/remailerScript.orig install: build-arch dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/gpg-remailer. ./build install program debian/gpg-remailer/usr/bin/gpg-remailer ./build install std debian/gpg-remailer/usr/share/doc/gpg-remailer ./build install man debian/gpg-remailer/usr/share/man/man1 binary-indep: binary-arch: build-arch install dh_testdir dh_testroot dh_installchangelogs dh_installdocs gpg-remailer.rc dh_installexamples # dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb DEBVERSION:=$(shell head -n 1 debian/changelog | sed -e 's/^[^(]*(\([^)]*\)).*/\1/') UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//') UPNAME := gpg-remailer UPFILE := $(UPNAME)_$(UPVERSION).tar.gz DEFILE := $(UPNAME)_$(UPVERSION).orig.tar.gz URL := https://www.icce.rug.nl/debian/gpg-remailer MD5CURRENT := `md5sum ../tarballs/$(DEFILE) | sed -e 's/ .*//'` get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs -@if [ ! -f ../tarballs/$(DEFILE) ] ; then \ echo "Downloading $(URL)/$(UPFILE) from $(URL)/$(UPFILE) ..." ; \ wget --no-check-certificate --quiet -N -nv -T20 -t3 -O \ ../tarballs/$(DEFILE) $(URL)/$(UPFILE) ; \ else \ echo "Upstream source tarball have been already downloaded" ; \ fi -@if [ "$(MD5CURRENT)" != "$(MD5TRUSTED)" ] ; then \ echo "Expecting upstream filename md5sum $(MD5TRUSTED), but $(MD5CURRENT) found" ; \ echo "Upstream filename md5sum is NOT trusted! Possible upstream filename forge!" ; \ false ; \ else \ echo "Upstream filename md5sum is trusted!" ; \ fi print-version: @@echo "Debian version: $(DEBVERSION)" @@echo "Upstream version: $(UPVERSION)" binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/changelog0000644000000000000000000000563712256206536011062 0ustar gpg-remailer (3.00.01-1) unstable; urgency=low [ Frank B. Brokken ] * Upstream added option --umask, and repaired a flaw in the program's exception handling. Version 3.00.00 is not separately released. [ tony mancill ] * Bump Standards-Version to 3.9.5 (no changes). -- tony mancill Mon, 16 Dec 2013 22:47:11 -0800 gpg-remailer (3.00.00-1) unstable; urgency=low * Clear-text messages can optionally also be handled. Several new configuration options were added. --relax ignored: umask should be used. Further details: see the upstream changelog. * The script 'testrun' is for internal use only, and was removed from the distribution. -- Frank B. Brokken Sun, 15 Dec 2013 10:26:16 +0100 gpg-remailer (2.56.00-1) unstable; urgency=low * New upstream release fixes handling of multiple -m and -r options -- Frank B. Brokken Thu, 10 Oct 2013 08:23:42 +0200 gpg-remailer (2.55.01-1) unstable; urgency=low * New upstream release (adds missing but essential -pthread compilation flag) * Added -pthread to debian/rules -- Frank B. Brokken Mon, 30 Sep 2013 16:10:38 +0200 gpg-remailer (2.55.00-1) unstable; urgency=low [ Frank B. Brokken ] * New upstream release (contains Copyright-notice stating that GPL V3 applies) * Depends-list updated to contain gnupg | gnupg2 and bsd-mailx [ tony mancill ] * Update versioned dependency on libbobcat to 3.16.00 * Update dependency on g++ to g++-4.8 -- tony mancill Mon, 16 Sep 2013 21:34:35 -0700 gpg-remailer (2.54.01-1) unstable; urgency=low * New upstream release (contains LICENSE file). * Initial Debian upload (Closes: #694278). -- tony mancill Wed, 04 Sep 2013 21:13:45 -0700 gpg-remailer (2.54.00-1) unstable; urgency=low [ Frank B. Brokken ] * New upstream release depends on Bobcat 3.12.00 * Program renamed to gpg-remailer [ tony mancill ] * Set debian/source/format to 3.0 (quilt). * Update Vcs-* fields in debian/control. * Set debian/compat to 9. -- Frank B. Brokken Tue, 12 Mar 2013 15:13:11 +0100 remailer (2.53.00-1) unstable; urgency=low * New upstream release depends on Bobcat 3.00.00 -- Frank B. Brokken Sun, 06 May 2012 12:59:19 +0200 remailer (2.50.1-2) unstable; urgency=low * Dependency on new bobcat lib -- Frank B. Brokken Tue, 09 Nov 2010 14:41:42 +0100 remailer (2.50.1-1) unstable; urgency=low * New upstream release -- Frank B. Brokken Mon, 12 Oct 2009 09:58:31 +0200 remailer (2.50.0-1) unstable; urgency=low * New upstream release -- Frank B. Brokken Sat, 07 Mar 2009 13:32:34 +0100 remailer (2.40.0-1) unstable; urgency=low * Initial Debianized Release. -- Frank B. Brokken Wed, 05 Oct 2008 14:45:58 +0200 debian/source/0000755000000000000000000000000012256206536010475 5ustar debian/source/format0000644000000000000000000000001412256206536011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212256206536010373 0ustar 9 debian/copyright0000644000000000000000000000216412256206536011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: gpg-remailer Upstream-Contact: Frank B. Brokken Source: https://www.icce.rug.nl/debian/gpg-remailer/ Files: * Copyright: (C) 2008-now, Frank B. Brokken, University of Groningen. License: GPL-3+ Files: debian/* Copyright: (C) 2008-now, Frank B. Brokken (C) 2013 George Danchev (C) 2013 Tony Mancill License: GPL-3+ License: GPL-3+ 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/control0000644000000000000000000000300612256206536010577 0ustar Source: gpg-remailer Section: devel Priority: optional Maintainer: Frank B. Brokken Uploaders: George Danchev , tony mancill Build-Depends: debhelper (>= 9), libbobcat-dev (>= 3.16.00), icmake (>= 7.19.00), g++-4.8 (>= 4.8.1), yodl (>= 3.00.0), hardening-wrapper Standards-Version: 3.9.5 Homepage: http://gpgremailer.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/gpg-remailer.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gpg-remailer.git Package: gpg-remailer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnupg | gnupg2, bsd-mailx Description: Forwards re-encrypted PGP/GPG mail to a group Gpg-remailer is somewhat similar to ordinary mailing list software, but all e-mail processed by gpg-remailer is PGP/GPG signed and encrypted. . Gpg-remailer decrypts received PGP/GPG messages, verifies the received signature and re-encrypts the e-mail for the members of a well defined group of recipients. Using gpg-remailer the list of members of a group of people who want to exchange encrypted and authenticated e-mail can be maintained at one location, allowing the members of the group to specify just one e-mail address to send PGP/GPG signed and encrypted e-mail to. . Gpg-remailer recognizes the following e-mail formats: * Standard simple encrypted messages. * Multi-part encrypted messages. * Encrypted messages containing detached signatures.