Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | [pkg] use bjones experimental branch of pyinstaller | Kali Kaneko | |
this is a nice refactor that fixes many of the qt5 packaging problems. (although it brings a lot of new libs). | |||
2018-01-26 | [pkg] build bundles on stretch | Kali Kaneko | |
zesty EOL reached | |||
2018-01-26 | [pkg] zesty EOL reached | Kali Kaneko | |
2018-01-26 | [pkg] use pyinstaller dev | Kali Kaneko | |
2018-01-25 | [feat] use new assets for systray icons | Kali Kaneko | |
2018-01-09 | [bug] add missing libs to pyinstaller for qtwebengine | Kali Kaneko | |
- Resolves: #9191 | |||
2018-01-09 | [pkg] use bitmask-bundler image for bundles | Kali Kaneko | |
2018-01-06 | [bug] Don't use system packages when bundling headless build | Simon Fondrie-Teitler | |
This makes builds not error when the virtualenv version of a package doesn't match the system one. It also helps ensure builds on different machines bundle the same version of packages. | |||
2017-12-22 | [pkg] Include required files in headless build | Simon Fondrie-Teitler | |
Also pull in cython and restructure the package. | |||
2017-12-20 | [bug] copy missing provider pinning in osx | kali | |
2017-12-20 | [pkg] copy uninstaller to the bundle | Kali Kaneko | |
2017-12-20 | [pkg] import changes for qt5 to work | kali | |
2017-12-20 | [pkg] add pyqt5.qtwidgets to osx imports | kali | |
not that I really want to keep qt5 for a long time, but this seems the short way to a working systray for the next release. | |||
2017-12-20 | [pkg] add osx bundle script inside venv | admin | |
2017-12-20 | [pkg] add make target for headless builds | Simon Fondrie-Teitler | |
This adds a make target which allows for headless builds. It runs pyinstaller and copies some required files. | |||
2017-12-08 | [pkg] copy provider certificates on bundles | Kali Kaneko | |
2017-12-08 | [feat] osx systray with pyqt5 | Kali Kaneko | |
2017-12-04 | [pkg] verify the remaining libs | Kali Kaneko | |
apparently, lzo and mbedtls do not like gpg. | |||
2017-12-04 | [pkg] add --enable-iproute2 to openvpn binary compilation | Kali Kaneko | |
this will be used by bundles, and it's needed now that ifconfig and other net-utils are being deprecated. | |||
2017-12-04 | [pkg] verify openvpn sources | Kali Kaneko | |
2017-12-02 | [pkg] update versions of openvpn and mbedtls | Kali Kaneko | |
2017-11-30 | [pkg] pick gpg from local build | Kali Kaneko | |
2017-11-30 | [pkg] minor fixes to the service plist | Kali Kaneko | |
some properties were not used as intended. | |||
2017-11-30 | [pkg] add osx uninstall script | Kali Kaneko | |
2017-11-03 | [feature] set windows title | Kali Kaneko | |
2017-11-01 | [feat] add new assets for icons | Kali Kaneko | |
2017-10-26 | [pkg] install libssl-dev not an specific version | Ruben Pollan | |
2017-10-11 | [pkg] cannot pull when not in a branch | Kali Kaneko | |
2017-10-11 | [bug] import linux specific constants inside if block | kali | |
2017-10-11 | [feat] add gpg and pemfile in osx builds | kali | |
These two details were blocking mail service from working in osx. | |||
2017-10-09 | [pkg] get latest tags when bundling | Kali Kaneko | |
2017-10-09 | [pkg] bump next-version to 0.10.2 | Kali Kaneko | |
2017-10-06 | [pkg] add linux64 to the bundle commands | Kali Kaneko | |
2017-10-06 | [pkg] prevent bootstrap script from hanging | Kali Kaneko | |
2017-10-06 | [pkg] bump next-version | Kali Kaneko | |
2017-10-06 | [pkg] add some missing dependencies to bootstrap script | Kali Kaneko | |
2017-10-03 | [pkg] pin pyinstaller version | Kali Kaneko | |
Also, allow to pass a different repo to the build-in-docker script. - Resolves: #9089 | |||
2017-10-02 | [pkg] update the dockerfile | Kali Kaneko | |
2017-09-01 | [pkg] fix brittle way of getting latest wheel | Kali Kaneko | |
2017-08-30 | [tests] add functional testing requirements | Kali Kaneko | |
2017-08-30 | [tests] prepare to run behave against bundle | Kali Kaneko | |
2017-08-30 | [bug] fix bad merge | Kali Kaneko | |
2017-08-30 | [docs] add ability to upgrade an existing virtualenv | Kali Kaneko | |
2017-08-30 | [style] pep8 | Kali Kaneko | |
2017-08-15 | [pkg] remove unused QT5PATH | Kali Kaneko | |
2017-08-14 | [pkg] fix osx bundle by relinking broken _scrypt dylib | kali | |
2017-08-14 | [bug] report version correctly in bundles | kali | |
- Resolves: #8992 | |||
2017-08-14 | [pkg] improve logging for the osx install scripts | kali | |
2017-08-14 | [pkg] add osx-specific requirements | kali | |
2017-08-14 | [pkg] move bundling scripts | kali | |