summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* makemkv 1.14.2B Stack2019-03-02
|
* Merge branch 'irfanview-dpkg' into 'master'B Stack2019-02-27
|\ | | | | | | | | irfanview split into 32 and 64 bit dpkgs See merge request bgstack15/stackrpms!44
| * irfanview split into 32 and 64 bit dpkgsB Stack2019-02-26
| |
* | Merge branch 'freefilesync-dpkg' into 'master'B Stack2019-02-27
|\ \ | |/ |/| | | | | | | | | freefilesync remove need for desktop-file-install Closes #2 See merge request bgstack15/stackrpms!43
| * freefilesync remove need for desktop-file-installB Stack2019-02-25
|/
* Merge branch 'mdf2iso' into 'master'B Stack2019-02-25
|\ | | | | | | | | add mdf2iso See merge request bgstack15/stackrpms!42
| * add mdf2isoB Stack2019-02-25
|/
* Merge branch 'irfanview-dpkg' into 'master'B Stack2019-02-21
|\ | | | | | | | | irfanview dpkg See merge request bgstack15/stackrpms!41
| * irfanview dpkgB Stack2019-02-21
|/
* Merge branch 'palemoon-bump' into 'master'B Stack2019-02-21
|\ | | | | | | | | palemoon 28.4.0 dpkg See merge request bgstack15/stackrpms!40
| * palemoon 28.4.0 dpkgB Stack2019-02-21
|/
* Merge branch 'palemoon-custom' into 'master'B Stack2019-02-19
|\ | | | | | | | | | | | | | | | | Multiple palemoon builds Split palemoon into official package, and my custom -stackrpms package. Also split palemoon-ublock-origin in same way. Update palemoon to 28.4.0. See merge request bgstack15/stackrpms!39
| * split pm-ublock into two dirsB Stack2019-02-19
| |
| * rename pm-stack-ublock specB Stack2019-02-19
| |
| * pm-stack-ublockB Stack2019-02-19
| |
| * pm ublock origin 1.16.4.8B Stack2019-02-19
| |
| * pm-ublock dpkg for devuanB Stack2019-02-19
| |
| * pm 28.4.0B Stack2019-02-19
| |
| * WIP: pm custom rpm for prefsB Stack2019-02-15
| |
| * split palemoon spec into normal and customB Stack2019-02-14
| | | | | | | | | | | | | | | | The actual spec files are the same except the stackrpms_custom variable. The logic is the same in each one for consistency. If stackrpms_custom is set, it will add my custom patches and prefs.js file. Otherwise, build the officially-endorsed build for Fedora.
| * palemoon spec use _libdir for prefs.jsB Stack2019-02-06
| |
| * rpm spec mkdir for prefs.jsB Stack2019-02-06
| |
| * palemoon dpkg fix version numberB Stack2019-02-05
| |
| * palemoon custom part 2B Stack2019-02-05
| |
| * add bgstack15 customizations to rpm spec part 1B Stack2019-02-05
| |
| * palemoon dpkg with customizationsB Stack2019-02-04
| | | | | | | | | | Experimentation with dpkg that bundles in my prefs.js on system level as well as no search bar by default (which is a source patch).
* | Merge branch 'freefilesync-c7' into 'master'B Stack2019-02-19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | FreeFileSync 10.9-2 for CentOS7 and Fedora 28-30 This is the successful release candidate for FreeFileSync on CentOS7 and Fedora 28-30 from the same spec file. On CentOS 7, the package build and install dependencies include libcurl 7.64.0, libssh2 1.8.0, openssl 1.1.0 (openssl-freefilesync), which are available in the [bgstack15/FreeFileSync](https://copr.fedorainfracloud.org/coprs/bgstack15/FreeFileSync) copr. See merge request bgstack15/stackrpms!38
| * | FreeFileSync 10.9-2 for CentOS 7 and Fedora 28-30B Stack2019-02-19
| | |
| * | fix %fi to %endifB Stack2019-02-19
| | |
| * | WIP: remove the use of %dist to include patchesB Stack2019-02-19
| | | | | | | | | | | | | | | | | | | | | I finally realized that copr builds the srpm in a fedora environment and then uses that srpm everywhere, including the epel-6 and epel-7 chroots, where the el7.patch file was now absent. So now the spec depends on both ffs_fedora.patch and ffs_el.patch
| * | fix distro patch filesB Stack2019-02-19
| | |
| * | fix typo in Patch2 about %distB Stack2019-02-19
| | |
| * | WIP: fix fc28 libcurl problem and el7 %distB Stack2019-02-19
| | |
| * | WIP freefilesync: add requires: libcurl and libsshB Stack2019-02-18
| | |
| * | WIP: fix typo of Build in buildreqsB Stack2019-02-18
| | |
| * | WIP: ffs for el7 and fc28 from one specB Stack2019-02-18
| | | | | | | | | | | | | | | | | | The el7 version depends on the copr bgstack15/FreeFileSync and the fc28 version should be the same as before, but will need to actually be tested.
| * | WIP: FreeFileSync on CentOS 7, part 1B Stack2019-02-18
| | | | | | | | | | | | | | | | | | | | | In my original dev environment, I can now compile and execute the main binaries. My next commit should include some attempts at static linking so the runtime environment does not need the hacked openssl 1.1.0h packages.
| * | WIP: freefilesync on centos7 rawB Stack2019-02-16
|/ / | | | | | | | | | | | | | | This worked raw, but needs major work before release. See first few lines in spec file for what was done. Next steps: 1. Place all dependencies in a copr along with this application. 2. Merge all required code changes into a single patch file.
* | FreeFileSync 10.9 rpm and dpkgB Stack2019-02-14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Application changes * Added FTP, SFTP, Google Drive support for Linux * FreeFileSync Donation Edition available for Linux * Compress file stream during Google Drive upload * Navigate beyond access-denied parents in SFTP folder picker * Fixed unexpected stream size error during FTP upload * Support native recursive deletion for Google Drive * Support native recursive deletion for MTP * Deterministically save Google Drive state during exit * Work around missing TMPDIR variable (Linux) * Support SFTP servers returning large package sizes during folder reading * Start with home path when using SFTP folder picker * Aggregate device authentication prompts during comparison * Clean up temp file after unexpected stream size error * Work around FTP servers not supporting HELP command * Support parsing path by volume name when volume is missing * Parse and streamline Google Drive error messages * Load next item after deleting from config history * Avoid redundant Google Drive syncs after file/folder creation * Avoid duplicate MTP item creation by multiple threads Package changes * Upstream removed Makefile install target, so each package implements basically identical, local install targets * Added patches for older versions of dependencies which do not alter basic usage of the application See merge request bgstack15/stackrpms!37
| * | FreeFileSync 10.9 rpm and dpkgB Stack2019-02-14
|/ /
* | pm-ublock dpkg for devuanB Stack2019-02-14
|\ \ | | | | | | See merge request bgstack15/stackrpms!36
| * | pm-ublock dpkg for devuanB Stack2019-02-14
|/ /
* | pm ublock origin 1.16.4.8B Stack2019-02-08
|\ \ | |/ |/| See merge request bgstack15/stackrpms!35
| * pm ublock origin 1.16.4.8B Stack2019-02-08
|/
* Merge branch 'veracrypt-dpkg' into 'master'B Stack2019-02-02
|\ | | | | | | | | veracrypt dpkg for devuan See merge request bgstack15/stackrpms!34
| * add veracrypt dpkg first draftB Stack2019-01-30
| |
* | Merge branch 'freefilesync-dpkg' into 'master'B Stack2019-02-02
|\ \ | |/ |/| | | | | freefilesync dpkg for devuan See merge request bgstack15/stackrpms!33
| * add freefilesync dpkg rough draftB Stack2019-01-30
|/
* add palemoon dpkg for devuanB Stack2019-01-26
|\ | | | | See merge request bgstack15/stackrpms!32
| * Palemoon dpkg for devuanB Stack2019-01-26
|/
bgstack15