Age | Commit message (Expand) | Author |
2022-06-19 | gnu: filezilla: Update to 3.60.1....* gnu/packages/ftp.scm (filezilla): Update to 3.60.1.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: libfilezilla: Update to 0.37.2....* gnu/packages/ftp.scm (libfilezilla): Update to 0.37.2.
| Tobias Geerinckx-Rice |
2022-06-05 | gnu: ncftp: Build reproducibly....* gnu/packages/patches/ncftp-reproducible.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/ftp.scm (ncftp): Add patch.
| Vagrant Cascadian |
2022-02-15 | gnu: filezilla: Update to 3.58.0....* gnu/packages/ftp.scm (filezilla): Update to 3.58.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Jai Vetrivelan |
2022-02-15 | gnu: libfilezilla: Update to 0.36.0....* gnu/packages/ftp.scm (libfilezilla): Update to 0.36.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Jai Vetrivelan |
2021-12-17 | gnu: filezilla: Remove input labels....* gnu/packages/ftp.scm (filezilla)[native-inputs]: Remove input labels.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: filezilla: Update to 3.57.0....* gnu/packages/ftp.scm (filezilla): Update to 3.57.0.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: libfilezilla: Remove input labels....* gnu/packages/ftp.scm (libfilezilla)[native-inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: libfilezilla: Update to 0.35.0....* gnu/packages/ftp.scm (libfilezilla): Update to 0.35.0.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: Remove unneeded uses of custom GCC versions....* gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]:
Remove GCC-10.
* gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise.
* gnu/packages/lua.scm (emilua)[native-inputs]: Likewise.
* gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise.
* gnu/packages/wm.scm (fnott)[native-inputs]: Likewise.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise.
(scintilla)[native-inputs]: Remove GCC-9.
* gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise.
* gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise.
* gnu/packages/games.scm (openttd)[native-inputs]: Likewise.
(schiffbruch)[native-inputs]: Remove GCC-11.
* gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9.
* gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]:
Likewise.
* gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise.
* gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8.
* gnu/packages/image.scm (blurhash)[native-inputs]: Likewise.
* gnu/packages/jami.scm (libring)[native-inputs]: Likewise.
* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop,
telegram-desktop)[native-inputs]: Likewise.
| Marius Bakke |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-10-04 | gnu: ncftp: Fix compiling with gcc 10....* gnu/packages/ftp.scm (ncftp)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-09-04 | gnu: filezilla: Update to 3.55.1....* gnu/packages/ftp.scm (filezilla): Update to 3.55.1.
| Tobias Geerinckx-Rice |
2021-09-04 | gnu: libfilezilla: Update to 0.31.1....* gnu/packages/ftp.scm (libfilezilla): Update to 0.31.1.
| Tobias Geerinckx-Rice |
2021-09-03 | gnu: vsftpd: Update to 3.0.5....* gnu/packages/ftp.scm (vsftpd): Update to 3.0.5.
| Tobias Geerinckx-Rice |
2021-07-13 | gnu: filezilla: Update to 3.55.0....* gnu/packages/ftp.scm (libfilezilla): Update to 0.30.0.
(filezilla): Update to 3.55.0.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: libfilezilla: Update to 0.29.0....* gnu/packages/ftp.scm (libfilezilla): Update to 0.29.0.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: vsftpd: Properly enable the SSL support....* gnu/packages/ftp.scm (vsftpd)[arguments]: Remove (questionable?)
"-lcrypt" from LDFLAGS. #define VSF_BUILD_SSL in a new 'build-SSL phase
instead.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: vsftpd: Edit description....Address ‘guix lint’ warnings. Neither tiptoe around the name nor sell
anything.
* gnu/packages/ftp.scm (vsftpd)[synopsis]: Make useful.
[description]: Use its full name and some nice mark-up.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: vsftpd: Cross-compile....* gnu/packages/ftp.scm (vsftpd)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: vsftpd: Let the build system create directories....* gnu/packages/ftp.scm (vsftpd)[arguments]: Pass the "-D" flag to
‘install’. Remove the now redundant 'mkdir phase.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: vsftpd: Honour upstream make flags....* gnu/packages/ftp.scm (vsftpd)[arguments]: Add a new 'append-make-flags
phase. Remove our now redundant "-pie" from LDFLAGS.
| Tobias Geerinckx-Rice |
2021-07-02 | gnu: vsftpd: Update to 3.0.4....* gnu/packages/ftp.scm (vsftpd): Update to 3.0.4.
[source]: Build from the regular upstream tarball again.
[arguments]: Add ‘-lcap’ and ‘-lpam’ to LDFLAGS.
Remove obsolete custom 'unpack and 'apply-CentOS-patches phases.
[native-inputs]: Remove p7zip and cpio.
| Tobias Geerinckx-Rice |
2021-05-23 | gnu: filezilla: Update to 3.54.1....* gnu/packages/ftp.scm (filezilla): Update to 3.54.1.
| Tobias Geerinckx-Rice |