summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)Author
2009-06-29resolve symlinks when checking path permissionsJameson Graef Rollins
Thanks to Silvio Rhatto for the patch. This should close MS bug #917
2009-05-21properly match fingerprints with leading 0 bytes ↵Daniel Kahn Gillmor
(https://labs.riseup.net/code/issues/show/831)
2009-05-12pem2openpgp now makes signatures over SHA256 instead of SHA1, due to ↵Daniel Kahn Gillmor
concerns about the growing weakness of SHA1.
2009-04-30Add sshfpr subcommand to monkeysphereJameson Graef Rollins
This is a very simple subcommand that outputs the ssh fingerprint of a key in your gpg keyring, by keyid.
2009-04-06update debian packaging Standards-Version to 3.8.1Jameson Graef Rollins
2009-04-06revert macports back to state for 0.24, until 0.25 is actually releasedJameson Graef Rollins
2009-04-06add new util script to update the macports PortfileJameson Graef Rollins
2009-04-06macports: remove socat from the run depends, since it's not actually a run ↵Jameson Graef Rollins
dependency.
2009-04-06macports: improve perl shebang line modification for keytransJameson Graef Rollins
2009-04-06macports: add a hook to replace the keytrans shebang line with one that use ↵Jameson Graef Rollins
/usr/bin/env. this removes the -T taint checking option, so we need to make sure this is ok, but this is the only way to get keytrans to work with the correct macports version of perl
2009-04-05macports: move to just perl5 dependency (which for now is 5.8).Jameson Graef Rollins
2009-04-05macports: fix perl dependencies, and add socat dependencyJameson Graef Rollins
2009-04-05macports: better way to swap SYSDATADIRJameson Graef Rollins
2009-04-04macports: attempt at something that would 'patch' in the correct SYS..DIR ↵Jameson Graef Rollins
variables
2009-04-04some updates to the macports package. actually installs things properly ↵Jameson Graef Rollins
now, but there are still some run-time issues to sort out.
2009-03-23updating debian/changelogDaniel Kahn Gillmor
2009-03-22some more pruning of unnecessary usage of cat for the gnupg scripts.Jameson Graef Rollins
2009-03-22Start of macport packaging.Jameson Graef Rollins
2009-03-18modify the ssh_proxycommand marginal ui output so that it betterJameson Graef Rollins
handles the case where the host can not be contacted. the new system attempts to retrieve the host ssh key before any ui output is made. this should make things a little clearer in this corner case, and make things a little more flexible down the line.
2009-03-10include changelog entry about mktemp portability update.Daniel Kahn Gillmor
2009-03-10Merge commit 'dkg/master'Jameson Graef Rollins
2009-03-10FreeBSD packaging: revert to simpler hack for debian tarballs; use ${FIND} ↵Daniel Kahn Gillmor
instead of find
2009-03-10FreeBSD packaging: make sure to clean up cruft after in-place sed replacement.Daniel Kahn Gillmor
2009-03-10FreeBSD porting: trying to make sure package cleanup goes smoothly.Daniel Kahn Gillmor
2009-03-10cleaning up a lingering non-portable mktemp invocation.Daniel Kahn Gillmor
2009-03-10FreeBSD packaging: use tabs for variable declarations in MakefileDaniel Kahn Gillmor
2009-03-10FreeBSD: clean up some portlint warnings.Daniel Kahn Gillmor
2009-03-10FreeBSD porting: do one more path translation.Daniel Kahn Gillmor
2009-03-10FreeBSD porting: using in-place sed to replace paths. Using ↵Daniel Kahn Gillmor
pack("%32U",...) for checksum, which seems to work for both perl 5.8 and 5.10
2009-03-09More FreeBSD packaging work: removing gnutls patches -- not needed for ↵Daniel Kahn Gillmor
monkeysphere; updating maintainer scripts.
2009-03-09update freebsd Makefile to reflect reorganization of Monkeysphere, and ↵Daniel Kahn Gillmor
transition to perl.
2009-03-09updating FreeBSD port for 0.24Daniel Kahn Gillmor
2009-03-07fix the marginal ui output so that it's not prefixed by theJameson Graef Rollins
LOG_PREFIX. also make sure to always export the LOG_PREFIX, so that it gets passed to subprocces su_monkeysphere_user.
2009-03-03prepare for 0.24 releaseDaniel Kahn Gillmor
2009-03-03add cron to RecommendsJameson Graef Rollins
2009-03-02clearer error reporting for transition scripts in postinst.Daniel Kahn Gillmor
2009-03-02added ability to specify subkeys to add to agent with ↵Jameson Graef Rollins
MONKEYSPHERE_SUBKEYS_FOR_AGENT variable.
2009-03-02added a prerm script to explicitly fail if someone attempts to downgrade to ↵Daniel Kahn Gillmor
anything before 0.23
2009-03-01point explicitly to GPL v3 in debian/copyright (satisfies lintian --pedantic)Daniel Kahn Gillmor
2009-03-01moved set -e from the shebang line to an explicit setting in maintainer ↵Daniel Kahn Gillmor
scripts to pacify lintian --pedantic.
2009-03-01include bug number for fixing transition script issues.Daniel Kahn Gillmor
2009-03-01touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to ↵Daniel Kahn Gillmor
mollify lintian.
2009-03-01use 'which' instead of 'type' in postrm, so lintian doesn't complain.Jameson Graef Rollins
2009-03-01debian packaging overhaul.Daniel Kahn Gillmor
2009-02-28work on maintainer scripts:Jameson Graef Rollins
- remove preinst and prerm because they were empty - put everything in postint into 'config' argument, since that's really what it is - make sure deletion of monkeysphere user is correct, based on what we found here: http://wiki.debian.org/AccountHandlingInMaintainerScripts
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
VERSION file, which is created in the tarball target. This is then installed at /usr/share/monkeysphere/VERSION, and cat'ed when the version number is requested by the front-end ui. No more manual setting of version number required (to avoid future problems, aka "0.23.1"). This system is also more flexible, as the VERSION file could potentially hold more info than just the release number.
2009-02-21preparing for stupid brown paper bag 0.23.1 release.Daniel Kahn Gillmor
2009-02-21updating the changelog.Daniel Kahn Gillmor
2009-02-21fixing up some documentation, including version notes in getting started.Daniel Kahn Gillmor
2009-02-20Add "true" to prerm script so that lintian will stop complaining thatJameson Graef Rollins
the script is empty. also small doc tweaks.