summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2016-05-18Merge tag '0.9.2' into debian/experimentalKali Kaneko
Tag leap.bitmask version 0.9.2
2016-05-18[pkg] bump version to 0.9.2 final0.9.2Kali Kaneko
2016-05-13Merge branch 'develop' into debian/experimentalKali Kaneko
2016-05-11[pkg] bump bundle to rc4Kali Kaneko
2016-05-11[bug] add leap.auth to requirements-pixelated.pipelijah
2016-05-04Merge branch 'develop' into debian/experimentalKali Kaneko
2016-05-03[pkg] remove pixelated readme, can be enabled in prefswinKali Kaneko
2016-04-27Merge branch 'develop' into debian/experimentalKali Kaneko
2016-04-26embed pixelatedKali Kaneko
2016-04-26[pkg] pick cacert from the repo, not the venvKali Kaneko
2016-04-25Merge branch 'develop' into debian/experimentalKali Kaneko
2016-04-19[pkg] bump leap dependencies for 0.9.2 releaseKali Kaneko
2016-04-19[doc] notes about unneeded deps in the bundleKali Kaneko
2016-04-19[feat] add bitmaskd to multipackage specKali Kaneko
2016-04-19[feat] multi-binary specs for cliKali Kaneko
2016-04-18[bug] fix BSD sed syntaxKali Kaneko
2016-04-18[pkg] move embedded copy of daemon to its own folderKali Kaneko
2016-04-18[pkg] remove cryptography hack, not needed with pyinst>3.0Kali Kaneko
2016-04-18[bug] fix missing importKali Kaneko
2016-04-18[bug] remove --danger flag from osx buildKali Kaneko
phew!
2016-04-18[bug] avoid osx hangingKali Kaneko
2016-04-18[refactor] re-add wrapper, cd neededKali Kaneko
2016-04-18[bug] fix typos in osx buildKali Kaneko
2016-04-18[bug] check if helper.plist file exist b4 unloading itKali Kaneko
- Fixes: #7944 - Releases: 0.9.2
2016-04-18[pkg] update pyinst makefile to pick our custom built gpgKali Kaneko
2016-04-18[refactor] cleanup helper usage to adapt to new oneKali Kaneko
also cleanups build process
2016-04-18[refactor] cleanup helper usage to adapt to new oneKali Kaneko
also cleanups build process
2016-04-18[feature] privileged bitmask helperKali Kaneko
This is still quite untested, and a bit hacky, but the main idea behind let us have a daemonized bitmask helper, that should be installed by the Bitmask installer. Its responsibilities are to launch the vpn process as a privileged user, and start/stop the firewall.
2016-04-18[pkg] add Packages projectKali Kaneko
this has the ability to be used from the command line, although I'm using it manually at the moment.
2016-04-18[pkg] packaging hacks + update osx bundling notesKali Kaneko
2016-04-18[pkg] bump bundles version to rc1Kali Kaneko
2016-04-18[pkg] bump leap versions for sumo tarballsKali Kaneko
2016-04-18comment out unrecognized commandKali Kaneko
2016-04-17create executable folder to avoid errorKali Kaneko
2016-04-16[pkg] reproducible windows installer for bitmask_clientPaixu Aabuizia
provide a environment that allows automated builds of windows installers - prepare dockerized environment with wine, python, openssl, zlib and mingw to build windows binaries from python sourcecode - prepare dockerized environment with nullsoft installer to build installers from binaries - configure pyinstaller to build binaries - configure nsis to build distributable executables for bitmask - configure make all in pkg/windows that results in installers - add documentation - ico conversion from data/images - avoid polluting / in docker image - install dirspec and copy to wine env - remove obsolete comments - fix python path - figure out that pip install leap.a and pyinstalling a leap.b does not work - so the build script fixes that - rename dependencies to pyinstaller and move nsis code to installer - build openvpn, export the binaries for further processing - correct openvpn dependencies, fetch tap installer compatible with openvpn just built - install tap-driver with nsis - pyinstaller-build: fix mixed mkdir / show errors if there are some - installer-build: prepare rw-copy, do not expose nsh files - add openvpn_leap.exe to install directory so it gets picked up by nsis - use setup.py to install bitmask to site-packages to have a version - separate build directories for granular make - copy all openvpn dlls to installer - die to signal failure to parent makefile - cache installDependencies for quick turn-arround times - share openssl version between openvpn and pysqlcipher/other pip builds - collect files during prepare for installer - default to eip:false, mail:true - configuration in pyinstaller-build.sh - win64 tap drivers need special care getting removed from 32bit nsis - correct registry key that identifies if we installed TAP - extract version from git-tree, expose to wine python - create nsh with version for build installer - allow clean/dirty version with patches - cleanup / indent / remove comments - die when pysqlchipher patch failed - add psutil in mingw compatible version
2016-04-15[tools] make uploads resumableKali Kaneko
2016-04-15[bug] another workaround for the transparent window in wilyKali Kaneko
The previous "fix" attempt with QT_GRAPHICSSYSTEM=native apparently wasn't fixing the issue consistently. This extra env var works 100% of the times by my tests though. - Resolves: #8028
2016-04-15[pkg] bump alpha version... closer to rc1!Kali Kaneko
2016-04-15[pkg] ship statically built binariesKali Kaneko
- mention the versions in the next relnotes - add the leap_thirdparty_build to gitignore. the build scripts are supposed to place the binaries here.
2016-04-14[bug] add twisted.web.failure.xhtmlKali Kaneko
2016-04-14[bug] add missing assets for pixelatedKali Kaneko
2016-04-13[feature] make branding-logo: patches pixelated app logoKali Kaneko
and replaces it with bitmask-logo.svg - Releases: 0.9.2
2016-04-11[docs] add some important info about building bundlesKali Kaneko
2016-04-11[pkg] remove wrapper hacks, not needed anymoreKali Kaneko
2016-04-11[bug] hash the installed binariesKali Kaneko
this was the cause for the previous alpha releases keep insisting on re-installing the helper files. - Resolves: #7989 - Releases: 0.9.2
2016-04-07[docs] fix config path reflecting bundle changeKali Kaneko
2016-04-06typo: mimmick older bundles pathKali Kaneko
2016-04-06[pkg] copy helpers, freeze versionKali Kaneko
2016-04-06[pkg] move the pyinstaller bundle to a child folderKali Kaneko
2016-04-06[pkg] modularize main makefile to remove clutterKali Kaneko