about summary refs log tree commit diff
path: root/pkgs/tools/security/pius
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
2019-07-16pius: perl should be a runtime dependency, not a build-time oneKier Davis1-1/+1
Since 61bc03c017f18e2fe54d209ae8ba8a42033b9564, patch-shebangs now distinguishes between build-time and runtime dependencies. Prior to this commit, perl was not being placed in patch-shebangs' search path when it is run during the fixup phase.
2019-07-16pius: use pname+version instead of nameKier Davis1-1/+2
2019-07-16pius: dependency on package 'six' is no longer neededKier Davis1-1/+0
2019-07-16pius: switch to Python 3Kier Davis1-3/+3
pius 3.0.0 requires Python 3.
2019-07-15pius: 2.2.7 -> 3.0.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pius/versions
2019-03-14Merge pull request #57366 from r-ryantm/auto-update/piusRyan Mulligan1-2/+2
pius: 2.2.6 -> 2.2.7
2019-03-11pius: fix dependenciesKier Davis1-1/+2
`perl` needs to be a native build input to ensure that it is present in `PATH` during the build, allowing `patchShebangs` to correctly fix the shebang in `pius-party-worksheet`. Previously, the shebang was left as `/usr/bin/perl` because `perl` could not be found by `patchShebangs`. `six` is a required dependency of `pius` and likely should have been included in the derivation a long time ago, since the `pius`, `pius-report` and `pius-keyring-mgr` commands are broken without it. Annoyingly, `pius` still uses `distutils` rather than `setuptools` which seems to happily install the package without checking that its dependencies have been installed.
2019-03-11pius: 2.2.6 -> 2.2.7R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pius/versions
2018-08-03pius: introduce perl as buildInput (#44415)Justin Humm1-1/+3
Otherwise, pius-party-worksheet would be unusable. (cherry picked from commit 4dbf327d924d454a931c93da3eb4c6e8a13935a2)
2018-04-30treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linuxWill Dietz1-1/+1
Include all linux platforms.
2018-03-25pius: 2.2.4 -> 2.2.6Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.2.6 with grep in /nix/store/q9ca3k22liz3dsaipnlnw8fmggpqx1n1-pius-2.2.6 - directory tree listing: https://gist.github.com/0d14ff30c172f091a342653aae676f55
2017-11-24pius: add myself as a maintainerKier Davis1-1/+1
2017-11-24pius: 2.0.11 -> 2.2.4Kier Davis1-17/+7
2017-11-24pius: move source from Sourceforge to GithubKier Davis1-4/+6
Development of pius has moved to Github.
2017-08-22treewide: homepage URL fixes (#28475)Matthew Justin Bauer1-1/+1
* pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
2017-08-11gnupg: 2.1.22 -> 2.1.23Lancelot SIX1-1/+1
This release in a RC for gnupg-2.2. The main difference as far as nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and `gpgv2` is called `gpgv`. This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs, but there might be some packaged software that internally use `gpg2` not handeled by this commit. See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html for full release information
2016-05-04use dontBuild instead of hacksRobin Gloster1-10/+10
changes: * buildPhase = "true" * buildPhase = ":"
2014-09-21pius: update from 2.0.9 to 2.0.11Mateusz Kowalczyk1-3/+3
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-09-04Pius 2.0.9.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=29000
2010-07-13Add PIUS.Ludovic Courtès1-0/+46
svn path=/nixpkgs/trunk/; revision=22580