about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/irssi
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-10-03irssi: 1.4.4 -> 1.4.5Arjan Schrijver1-2/+2
Diff: https://github.com/irssi/irssi/compare/1.4.4...1.4.5
2023-04-01irssi: 1.4.3 -> 1.4.4Fabian Affolter1-2/+2
Diff: https://github.com/irssi/irssi/compare/1.4.3...1.4.4
2022-10-31irssi: 1.4.2 -> 1.4.3R. Ryantm1-2/+2
2022-07-24Merge pull request #182629 from winterqt/fish-irssi-bumpJörg Thalheim2-18/+45
fish-irssi: unstable-2013-04-13 -> unstable-2021-04-16
2022-07-23fish-irssi: unstable-2013-04-13 -> unstable-2021-04-16Winter2-18/+45
2022-07-23irssi: 1.4.1 -> 1.4.2Fabian Affolter1-2/+2
2022-07-04irssi: 1.2.3 -> 1.4.1Fabian Affolter1-26/+43
2022-03-30treewide: move autoconf, automake to nativeBuildInputsBen Siraphob1-2/+2
2022-02-06irssi: enable parallel buildingBen Siraphob1-0/+2
2022-02-06irssi_fish: update for changes made to irssi srcNathaniel Griswold1-1/+1
2022-02-06irssi: switch from tarball to git tagNathaniel Griswold1-5/+13
I've just switched irssi to build from the 1.2.3 tag in the git tree, as the build was failing on apple silicon when linking libirc_proxy.la in dir `src/irc/proxy` I kinda just switched it and it built. I did not dig very deep on the reasons behind why this fixed things. I am hoping that Linux still builds, as i have not tested it. Some notes: - The sys_lib_search_path done by fixLibtool in the configure phase now no longer seems to update with the NIX_LDFLAGS. It appears that this is because the newer libtool script does not start the line with 'eval', so the sed does not match. - My system still builds, despite the previous item. I noticed that on this new build, my system defines `allow_undefined_flag` in the libtool script to something nonempty. I guess that may be the reason everything still builds and works at runtime.
2021-07-14fish-irssi: use fetchFromGitHub and pname&versionFelix Buehler1-6/+8
2021-04-11irssi: 1.2.2 -> 1.2.3Thomas Gerbet1-10/+3
Release notes: https://github.com/irssi/irssi/releases/tag/1.2.3
2021-03-17irssi: fix GLib > 2.62 breaking input on nul byteDominique Martinet1-1/+8
See https://github.com/irssi/irssi/issues/1180 for rationale
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob2-10/+10
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-3/+3
2019-08-31Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-29irssi: 1.2.1 -> 1.2.2 (CVE-2019-15717)Andreas Rammhold1-2/+2
https://irssi.org/security/irssi_sa_2019_08.txt
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát2-29/+3
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-18irssi: build bundled OTR plug-in and remove "irssi-otr" packageEmery Hemingway2-29/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01irssi: 1.2.0 -> 1.2.1Alyssa Ross1-2/+2
CVE-2019-13045
2019-03-02irssi: 1.1.2 -> 1.2.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/irssi/versions
2019-01-12irssi: 1.1.1 -> 1.1.2Andreas Rammhold1-2/+2
Fixes CVE-2019-5882 [1] and a few minor changes [2]. [1] https://irssi.org/security/html/irssi_sa_2019_01/ [2] https://irssi.org/2019/01/09/irssi-1.1.2-released/
2018-08-06irssi: add licensePascal Wittmann1-0/+1
see issue #43716
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-30treewide: http to httpsRyan Mulligan1-1/+1
2018-03-22treewide: remove libintl hacksMatthew Bauer1-2/+2
2018-02-15irssi: 1.1.0 -> 1.1.1Andreas Rammhold1-2/+2
fixes CVE-2018-7050, CVE-2018-7051, CVE-2018-7052, CVE-2018-7053, CVE-2018-7054
2018-01-28irssi: 1.0.6 -> 1.1.0Franz Pletz1-2/+2
2018-01-06irssi: 1.0.5 -> 1.0.6 (fixes CVE-2018-5206, CVE-2018-5205, CVE-2018-5208, ↵Andreas Rammhold1-2/+2
CVE-2018-5207) For details see [1]. [1] https://irssi.org/security/irssi_sa_2018_01.txt
2017-10-22irssi: 1.0.4 -> 1.0.5Piotr Bogdan1-2/+2
Security update, see https://irssi.org/security/irssi_sa_2017_10.txt.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2-2/+4
Only acts on one-line dependency lists.
2017-07-10irssi: 1.0.3 -> 1.0.4 for multiple CVEsFranz Pletz1-2/+2
Fixes: * CVE-2017-10965 * CVE-2017-10966 See https://irssi.org/security/irssi_sa_2017_07.txt.
2017-06-07irssi: 1.0.2 -> 1.0.3 (security)Franz Pletz1-2/+2
See https://irssi.org/security/irssi_sa_2017_06.txt.
2017-03-25irssi: 1.0.1 -> 1.0.2 for CVE-2017-7191Franz Pletz1-2/+2
See https://irssi.org/security/irssi_sa_2017_03.txt.
2017-02-15irssi: 1.0.0 -> 1.0.1Michael Raskin1-2/+2
2017-01-09irssi: 0.8.21 -> 1.0.0Franz Pletz1-8/+11
2017-01-05irssi: 0.8.20 -> 0.8.21 (security)Franz Pletz1-2/+2
Fixes four security vulnerabilities: https://irssi.org/security/irssi_sa_2017_01.txt No CVEs were assigned yet at the time of this commit. cc #21642
2017-01-04irssi_otr: 1.0.1 -> 1.0.2Michael Raskin1-17/+5
2016-10-04Fixing irssi-otr after change of irssi ABI.Lluís Batlle i Rossell1-2/+10
I pick the change from this pull request: https://github.com/cryptodotis/irssi-otr/pull/60/
2016-09-22irssi: 1.8.19 -> 1.8.20 (security)Alexander V. Nikolaev1-2/+2
https://irssi.org/security/irssi_sa_2016.txt CVE-2016-7044 CVE-2016-7045
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-04-15irssi: add descriptionScott R. Parish1-0/+1
This will make it show up if people search for 'irc'
2016-04-02irssi: 0.8.17 -> 0.8.19James Earl Douglas1-5/+5
This enables [SASL authentication][1], which was added in 0.8.18. Tested via `nix-env -f /path/to/nixpkgs -i irssi`, followed by running `irssi`. [1]: https://wiki.archlinux.org/index.php/Irssi#Authenticating_with_SASL
2016-02-13irssi-otr: 1.0.0 -> 1.0.1tg(x)1-3/+3
2016-02-12irssi-otr: fetchFromGithubtg(x)1-5/+6
2016-02-10irssi-otr: 640e98c74b -> 1.0.0tg(x)1-8/+6