summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ftp
AgeCommit message (Collapse)Author
2024-03-09filezilla: 3.66.4 -> 3.66.5R. Ryantm
2024-01-02filezilla: 3.63.1 -> 3.66.4Antoine Labarussias
2023-03-14filezilla: migrate to wxGTK32Weijia Wang
2023-02-09filezilla: 3.62.2 -> 3.63.1R. Ryantm
2023-01-22filezilla: 3.61.0 -> 3.62.2R. Ryantm
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-03treewide: drop wxGTK30-gtk2Weijia Wang
2022-10-24filezilla: 3.60.2 -> 3.61.0R. Ryantm
2022-08-06filezilla: 3.60.1 -> 3.60.2R. Ryantm
2022-07-29gftp: 2.8.0b -> 2.9.1bR. Ryantm
2022-06-27filezilla: 3.58.0 -> 3.60.1Robert Schütz
2022-02-15filezilla: 3.57.0 -> 3.58.0R. Ryantm
2022-01-04gftp: 2.7.0b -> 2.8.0bAndersonTorres
2021-12-31filezilla: 3.55.1 -> 3.57.0R. Ryantm
2021-11-03treewide: set meta.mainProgram for packages teams.pantheon.members maintainBobby Rong
2021-08-14Merge pull request #133850 from bobby285271/taxidavidak
taxi: 0.0.1-unstable=2020-09-03 -> 2.0.2
2021-08-14taxi: 0.0.1-unstable=2020-09-03 -> 2.0.2Bobby Rong
2021-08-14filezilla: 3.55.0 -> 3.55.1Ilan Joselevich
2021-08-02pantheon: add maintainers teamdavidak
2021-07-31filezilla: 3.53.1 -> 3.55.0Ilan Joselevich
2021-06-14filezilla: add wrapGAppsHook (#126765)ilmari-lauhakangas
2021-05-18taxi: 0.0.1 -> 0.0.1-unstable=2020-09-03AndersonTorres
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát
(It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-04-28filezilla: 3.53.0 -> 3.53.1R. RyanTM
2021-03-23filezilla: 3.52.2 -> 3.53.0R. RyanTM
2021-03-18Merge pull request #111213 from r-ryantm/auto-update/filezillaFabian Affolter
filezilla: 3.51.0 -> 3.52.2
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob
2021-01-29filezilla: 3.51.0 -> 3.52.2R. RyanTM
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-11-13filezilla: 3.50.0 -> 3.51.0R. RyanTM
2020-09-09filezilla: 3.49.1 -> 3.50.0Peter Hoeg
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace
2020-07-21filezilla: 3.48.1 -> 3.49.1R. RyanTM
2020-06-15filezilla: use wxGTK30-gtk3 instead of local overridePeter Hoeg
2020-05-28filezilla: 3.48.0 -> 3.48.1R. RyanTM
2020-05-01filezilla: 3.46.3 -> 3.48.0Peter Hoeg
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-06filezilla: 3.46.0 -> 3.46.3R. RyanTM
2019-12-22treewide: pantheon updateScriptworldofpeace
2019-12-08filezilla: 3.45.1 -> 3.46.0 (#75225)R. RyanTM
2019-10-23filezilla: 3.44.2 -> 3.45.1 (#71565)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/filezilla/versions
2019-10-09pantheon: use latest valaworldofpeace
elementary OS's ecosystem is curated around Ubuntu's LTS releases. This means the development platform for their curated applications always includes a LTS version of vala (in 18.04 it's 0.40). Because of how vala development works it suspect some of these applications to have serious issues if complied with the latest vala. However in the past year or so, for Pantheon at least, I don't think their applications will have much issues with latest vala, and if there is I don't think they'd be difficult to fix. In this single regard they've become more responsive since their preferred language is vala. As for the curated applications I have less of this confidence in. So I'd have to be accept less applications, but that's something I'm willing to compromise on. And this is easily reversible or could be done on a per-application basis. And nix already makes this trivial.
2019-08-31Merge master into staging-nextFrederik Rietdijk
2019-08-30filezilla: 3.43.0 -> 3.44.2Jonathan Ringer
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-11filezilla: 3.42.1 -> 3.43.0xrelkd
2019-06-09Revert "filezilla: add wrapper to set necessary FZ_DATADIR"Vladimír Čunát
This reverts commit 61940b89a5646987e8b7a8fe7277ec7534c957b1 #62340. Apparently it's not needed anymore after the update, so let me clean up.
2019-06-09Merge #62276: libfilezilla: 0.13.0 -> 0.16.0; filezilla: -> 3.42.1Vladimír Čunát
2019-06-09filezilla: enableParallelBuilding = trueVladimír Čunát