You've already forked fritz-tls-pkg
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
07a6641201
|
|||
60d2da84cb
|
|||
41fd76e1bd
|
|||
2ad8c7d2c3
|
|||
f96379e6e3
|
|||
224e05c8a2
|
|||
f5cfc8d389
|
|||
08c4e5704f
|
|||
4ff6cdebd1
|
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = fritz-tls
|
pkgbase = fritz-tls
|
||||||
pkgdesc = Automate TLS certificate installation for AVM FRITZ!Box
|
pkgdesc = Automate TLS certificate installation for AVM FRITZ!Box
|
||||||
pkgver = 0.21.0
|
pkgver = 0.22.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/tisba/fritz-tls
|
url = https://github.com/tisba/fritz-tls
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
@ -8,8 +8,8 @@ pkgbase = fritz-tls
|
|||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = go
|
makedepends = go
|
||||||
source = https://github.com/tisba/fritz-tls/archive/refs/tags/v0.21.0.zip
|
source = https://github.com/tisba/fritz-tls/archive/refs/tags/v0.22.0.zip
|
||||||
sha512sums = 6ac3065756933eb9bfbe44fccfb974fe8c454c2ce5fb822b87f8f536e3b99633d5a77aa28553faba8136603c94fb1700b2715fbb949f75a7a58b36bf04b803f2
|
sha512sums = 29554553a580b63edd677772e1a2711c0d69ec8ebec3e2819199f5587416d7836ead494a763ef20b9b0e089f87378e213c2a44533ee2d5c3bd15eb814bd1ee7d
|
||||||
b2sums = f18f009e74c31f4a6d2b5bd59ce49de61ab457d9c4ae5ce07c7937a18ac4df1e0f9e267cba609db5024ff013eab0cf98d5256e993242afb033be2f6efdf66bb8
|
b2sums = 443d25f73ecd09cc63535b271f4e13e48ae22d9863446404090ebc4902877f3f21bccbb3b94e1e38083eef0755e2ceed40a4046721d03eaa3df9eb30d2f79d9c
|
||||||
|
|
||||||
pkgname = fritz-tls
|
pkgname = fritz-tls
|
||||||
|
97
.drone.yml
97
.drone.yml
@ -1,97 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: kubernetes
|
|
||||||
name: linter
|
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: clone
|
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
|
||||||
|
|
||||||
- name: markdown lint
|
|
||||||
commands:
|
|
||||||
- markdownlint *.md
|
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 150
|
|
||||||
memory: 150M
|
|
||||||
|
|
||||||
- name: email-notification
|
|
||||||
environment:
|
|
||||||
SMTP_FROM_ADDRESS:
|
|
||||||
from_secret: smtp_from_address
|
|
||||||
SMTP_FROM_NAME:
|
|
||||||
from_secret: smtp_from_name
|
|
||||||
SMTP_HOST:
|
|
||||||
from_secret: smtp_host
|
|
||||||
SMTP_USERNAME:
|
|
||||||
from_secret: smtp_username
|
|
||||||
SMTP_PASSWORD:
|
|
||||||
from_secret: smtp_password
|
|
||||||
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 150
|
|
||||||
memory: 150M
|
|
||||||
when:
|
|
||||||
status:
|
|
||||||
- changed
|
|
||||||
- failure
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
exclude:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: kubernetes
|
|
||||||
name: sync-to-aur.archlinux.org
|
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: clone
|
|
||||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
|
||||||
|
|
||||||
- name: git-push
|
|
||||||
image: docker.io/appleboy/drone-git-push:1.1.1
|
|
||||||
settings:
|
|
||||||
branch: master
|
|
||||||
remote: ssh://aur@aur.archlinux.org/fritz-tls.git
|
|
||||||
force: false
|
|
||||||
commit: false
|
|
||||||
ssh_key:
|
|
||||||
from_secret: aur_ssh_key
|
|
||||||
|
|
||||||
- name: email-notification
|
|
||||||
environment:
|
|
||||||
SMTP_FROM_ADDRESS:
|
|
||||||
from_secret: smtp_from_address
|
|
||||||
SMTP_FROM_NAME:
|
|
||||||
from_secret: smtp_from_name
|
|
||||||
SMTP_HOST:
|
|
||||||
from_secret: smtp_host
|
|
||||||
SMTP_USERNAME:
|
|
||||||
from_secret: smtp_username
|
|
||||||
SMTP_PASSWORD:
|
|
||||||
from_secret: smtp_password
|
|
||||||
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu: 150
|
|
||||||
memory: 150M
|
|
||||||
when:
|
|
||||||
status:
|
|
||||||
- changed
|
|
||||||
- failure
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
repo:
|
|
||||||
- volker.raschek/fritz-tls-pkg
|
|
@ -1,145 +0,0 @@
|
|||||||
# markdownlint YAML configuration
|
|
||||||
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
|
|
||||||
|
|
||||||
# Default state for all rules
|
|
||||||
default: true
|
|
||||||
|
|
||||||
# Path to configuration file to extend
|
|
||||||
extends: null
|
|
||||||
|
|
||||||
# MD003/heading-style/header-style - Heading style
|
|
||||||
MD003:
|
|
||||||
# Heading style
|
|
||||||
style: "atx"
|
|
||||||
|
|
||||||
# MD004/ul-style - Unordered list style
|
|
||||||
MD004:
|
|
||||||
style: "dash"
|
|
||||||
|
|
||||||
# MD007/ul-indent - Unordered list indentation
|
|
||||||
MD007:
|
|
||||||
# Spaces for indent
|
|
||||||
indent: 2
|
|
||||||
# Whether to indent the first level of the list
|
|
||||||
start_indented: false
|
|
||||||
|
|
||||||
# MD009/no-trailing-spaces - Trailing spaces
|
|
||||||
MD009:
|
|
||||||
# Spaces for line break
|
|
||||||
br_spaces: 2
|
|
||||||
# Allow spaces for empty lines in list items
|
|
||||||
list_item_empty_lines: false
|
|
||||||
# Include unnecessary breaks
|
|
||||||
strict: false
|
|
||||||
|
|
||||||
# MD010/no-hard-tabs - Hard tabs
|
|
||||||
MD010:
|
|
||||||
# Include code blocks
|
|
||||||
code_blocks: true
|
|
||||||
|
|
||||||
# MD012/no-multiple-blanks - Multiple consecutive blank lines
|
|
||||||
MD012:
|
|
||||||
# Consecutive blank lines
|
|
||||||
maximum: 1
|
|
||||||
|
|
||||||
# MD013/line-length - Line length
|
|
||||||
MD013:
|
|
||||||
# Number of characters
|
|
||||||
line_length: 120
|
|
||||||
# Number of characters for headings
|
|
||||||
heading_line_length: 120
|
|
||||||
# Number of characters for code blocks
|
|
||||||
code_block_line_length: 120
|
|
||||||
# Include code blocks
|
|
||||||
code_blocks: false
|
|
||||||
# Include tables
|
|
||||||
tables: false
|
|
||||||
# Include headings
|
|
||||||
headings: true
|
|
||||||
# Include headings
|
|
||||||
headers: true
|
|
||||||
# Strict length checking
|
|
||||||
strict: false
|
|
||||||
# Stern length checking
|
|
||||||
stern: false
|
|
||||||
|
|
||||||
# MD022/blanks-around-headings/blanks-around-headers - Headings should be surrounded by blank lines
|
|
||||||
MD022:
|
|
||||||
# Blank lines above heading
|
|
||||||
lines_above: 1
|
|
||||||
# Blank lines below heading
|
|
||||||
lines_below: 1
|
|
||||||
|
|
||||||
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
|
|
||||||
MD024:
|
|
||||||
# Only check sibling headings
|
|
||||||
allow_different_nesting: true
|
|
||||||
|
|
||||||
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
|
|
||||||
MD025:
|
|
||||||
# Heading level
|
|
||||||
level: 1
|
|
||||||
# RegExp for matching title in front matter
|
|
||||||
front_matter_title: "^\\s*title\\s*[:=]"
|
|
||||||
|
|
||||||
# MD026/no-trailing-punctuation - Trailing punctuation in heading
|
|
||||||
MD026:
|
|
||||||
# Punctuation characters
|
|
||||||
punctuation: ".,;:!。,;:!"
|
|
||||||
|
|
||||||
# MD029/ol-prefix - Ordered list item prefix
|
|
||||||
MD029:
|
|
||||||
# List style
|
|
||||||
style: "one_or_ordered"
|
|
||||||
|
|
||||||
# MD030/list-marker-space - Spaces after list markers
|
|
||||||
MD030:
|
|
||||||
# Spaces for single-line unordered list items
|
|
||||||
ul_single: 1
|
|
||||||
# Spaces for single-line ordered list items
|
|
||||||
ol_single: 1
|
|
||||||
# Spaces for multi-line unordered list items
|
|
||||||
ul_multi: 1
|
|
||||||
# Spaces for multi-line ordered list items
|
|
||||||
ol_multi: 1
|
|
||||||
|
|
||||||
# MD033/no-inline-html - Inline HTML
|
|
||||||
MD033:
|
|
||||||
# Allowed elements
|
|
||||||
allowed_elements: []
|
|
||||||
|
|
||||||
# MD035/hr-style - Horizontal rule style
|
|
||||||
MD035:
|
|
||||||
# Horizontal rule style
|
|
||||||
style: "---"
|
|
||||||
|
|
||||||
# MD036/no-emphasis-as-heading/no-emphasis-as-header - Emphasis used instead of a heading
|
|
||||||
MD036:
|
|
||||||
# Punctuation characters
|
|
||||||
punctuation: ".,;:!?。,;:!?"
|
|
||||||
|
|
||||||
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
|
|
||||||
MD041:
|
|
||||||
# Heading level
|
|
||||||
level: 1
|
|
||||||
# RegExp for matching title in front matter
|
|
||||||
front_matter_title: "^\\s*title\\s*[:=]"
|
|
||||||
|
|
||||||
# MD044/proper-names - Proper names should have the correct capitalization
|
|
||||||
MD044:
|
|
||||||
# List of proper names
|
|
||||||
names:
|
|
||||||
- Arch Linux
|
|
||||||
- Linux Mint
|
|
||||||
# Include code blocks
|
|
||||||
code_blocks: false
|
|
||||||
|
|
||||||
# MD046/code-block-style - Code block style
|
|
||||||
MD046:
|
|
||||||
# Block style
|
|
||||||
style: "fenced"
|
|
||||||
|
|
||||||
# MD048/code-fence-style - Code fence style
|
|
||||||
MD048:
|
|
||||||
# Code fence syle
|
|
||||||
style: "backtick"
|
|
6
PKGBUILD
6
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch plus apps at cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch plus apps at cryptic.systems>
|
||||||
|
|
||||||
pkgname=fritz-tls
|
pkgname=fritz-tls
|
||||||
pkgver=0.21.0 # renovate: datasource=github-releases depName=tisba/fritz-tls
|
pkgver=0.22.0 # renovate: datasource=github-releases depName=tisba/fritz-tls
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Automate TLS certificate installation for AVM FRITZ!Box "
|
pkgdesc="Automate TLS certificate installation for AVM FRITZ!Box "
|
||||||
arch=('armv7h' 'aarch64' 'x86_64')
|
arch=('armv7h' 'aarch64' 'x86_64')
|
||||||
@ -12,8 +12,8 @@ makedepends=('go')
|
|||||||
source=(
|
source=(
|
||||||
"$url/archive/refs/tags/v$pkgver.zip"
|
"$url/archive/refs/tags/v$pkgver.zip"
|
||||||
)
|
)
|
||||||
sha512sums=('6ac3065756933eb9bfbe44fccfb974fe8c454c2ce5fb822b87f8f536e3b99633d5a77aa28553faba8136603c94fb1700b2715fbb949f75a7a58b36bf04b803f2')
|
sha512sums=('29554553a580b63edd677772e1a2711c0d69ec8ebec3e2819199f5587416d7836ead494a763ef20b9b0e089f87378e213c2a44533ee2d5c3bd15eb814bd1ee7d')
|
||||||
b2sums=('f18f009e74c31f4a6d2b5bd59ce49de61ab457d9c4ae5ce07c7937a18ac4df1e0f9e267cba609db5024ff013eab0cf98d5256e993242afb033be2f6efdf66bb8')
|
b2sums=('443d25f73ecd09cc63535b271f4e13e48ae22d9863446404090ebc4902877f3f21bccbb3b94e1e38083eef0755e2ceed40a4046721d03eaa3df9eb30d2f79d9c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# fritz-tls
|
# fritz-tls
|
||||||
|
|
||||||

|

|
||||||
[](https://drone.cryptic.systems/volker.raschek/fritz-tls-pkg)
|
|
||||||

|

|
||||||
|
|
||||||
This repository contains build files to build the Arch Linux package `fritz-tls`. Instead of
|
This repository contains build files to build the Arch Linux package `fritz-tls`. Instead of
|
||||||
|
@ -1,25 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"extends": [
|
||||||
"labels": [ "renovate" ],
|
"local>volker.raschek/renovate-config:default#master",
|
||||||
"packageRules": [
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
{
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
"automerge": true,
|
|
||||||
"matchManagers": "droneci",
|
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rebaseLabel": "renovate/rebase",
|
|
||||||
"rebaseWhen": "behind-base-branch",
|
|
||||||
"regexManagers": [
|
|
||||||
{
|
|
||||||
"description": "Update PKGBUILD version",
|
|
||||||
"fileMatch": [ "(^|/)PKGBUILD$" ],
|
|
||||||
"matchStrings": [
|
|
||||||
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
|
|
||||||
],
|
|
||||||
"extractVersionTemplate": "^v?(?<version>.*)$"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user