about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/pidgin
AgeCommit message (Collapse)AuthorFilesLines
2022-07-09pidgin, libmaxminddb, simutrans, tiptop: remove myselfVladimír Čunát1-1/+1
... from meta.maintainers. I haven't been willing to spend nontrivial effort on these packages in the past year or more. I don't use them anymore.
2021-11-12pidgin-with-plugins: fix evaluation failure in use of non-existent 'm… ↵Sergei Trofimovich2-6/+6
(#145321)
2021-11-10pidgin: remove ? null from inputs, format, cleanupsSandro Jäckel1-29/+19
2021-10-27pidgin: use system certificates to fix letsencryptEvgeny Kurnevsky1-0/+2
2021-10-17pidgin: 2.14.6 -> 2.14.8flexagoon1-2/+2
2021-09-01pidgin: add passthru.makePluginPathRobert Schütz1-0/+4
2021-07-16pidgin: bring back text-mode UIVladimír Čunát1-4/+4
It disappeared in the parent commit.
2021-07-11pidgin: 2.13.0 -> 2.14.6Mykola Orliuk1-4/+5
2021-05-05pidgin: weaken install checks on non-LinuxVladimír Čunát1-2/+5
That should work around the recent darwin regression, e.g.: https://hydra.nixos.org/build/142033479
2021-03-28pidgin: add checks (see parent commit, too)Vladimír Čunát1-0/+9
2021-03-23Use python with dbusPatryk Niedźwiedziński1-2/+4
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-30pidgin: reenable spellcheck and voice/video in linux buildsFrederick F. Kautz IV1-6/+3
Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
2020-06-30pidgin: now builds and runs on osxFrederick F. Kautz IV1-7/+17
We can now build and run pidgin on OSX. Pidgin requires an X11 server to run. * Build: Differences Linux and OSX now parameterized * Darwin: build against gtk2-x11 instead of gtk * Darwin: disable gtkspell2 (spellcheck) * Darwin: disable farstream (voice and video) Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-05pidgin: fix gst plugin path for audio/videoMichael Fellinger1-1/+1
2018-10-12perlXMLParser -> perlPackages.XMLParservolth1-4/+3
2018-07-21fix pidgin-with-plugins buildAverell Dalton1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-20pidgin: 2.12.0 -> 2.13.0Emmanuel Rosa1-2/+2
closes #40798
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2018-01-07pidgin: build with cyrus_sasl for SASL in IRC and XMPPYegor Timoshenko1-2/+3
SASL is required to connect to Freenode on high-abuse networks, e.g. highly NATed networks or Tor. However, Pidgin only supports PLAIN authorization type, and Freenode specifically prohibits using anything other than EXTERNAL or ECDSA-NIST256P-CHALLENGE over Tor. It still allows PLAIN for potentially problematic clearnet networks, though.
2017-08-29pidgin: remove unnecessary dependencyJan Tojnar1-2/+2
Farsight was renamed to Farstream long ago and it is already listed as a dependency.
2017-03-11pidgin: 2.11.0 -> 2.12.0 for CVE-2017-2640Franz Pletz1-2/+2
Also removes unmaintained plugins. See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog.
2016-09-28pidgin: 2.10.11 -> 2.11.0Franz Pletz2-30/+36
Fix CVE-2016-1000030 & CVE-2016-2379. cc #18856.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-3/+3
2016-06-09pidgin: simplify using the wrapped versionVladimír Čunát1-2/+10
Now only the `pidgin` attribute is exposed and it's wrapped based on whether the `plugins` parameter is overridden. Discussion: https://github.com/NixOS/nixpkgs/issues/8999#issuecomment-224851642
2016-05-12pidgin-with-plugins: Add plugin support for Finch, the CLI version of Pidgin.Alexei Robyn1-0/+3
2016-04-26pidgin-with-plugins: use symlinkJoinNikolay Amiantov1-13/+6
2016-03-08Merge master into closure-sizeVladimír Čunát1-3/+10
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-03-07pidgin: fix gstreamer plugin pathChristoph Hrdinka1-3/+10
Closes #13722, fixes #13719 and maybe #10556.
2015-10-13nspr,nss: split into multiple outputsVladimír Čunát1-5/+5
Hopefully most references are OK.
2014-11-24pidgin: minor updateVladimír Čunát1-2/+2
2014-11-17pidgin: enableParallelBuildingVladimír Čunát1-0/+2
2014-11-17pidgin-with-plugins: fix plugin directories (close #5009)Antoine R. Dumont2-2/+3
2014-11-02pidgin-latex: replace with SF one and fixNikolay Amiantov1-2/+5
2014-10-30Fix evaluation of pidgin wrapperPascal Wittmann1-1/+1
2014-10-30pidgin: Fix compilation errors, clean upRickard Nilsson1-33/+30
2014-10-26pidgin-with-plugins: fix version number placement in pkg nameBjørn Forsman1-2/+2
Currently the pidgin plugins wrapper is named "pidgin-VERSION-with-plugins". Fix it so that it becomes "pidgin-with-plugins-VERSION". (And add missing newline at the end of file.)
2014-10-23pidgin: maintenance+security updateVladimír Čunát1-2/+4
Fixes CVE-2014-3694..3698 Added a note to clean the expression, CC #4602.
2014-10-23pidgin: add wrapper (close #4577, fixes #992)Nikolay Amiantov3-2/+44
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-04-04pidgin: adopt the orphan, as I use it dailyVladimír Čunát1-0/+1
CC #992.
2014-02-03pidgin: bugfix 2.10.8 -> .9Vladimír Čunát1-2/+2
Fixes connection to some servers broken by the previous update.
2014-02-01pidgin: minor update 2.10.7 -> .8, including CVE-2013-6484Vladimír Čunát1-3/+5
Also switch no newer libstartup-notification, add license and platforms.
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-04-15pidgin: update to 2.10.7Lluís Batlle i Rossell1-2/+2
2012-10-29Update PidginMichael Raskin1-2/+2