geforkt von Mirrors/Velocity
1bb84f81df
OpenSSL is much more portable and optimized (important for aarch64) and most systems already have a version. Unfortunately, OpenSSL likes to break their ABI. Thankfully, Velocity's natives system is very flexible largely, so we can provide multiple versions of this crypto. Versions of the dynamically-linked crypto were compiled on CentOS 7 (still supported until 2024, uses OpenSSL 1.0.x) and Debian 9 (the oldest distro including OpenSSL 1.1.0, whose LTS supports ends in 2022). The choice of distros was intended to cover most modern distributions (2014 and afterwards). An ARM compilation (using Debian 9) will be published soon.
94 Zeilen
1.1 KiB
Plaintext
94 Zeilen
1.1 KiB
Plaintext
### Intellij ###
|
|
.idea/
|
|
*.iws
|
|
*/out/
|
|
*.iml
|
|
.idea_modules/
|
|
atlassian-ide-plugin.xml
|
|
|
|
### Eclipse ###
|
|
.metadata
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.settings/
|
|
.loadpath
|
|
.recommenders
|
|
.externalToolBuilders/
|
|
*.launch
|
|
.factorypath
|
|
.recommenders/
|
|
.apt_generated/
|
|
.project
|
|
.classpath
|
|
|
|
### Linux ###
|
|
*~
|
|
.fuse_hidden*
|
|
.directory
|
|
.Trash-*
|
|
.nfs*
|
|
|
|
### macOS ###
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
### NetBeans ###
|
|
nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
.nb-gradle/
|
|
|
|
### Windows ###
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
*.stackdump
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
*.lnk
|
|
|
|
### Gradle ###
|
|
.gradle
|
|
/build/
|
|
/out/
|
|
gradle-app.setting
|
|
!gradle-wrapper.jar
|
|
.gradletasknamecache
|
|
|
|
### Other trash ###
|
|
logs/
|
|
/velocity.toml
|
|
server-icon.png
|
|
/bin/
|
|
run/
|
|
plugins/
|
|
|
|
### Natives stuff ###
|
|
native/mbedtls
|
|
native/zlib-ng
|
|
native/zlib-cf
|
|
native/libdeflate
|
|
native/src/main/resources/linux_x86_64/velocity-cipher.so |