瀏覽代碼

pkg/kamailio: http urls updated to https and typo fixes

dilyanpalauzov 2 年之前
父節點
當前提交
83951cc248

+ 1 - 1
pkg/kamailio/Makefile

@@ -33,7 +33,7 @@ apk:
 	    -e "s/^pkgver=.*/pkgver=${APK_VERSION}/" \
 	    -e "s/^pkgver=.*/pkgver=${APK_VERSION}/" \
 	    -i alpine/APKBUILD
 	    -i alpine/APKBUILD
 	cd alpine && abuild snapshot
 	cd alpine && abuild snapshot
-	@echo \"abuild\" cannot be start from Makefile please start manualy \"cd alpine \&\& abuild -r\"
+	@echo \"abuild\" cannot be started from Makefile please start manually \"cd alpine \&\& abuild -r\"
 
 
 # build source rpm package
 # build source rpm package
 .PHONY: src.rpm
 .PHONY: src.rpm

+ 1 - 1
pkg/kamailio/README.md

@@ -65,7 +65,7 @@ Kamailio build project on OBS is at:
 
 
 ## Gentoo ##
 ## Gentoo ##
 
 
-Not actively mentained, still fairly recent updated.
+Not actively maintained, still fairly recent updated.
 
 
 ## BSD ##
 ## BSD ##
 
 

+ 6 - 6
pkg/kamailio/alpine/APKBUILD

@@ -17,7 +17,7 @@ _gitcommit=991fe9b28e0e201309048f3b38a135037e40357a
 [ -z "${_gitcommit}" ] && _gitcommit="${pkgver}"
 [ -z "${_gitcommit}" ] && _gitcommit="${pkgver}"
 
 
 pkgdesc="Open Source SIP Server"
 pkgdesc="Open Source SIP Server"
-url="http://www.kamailio.org/"
+url="https://www.kamailio.org/"
 arch="all"
 arch="all"
 pkgusers="kamailio"
 pkgusers="kamailio"
 pkggroups="kamailio"
 pkggroups="kamailio"
@@ -44,7 +44,7 @@ install="$pkgname.pre-install $pkgname.pre-upgrade"
 #
 #
 # Alpine specific changes:
 # Alpine specific changes:
 #
 #
-# _mod_list_debugger is not defined in the orginal
+# _mod_list_debugger is not defined in the original
 #
 #
 # Move avp from _mod_list_extras to _mod_list_basic, so that we can create
 # Move avp from _mod_list_extras to _mod_list_basic, so that we can create
 # a kamailio-extras package
 # a kamailio-extras package
@@ -165,7 +165,7 @@ _mod_list_perl="app_perl db_perlvdb"
 # - modules depending on ruby library
 # - modules depending on ruby library
 _mod_list_ruby="app_ruby"
 _mod_list_ruby="app_ruby"
 
 
-# - modules depending on python3 libarary
+# - modules depending on python3 library
 _mod_list_python3="app_python3"
 _mod_list_python3="app_python3"
 
 
 # - modules depending on ruby library
 # - modules depending on ruby library
@@ -289,7 +289,7 @@ prepare() {
 	cd utils/kamctl/
 	cd utils/kamctl/
 	sed -i -e 's:/run/kamailio.pid:/run/kamailio/kamailio.pid:g' \
 	sed -i -e 's:/run/kamailio.pid:/run/kamailio/kamailio.pid:g' \
 		kamctl.base kamctlrc || return 1
 		kamctl.base kamctlrc || return 1
-	# we actually dont need bash
+	# we actually don't need bash
 	sed -i -e 's:/bin/bash:/bin/sh:' kamctl kamdbctl \
 	sed -i -e 's:/bin/bash:/bin/sh:' kamctl kamdbctl \
 		|| return 1
 		|| return 1
 }
 }
@@ -365,7 +365,7 @@ sqlite() {
 dbtext() {
 dbtext() {
 	_db_driver DBText text dbtext dbtext || return 1
 	_db_driver DBText text dbtext dbtext || return 1
 	# kamdbctl.dbtext is a python script - but we will not make python
 	# kamdbctl.dbtext is a python script - but we will not make python
-	# a dependency because kamdbctl is not normaly used
+	# a dependency because kamdbctl is not normally used
 	depends="$depends"
 	depends="$depends"
 	mkdir -p "$subpkgdir"/usr/lib/kamailio/kamctl || return 1
 	mkdir -p "$subpkgdir"/usr/lib/kamailio/kamctl || return 1
 	mv "$pkgdir"/usr/lib/kamailio/kamctl/dbtextdb \
 	mv "$pkgdir"/usr/lib/kamailio/kamctl/dbtextdb \
@@ -417,7 +417,7 @@ ldap() {
 }
 }
 
 
 utils() {
 utils() {
-	_generic_pkg "miscelaneous utility functions" \
+	_generic_pkg "miscellaneous utility functions" \
 		"$_mod_list_utils"
 		"$_mod_list_utils"
 }
 }
 
 

+ 1 - 1
pkg/kamailio/gentoo/kamailio-9999.ebuild

@@ -8,7 +8,7 @@ inherit eutils flag-o-matic toolchain-funcs user
 IUSE="ipv6 mysql radius postgres jabber ssl odbc sctp rtpengine redis pua ims presence sqlite snmp json http ldap geoip2 erlang xml jansson lua evapi"
 IUSE="ipv6 mysql radius postgres jabber ssl odbc sctp rtpengine redis pua ims presence sqlite snmp json http ldap geoip2 erlang xml jansson lua evapi"
 
 
 DESCRIPTION="The Open Source SIP Server"
 DESCRIPTION="The Open Source SIP Server"
-HOMEPAGE="http://www.kamailio.org/"
+HOMEPAGE="https://www.kamailio.org/"
 
 
 if [[ ${PV} == 9999 ]]; then
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	inherit git-r3

+ 1 - 1
pkg/kamailio/obs/README

@@ -8,7 +8,7 @@ It builds RPM packages for following distributions:
 
 
   * CentOS 6 and 7
   * CentOS 6 and 7
   * RHEL 6 and 7
   * RHEL 6 and 7
-  * Fedora 25 adn 26
+  * Fedora 25 and 26
   * openSUSE 42.2 and 42.3
   * openSUSE 42.2 and 42.3
 
 
 Kamailio's RPMs bulding projects for various versions can be found at:
 Kamailio's RPMs bulding projects for various versions can be found at:

+ 3 - 3
pkg/kamailio/obs/kamailio.spec

@@ -261,8 +261,8 @@ Release:    %rel
 Packager:   Sergey Safarov <[email protected]>
 Packager:   Sergey Safarov <[email protected]>
 License:    GPL-2.0
 License:    GPL-2.0
 Group:      %{PKGGROUP}
 Group:      %{PKGGROUP}
-Source:     http://kamailio.org/pub/kamailio/%{ver}/src/%{name}-%{ver}_src.tar.gz
-URL:        http://kamailio.org/
+Source:     https://kamailio.org/pub/kamailio/%{ver}/src/%{name}-%{ver}_src.tar.gz
+URL:        https://kamailio.org/
 Vendor:     kamailio.org
 Vendor:     kamailio.org
 BuildRoot:  %{_tmppath}/%{name}-%{ver}-buildroot
 BuildRoot:  %{_tmppath}/%{name}-%{ver}-buildroot
 Conflicts:  kamailio-acc_json < %ver
 Conflicts:  kamailio-acc_json < %ver
@@ -544,7 +544,7 @@ BuildRequires:  libcurl-devel
 %endif
 %endif
 
 
 %description   http_async_client
 %description   http_async_client
-This module implements protocol functions that use the libcurl to communicate with HTTP servers in asyncronous way.
+This module implements protocol functions that use the libcurl to communicate with HTTP servers in asynchronous way.
 %endif
 %endif
 
 
 %package    http_client
 %package    http_client